This repository has been archived by the owner on Apr 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathanalytics.html
204 lines (139 loc) · 5.48 KB
/
analytics.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<title>Analytics - Yoin</title>
<meta name="description" content="Ever wanted to instantly send your friends gifts? A beer for a mate, a coffee for your best friend… With InVibe you can! Have fun and spread the love. " />
<!-- Included CSS Files (Uncompressed) -->
<!--
<link rel="stylesheet" href="stylesheets/foundation.css">
-->
<!-- Included CSS Files (Compressed) -->
<link rel="stylesheet" href="stylesheets/foundation.min.css">
<link rel="stylesheet" href="stylesheets/app.css">
<script src="javascripts/modernizr.foundation.js"></script>
<link href='http://fonts.googleapis.com/css?family=Lato:100,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Yellowtail' rel='stylesheet' type='text/css'>
<!-- IE Fix for HTML5 Tags -->
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="shortcut icon" href="http://cartodb.com/favicon/favicon_32x32.ico" />
<link href="http://code.google.com/apis/maps/documentation/javascript/examples/default.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="javascripts/torque/lib/cartodb.css">
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-35676190-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body id="error">
<div id="header">
<div id="header-content" class="row">
<div id="brand" class="three columns">
<a href="/"><img class="brand" src="images/web/logo.png" border="0" /></a>
</div>
<div class="eight columns offset-by-one menu">
<div class="three columns menu-item">
<a href="map.html">
<img src="images/web/map_icon.png" border="0" /><br />
Map
</a>
</div>
<div class="three columns menu-item">
<a href="register.html">
<img src="images/web/register_icon.png" border="0" /><br />
Register
</a>
</div>
<div class="three columns menu-item">
<a href="analytics.html">
<img src="images/web/analytics_icon.png" border="0" /><br />
Analytics
</a>
</div>
<div class="three columns menu-item">
<a href="faq.html">
<img src="images/web/how_to_icon.png" border="0" /><br />
How to
</a>
</div>
</div>
</div>
</div>
<div id="content" class="row">
<div class="twelve columns">
<div class="twelve columns centered">
<p class="under-construction">Under Construction</p>
</div>
</div>
</div>
<div id="footer">
<div id="footer-content" class="row">
<div class="four columns ">
<div class="twelve columns">
<p class="coming-soon">Coming soon:</p>
</div>
<div class="six columns store-icon">
<img src="images/web/app_store_icon.png" />
</div>
<div class="six columns store-icon ">
<img src="images/web/google_play_icon.png" />
</div>
</div>
<div class="six columns offset-by-two">
<div class="six columns">
<a href="team.html">
<div class="footer-links">
<p class="footer-text">Our</p>
<p class="footer-text is-bold">Team</p>
</div>
<img src="images/web/team_icon.png" border="0" />
</a>
</div>
<div class="six columns">
<a href="#" data-reveal-id="analyticsContactModal">
<div class="footer-links">
<p class="footer-text">Contac</p>
<p class="footer-text is-bold">Us</p>
</div>
<img src="images/web/contact_icon.png" border="0" />
</a>
</div>
</div>
</div>
</div>
<div id="analyticsContactModal" class="reveal-modal x-large contactModal">
<img src="images/web/contact_brand.png" border="0" width="100px" heigth="100px" />
<p class="address">Do you have an idea for a new feature, an exciting new partnership or do you
simply want to say hello? Please get in touch! We look forward to hearing from you.</p>
<br /><br />
<p>
For general question: <strong>[email protected]</strong><br />
Customer service: <strong>[email protected]</strong>
</p>
<a class="close-reveal-modal">×</a>
</div>
<!-- Included JS Files (Uncompressed) -->
<!--
<script src="javascripts/modernizr.foundation.js"></script>
<script src="javascripts/jquery.js"></script>
<script src="javascripts/jquery.foundation.mediaQueryToggle.js"></script>
<script src="javascripts/jquery.foundation.reveal.js"></script>
<script src="javascripts/jquery.foundation.orbit.js"></script>
<script src="javascripts/jquery.foundation.navigation.js"></script>
<script src="javascripts/jquery.foundation.tabs.js"></script>
-->
<!-- Included JS Files (Compressed) -->
<script src="javascripts/foundation.min.js"></script>
<!-- Initialize JS Plugins -->
<script src="javascripts/app.js"></script>
</body>
</html>