-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparadox.html
340 lines (246 loc) · 13.4 KB
/
paradox.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" c ontent="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" type="image/x-icon" href="data/resources/images/Logo.png">
<title>Cameron Watson</title>
<link rel="stylesheet" type="text/css" href="data/plugins/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="data/css/main.css">
<link rel="stylesheet" type="text/css" href="data/css/video-style.css">
<link rel="stylesheet" type="text/css" href="data/css/mfp.css">
<link rel="stylesheet" type="text/css" href="data/css/owlSlider.css">
<link rel="stylesheet" type="text/css" href="data/css/animated.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
</head>
<body>
<div id="preloader">
<div class="loader"></div>
</div>
<header id="top" class="">
<div class="header-top-area">
<div class="container">
<div class="row">
<div class="col-sm-3">
<div class="logo">
<a href="index.html">Cameron Watson</a>
</div>
</div>
<div class="col-sm-9">
<div class="navigation-menu">
<div class="navbar">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a class="smoth-scroll" href="#top">Top <div class="ripple-wrapper"></div></a>
</li>
<li><a class="smoth-scroll" href="#intro">about</a>
</li>
<li><a class="smoth-scroll" href="#features">Features</a>
</li>
<li><a class="smoth-scroll" href="#developers">Developers</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<section class="hero-wrap text-center oh home-section">
<div class="container">
<div class="video-wrap">
<div class="video-overlay"></div>
<div class="video-img"></div>
</div>
<div class="hero-holder">
<div class="hero-message text-rotator">
<h1><span class="rotate">You Have 60 Seconds, to stop the Loop, and save time!</span></h1>
<h2 class="hero-subtitle hidden-xs">Paradox is a time-travelling 3d puzzle platformer in which you are your own worst enemy.</h2>
<div class="buttons-holder mt-30">
<a href="data/resources/videos/Paradox Trailer.mp4" class="btn btn-lg btn-transparent lightbox-video mfp-iframe">Play Video</a>
</div>
<div class="local-scroll">
<a href="#intro" class="scroll-down"></a>
</div>
</div>
</div>
</div>
</section>
<section class="section-wrap intro" id="intro">
<div class="container">
<div class="row">
<div class="col-sm-8 col-sm-offset-2 text-center wow slideInUp" data-wow-duration="1.2s" data-wow-delay="0s">
<div class="intro-heading heading-frame">
<img src="data/resources/images/paradox/Screen5-MainMenu.png">
</div>
<p class="intro-text mb-60">
In the Game "Paradox" you play as a being known only as Onyx, a time traveller who mysteriously got stuck in an endless loop between time and space. The only way for her to escape the infinate cycle is to fix time itself, in order to complete her mission she must collect all the fragmented “Hours” throughout the various loop cycles and ultimatly leave the empty worlds behind. </p>
<p class="intro-text mb-60">However, she has already done this before and it is up to the player to guide her through the infinate possibilities of past-selves and minefields of paradox's to stop the endless cycle and save time.
</p>
</div>
</div>
</div>
</section>
<section id="features" class="section-wrap promo-section bg-dark">
<div class="container">
<div class="col-lg-12 text-center section-title">
<h2>Features</h2>
</div>
</div>
<div id="owl-promo" class="owl-carousel owl-theme">
<div class="item">
<div class="container">
<div class="row">
<div class="col-md-6 wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.1s">
<img src="data/resources/images/paradox/Screen4-Effects.png" alt="">
</div>
<div class="col-md-6 promo-description">
<p class="subheading">Restore Time by</p>
<h3 class="color-white">Collecting Hourglasses</h3>
<p class="mb-30"> The "Hours" are fragmented, they must be collected in order for the loop cycle to end. Collecting all 12 grants you passage out of the current loop and into another, however there is a catch. Each "Hour" collected you are forcefully rewound to the beginning!!</p>
</div>
</div>
</div>
</div>
<div class="item">
<div class="container">
<div class="row">
<div class="col-md-6 wow fadeInUp" data-wow-duration="2s" data-wow-delay="0.1s">
<img src="data/resources/images/paradox/Screen2-Day.png" alt="">
</div>
<div class="col-md-6 promo-description">
<p class="subheading">Watch your step!</p>
<h3 class="color-white">Avoid your Past-Selves</h3>
<p class="mb-30"> Each step you take, each action you do, counts! each time an "Hour" has been saved an image of yourself appears, which projects all the actions you did to get to the previously collected hourglass. Touching your past-self will cause a catastrophic dimensional paradox!</p>
</div>
</div>
</div>
</div>
<div class="item">
<div class="container">
<div class="row">
<div class="col-md-6 wow fadeInUp" data-wow-duration="2s" data-wow-delay="0.1s">
<img src="data/resources/images/paradox/Screen5-Helpout.png" alt="">
</div>
<div class="col-md-6 promo-description">
<p class="subheading">Help yourself</p>
<h3 class="color-white">You're on your own</h3>
<p class="mb-30"> Quite literally your on your own, but being alone can help you. Utilize different loop cycles to reach un-reachable places, move obstacles out of the way, or even reveal new areas! Nobody is here to help, just you!</p>
</div>
</div>
</div>
</div>
<div class="item">
<div class="container">
<div class="row">
<div class="col-md-6 wow fadeInUp" data-wow-duration="2s" data-wow-delay="0.1s">
<img src="data/resources/images/paradox/Screen1-night.png" alt="">
</div>
<div class="col-md-6 promo-description">
<p class="subheading">Time matters</p>
<h3 class="color-white">You Have till midnight and its only midday!</h3>
<p class="mb-30"> 12 hours seems like a long time, but not when your in a dimensional time loop! As you move, time still goes on, but at an accelerating rate. Once the clock hits midnight all your progress is wasted and you are rewound back to the beginning of your current cycle.</p>
</div>
</div>
</div>
</div>
<div class="item">
<div class="container">
<div class="row">
<div class="col-md-6 wow fadeInUp" data-wow-duration="2s" data-wow-delay="0.1s">
<img src="data/resources/images/paradox/Screen3-Warp.png" alt="">
</div>
<div class="col-md-6 promo-description">
<p class="subheading">Fate has been determined</p>
<h3 class="color-white">Avoid the Paradox!</h3>
<p class="mb-30"> Onyx's fate has been sealed and progress awaits, she cannot fail by any means, any inclination to do so, causes a paradox. So watch your step, avoid yourself and make sure you get there in time!</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="developers" class="statistics-section statistics3 section-space-padding bg-cover text-center" data-stellar-background-ratio="0.2"></section>
<section id="" class="testimonial-section section-space-padding">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="section-title">
<h2>Developers.</h2>
</div>
</div>
</div>
<div class="row">
<div class="testimonial-carousel-list margin-top-20">
<div class="testimonial-word text-center">
<img src="data/resources/images/paradox/ab.png" class="img-responsive" alt="">
<h2>Rachel Baker</h2>
<p>Creative Director, Lead artist</p>
</div>
<div class="testimonial-word text-center">
<img src="data/resources/images/paradox/cr.png" class="img-responsive" alt="">
<h2>Chris Read</h2>
<p>Programmer, Technical Programmer</p>
</div>
<div class="testimonial-word text-center">
<img src="data/resources/images/paradox/km.png" class="img-responsive" alt="">
<h2>Kieran Mckay</h2>
<p>Programmer, Level Designer, Play Tester</p>
</div>
<div class="testimonial-word text-center">
<img src="data/resources/images/Logo.png" class="img-responsive" alt="">
<h2>Cameron Watson</h2>
<p>Technical Artist, Interaction Designer, Effects Artist</p>
</div>
<div class="testimonial-word text-center">
<img src="data/resources/images/paradox/jp.png" class="img-responsive" alt="">
<h2>Jack Pervis</h2>
<p>Lead Programmer, Ux/UI Programmer, Audio Engineer</p>
</div>
<div class="testimonial-word text-center">
<img src="data/resources/images/paradox/ctw.png" class="img-responsive" alt="">
<h2>Chris Wratt</h2>
<p>Technical Sound Designer, Audio Engineer</p>
</div>
</div>
</div>
</div>
</section>
<footer class="footer minimal bg-dark">
<div class="container">
<div class="row">
<div class="col-md-4 col-md-offset-4">
<div class="footer-logo local-scroll mb-30 wow zoomIn text-center" data-wow-duration="1s" data-wow-delay="0.2s">
This project was created and developed for:
<img src="data/resources/images/vuw.png">
</div>
<span class="copyright text-center">
©2016 Paradox
</span>
</div>
</div>
</div>
</footer> <!-- end footer -->
<script src="data/plugins/jquery/jquery.min.js"></script>
<script src="data/plugins/bootstrap/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="data/js/plugin.js"></script>
<script src="data/js/plugins.js"></script>
<script src="data/js/scripts.js"></script>
<script src="data/js/main.js"></script>
</body>
</html>