-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·525 lines (459 loc) · 25.1 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
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
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Moosepark Studios</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
<!-- Custom styles for this template -->
<link href="css/agency.min.css" rel="stylesheet">
<link rel="icon" href="img/logos/mp3.png">
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="mainNav">
<div class="container">
<!--<a class="navbar-brand js-scroll-trigger" href="#page-top">Moosepark Studios</a>-->
<img width="150" src="img/logos/moosepark.png" alt="Moosepark Studios">
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive"
aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav text-uppercase ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#philosophy">Statement</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#drift">Rainbow Drift</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#development">Development</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#team">Team</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header -->
<header class="masthead">
<div class="container">
<div class="intro-text">
<div class="intro-heading text-uppercase">Game Development Studio</div>
<div class="intro-lead-in">We are an indie game studio based in Oakland creating projects that showcase our unique philosophy and approaches to game design and user experience.</div>
<div class="intro-lead-in">
</div>
<!--<a class="btn btn-primary text-uppercase js-scroll-trigger" href="#drift" style="color: rgb(243, 239, 234)">Our Game</a>-->
</div>
</div>
</header>
<!-- Our philosophy -->
<section id="philosophy">
<div class="container">
<div class="row align-items-end">
<div class="col-lg-12 right-align-div">
<h2 class="section-heading text-uppercase" style="text-align:right; margin-bottom:20px">Developer Statement</h2>
<div class="philosophy-text" style="margin-bottom: 20px;">  Time collapses. Sound fades away. Everyone knows the feeling of ‘getting into the zone'.</div>
<div class="philosophy-text" style="margin-bottom: 20px;">  Psychologist Mihaly Csikszentmihalyi argues this “flow state” is so powerful that it increases overall happiness and enjoyment of life.
Our team here at Moosepark Studios completely agree.
</div>
<div class="philosophy-text" style="margin-bottom: 20px;">  
With Rainbow Drift, our goal was to share that mesmerizing experience through the interactions of a video game.
Every aspect of the game, from the feeling of drifting the car to the meticulous placement of each button,
was designed around this simple goal of inducing flow.</div>
<div class="philosophy-text" style="margin-bottom: 20px;">
 Flow is not just a psychological phenomenon, but a philosophy in itself: focus on the process, not the results.
