-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
130 lines (98 loc) · 4.38 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Tyson Kubota</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Hi there! I love to build things. I like aliens, animals, art, books, comics, computers, films, food, nature, robots, science, and videogames.">
<meta name="author" content="Tyson Kubota">
<meta name="keywords" content="Tyson Kubota, Skydrift, Falling, videogames, iOS" />
<meta name="apple-itunes-app" content="app-id=728636851">
<!-- Le styles -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<link href="assets/css/bootstrap-lightbox.css" rel="stylesheet">
<link href="./assets/css/custom.css" rel="stylesheet">
<link href="./assets/css/skydrift.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]-->
<!-- Fav and touch icons -->
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="./assets/ico/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="./assets/ico/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="./assets/ico/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="./assets/ico/apple-touch-icon-60x60.png">
<link rel="shortcut icon" href="./assets/ico/skydrift-favicon.ico">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-38081308-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>
<div class="container-narrow">
<div class="masthead">
<ul class="nav nav-pills pull-right">
<!-- <li class="active"><a href="#">Games</a></li> -->
<li class="active"><a href="#">Home</a></li>
<li><a href="/contact">Contact</a></li>
</ul>
<h3 class="muted"><a href="#" class="muted">Tyson Kubota</a></h3>
</div>
<hr class="nav hidden-phone">
<div class="jumbotron skydrift-container">
<div class="bg"><a href="./skydrift" class="skydrift-tile-link">
<h1 class="skydrift-logotype" id="responsive_headline"><a href="./skydrift">Skydrift</a></h1>
<p class="lead skydrift">
<a href="./skydrift">A game for iPhone and iPad</a>
</p>
<!-- <a class="btn btn-large btn-success" href="./skydrift">Coming soon!<br></a> -->
</a>
</div>
</div>
<!-- <hr>
<div class="jumbotron flex-video">
<iframe id="ytplayer" type="text/html"
src="https://www.youtube.com/embed/xX5V0LvQYsI?autohide=1&modestbranding=0&showinfo=0&theme=light" frameborder="0" allowfullscreen></iframe>
</div>
<p class="lead jumbotron">A monkey video.</p> -->
<hr>
<div class="featurette">
<h2 class="featurette-heading"><a href="/games">Games.</a></h2>
</div>
<hr>
<div class="featurette">
<h2 class="featurette-heading"><a href="/portfolio">Portfolio.</a></h2>
</div>
<hr>
<div class="featurette">
<h2 class="featurette-heading"><a href="/contact">About me.</a></h2>
</div>
<hr>
<div class="footer jumbotron">
<p>© Tyson Kubota</p>
</div>
</div> <!-- /container -->
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-latest.js"></script>
<script src="assets/js/bootstrap.js"></script>
<script src="assets/js/bootstrap-lightbox.js"></script>
<script src="assets/js/jquery.fittext.js"></script>
<script src="assets/js/jquery.lettering.js"></script>
<script>
$(document).ready(function() {
$(".skydrift-logotype").lettering();
});
</script>
<script type="text/javascript">
jQuery("#responsive_headline").fitText();
</script>
</body>
</html>