-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·135 lines (122 loc) · 5.12 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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Cuppings | Your Coffee Guide to Go</title>
<meta name="description" content="Cuppings offers the simplest way to discover great coffee around you for free.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="apple-itunes-app" content="app-id=652901707, app-argument=https://cuppin.gs">
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16">
<link rel="stylesheet" href="bower_components/normalize-css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="slick/slick.css">
<script src="js/vendor/modernizr-2.7.1.min.js"></script>
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<section class="main clearfix">
<div class="wrapper">
<div class="phone clearfix">
<div class="fade display">
<div><img src="img/screen-01_small.png" alt="Launch Screen"></div>
<div><img src="img/screen-02_small.png" alt="List view"></div>
<div><img src="img/screen-03_small.png" alt="Map view"></div>
<div><img src="img/screen-04_small.png" alt="Route"></div>
</div>
<img src="img/phone_black.png" class="phone">
</div>
<div class="tagline clearfix">
<a class="logo" href="http://cuppin.gs" title="Cuppings">Cuppings</a> offers the simplest way to discover great coffee around you.
</div>
<div class="info clearfix">
<p class="description">Our team of tasters provide you with the best coffee places around the world to make it easy for you to discover them on your travels or at home — even without an internet connection.</p>
<p class="cta">Get Cuppings for free on the App Store:</p>
<div class="download">
<a href="https://itunes.apple.com/us/app/cuppings/id652901707" title="Download Cuppings from the App Store">
<img src="img/app-store.png" alt="Available on the App Store">
</a>
</div>
</div>
</div>
</section>
<section class="autited clearfix">
<div class="wrapper">
<h3>Areas with Staff Picks</h3>
<ul>
<li>Aarhus</li>
<li>Amsterdam</li>
<li>Antwerpen</li>
<li>Athens</li>
<li>Austin</li>
<li>Badung</li>
<li>Barcelona</li>
<li>Berlin</li>
<li>Basel</li>
<li>Brighton</li>
<li>Brussels</li>
<li>Bukittinggi</li>
<li>Chiang Mai</li>
<li>Copenhagen</li>
<li>Eindhoven</li>
<li>Geneva</li>
<li>Ghent</li>
<li>Gianyar</li>
<li>Helsinki</li>
<li>Istanbul</li>
<li>Kuala Lumpur</li>
<li>Kyoto</li>
<li>Leiden</li>
<li>London</li>
<li>Melbourne</li>
<li>Merimbula</li>
<li>Moscow</li>
<li>Munich</li>
<li>New York City</li>
<li>Osaka</li>
<li>Oslo</li>
<li>Paris</li>
<li>Rotterdam</li>
<li>San Francisco</li>
<li>Seoul</li>
<li>Singapore</li>
<li>Stockholm</li>
<li>Sydney</li>
<li>Tathra</li>
<li>The Hague</li>
<li>Tokyo</li>
<li>Tromsø</li>
<li>Trondheim</li>
<li>Ubud</li>
<li>Utrecht</li>
<li>Vancouver</li>
<li>Vienna</li>
<li>Warsaw</li>
</ul>
</div>
</section>
<footer class="footer">
<p>Questions, comments, or concerns? We love to hear from you. <br>Simply send a tweet to <a href="https://twitter.com/cuppings" title="Cuppings on Twitter">@cuppings</a>.</p>
<a href="https://twitter.com/share" class="twitter-share-button" data-url="https://itunes.apple.com/us/app/cuppings/id652901707" data-text="Cuppings - Your guide to finding good coffee wherever you are in the world" data-size="large" data-related="cuppings" data-count="none">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</footer>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.0.min.js"><\/script>')</script>
<script type="text/javascript" src="slick/slick.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<!-- GOOGLE ANALYTICS -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-41707836-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-41707836-1');
</script>
</body>
</html>