-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
58 lines (52 loc) · 2.13 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html>
<head>
<title>Mikkel R. Davis</title>
<link href="https://fonts.googleapis.com/css?family=Archivo:700|Enriqueta" rel="stylesheet">
<link href="styles.css" rel="stylesheet">
</head>
<body>
<main class="Main">
<section class="Contact">
<div class="Contact__header">
<h1 class="Contact__name">MIKKEL
ROWAN
DAVIS</h1>
<img class="Contact__picture" src="mikkelrd.jpg" alt="picture of Mikkel Davis">
</div>
<div class="Contact__location">
<a href="https://goo.gl/maps/dvqbt4uhwaE2">Provo, UT</a>
</div>
<div class="Contact__info">
<a class="Contact__link" href="mailto:[email protected]">
</a>
</div>
<div class="Contact__info">
<a class="Contact__link" href="https://twitter.com/mikkelrd">
@mikkelrd
</a>
</div>
</section>
<!--mikkelrd, me, contact, mail, hello, info-->
<section class="About">
<!--WORK/PROJECTS-->
<div class="About__section">
<a href="https://startstudio.com">https://startstudio.com</a>
<a href="https://warnerboothe.com">https://warnerboothe.com</a>
<a href="https://startupsanta.org">https://startupsanta.org</a>
</div>
<!--INITIATIVES/VOLUNTEER-->
<!--INTERESTS/HOBBIES-->
<div class="About__section">
my smart home: thermostat, door lock, 3 smoke/CO, 2 light switches, 2 plugs, camera, Google Home
<!--other tech-->
<!--hiking-->
<!--gardening-->
<!--cooking-->
<!--racquetball: provo rec center-->
</div>
</section>
</main>
</body>
</html>