-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
179 lines (176 loc) · 9.78 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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<html>
<head>
<title>Skate Works</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<script src="website/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="website/jquery.fancybox-1.3.4/fancybox/jquery.fancybox-1.3.4.js"></script>
<link rel="stylesheet" type="text/css" href="website/jquery.fancybox-1.3.4/fancybox/jquery.fancybox-1.3.4.css" media="screen" />
<script src="website/bootstrap/js/bootstrap.js"></script>
<link rel="stylesheet" href="website/bootstrap/css/bootstrap.css">
<link rel="stylesheet" href="website/bootstrap/css/bootstrap-responsive.css">
<script type="text/javascript">
$('.carousel').carousel({
interval: 2000
})
$(".collapse").collapse()
$(document).ready(function() {
$("#youtube").click(function() {
$.fancybox({
'padding' : 0,
'autoScale' : false,
'transitionIn' : 'elastic',
'transitionOut' : 'elastic',
'title' : this.title,
'width' : 680,
'height' : 495,
'href' : this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
'type' : 'swf',
'swf' : {
'wmode' : 'transparent',
'allowfullscreen' : 'true'
}
});
return false;
});
});
$('#foo').bind('click', function() {
alert($(this).text());
});
$('#foo').trigger('click');
</script>
</head>
<body>
<div class="hero-unit">
<h1>Skate Works</h1>
<p style="margin-left:40px">A Game By Eric Dougles, Inbar Fried, and Aaron Wishnick</p>
<!--<img id="r1" style="border:none;position:absolute;top:10px;right:0px" height='200px' width='200px' src="website/wheel1.png">-->
</div>
<div style="margin-left: 400px" class="span5 columns carousel slide" id="myCarousel">
<div class="carousel-inner">
<div class="item active">
<img src="website/random0.jpg">
</div>
<div class="item">
<img src="website/random1.png">
</div>
<div class="item">
<img src="website/random2.png">
</div>
</div>
<a class="carousel-control left" href="#myCarousel" data-slide="prev">‹</a>
<a class="carousel-control right" href="#myCarousel" data-slide="next">›</a>
</div>
<div style="clear:both"></div>
<hr class="soften">
<div class="subnav">
<ul class="nav nav-tabs">
<li class="active" style="margin-left:100px"><a href="#home" data-toggle="tab">The Game</a></li>
<li><a href="#about" data-toggle="tab">The Team</a></li>
<li><a href="#resources" data-toggle="tab">The Resources</a></li>
<li><a href="#extras" data-toggle="tab">The Extras</a></li>
</ul>
</div>
<div class="tab-content">
<div class="tab-pane active" id="home">
<div class="row">
<div style="margin-left:100px" class="span4">
<h2><img class="bs-icon" src="player1.png">Skate to Survive</h2>
<p style="margin-left:25px;margin-top:-10px">You are skateboarding in oncoming traffic and the only way to survive is to dodge the cars.</p>
</div>
<div class="span4">
<h2><img src="car1.png"> The Cars</h2>
<p>The cars will be coming towards you from the right side of the screen,
dodge them by tilting the phone up and down. Dodge the cars and the game will continue, hit a car and you will die!</p>
</div>
<div class="span2 download">
<a href="SkateWorks.zip" class="btn btn-primary">Download the Game</a>
</div>
</div>
</div>
<div class="tab-pane" id="about">
<div class="span9 columns">
<div class="accordion" id="accordion2">
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion2" href="#eric">Eric Douglas</a>
</div>
<div id="eric" class="accordion-body collapse">
<div class="accordion-inner">
<div class="span2">
<img src="Website/eric.jpg">
</div>
<div class="span5">
<p>Eric Douglas is a Sophomore Computer Science Major at Tufts University.</p>
<p>Contact Info: <a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
</div>
</div>
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion2" href="#inbar">Inbar Fried</a>
</div>
<div id="inbar" class="accordion-body collapse">
<div class="accordion-inner">
<div class="span2">
<img src="website/inbar.jpg">
</div>
<div class="span5">
<p>Inbar Fried is a Sophomore Computer Science Major at Tufts University.</p>
<p>Contact Info: <a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
</div>
</div>
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion2" href="#aaron">Aaron Wishnick</a>
</div>
<div id="aaron" class="accordion-body collapse">
<div class="accordion-inner">
<div class="span2">
<img src="website/aaron.jpg">
</div>
<div class="span5">
<p>Aaron Wishnick is a Sophomore Computer Science Major at Tufts University.</p>
<p>Contact Info: <a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane" id="resources">
<div style="margin-left:50px" class="span4">
<h2>XCode 4.3.2</h2>
<p>Xcode is Apple's powerful integrated development environment for creating great apps for Mac,
iPhone, and iPad. Xcode includes the Instruments analysis tool, iOS Simulator, and the latest Mac OS X and iOS SDKs.</p>
<a target="_blank" href="http://itunes.apple.com/us/app/xcode/id497799835?ls=1&mt=12" class="btn btn-primary"><span>View in Mac App Store</span></a>
</div>
<div class="span4">
<h2>Cocos2d</h2>
<p>Cocos2d for iPhone is a framework for building 2D games, demos, and other
graphical/interactive applications. It is based on the cocos2d design:
it uses the same concepts, but instead of using python it uses objective-c.</p>
<a target="_blank" href="http://www.cocos2d-iphone.org/" class="btn btn-primary"><span>View More Details</span></a>
</div>
<div class="span4">
<h2>Twitter Bootstrap</h2>
<p>Simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions.</p>
<a target="_blank" href="http://twitter.github.com/bootstrap/index.html" class="btn btn-primary"><span>View the Bootstrap</span></a>
</div>
</div>
<div class="tab-pane" id="extras">
<div style="text-align: center">
<h6>Thank you for visiting our site, now enjoy this video of skateboarding.</h6>
<a id="youtube" href="http://www.youtube.com/watch?v=iN1Umj3_bPc&hd=1">
<img alt='Skateboarding video' height='252' src='website/video.png' width'420'/>
</a>
</div>
</div>
</div>
<div style="clear:both"></div>
<h4 style="margin-left:50px">© SkateWorksCo 2012</h4>
</body>
</html>