-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (55 loc) · 3.2 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
54
55
56
57
58
59
60
61
62
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!-- Consider adding a manifest.appcache: h5bp.com/d/Offline -->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title>Tom Houdmont</title>
<meta name="description" content="The personal website of Tom Houdmont">
<!-- Mobile viewport optimized: h5bp.com/viewport -->
<meta name="viewport" content="width=device-width">
<!-- Kills the IE6 image toolbar popup -->
<meta http-equiv="imagetoolbar" content="false" />
<!-- Ensures the devices display responsive pages properly -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- IE9 pinned page settings -->
<meta name="application-name" content="Tomhoudmont.com" />
<meta name="msapplication-starturl" content="http://tomhoudmont.com" />
<!-- A couple of the most basic Facebook open graph tags -->
<meta property="og:title" content="tomhoudmont.com" />
<meta property="og:description" content="The personal website of Tom Houdmont" />
<!-- Favicon -->
<link rel="shortcut icon" href="favicon.ico">
<!-- Humans.txt -->
<link rel="author" href="humans.txt" />
<!-- Stylesheets and Fonts -->
<link rel="stylesheet" href="css/style.css">
<link href='http://fonts.googleapis.com/css?family=Cabin|Lobster' rel='stylesheet' type='text/css'>
<!-- More ideas for your <head> here: h5bp.com/d/head-Tips -->
<script src="js/vendor/modernizr.min.js"></script>
</head>
<body>
<!--[if lt IE 7]><p class=chromeframe>Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</p><![endif]-->
<div class="container">
<h1 class="lettering fittext">Tom Houdmont</h1>
<p class="intro">
Hi, I'm <span class="lettering name">Tom Houdmont</span>, a web developer at <a href="http://imaginet.co.uk" title="imaginet">imaginet</a>. Find me on <a href="http://www.twitter.com/houdmont" title="My twitter profile">twitter</a>, on <a href="https://github.com/houdmont" title="My Github profile">github</a>, and on <a href="http://www.linkedin.com/in/houdmont" title="My Linkedin profile">linkedin</a>.
</p>
</div>
<!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if offline -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery.min.js"><\/script>')</script>
<!-- scripts concatenated and minified via build script -->
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<!-- end scripts -->
<script>
var _gaq=[['_setAccount','UA-30682231-1'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
</body>
</html>