-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (37 loc) · 1.58 KB
/
index.html
File metadata and controls
47 lines (37 loc) · 1.58 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="katherine imogene hayden. creator. web developer. javascript junkie. ">
<title>katherine imogene hayden</title>
<link rel="stylesheet" href="kih.css">
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
</head>
<body>
<div class="content">
<div class="intro">
<h1>katherine imogene hayden</h1>
<p>
creative. clever. web developer.
</p>
</div>
<div class="connect">
<ul>
<li><a href="https://github.com/katherineimogene" target='_blank'><i i class='fa fa-github fa-2x'></i></a></li>
<li><a href="https://www.linkedin.com/in/katherineimogene" target='_blank'><i i class='fa fa-linkedin fa-2x'></i></a></li>
<li><a href="http://instagram.com/katherineimogene" target='_blank'><i i class='fa fa-instagram fa-2x'></i></a></li>
<li><a href="mailto:katherineimogene@gmail.com?subject=toujours gai"><i i class='fa fa-envelope fa-2x'></i></a></li>
</ul>
</div>
<div class="resume">
<a href="docs/katherine_imogene_hayden_resume.pdf">
<h2 class="uppercase">Download my resume <i class="fa fa-download fa-lg"></i></h2>
</a>
</div>
<div class="contact">
<a href="mailto:katherineimogene@gmail.com?subject=toujours gai">let's create something together.</a>
</div>
</div>
</body>
</html>