-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (24 loc) · 1.02 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
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Lato&display=swap" rel="stylesheet" />
<link rel="icon" href="./assets/images/profile.png" type="image/png">
<link href="./css/style_1.css" rel="stylesheet" />
<title>Scot Nielson</title>
</head>
<body>
<div class="v10_54">
<div class="name"></div><span class="v5_7">Statistics, programming and design student building solutions at the
intersection of data, tech and media.</span><span class="v2_3">Scot Nielson</span>
<div class="v10_72">
<a href='Resume.pdf' target='_blank'><div class="v10_69"></div><span class="v10_59">resume</span></a>
</div>
<div class="v10_97">
<a href='./projects.html'><div class="v10_98"></div><span class="v10_99">projects</span></a>
</div>
<div class="v10_100">
<a href = "mailto:[email protected]"><div class="v10_101"></div><span class="v10_102">contact</span></a>
</div>
</div>
</body>
</html>