-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (38 loc) · 1.23 KB
/
index.html
File metadata and controls
38 lines (38 loc) · 1.23 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
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<title>James Conant</title>
<meta content='James Conant' name='author'>
<link href='css/normalize.min.css' rel='stylesheet'>
<link href='css/styles.css?v=abe5a65f436c8515fdc0485a336ba1d5f3f57db1eba6767b4e26bab680fdadcc' rel='stylesheet'>
<meta content='MaUY60IRvED5kUflQsIpO6wwhbXLx9G-SJd9btB1akg' name='google-site-verification'>
</head>
<body>
<div class='menu-item ceil'>
<a class='menu-item-title' href='#' onclick='return false;'>
ABOUT
</a>
</div>
<div class='menu-item medium-spring-bud'>
<a class='menu-item-title' href='#' onclick='return false;'>
THOUGHTS
</a>
</div>
<div class='menu-item orange-yellow'>
<a class='menu-item-title new-tab' href='https://github.com/jamesconant' target='_blank'>
PROJECTS
</a>
</div>
<div class='menu-item pale-copper'>
<a class='menu-item-title' href='james_conant_resume_20161118.pdf' target='_blank'>
RESUME
</a>
</div>
<div class='menu-item quinacridone-magenta'>
<a class='menu-item-title' href='mailto:james@conant.io' target='_blank'>
CONTACT
</a>
</div>
</body>
</html>