The process of developing Rainbow Drift over the last 2 years has been immensely enjoyable not only for me,
but for our whole team here at Moosepark Studios.</div>
<div class="philosophy-text" style="margin-bottom: 20px; text-align:right">We really hope you enjoy your experience and feel the flow!</div>
<div class="philosophy-text" style="text-align:right;">Stanley Jia, CEO, Lead Developer</div>
</div>
<!--<div style="margin:0 auto !important">
<img width="200px" height="180px" src="img/jackpot.png">
</div>-->
<!--<div class="col-lg-12 text-center" style="margin-top: 100px">
<h3 class=" section-heading text-uppercase" style="color:#6d6d6d">Feature Coming Soon!</h3>
</div>-->
</div>
</div>
</section>
<!-- Drift -->
<section id="drift" style="background-color: rgb(53, 53, 53);padding: 50px !important">
<div class="container vertical-center">
<div class="row vertical-center" style="height: 190px">
<div class="col-lg-12 text-center vertical-center">
<!--<h2 class="section-heading text-uppercase">Rainbow Drift</h2> {% endcomment %}-->
<div style="margin-top:0; margin-bottom: 30px">
<img width="300px" height="101px" src="img/logos/rainbowdrift-v4.png">
</div>
<!--<h3 class="section-subheading" style="color:rgb(255, 255, 255)">Download Rainbow Drift from the App
Store today for
endless hours of fun</h3>-->
<h3 class="section-subheading" style="color:rgb(200, 200, 200)">Rainbow Drift is our debut racing video game, made with custom-crafted 3D models, UI textures, and audio-tracks.</h3>
</div>
</div>
<div id="drift-portfolio"class="container">
<div class="row">
<div class="col-md-3 col-sm-6 portfolio-item">
<div style=" text-align:center;margin:auto">
<img class="img-fluid" src="img/appstoreScreenshots/simpleOverlay.png"
alt="Simple Controls">
</div>
</div>
<div class="col-md-3 col-sm-6 portfolio-item">
<div style=" text-align:center;margin:auto">
<img class="img-fluid" src="img/appstoreScreenshots/storeOverlay.png"
alt="Personalize">
</div>
</div>
<div class="col-md-3 col-sm-6 portfolio-item">
<div style=" text-align:center;margin:auto">
<img class="img-fluid" src="img/appstoreScreenshots/challengesOverlay.png"
alt="Personalize">
</div>
</div>
<div class="col-md-3 col-sm-6 portfolio-item">
<div style=" text-align:center;margin:auto">
<img class="img-fluid" src="img/appstoreScreenshots/competeOverlay.png"
alt="Personalize">
</div>
</div>
</div>
<div class="row vertical-center" style=" margin-top: 50px">
<div class="col-lg-12 text-center vertical-center">
<h3 class="section-subheading" >Check us out on the Apple App
Store today for
endless hours of fun!</h3>
<input width=180px type='image', src="img/logos/appstore.png" onclick="location.href='https://apps.apple.com/us/app/rainbow-drift/id1431063157';"> </input>
</div>
</div>
</div>
</section>
<!-- Development -->
<section id="development" style="background-color: rgb(0, 0, 0);padding:0 0 80px 0;">
<!--Section Title-->
<div class="container"style="padding-top: 50px">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase" style="color: rgb(93, 93, 93);">Development</h2>
</div>
</div>
</div>
<!-- Portfolio-->
<div id="development-portfolio" style="background-color: rgb(0, 0, 0);padding:0px 40px">
<div class="container">
<hr class="divider">
<div>
<h2 class="section-header">2017</h2>
</div>
<div class="row">
<div class="col-md-3 col-sm-6 portfolio-item">
<div style="text-align:center;margin:auto">
<img class="img-fluid" src="img/v1_assets/home.png"
alt="V1 Drift Home">
</div>
</div>
<div class="col-md-3 col-sm-6 portfolio-item">
<div style="text-align:center;margin:auto">
<img class="img-fluid" src="img/v1_assets/store.png"
alt="V1 Drift Store">
</div>
</div>
<div class="col-md-3 col-sm-6 portfolio-item" >
<div style="text-align:center;margin:auto">
<img class="img-fluid" src="img/v1_assets/challenges.png"
alt="V1 Drift Store">
</div>
</div>
<div class="col-md-3 col-sm-6 portfolio-item">
<div style=" text-align:center;margin:auto">
<img class="img-fluid" src="img/v1_assets/play.png"
alt="V1 Drift Gameplay">
</div>
</div>
</div>
<!-- text description -->
<div class="row vertical-center" style=" margin-top: 50px;">
<div class="col-lg-3 text-center vertical-center"> </div>
<div class="col-lg-69text-center vertical-center">
<ul style="text-align: left;">
<li>Original art style based off <a href="http://inksgame.com/">INKS</a> pinball game and painting</li>
<li>Early in the development, Rainbow Drift was a 2D driving game</li>
<li>Car inspired by fountain pen tip and the trail was supposed to mimic the flow of ink</li>
<li>Many elements here were also kept and perfected in later versions (Coins, Orbs, Rainbow Mode) </li>
</ul>
</div>
</div>
<hr class="divider">
<!-- Section Header -->
<div>
<h2 class="section-header">Development of Car</h2>
</div>
<div class="row vertical-center" style="margin-top: 50px">
<div class="col-12 portfolio-item">
<div style="width:100%;text-align:center;margin:auto">
<img class="img-fluid" style="width: 100%;" src="img/carDevelopment/firstCar.png"
alt="Red Car Development">
</div>
</div>
</div>
<div class="row vertical-center" style="margin-top: 50px">
<div class="col-12 portfolio-item">
<div style="width:100%;text-align:center;margin:auto">
<img class="img-fluid" style="width: 60%;" src="img/carDevelopment/3d_car.png"
alt="Red Car Development">
</div>
</div>
</div>
<!-- text description -->
<div class="row vertical-center" style=" margin-top: 50px;">
<div class="col-lg-2 text-center vertical-center"> </div>
<div class="col-lg-9 text-center vertical-center">
<ul style="text-align: left;">
<li>After v1 of the game in 2017, we decided to take the design in another direction</li>
<li>The first car asset was made by manually copying lines using Photoshop’s pen tool, taking Stanley a whole day</li>
<li><b>Fun fact:</b> On 2/10/2018, Stanley told Joseph he wouldn't sleep until he finished turning the 2D design into a 3D model.
Learning Blender and 3D modelling took longer than expected and Stanley ended up finishing at 6AM
</li>
<li>That’s the story of how Stanley accidentally pulled the first company all-nighter (out of many) and nearly fell asleep in class the next day</li>
</ul>
</div>
<div class="col-lg-1 text-center vertical-center"> </div>
</div>
<hr class="divider">
<!-- Section Header -->
<div>
<h2 class="section-header">2018</h2>
</div>
<div class="row">
<div class="col-md-3 col-sm-6 portfolio-item">
<div style=" text-align:center;margin:auto">
<img class="img-fluid" src="img/v2_assets/home.jpeg"
alt="V2 Drift Home">
</div>
</div>
<div class="col-md-3 col-sm-6 portfolio-item">
<div style=" text-align:center;margin:auto">
<img class="img-fluid" src="img/v2_assets/store.jpeg"
alt="V2 Drift Store">
</div>
</div>
<div class="col-md-3 col-sm-6">
<div style=" text-align:center;margin:auto">
<img class="img-fluid" src="img/v2_assets/challenges.jpeg"
alt="V2 Drift Store">
</div>
</div>
<div class="col-md-3 col-sm-6 portfolio-item">
<div style=" text-align:center;margin:auto">
<img class="img-fluid" src="img/v2_assets/play.png"
alt="V2 Drift Gameplay">
</div>
</div>
</div>
<!-- text description -->
<div class="row vertical-center" style=" margin-top: 50px;">
<div class="col-lg-2 text-center vertical-center"> </div>
<div class="col-lg-9 text-center vertical-center">
<ul style="text-align: left;">
<li>Game goes dark mode!</li>
<li>We initially decided to create a 3D model just to display in the Homepage and Shop</li>
<li>Ended up liking 3D cars better for gameplay as well and switching game over</li>
<li>Took months to figure out procedurally-generated 3D mesh for track without slowing down the device</li>
<li><b>Fun fact:</b> We modified this version of the game to run as a Mac app for our very first public demo at a school fair, giving out prize tickets for top scorers</li>
</ul>
</div>
<div class="col-lg-1 text-center vertical-center"> </div>
</div>
<hr class="divider" style>
</div>
</div>
</div>
</section>
<!-- Team -->
<section style="background-color: #bbab8f91; padding-top: 60px;" id="team">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase" style="color:#584d3f ">Our Team</h2>
<h3 class="section-subheading text-muted">Our Team of Student Developers and Artists</h3>
</div>
</div>
<div class="row">
<div class="col-sm-3">
<div class="team-member">
<img class="mx-auto rounded-circle" src="img/team/Kyle.jpeg" alt="">
<h4>Kyle Serota</h4>
<p class="text-muted">Audio Designer</p>
</div>
</div>
<div class="col-sm-3">
<div class="team-member">
<img class="mx-auto rounded-circle" src="img/team/Joseph.jpeg" alt="">
<h4>Joseph Merkadeau</h4>
<p class="text-muted">COO, Lead Game Designer</p>
</div>
</div>
<div class="col-sm-3">
<div class="team-member">
<img class="mx-auto rounded-circle" src="img/team/stanley.jpg" alt="">
<h4>Stanley Jia</h4>
<p class="text-muted">CEO, Lead Developer</p>
</div>
</div>
<div class="col-sm-3">
<div class="team-member">
<img class="mx-auto rounded-circle" src="img/team/Catherine.jpeg" alt="">
<h4>Catherine Gong</h4>
<p class="text-muted">Graphic Artist</p>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-8 mx-auto text-center">
<p class="large text-muted">
As a group of high schoolers from Oakland, we are proud of what we have been able to achieve as a team.
We hope to inspire other high school students to find passionate friends and pursue interesting projects together. You never know what you can make with the right people.
</p>
</div>
</div>
</div>
</section>
<!-- Clients -->
<section class="py-5">
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-3">
<a href="https://unity3d.com">
<img style="height: 60px" class="img-fluid d-block mx-auto" src="img/logos/unity.png" alt="Unity">
</a>
</div>
<div class="col-md-4 col-sm-6">
<a href="https://facebook.com">
<img style="height: 50px; padding-top: 15px" class="img-fluid d-block mx-auto" src="img/logos/facebook.png"
alt="Facebook">
</a>
</div>
<div class="col-md-4 col-sm-6">
<a href="https://playfab.com">
<img style="height: 60px" class="img-fluid d-block mx-auto" src="img/logos/playfab.png" alt="Playfab">
</a>
</div>
</div>
</div>
</section>
<!-- Contact -->
<section id="contact">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">Contact Us</h2>
<h3 class="section-subheading" style="color:white">Send an email to
stanleyjia101@gmail.com</h3>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<form id="contactForm" name="sentMessage" novalidate="novalidate">
<div class="row">
<div class="col-md-6">
<div class="form-group">
<input class="form-control" id="name" type="text" placeholder="Your Name *"
required="required" data-validation-required-message="Please enter your name.">
<p class="help-block text-danger"></p>
</div>
<div class="form-group">
<input class="form-control" id="email" type="email" placeholder="Your Email *"
required="required" data-validation-required-message="Please enter your email address.">
<p class="help-block text-danger"></p>
</div>
<div class="form-group">
<input class="form-control" id="phone" type="tel" placeholder="Your Phone *"
required="required" data-validation-required-message="Please enter your phone number.">
<p class="help-block text-danger"></p>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<textarea class="form-control" id="message" placeholder="Your Message *" required="required"
data-validation-required-message="Please enter a message."></textarea>
<p class="help-block text-danger"></p>
</div>
</div>
<div class="clearfix"></div>
<div class="col-lg-12 text-center">
<div id="success"></div>
<button id="sendMessageButton" class="btn btn-primary btn-xl text-uppercase" type="submit">Send
Message</button>
</div>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-4">
<span class="copyright">Copyright © Moosepark Studios 2021</span>
</div>
<div class="col-md-4">
<!--<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a href="#">
<i class="fab fa-twitter"></i>
</a>
</li>
<li class="list-inline-item">
<a href="#">
<i class="fab fa-facebook-f"></i>
</a>
</li>
<li class="list-inline-item">
<a href="#">
<i class="fab fa-linkedin-in"></i>
</a>
</li>
</ul>-->
</div>
<div class="col-md-4">
<ul class="list-inline quicklinks">
<li class="list-inline-item">
<a style="color: #5BC0BE" href="privacy.html">Privacy Policy</a>
</li>
<li class="list-inline-item">
<a style="color: #5BC0BE" href="termsofuse.html">Terms of Use</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Contact form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!-- Custom scripts for this template -->
<script src="js/agency.min.js"></script>
</body>
</html>