-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
500 lines (467 loc) · 24.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Taptics</title>
<link href='http://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic|Montserrat:400,700' rel='stylesheet' type='text/css'>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/animate.css">
<!-- Bootstrap theme -->
<link href="assets/css/bootstrap-theme.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="assets/css/styles.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="pollMQ"></div>
<!-- Fixed navbar -->
<nav class="flip-nav">
<div class="container-fluid">
<div class="row">
<div class="col-md-12 text-center">
<nav class="pull">
<ul class="top-nav">
<li><a href="#section-a">Introduction <span class="indicator"><i class="fa fa-angle-right"></i></span></a></li>
<li><a href="#section-b">About <span class="indicator"><i class="fa fa-angle-right"></i></span></a></li>
<li><a href="#section-c">Portfolio<span class="indicator"><i class="fa fa-angle-right"></i></span></a></li>
<li><a href="#section-c">Features<span class="indicator"><i class="fa fa-angle-right"></i></span></a></li>
<li><a href="#section-d">Process<span class="indicator"><i class="fa fa-angle-right"></i></span></a></li>
<li><a href="#section-f">Contact<span class="indicator"><i class="fa fa-angle-right"></i></span></a></li>
</ul>
</nav>
</div>
</div>
</div>
</nav>
<a id="nav-toggle" class="nav_slide_button" href="#"><span></span></a>
<div id="top-hero">
<div class="container" data-stellar-ratio="0.5">
<div class="row text-center">
<div class="col-sm-8 col-sm-offset-2 hero-title waypoint-1">
<h1 class="xlarge kern-loose title">
Taptics
</h1>
<h2 class="h4 sub-title">
We build nice things.
</h2>
</div>
</div>
</div>
</div>
<main role="main">
<section id="section-a" class="light-gray padding-lg">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center waypoint-2">
<div class="anchor"><span class="icon-anchor"></span></div>
<h3>Simple, Creative Template</h3>
<p class="text-mid">Always dream and shoot higher than you know you can do. Don’t bother just to be better than your contemporaries or predecessors. Try to be better than yourself.</p>
</div>
</div>
</div>
</section>
<section id="section-b" class="white padding-lg ">
<div class="container-fluid">
<div class="col-md-12 flexslider">
<ul class="slides text-center">
<li>
<div class="col-sm-4">
<figure class="sliding-image waypoint-3">
<div class="img" style="background-image: url('assets/img/project-01.jpg')" ></div>
<figcaption>
<h4 class="caps text-center center-block text-white">My First Project</h4>
<a href="#!" data-toggle="modal" data-target="#project-01" class="btn btn-hollow">Learn More</a>
</figcaption>
</figure>
<!-- Button trigger modal -->
</div>
<div class="col-sm-4">
<figure class="sliding-image waypoint-3">
<div class="img" style="background-image: url('assets/img/project-02.jpg')" ></div>
<figcaption>
<h4 class="caps text-center center-block text-white">My Second Project</h4>
<a href="#!" data-toggle="modal" data-target="#project-02" class="btn btn-hollow">Learn More</a>
</figcaption>
</figure>
<!-- Button trigger modal -->
</div>
<div class="col-sm-4">
<figure class="sliding-image waypoint-3">
<div class="img" style="background-image: url('assets/img/project-03.jpg')" ></div>
<figcaption>
<h4 class="caps text-center center-block text-white">My Third Project</h4>
<a href="#!" data-toggle="modal" data-target="#project-03" class="btn btn-hollow">Learn More</a>
</figcaption>
</figure>
<!-- Button trigger modal -->
</div>
</li>
<li>
<div class="col-sm-4">
<figure class="sliding-image waypoint-3">
<div class="img" style="background-image: url('assets/img/project-01.jpg')" ></div>
<figcaption>
<h4 class="caps text-center center-block text-white">My First Project</h4>
<a href="#!" data-toggle="modal" data-target="#project-01" class="btn btn-hollow">Learn More</a>
</figcaption>
</figure>
<!-- Button trigger modal -->
</div>
<div class="col-sm-4">
<figure class="sliding-image waypoint-3">
<div class="img" style="background-image: url('assets/img/project-02.jpg')" ></div>
<figcaption>
<h4 class="caps text-center center-block text-white">My Second Project</h4>
<a href="#!" data-toggle="modal" data-target="#project-02" class="btn btn-hollow">Learn More</a>
</figcaption>
</figure>
<!-- Button trigger modal -->
</div>
<div class="col-sm-4">
<figure class="sliding-image waypoint-3">
<div class="img" style="background-image: url('assets/img/project-03.jpg')" ></div>
<figcaption>
<h4 class="caps text-center center-block text-white">My Third Project</h4>
<a href="#!" data-toggle="modal" data-target="#project-03" class="btn btn-hollow">Learn More</a>
</figcaption>
</figure>
<!-- Button trigger modal -->
</div>
</li>
</ul>
</div>
</div>
</section>
<!-- Modals -->
<div class="modal slide fade" id="project-01" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header dark header-img-bg" style="background-image: url('assets/img/project-01.jpg')">
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
<h3 class="modal-title text-center title caps" id="project-1Label">Always Inspire</h3>
<h4 class="sub-title">A Project Page Modal</h4>
</div>
<div class="modal-body">
<div class="container">
<div class="row padding-md">
<div class="col-md-6">
<h4 class="text-right text-left-sm caps">The Question</h4>
<p class="text-right text-left-sm">
Lorem ipsum Sit dolore Excepteur eu sint elit mollit magna quis sint aute dolore magna labore deserunt dolore
</p>
<h4 class="text-right text-left-sm caps">The Answer</h4>
<p class="text-right text-left-sm">
Lorem ipsum Sit dolore Excepteur eu sint elit mollit magna quis sint aute dolore magna labore deserunt dolore laborum nisi magna dolor non labore dolor aute veniam Duis in voluptate reprehenderit et aliqua incididunt.
</p>
</div>
<div class="col-md-6">
<img src="assets/img/project-02.jpg" alt="">
</div>
</div>
<hr>
<div class="row">
<div class="col-md-12 padding-lg">
<h2 class="text-center caps">
Life is not about finding yourself. Life is about creating yourself.
</h2>
</div>
</div>
<hr>
<div class="row padding-md">
<div class="col-md-6">
<img src="assets/img/project-03.jpg" alt="">
</div>
<div class="col-md-6">
<h4 class="text-left caps">The Question</h4>
<p class="text-left">
Lorem ipsum Sit dolore Excepteur eu sint elit mollit magna quis sint aute dolore magna labore deserunt dolore
</p>
<h4 class="text-left caps">The Answer</h4>
<p class="text-left">
Lorem ipsum Sit dolore Excepteur eu sint elit mollit magna quis sint aute dolore magna labore deserunt dolore laborum nisi magna dolor non labore dolor aute veniam Duis in voluptate reprehenderit et aliqua incididunt.
</p>
</div>
</div>
</div>
</div>
<div class="modal-footer">
</div>
</div>
</div>
</div>
<div class="modal slide fade" id="project-02" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header light header-img-bg" style="background-image: url('assets/img/project-02.jpg')">
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
<h3 class="modal-title text-center title caps" id="project-2Label">Always Inspire</h3>
<h4 class="sub-title">A Project Page Modal</h4>
</div>
<div class="modal-body">
<div class="container">
<div class="row padding-md">
<div class="col-md-6">
<h4 class="text-right text-left-sm caps">The Question</h4>
<p class="text-right text-left-sm">
Lorem ipsum Sit dolore Excepteur eu sint elit mollit magna quis sint aute dolore magna labore deserunt dolore
</p>
<h4 class="text-right text-left-sm caps">The Answer</h4>
<p class="text-right text-left-sm">
Lorem ipsum Sit dolore Excepteur eu sint elit mollit magna quis sint aute dolore magna labore deserunt dolore laborum nisi magna dolor non labore dolor aute veniam Duis in voluptate reprehenderit et aliqua incididunt.
</p>
</div>
<div class="col-md-6">
<img src="assets/img/project-01.jpg" alt="">
</div>
</div>
<hr>
<div class="row">
<div class="col-md-12 padding-lg">
<h2 class="text-center caps">
Life is not about finding yourself. Life is about creating yourself.
</h2>
</div>
</div>
<hr>
<div class="row padding-md">
<div class="col-md-6">
<img src="assets/img/project-03.jpg" alt="">
</div>
<div class="col-md-6">
<h4 class="text-left caps">The Question</h4>
<p class="text-left">
Lorem ipsum Sit dolore Excepteur eu sint elit mollit magna quis sint aute dolore magna labore deserunt dolore
</p>
<h4 class="text-left caps">The Answer</h4>
<p class="text-left">
Lorem ipsum Sit dolore Excepteur eu sint elit mollit magna quis sint aute dolore magna labore deserunt dolore laborum nisi magna dolor non labore dolor aute veniam Duis in voluptate reprehenderit et aliqua incididunt.
</p>
</div>
</div>
</div>
</div>
<div class="modal-footer">
</div>
</div>
</div>
</div>
<div class="modal slide fade" id="project-03" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header light header-img-bg" style="background-image: url('assets/img/project-03.jpg')">
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
<h3 class="modal-title text-center title caps" id="project-3Label">Always Inspire</h3>
<h4 class="sub-title">A Project Page Modal</h4>
</div>
<div class="modal-body">
<div class="container">
<div class="row padding-md">
<div class="col-md-6">
<h4 class="text-right text-left-sm caps">The Question</h4>
<p class="text-right text-left-sm">
Lorem ipsum Sit dolore Excepteur eu sint elit mollit magna quis sint aute dolore magna labore deserunt dolore
</p>
<h4 class="text-right text-left-sm caps">The Answer</h4>
<p class="text-right text-left-sm">
Lorem ipsum Sit dolore Excepteur eu sint elit mollit magna quis sint aute dolore magna labore deserunt dolore laborum nisi magna dolor non labore dolor aute veniam Duis in voluptate reprehenderit et aliqua incididunt.
</p>
</div>
<div class="col-md-6">
<img src="assets/img/project-02.jpg" alt="">
</div>
</div>
<hr>
<div class="row">
<div class="col-md-12 padding-lg">
<h2 class="text-center caps">
Life is not about finding yourself. Life is about creating yourself.
</h2>
</div>
</div>
<hr>
<div class="row padding-md">
<div class="col-md-6">
<img src="assets/img/project-01.jpg" alt="">
</div>
<div class="col-md-6">
<h4 class="text-left caps">The Question</h4>
<p class="text-left">
Lorem ipsum Sit dolore Excepteur eu sint elit mollit magna quis sint aute dolore magna labore deserunt dolore
</p>
<h4 class="text-left caps">The Answer</h4>
<p class="text-left">
Lorem ipsum Sit dolore Excepteur eu sint elit mollit magna quis sint aute dolore magna labore deserunt dolore laborum nisi magna dolor non labore dolor aute veniam Duis in voluptate reprehenderit et aliqua incididunt.
</p>
</div>
</div>
</div>
</div>
<div class="modal-footer">
</div>
</div>
</div>
</div>
<section id="section-c" class="light-gray container-fluid">
<div class="row">
<div id="section-c-mod-1" class="col-md-6 dark-gray fill-height">
<div class="display-table">
<div class="c-title vert-center waypoint-c-1">
<div class="large kern-loose title">Go Make Things</div>
<div class="anchor text-white"><span class="icon-anchor"></span></div>
</div>
</div>
</div>
<div class="col-md-6 fill-height">
<div id="slider-c" class="flexslider vert-center-slider">
<ul class="slides">
<li>
<div class="vert-center">
<p class="quote text-mid text-center">
I would rather be ashes than dust!
<br/>
I would rather that my spark should burn out in a brilliant blaze than it should be stifled by dry-rot.<br/>
I would rather be a superb meteor, every atom of me in magnificent glow, than a sleepy and permanent planet.<br/>
The function of man is to live, not to exist.<br/>
I shall not waste my days trying to prolong them.<br/>
I shall use my time.<br/>
<span class="author">Jack London</span>
</p>
</div>
</li>
<li>
<div class="vert-center">
<p class="quote text-mid">
When it is working, you completely go into another place, you're tapping into things that are totally universal, completely beyond your ego and your own self. That's what it's all about.
<span class="author">Keith Haring</span>
</p>
<p class="author"></p>
</div>
</li>
<li>
<div class="vert-center">
<p class="quote text-mid">
Creative work is not a selfish act or a bid for attention on the part of the actor. It's a gift to the world and every being in it. Don't cheat us of your contribution. Give us what you've got.
<span class="author">Steven Pressfield</span>
</p>
</div>
</li>
</ul>
</div>
</div>
</div>
</section>
<div class="container-fluid white padding-lg">
<div class="row">
<div class="col-md-12">
<h3 class="text-center"><a href="" class="btn btn-hollow btn-large">Go out there and build something</a></h3>
</div>
</div>
</div>
<section id="section-d" class="dark-gray padding-lg">
<div class="container">
<div class="row">
<div class="col-md-4 text-center waypoint-4">
<h3><span class="large icon-mug"></span></h3>
<h4 class="text-light caps">Planning</h4>
<p class="text-mid-2">
Art is not about thinking something up. It is the opposite–getting something down.
</p>
</div>
<div class="col-md-4 text-center waypoint-4">
<h3><span class="large icon-pencil"></span></h3>
<h4 class="text-light caps">Execution</h4>
<p class="text-mid-2">
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
</p>
</div>
<div class="col-md-4 text-center waypoint-4">
<h3><span class="large icon-support"></span></h3>
<h4 class="text-light caps">Support</h4>
<p class="text-mid-2">
All progress takes place outside the comfort zone.
</p>
</div>
</div>
</div>
</section>
<section id="section-e" class="white padding-lg">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="col-md-8 col-md-offset-2 waypoint-6">
<div class="anchor"><span class="icon-anchor"></span></div>
<p class="text-center medium quote">The best reason to start an organization is to make meaning; to create a product or service to make the world a better place. </p>
</div>
</div>
</div>
</div>
</section>
<section id="section-f" class="light-gray padding-lg">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="contact-tile">
<div class="table">
<div class="cell-middle">
<h4>Email</h4>
<a href="#!">
hi@seashore.us
</a>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="contact-tile">
<div class="table">
<div class="cell-middle">
<h4>Location</h4>
<span>123 Fake St.| Springfield, USA | 90210</span>
<a href="#!" class="btn btn-hollow map-it">Map It</a>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="contact-tile">
<div class="table">
<div class="cell-middle">
<h4>Telephone</h4>
<span class="telephone">
<a href="tel:000-000-0000">(801) 345-6789</a>
</span>
<h6 class="caps"></h6>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="dark-gray text-mid container-fluid padding-md">
<div class="container">
<div class="row">
<div class="col-md-12">
© Underbelly Creative
</div>
</div>
</div>
</footer>
</main>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://code.jquery.com/jquery.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/waypoints.min.js"></script>
<script src="assets/js/jquery.flexslider.js"></script>
<script src="assets/js/jquery.stellar.js"></script>
<script src="assets/js/scripts.js"></script>
</body>
</html>