-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
56 lines (48 loc) · 1.39 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
<!DOCTYPE html>
<html>
<head>
<title>Sonya Sawtelle</title>
<meta name="description" content="Homepage for Sonya Sawtelle, quantitative problem solver.">
<link rel="icon" href="faviconSwhite.ico" type="image/x-icon"/>
<link rel="stylesheet" href="home.css">
</head>
<body>
<header>
<p class="contact">
<ul class="contact">
<li class="nameplate"><b>Sonya</b></li>
<li><a href="mailto:[email protected]" class="contact">email.</a></li>
<li><a href="https://github.com/sdsawtelle" class="contact">github.</a></li>
<li><a href="https://www.linkedin.com/pub/sonya-sawtelle/30/b34/176" class="contact">linkedin.</a></li>
<li><a href="attachments/resume.pdf" class="contact">resume.</a></li>
</ul>
</p>
<div style="clear: both;"></div>
</header>
<div class="contain">
<div class="hex-row">
<div class="hex">
<div class="hex-top"></div>
<div class="hex-mid">
<a class="hex-link"; href="blog/output/index.html">posts</a>
</div>
<div class="hex-bottom"></div>
</div>
<div class="hex">
<div class="hex-top"></div>
<div class="hex-mid">
<a class="hex-link"; href="projects.html">projects</a>
</div>
<div class="hex-bottom"></div>
</div>
</div>
<div class="hex-below">
<div class="hex-top"></div>
<div class="hex-mid">
<a class="hex-link"; href="about.html">about</a>
</div>
<div class="hex-bottom"></div>
</div>
</div>
</body>
</html>