-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.htm
executable file
·425 lines (393 loc) · 16.1 KB
/
index.htm
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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
<!DOCTYPE HTML>
<html>
<head>
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,300italic' rel='stylesheet' type='text/css'>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale = 1.0, user-scalable = no">
<link rel="icon" type="image/png" href="images/favicon.png">
<title>Satellite</title>
<!--====== CSS Files ======-->
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css" media="screen">
<link rel="stylesheet" href="css/bootstrap-responsive.min.css" type="text/css" media="screen">
<link rel="stylesheet" href="nivo/nivo-slider.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/style.css" type="text/css">
<link rel="stylesheet" type="text/css" href="css/animate.css">
<!--====== Google Analytics (with https://github.com/CardinalPath/gas)======-->
<script type="text/javascript">
var _gas = _gas || [];
_gas.push(['_setAccount', 'UA-40336680-2']);
_gas.push(['_setAllowLinker', true]);
_gas.push(['_setDomainName', 'satellite-game.com']);
_gas.push(['_setDomainName', 'app.satellite-game.com']);
_gas.push(['_setDomainName', 'satellite.elasticbeanstalk.com']);
_gas.push(['_gasMultiDomain', 'click']);
_gas.push(['_trackPageview']);
_gas.push(['_gasTrackForms']);
_gas.push(['_gasTrackOutboundLinks']);
_gas.push(['_gasTrackMaxScroll']);
_gas.push(['_gasTrackDownloads']);
_gas.push(['_gasTrackMailto']);
(function() {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = '//cdnjs.cloudflare.com/ajax/libs/gas/1.10.1/gas.min.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<!-- Preloader -->
<div id="preloader">
<div id="status"> </div>
</div>
<!--
==================================
THE WELLCOME PAGE
==================================
-->
<div class="slide" id="slide1" data-section="1" data-stellar-background-ratio="0.5">
<div class="clearfix container">
<div id="wellcome_message" >
<!--====== The Wellcome message ======-->
<h1>Satellite</h1>
</div>
</div>
</div>
<!--
==================================
Menu
==================================
-->
<div class="row-fluid">
<div class="navbar ">
<div class="container">
<div class="navbar-inner">
<!-- .btn-navbar is used as the toggle for collapsed navbar content -->
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </a>
<!-- Everything you want hidden at 940px or less, place within here -->
<ul class="navigation">
<li data-section="1" data-toggle="collapse" data-target=".nav-collapse">Home</li>
<li data-section="2" data-toggle="collapse" data-target=".nav-collapse">Quickstart</li>
<li data-section="3" data-toggle="collapse" data-target=".nav-collapse">Tech Stack</li>
<li data-section="4" data-toggle="collapse" data-target=".nav-collapse">Team</li>
</ul>
<!-- .nav, .navbar-search, .navbar-form, etc -->
</div>
</div>
</div>
</div>
</div>
<!--
==================================
Quickstart
==================================
-->
<div class="slide" id="slide5" data-section="2" data-stellar-background-ratio="0.5">
<div class="container clearfix">
<div class="row-fluid title">
<h1>Quickstart</h1>
<h2>How to play</h2>
</div>
<div class="offset1 row-fluid">
<!--Pitch-->
<div class="span2">
<table class="table">
<thead>
<tr>
<th>Pitch</th>
</tr>
</thead>
<tbody>
<tr>
<td class="price"><span>⬆<br>⬇</span></td>
</tr>
</tbody>
</table>
</div>
<!--Roll-->
<div class="span2">
<table class="table">
<thead>
<tr>
<th>Roll</th>
</tr>
</thead>
<tbody>
<tr>
<td class="price"><span>A<br>D</span></td>
</tr>
</tbody>
</table>
</div>
<!--Yaw-->
<div class="span2">
<table class="table">
<thead>
<tr>
<th>Yaw</th>
</tr>
</thead>
<tbody>
<tr>
<td class="price"><span>⬅<br>➡</span></td>
</tr>
</tbody>
</table>
</div>
<!--Thrust-->
<div class="span2">
<table class="table">
<thead>
<tr>
<th>Thrust</th>
</tr>
</thead>
<tbody>
<tr>
<td class="price"><span>W<br>S</span></td>
</tr>
</tbody>
</table>
</div>
<!--Fire!-->
<div class="span2">
<table class="table">
<thead>
<tr>
<th>Fire</th>
</tr>
</thead>
<tbody>
<tr>
<td class="price"><span>CLICK<br>SPACE</span></td>
</tr>
</tbody>
</table>
</table>
</div>
</div>
</div>
</div>
<!--
==================================
Shortcodes Button Area
==================================
-->
<div class="row-fluid " id="subArea3">
<div class="container ">
<div class="row-fluid">
<a href="http://app.satellite-game.com"><button class="btn btn-large">Play Now!</button></a>
</div>
</div>
</div>
<!--
==================================
TECH STACK
==================================
-->
<div class="slide" id="slide2" data-section="3" data-stellar-background-ratio="0.5">
<div class="container clearfix">
<!-- Page title and description-->
<div class="row-fluid title">
<h1>tech stack</h1>
<h2>Peek behind the curtain...</h2>
</div>
<div class="row-fluid" id="techstack">
<div class="span4">
<!--Node.js-->
<div class="serv">
<div class="serv-img"> <img src="images/techstack/se2.png" alt="id"> </div>
<h3>Node.js</h3>
<p>Server-side javascript is the future, and we're running at the front of the pack. Satellite, is, at it's very core, javascript-based. We take full advantage of javascript's non-blocking asynchronus I/O to make sure that our server can effortlessely handle multiple games, each with up to sixteen players at once, without missing a beat.</p>
</div>
<!--Socket.io-->
<div class="serv">
<div class="serv-img"> <img src="images/techstack/se2.png" alt="paintbrush"> </div>
<h3>Socket.io</h3>
<p>Satellite uses the WebSocket protocol to establish clear communication between client and server by default, but if needed can fallback on multiple other methods, such as Adobe Flash sockets, JSONP polling, and AJAX long polling, all via the power of socket.io.</p>
</div>
</div>
<div class="span4">
<!--Three.js-->
<div class="serv">
<div class="serv-img"> <img src="images/techstack/se2.png" alt="cogs"> </div>
<h3>Three.js</h3>
<p>Used to create rich GPU-accelerated 3d animations written entirely in JavaScript without relying on proprietary browser plugins. WebGL is the future of client-side ui rendering, and thanks to Three.js, you can expierence it while playing Satellite, today.</p>
</div>
<!--Grunt-->
<div class="serv">
<div class="serv-img"> <img src="images/techstack/se2.png" alt="wordpress"> </div>
<h3>Grunt</h3>
<p>Projects of this scope require robust, and consistent development, deployment, and production environments. Grunt allows us to streamline our workflow from start to finish.</p>
</div>
</div>
<div class="span4">
<!--Physijs-->
<div class="serv">
<div class="serv-img"> <img src="images/techstack/se2.png" alt="wordpress"> </div>
<h3>Physijs</h3>
<p>
Phsyijs allows Satellite to run its physics engine in a separate thread (via web workers) to avoid impacting in your application's performance and taking up your our 3D rendering time.</p>
</div>
<!--Pseudoclass-->
<div class="serv">
<div class="serv-img"> <img src="images/techstack/se2.png" alt="wordpress"> </div>
<h3>Pseudoclass</h3>
<p>An OOP framework for Node.js and the browser. Emulating classical inheritence patterns in JavaScript isn't easy, but Pseudoclass makes it a breeze by adding sweet syntactic sugar for prototypal inheritance.</p>
</div>
</div>
</div>
</div>
</div>
<!--
==================================
Testimonials
==================================
-->
<div class="row-fluid" id="subArea1">
<div class="container">
</div>
</div>
<!--
==================================
The Team
==================================
-->
<div class="slide" id="slide3" data-section="4" data-stellar-background-ratio="0.5" >
<div class="container clearfix">
<div class="row-fluid title">
<h1 >The Team</h1>
<h2> Meet the creators </h2>
</div>
<div id="members" class="row-fluid">
<!--====== Andrew Spade ======-->
<div class="team span3">
<a href="http://about.me/a.spade" target="_blank">
<img src="images/team/AndrewSpade.jpg" alt="image" class="member_picture ">
<h3 class="member_name">Andrew Spade</h3>
<p>Camera System, Environment Design, 3D Radar, Tactical Navigation Systems</p>
</a>
</div>
<!--====== Gary Ryan ======-->
<div class="team span3">
<a href="http://www.linkedin.com/in/garytryan" target="_blank">
<img src="images/team/GaryRyan.jpg" alt="image" class="member_picture">
<h3 class="member_name">Gary Ryan</h3>
<p>Combat Mechanics, Weapon Design, Lighting, Particle Systems, Pyrotechnics.</p>
</a>
</div>
<!--====== Felix Tripier ======-->
<div class="team span3">
<a href="http://www.linkedin.com/pub/felix-tripier/70/2b/a35/" target="_blank">
<img src="images/team/FelixTrepier.jpg" alt="image" class="member_picture">
<h3 class="member_name">Felix Tripier</h3>
<p>HUD, Flight Controls, Game Logic, Multiplayer Support, Audio Design</p>
</a>
</div>
<!--====== Phillip Alexander ======-->
<div class="team span3">
<a href="http://phillipalexander.io" target="_blank">
<img src="images/team/PhillipAlexander.jpg" alt="image" class="member_picture">
<h3 class="member_name">Phillip Alexander</h3>
<p>Team Lead, Client-Server Architecture, Build Automation, Website Design</p>
</a>
</div>
</div>
</div>
</div>
<!--
==================================
Scripts
==================================
-->
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script type="text/javascript" src="js/jquery.lettering.js"></script>
<script type="text/javascript" src="js/js.js"></script>
<script type="text/javascript" src="js/jquery.stellar.min.js"></script>
<script type="text/javascript" src="js/waypoints.min.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="nivo/jquery.nivo.slider.pack.js"></script>
<script type="text/javascript" src="js/jquery.hoverdir.js"></script>
<script type="text/javascript" src="js/modernizr.custom.97074.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript">
$(window).load(function () { // makes sure the whole site is loaded
$("#status").fadeOut(); // will first fade out the loading animation
$("#preloader").delay(350).fadeOut("slow"); // will fade out the white DIV that covers the website.
})
$(function () {
$('#slider').nivoSlider({
effect: 'fade'
})
});
////Fade In/Out menu on scroll
$(window).bind("scroll", function () {
if ($(this).scrollTop() > 700) {
$(".navbar").css({
"position": "fixed",
"top": "0px"
});
} else {
$(".navbar").css({
"position": "relative"
});
};
});
// Menu active class
////Fade In/Out up_arrow
$(window).bind("scroll", function () {
if ($(this).scrollTop() > 750) {
$("#up_arrow").fadeIn();
} else {
$("#up_arrow").stop().fadeOut(1);
}
});
////Fade In/Out up_arrow
$(window).bind("scroll", function () {
if ($(this).scrollTop() > 750) {
$("#down_arrow").css('disQuickstart', 'none');
} else {
$("#down_arrow").css('disQuickstart', 'block');
}
});
////Fade Slide 1 Container
$('.serv, #testimonialsCarousel, #members, .nivoSlider, .thumbs img, #subArea3 .container, .table,.contact-icons,.contact-details, #contact-form').css('opacity', '0');
// call waypoint plugin
$('.serv, #testimonialsCarousel, #members, .nivoSlider, .thumbs img, #subArea3 .container, .table,.contact-icons,.contact-details, #contact-form').waypoint(function (event, direction) {
// do your fade in here
$(this).addClass('animated fadeInUp');
}, {
offset: '90%'
});
$('.thumbs').waypoint(function (event, direction) {
// do your fade in here
$('.plus').addClass('animated fadeInUp');
}, {
offset: '100%'
});
//Gallery overlay on hover
$(function () {
$('.thumbs').each(function () {
$(this).hoverdir();
});
});
$('a').click(function (e) {
return true;
});
//Testimonial carousel
$('#testimonialsCarousel').carousel({
interval: 3000
})
// Team Icons
$('.member_social ul li img').mouseover(function () {
$(this).toggleClass('animated swing');
});
/// Wellcome Message
$(document).ready(function () {
$('#wellcome_message').addClass('animated fadeInUp');
});
</script>
</body>
</html>