-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·80 lines (74 loc) · 3.01 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<!-- <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css" rel="stylesheet"> -->
<link href="http://netdna.bootstrapcdn.com/font-awesome/3.2.0/css/font-awesome.css" rel="stylesheet">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link href='http://fonts.googleapis.com/css?family=Lato:100' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
</head>
<body>
<div class="container">
<div class="content">
<h1>I am Stephen.</h1>
<h2>Engineer - Developer</h2>
<h3>from</h3>
<h2>FX, VA</h2>
<h3>to</h3>
<h2>SF, CA</h2>
<h4>{</h4>
<h4>"ruby": ["sinatra", "rails"],</h4>
<h4>"javascript": ["node", "backbone", "express"],</h4>
<h4>"html": ["haml", "mustache"], "css" => ["scss"] </h4>
<h4>}</h4>
<span>
<a href="http://binaryskipper.tumblr.com">
<i class="icon-align-center icon-tumblr-sign icon-4x">
</i>
</a>
<a href="http://linkedin.com/in/stephenhnguyen/">
<i class="icon-align-center icon-linkedin-sign icon-4x">
</i>
</a>
<a href="http://twitter.com/stephenitis">
<i class="icon-align-center icon-twitter-sign icon-4x">
</i>
</a>
<a href="http://github.com/stephenitis">
<i class="icon-align-center icon-github-sign icon-4x">
</i>
</a>
</span>
</div>
<div id="video-feature">
<video id="awesome_video" autoplay loop muted>
<source src="http://stephenitis.com/movie.webm" type="video/mp4">
<source src="http://stephenitis.com/movie.mp4" type="video/mp4">
<source src="http://stephenitis.com/movie.ogv" type="video/mp4">
</video>
</div>
</div>
</div>
<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-1.9.1.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
var _gaq=[['_setAccount','UA-31466746-1'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src='//www.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
</body>
</html>