forked from jpreardon/fivepm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
105 lines (89 loc) · 4.64 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
<!DOCTYPE html>
<html lang="en" xmlns:fb="http://ogp.me/ns/fb#">
<head>
<!-- GA tracker at bottom -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<meta property="og:image" content="http://www.whereisit5pmrightnow.com/images/drinking/i-need-a-drink-funny-quotes.jpg" />
<meta property="og:url" content="http://www.whereisit5pmrightnow.com" />
<meta property="og:title" content="Where in the world is it 5pm right now? The people need to know!" />
<meta property="og:description"content="Find out where in the world happy hour is happening RIGHT NOW. Learn to say cheers in a whole new way."/>
<!-- <link rel="shortcut icon" href="../../docs-assets/ico/favicon.png"> -->
<title>Where in the world is it 5pm Right Now?</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/fivepm.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[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.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="row text-center">
<h1 class="text-center">Where in the World is it 5pm right now?</h1>
<p><h2 class="text-center" id="five-pm">Nowhere?? *gasp*</h2></p>
<p>Now, say cheers in a new language:</p>
<div id="cheers"></div>
</div>
<br />
<br />
<div class="row text-center">
<div class="col-xs-6 col-md-4">
<h3></h3>
<iframe style="width:120px;height:240px;"
marginwidth="0"
marginheight="0"
scrolling="no"
frameborder="0"
src="//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=US&source=ss&ref=ss_til&ad_type=product_link&tracking_id=whisit5prino-20&marketplace=amazon®ion=US&placement=B0084XXBEW&asins=B0084XXBEW&linkId=VNZCNDTRG22VB4YN&show_border=false&link_opens_in_new_window=true">
</iframe>
</div>
<div class="col-xs-6 col-md-4">
<h3></h3>
<iframe style="width:120px;height:240px;"
marginwidth="0"
marginheight="0"
scrolling="no"
frameborder="0"
src="//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=US&source=ss&ref=ss_til&ad_type=product_link&tracking_id=whisit5prino-20&marketplace=amazon®ion=US&placement=B005I6CO0U&asins=B005I6CO0U&linkId=O7JKZFBNN6GESJCI&show_border=false&link_opens_in_new_window=false">
</iframe>
</div>
<div class="col-xs-6 col-md-4">
<h3></h3>
<iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=US&source=ss&ref=ss_til&ad_type=product_link&tracking_id=whisit5prino-20&marketplace=amazon®ion=US&placement=B00US26WMK&asins=B00US26WMK&linkId=KEQSRWMF6437G6ZQ&show_border=false&link_opens_in_new_window=true">
</iframe>
</div>
</div>
<hr>
<div id="footer">
<footer>
<p>© Anton de Winter 2013-2015. Source code <a href="https://github.com/adewinter/fivepm">here</a></p>
</footer>
</div>
<!-- </div> /container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="scripts/bootstrap.min.js"></script>
<!-- ============================================= -->
<script src="scripts/timedata.js"></script>
<script src="scripts/fivepm.js"></script>
<script src="scripts/cheersdata.js"></script>
<script src="scripts/countrytolang.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-46755982-1', 'whereisit5pmrightnow.com');
ga('send', 'pageview');
</script>
</script>
</body>
</html>