-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (31 loc) · 1.13 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta content="width=device-width,height=device-height initial-scale=1" name="viewport">
<meta content="thomas blackwell, twblackwell, tblackwell, twblackwell.earth" name="keywords">
<link href="http://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext" rel="stylesheet" type="text/css">
<link href="sea.css" rel="stylesheet">
<link rel="icon" href="loon.jpg">
<title>Thomas Blackwell</title>
</head>
<body>
<div class="header">
<h1>Thomas Blackwell</h1>
<a class="resume" href="Resume.pdf"><h2>hacktivist</h2></a>
<p class="links">
<a title="GitHub Profile" href="https://github.com/twblackwell" class="icon-github">
<img src="gh.png" width=26 height=26>
</a>
<a title="LinkedIn Profile" href="https://linkedin.com/in/thomas-blackwell" class="icon-linkedin">
<img src="li.png" width=26 height=26>
</a>
<a title="Twitter Profile" href="https://twitter.com/tbone_2b" class="icon-twitter">
<img src="tw.png" width=26 height=26>
</a>
</p>
</div>
<div class="TODO">
</div>
</body>
</html>