-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (36 loc) · 1.25 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style/style1.css">
<link rel="stylesheet" href="style/footer.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-117104561-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-117104561-1');
</script>
<title>John-Michael Faircloth</title>
</head>
<body>
<div id="main">
<h1 class="title">John-Michael Faircloth</h1>
<div class="links">
<h2 class="subtitle">Software Developer</h2>
<a href="http://www.linkedin.com/in/fairclothjm">LinkedIn</a> |
<a href="https://github.com/fairclothjm">GitHub</a> |
<a href="https://stackoverflow.com/users/4172214/fairclothjm">Stack Overflow</a>
</div>
<div class="links">
<h2 class="subtitle">Other interests</h2>
<a href="pages/books/index.html">Books</a> |
<a href="pages/woodworking/index.html">Woodworking</a> |
<a href="pages/art/index.html">Art</a>
</div>
</div>
</body>
<footer>
<div class="footer2"></div>
</footer>
</html>