-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (50 loc) · 2.41 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
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html>
<head>
<link href='https://fonts.googleapis.com/css?family=Quicksand:300,400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script>
if (!window.jQuery) {
document.write('<script src="jquery-1.7.2.min.js"><\/script>');
}
</script>
<script src="jquery.fittext.js"></script>
<meta name="description" content="Scott Lowe is a generally irreverent, recklessly idealistic student of reality. He fills his time by thinking about stuff and building things. :]">
<meta name="keywords" content="Scott Lowe ScottDLowe Smart Funny Cute Clever :]">
<meta name="author" content="Scott Lowe">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>Scott Lowe's Website</title>
<meta property="og:title" content="Scott Lowe's Personal Website"/>
<meta property="og:type" content="profile"/>
<meta property="og:image" content="http://scottdlowe.com/logo.png"/>
<meta property="og:url" content="http://scottdlowe.com"/>
<meta property="og:description" content="Scott Lowe is a generally irreverent, recklessly idealistic student of reality. He fills his time by thinking about stuff and building things. :]"/>
</head>
<body>
<nav class="clearfix">
<ul class="clearfix">
<li><a href="#">Email</a></li>
<li><a href="http://www.linkedin.com/in/lowe0292">Linkedin</a></li>
<li><a href="https://github.com/lowe0292">GitHub</a></li>
</ul>
<a href="#" id="pull">Menu</a>
</nav>
<div id="eye-left"></div>
<div id="eye-right"></div>
<div id="mouth-bottom"><span id="output"></span></div>
<!-- <div id="mouth-bottom"></div> -->
<div id="mouth-left"></div>
<div id="mouth-right"></div>
</body>
<script type="text/javascript" src="script.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-36365192-2', 'scottdlowe.com');
ga('send', 'pageview');
</script>
</html>