-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
31 lines (29 loc) · 1.14 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Dieterich Lawson</title>
<link href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:light,regular&v1' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="main.css" type="text/css">
<script type="text/javascript" src="obfu_email.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-19526783-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body id="index" class="home">
<div class="bigtitle">Dieterich Lawson</div>
<div class="links">
<a href="http://www.github.com/dieterichlawson">GITHUB</a>·
<a id="email" href="mailto:">EMAIL</a>·
<a href="dieterich_resume.pdf">RESUME</a>·
<a type="text/plain" href="dlawson_pgp.asc.txt">PGP</a>
</div>
</body>
</html>