forked from mkahn-optv/corpsite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·648 lines (571 loc) · 30 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
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
<!DOCTYPE html>
<html lang="en"><!-- this is a comment -->
<head>
<!-- new head of MASTER 3/1/2016 -->
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>Ourglass TV</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
<!--[if lt IE 9]>
<script href="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="css/styles.css" rel="stylesheet">
<link rel="icon" type="image/png" sizes="32x32" href="img/fav_icons/favicon-32x32.png">
</head>
<body>
<!--div class="navbar navbar-fixed-top navbar-bold" data-spy="affix" data-offset-top="1000">
<div class="container">
<div class="navbar-header">
<a href="#" class="navbar-brand">Home</a>
<a class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
</div>
<div class="navbar-collapse collapse" id="navbar">
<ul class="nav navbar-nav">
<li><a href="#sec1">Discover</a></li>
<li><a href="#sec2">Share</a></li>
<li><a href="#sec3">Save</a></li>
<li><a href="#sec4">The Apps</a></li>
</ul>
</div>
</div>
</div-->
<div class="header" style="padding-top: 0; ">
<div class="back-img-container" style="position: fixed; top: 0">
<img class="back-img" src="img/sportsbarblurfaded.jpg">
</div>
<img src="img/Ourglass_LOGO_RGB_WHT.png" width="15%" style="margin-top: 15px; margin-left: 15px;"/>
<div class="container">
<div class="row center">
<div class="col-md-10 col-md-offset-1">
<div class="embed-responsive embed-responsive-16by9" style="overflow: visible">
<video controls="true" autoplay loop class="embed-responsive-item">
<source src=img/newourglassvid.mp4 type=video/mp4>
</video>
<div class="falloutArrow" style="color: white; position: absolute; align-content: center;top: 18%; left: -110px">
<img style="float: left;transform: rotateY(150deg);" src="img/chalk-arrow-rotated.png">
<a href="#advertise"
style="position: absolute; left: -130px; top: 20px; text-decoration: none"><h2
class="chalk">
Advertise</h2></a>
</div>
<div class="falloutArrow"
style="color: white; position: absolute; align-content: center;top: 50%; left: -100px">
<img style="position: relative; left: 10px; transform: rotate(120deg); " src="img/chalk-arrow-rotated.png">
<a href="#develop"
style="position: absolute; left: -80px; top: 25px; text-decoration: none"><h2
class="chalk">
Develop</h2></a>
</div>
<div class="falloutArrow" style="position: absolute; align-content: center; left: 83%; top:63%;">
<img src="img/chalk-arrow-point-down.png" style="width: 150px">
<a href="#engage"><h2 style="position: absolute; top: -15px; right: -130px" class="chalk">
Engage</h2></a>
</div>
</div>
</div>
<div class="big-text">Ourglass redefines the out-of-home TV<br> experience with apps and content.<!-- allowing apps, messaging and advertising to
overlay broadcast content. Ourglass runs on all existing TV and smartphone devices creating a social, fun and customizable experience
consumers love and business can monetize--></div>
</div>
</div>
</div>
<!--div> </div>
<!--a href="#" class="btn btn-default btn-lg">Get Started</a-->
<!--a href="#" class="btn btn-default btn-lg">Log In</a-->
</div>
</div>
<!--<div id="sec1" class="blurb" style="background-color: white; color: black">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h1>A New Way to Watch</h1>
<p class="lead">Change the static TV experience to a rich, engaging and social platform consumers will
enjoy and businesses can monetize.</p>
</div>
</div>
</div>
</div>-->
<div class="featurette" id="IconSelection">
<div class="container">
<!-- MAK Didn't feel like one more Ourglass added much here -->
<!--
<div class="row">
<div class="col-md-12 text-center">
<h1>Ourglass</h1>
</div>
</div>
-->
<div class="row" style="margin-bottom: 20px; margin-top: 20px;">
<div class="col-md-4 text-center">
<div class="featurette-item">
<a href="#engage"><i class="icon-comments icon-button"></i></a>
<a href="#engage"><h4 style="color: white;">Engage</h4></a>
<ul class="text-center list-unstyled">
<li>"Real" Social TV</li>
<li>Customer Loyalty</li>
<li>Stay in touch</li>
</ul>
</div>
</div>
<div class="col-md-4 text-center">
<div class="featurette-item">
<a href="#advertise"><i class="icon-bullhorn icon-button"></i></a>
<a href="#advertise"><h4>Advertise</h4></a>
<ul class="text-center list-unstyled">
<li>Next Gen Billboard</li>
<li>Unblockable Platform</li>
<li>Viewer Tracking</li>
</ul>
</div>
</div>
<div class="col-md-4 text-center">
<div class="featurette-item">
<a href="#develop"><i class="icon-code icon-button"></i></a>
<a href="#develop"><h4>Develop</h4></a>
<ul class="text-center list-unstyled">
<li>OpenSource</li>
<li>HTML + JavaScript</li>
<li>Multiple Revenue Opportunities</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!--div class="callout" id="sec3">
<div class="vert">
<div class="col-md-12 text-center"><h2>Sometimes People Are Cool</h2></div>
<div class="col-md-12 text-center"> </div>
<div class="col-md-8 col-md-offset-2 text-center">
<div class="row hidden-xs">
<div class="col-sm-2"><img class="img-circle grayscale"
src="http://api.randomuser.me/portraits/thumb/women/12.jpg"></div>
<div class="col-sm-2"><img class="img-circle grayscale"
src="http://api.randomuser.me/portraits/thumb/men/95.jpg"></div>
<div class="col-sm-2"><img class="img-circle grayscale"
src="http://api.randomuser.me/portraits/thumb/women/67.jpg"></div>
<div class="col-sm-2"><img class="img-circle grayscale"
src="http://api.randomuser.me/portraits/thumb/men/27.jpg"></div>
<div class="col-sm-2"><img class="img-circle grayscale"
src="http://api.randomuser.me/portraits/thumb/women/15.jpg"></div>
<div class="col-sm-2"><img class="img-circle grayscale"
src="http://api.randomuser.me/portraits/thumb/men/18.jpg"></div>
</div>
</div>
</div>
</div-->
<div class="blurb" id="engage">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h1 style="margin-bottom: 40px;">Engage Your Patrons</h1>
<div style="margin-bottom: 30px;">
<img src="img/hipster_texting_in_bar_small_wide.jpg"
class="img-responsive">
<img src="img/arrow-clip-art-transparent-background.png"
style="margin: 10px; width: 20%; opacity: 0.8;" class="img-responsive">
<img src="img/fun_with_tv_wide_med.jpg" style="" class="img-responsive">
</div>
<h4>Offer a cool, social experience that will have them coming back for more — and creates a profit for
you.
</h4>
</div>
</div>
</div>
</div>
<div class="gallery">
<div class="container">
<div class="row flex" style="margin-bottom: 15px">
<div class="col-md-5" style="text-align: center"><i class="fa fa-television"
style="font-size: 180px; color: #3c763d"></i>
</div>
<div class="col-md-5">
<div class="panel panel-default light-panel">
<div class="panel-heading text-left">
<span class="text-success"></span> Social TV</ul>
</div>
<div class="panel-body text-left">
Ourglass apps create customer engagement and fun. Scoreboards, trivia, games and
announcements are seamlessly integrated with the viewing experience. Be a conversation
starter, a matchmaker and the place they always want to go.
</div>
</div>
</div>
</div>
<div class="row flex" style="margin-bottom: 15px">
<div class="col-md-5" style="text-align: center"><i class="fa fa-users"
style="font-size: 180px; color: #3c763d"></i></div>
<div class="col-md-5">
<div class="panel panel-default light-panel">
<div class="panel-heading text-left">
<span class="text-success"></span> Customer Loyalty</a>
</div>
<div class="panel-body text-left ">
You offer amazing amenities and great staff that makes them like you. Now personalize it with
Ourglass to have them love you -- and sing your praise. <i>“Norm, welcome back! Here is a
special
offer just for you. Love, the gang at Cheers”</i>
</div>
</div>
</div>
</div>
<div class="row flex" style="margin-bottom: 15px">
<div class="col-md-5" style="text-align: center"><i class="icon-mobile-phone"
style="font-size: 180px; color: #3c763d"></i>
</div>
<div class="col-md-5">
<div class="panel panel-default light-panel">
<div class="panel-heading text-left">
<span class="text-success"></span> Stay in Touch</a>
</div>
<div class="panel-body text-left ">
The Ourglass mobile app keeps you connected when they leave. Tell them they are missed; what
time
the big game will air or share a great offer just for them to enjoy. Be more than a place,
be
<b>their</b> place.
</div>
</div>
</div>
</div>
<div class="row flex" style="margin-bottom: 15px">
<div class="col-md-5" style="text-align: center"><i class="icon-credit-card"
style="font-size: 180px; color: #3c763d"></i></div>
<div class="col-md-5">
<div class="panel panel-default light-panel">
<div class="panel-heading text-left">
<span class="text-success"></span> New Revenue</a>
</div>
<div class="panel-body text-left ">
Choose to run sponsored-apps or a news ticker and get paid. From national advertisers, to local
business partners, customize your Ourglass advertising to maximize your revenue and fit your
venue. Pizza or
taxi, anyone?
</div>
</div>
</div>
</div>
</div>
</div>
<div class="blurb" id="advertise">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h1>Advertise <i class="fa fa-bullhorn"></i></h1>
<h3 class="lead">Your Brand where People are Engaged</h3>
<p>Get your message where your target consumers are hanging out<br> and on the two screens
they are watching – TV and smartphones.</p>
</div>
</div>
</div>
</div>
<div class="blurb bright">
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center">
<h3></h3>
<br>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="row">
<div class="col-sm-4">
<div class="panel panel-default">
<div class="panel-heading text-center"><h2></i> Next-Gen Billboard
</h2>
</div>
<div class="panel-body text-center"><p style="color: white;">Ourglass puts your message where
patrons are
engaged — on the TV
and their phone.</p>
<p>Say goodbye to billboards and toilet stalls. And your brand engagement just got much
better— at a fraction of the cost.</p>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="panel panel-default">
<div class="panel-heading text-center"><h2>Unblockable Platform </h2></div>
<div class="panel-body text-center">
<p style="color: white;">
Our patent-pending screen optimizer lets
broadcast content and Ourglass apps share the screen in harmony for a great viewer
experience.</p>
<p>With no ad blockers, your message is
displayed when you expect to be, to the audience you were promised.</p>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="panel panel-default">
<div class="panel-heading text-center"><h2>Trackable System</h2></div>
<div class="panel-body text-center">
<p style="color: white;">
Ourglass' cloud-based platform means a world of data
is now
at your fingertips about consumers and your message placement.
</p>
<p>
Get to know your audience
better than you ever thought possible.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- DEVELOP SECTION -->
<div class="blurb" id="develop">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h1>Develop <i class="fa fa-code"></i></h1>
<img src="img/code_on_table_wide_small.jpg"
class="img-responsive" style="margin-top: 20px; margin-bottom: 20px;;">
<h4>Create Your Own Apps for
any TV — all You need to know is
Javascript</h4>
</p>
</div>
</div>
<div class="row">
</div>
</div>
</div>
</div>
</div>
</div>
<div class="gallery">
<div class="container">
<div class="row flex" style="margin-bottom: 15px">
<div class="col-md-5" style="text-align: center"><i class="fa fa-cloud"
style="font-size: 180px; color: #3c763d"></i></div>
<div class="col-md-5">
<div class="panel panel-default light-panel">
<div class="panel-heading text-left">
<span class="text-success"></span>Ubiquitious Platform</a>
</div>
<div class="panel-body text-left">
<p style="color: black;">The out-of-home TV market is growing at an incredible pace.
Hospitality, health clubs, retailers,
schools, hospitals, terminals, stadiums — where aren't there huge flat panels these
days?
</p>
<p style="color: black;">Ourglass works with any TV, costs nothing for the
venue owner, and can be installed by anyone. That adds up to a huge market for your custom
app.
</p>
</div>
</div>
</div>
</div>
<div class="row flex" style="margin-bottom: 15px">
<div class="col-md-5" style="text-align: center"><img src="img/html5-css3-js300x300.png"/>
</div>
<div class="col-md-5">
<div class="panel panel-default light-panel">
<div class="panel-heading text-left">
<span class="text-success"></span>Develop with Technologies You Already Know
</div>
<div class="panel-body text-left ">
<p class="black-text">
Writing for Ourglass is as simple as coding a web application. No need to develop for 35+,
different TV OSes, Ourglass is write once
and run everywhere.
</p>
<p class="black-text">
And to get down-and-nerdy, we provide a development environment that works on Linux, Mac, or
PC and
utilizes AngularJS. The whole deal is open source, so dig in as much or as litle as you
want!
</p>
</div>
</div>
</div>
</div>
<div class="row flex" style="margin-bottom: 15px">
<div class="col-md-5" style="text-align: center"><i class="fa fa-money"
style="font-size: 180px; color: #3c763d"></i></div>
<div class="col-md-5">
<div class="panel panel-default light-panel">
<div class="panel-heading text-left">
<span class="text-success"></span>Show Me the Money</a>
</div>
<div class="panel-body text-left ">
<p class="black-text">
Sell your app through the Ourglass Store, or don't! We'll provide a convenient and very
visible way to get your app out there, but we won't force you like (ahem) some other guys
do.</p>
<p class="black-text"> Don't want to charge for your app? Connect to the
Ourglass ad network and give the benefits of the a full digital signage network without
added development or the hassles of a sales force.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!--<div class="gallery">
<div class="container">
<div class="row flex">
<div class="col-sm-4">
<div class="panel panel-default">
<div class="panel-heading text-left">
<span class="text-success"><i class="fa fa-television"></i></span> Ubiquitious Platform <br>
Open Source Hardware and OS
</div>
<div class="panel-body text-left">
Out of home TV market is broad, growing and untapped: hospitality, health clubs, retailers,
schools, hospitals, terminals, stadiums, and more. With companion apps for mobile devices
opportunities are boundless. Ourglass works with any TV that has HDMI, cost nothing for the
owner,
and can be isntalled by anyone.
</div>
</div>
</div>
<div class="col-sm-4">
<div class="panel panel-default">
<div class="panel-heading text-left">
<span class="text-success"><i class="fa fa-cloud"></i></span> Super Simple Development
Environment<br> Standard Javascript</a>
</div>
<div class="panel-body text-left ">
As simple as coding a web application. No need to develop for 35+ TV OS, Ourglass is write once
and
run everywhere.
</div>
</div>
</div>
<div class="col-sm-4">
<div class="panel panel-default">
<div class="panel-heading text-left">
<span class="text-success"><i class="icon-money"></i></span> Multiple Revenue
Opportunities</a>
</div>
<div class="panel-body text-left ">
Sell your app through the Ourglass Store. Don't want to charge for your app? Connect to the
Ourglass
ad network and give the benefits of the a full diigital signage network without and added
development or selling.
</div>
</div>
</div>
</div>
</div>
</div>-->
</div>
<div class="featurette">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center">
<h2>Sign Up For More Info</h2>
</div>
</div>
<!-- Begin MailChimp Signup Form -->
<link href="//cdn-images.mailchimp.com/embedcode/classic-081711.css" rel="stylesheet" type="text/css">
<div id="mc_embed_signup">
<form action="//Ourglass.us12.list-manage.com/subscribe/post?u=6a60c84456c23ba06a9a27e4f&id=c60221e105" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div class="col-md-4 col-md-offset-2">
<div class="mc-field-group" style="margin-bottom: 5px; margin-top: 0; padding: 0; height: 0" >
<input type="email" value="" name="EMAIL" class="required email form-control" id="mce-EMAIL" placeholder="Email">
</div>
<div class="mc-field-group" style="margin-bottom: 5px; margin-top: 0; padding: 0; height: 0" >
<input type="text" value="" name="FNAME" class="required form-control" id="mce-FNAME" placeholder="First Name">
</div>
<div class="mc-field-group" style="margin-bottom: 5px; margin-top: 0; padding: 0; height: 0" >
<input type="text" value="" name="LNAME" class="required form-control" id="mce-LNAME" placeholder="Last Name">
</div>
</div>
<div class="col-md-4">
<div class="mc-field-group input-group">
<div class="panel panel-default">
<div class="panel-heading">I am a...</div>
<div class="panel-body" style="padding: 6px 15px">
<ul>
<p style="color: gray; margin: 0;"><label for="mce-MMERGE3-0">Developer</label><input type="radio" value="Developer" name="MMERGE3" id="mce-MMERGE3-0" class="pull-right"></p>
<p style="color: gray; margin: 0;"><label for="mce-MMERGE3-1">Advertiser</label><input type="radio" value="Advertiser" name="MMERGE3" id="mce-MMERGE3-1" class="pull-right"></p>
<p style="color: gray; margin: 0;"><label for="mce-MMERGE3-2">Hospitality Owner</label><input type="radio" value="Hospitality Owner" name="MMERGE3" id="mce-MMERGE3-2" class="pull-right"></p>
<p style="color: gray; margin: 0;"><label for="mce-MMERGE3-3">Investor</label><input type="radio" value="Investor" name="MMERGE3" id="mce-MMERGE3-3" class="pull-right"></p>
</ul>
</div>
</div>
</div>
</div>
<div class="col-md-8 col-md-offset-2">
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_6a60c84456c23ba06a9a27e4f_c60221e105" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button btn btn-default form-control" style="width: 100%; font-weight: normal; background-color: white; color: black"></div>
</div>
</form>
<div class="row" style="margin-top: 10px">
<div id="mce-responses" class="clear col-md-8 col-md-offset-2" style="text-align: center">
<div class="response" id="mce-error-response" style="display:none;color: red; width:100%; font-size: 18px"></div>
<div class="response" id="mce-success-response" style="display:none; width:100%; font-size: 24px; color: white"></div>
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
</div>
</div>
<script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script><script type='text/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';fnames[3]='MMERGE3';ftypes[3]='radio';}(jQuery));var $mcj = jQuery.noConflict(true);</script>
<!--End mc_embed_signup-->
<!-- Hiding my form for the time being div class="row" style="margin-top: 10px">
<div class="col-md-4 col-md-offset-2 text-center">
<input style="margin-bottom: 15px" class="form-control" placeholder="First Name" id="first-name-input">
<input style="margin-bottom: 15px" class="form-control" placeholder="Last Name" id="last-name-input">
<input style="margin-bottom: 15px" class="form-control" placeholder="Email" id="email-input">
</div>
<div class="col-md-4 text-left">
<div class="panel panel-default">
<div class="panel-heading">I am a...</div>
<div class="panel-body" style="padding: 6px 15px">
<p style="color:gray; margin: 0">Developer <input type="checkbox" class="pull-right" id="developer-checkbox"></p>
<p style="color:gray; margin: 0">Advertiser<input type="checkbox" class="pull-right" id="advertiser-checkbox"></p>
<p style="color:gray; margin: 0">Hospitality Owner<input type="checkbox" class="pull-right" id="hospitality-owner-checkbox">
</p>
<p style="color:gray; margin: 0">Investor<input type="checkbox" class="pull-right" id="investor-checkbox"></p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<button class="btn btn-default form-control" id="subscribe-button">Submit</button>
</div>
</div-->
</div>
</div>
<footer>
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center">
<!--ul class="list-inline">
<li><i class="icon-facebook icon-2x"></i></li>
<li><i class="icon-twitter icon-2x"></i></li>
<li><i class="icon-google-plus icon-2x"></i></li>
<li><i class="icon-pinterest icon-2x"></i></li>
</ul>
<hr-->
Ourglass ©2016
</div>
</div>
</div>
<ul class="nav pull-right scroll-down">
<li><a href="#" title="Scroll down"><i class="icon-chevron-down icon-3x"></i></a></li>
</ul>
<ul class="nav pull-right scroll-top">
<li><a href="#" title="Scroll to top"><i class="icon-chevron-up icon-3x"></i></a></li>
</ul>
</footer>
<!-- script references -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>