-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
53 lines (39 loc) · 1.74 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 lang="en">
<head>
<meta charset="utf-8">
<title>nathnanielstokoe</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="Nathaniel Stokoe">
<!-- Adding "maximum-scale=1" fixes the Mobile Safari auto-zoom bug: http://filamentgroup.com/examples/iosScaleBug/ -->
<link href="http://fonts.googleapis.com/css?family=Lobster" rel="stylesheet">
<link href="http://fonts.googleapis.com/css?family=Droid+Serif" rel="stylesheet">
<link href="http://fonts.googleapis.com/css?family=Droid+Sans" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- jQuery Plugin -->
<script type="text/javascript" src="js/jquery-1.8.2.min.js"></script>
<!-- Custom JS -->
<script type="text/javascript" src="js/script.js"></script>
</head>
<body>
<div class="container">
<header class="welcome">
<h1 class="gigantic distant-shadow">Welcome.</h1>
</header>
<hgroup class="retro-shadow">
<h2>My name is Nathaniel Stokoe.</h2>
<h3>I love great movies, <a href="http://grooveshark.com/#!/playlist/80s/69563116">bad music</a> and awesome websites.</h3>
</hgroup>
<p class="contact-info retro-shadow">
<a href="mailto:[email protected]">[email protected]</a>,
<a href="https://twitter.com/NathanielStokoe">@nathanielstokoe</a>,
<a href="http://www.linkedin.com/pub/nathaniel-stokoe/15/472/861">linkedin</a>
</p>
</div> <!-- container -->
</body>
</html>