-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
251 lines (238 loc) · 12.7 KB
/
about.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
<!DOCTYPE html>
<html class="no-js">
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="icon" type="image/png" href="images/LobsterLogo_icon.png">
<title>Visual Velo</title>
<meta name="description" content="About and contact page for visualvelo.com">
<meta name="keywords" content="visual velo, about">
<meta name="author" content="Chris">
<!-- Mobile Specific Metas
================================================== -->
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Template CSS Files
================================================== -->
<!-- Twitter Bootstrs CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Ionicons Fonts Css -->
<link rel="stylesheet" href="css/ionicons.min.css">
<!-- animate css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Hero area slider css-->
<link rel="stylesheet" href="css/slider.css">
<!-- owl craousel css -->
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/owl.theme.css">
<link rel="stylesheet" href="css/jquery.fancybox.css">
<!-- template main css file -->
<link rel="stylesheet" href="css/main.css">
<!-- responsive css -->
<link rel="stylesheet" href="css/responsive.css">
<!-- Template Javascript Files
================================================== -->
<!-- modernizr js -->
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
<!-- jquery -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<!-- owl carouserl js -->
<script src="js/owl.carousel.min.js"></script>
<!-- bootstrap js -->
<script src="js/bootstrap.min.js"></script>
<!-- wow js -->
<script src="js/wow.min.js"></script>
<!-- slider js -->
<script src="js/slider.js"></script>
<script src="js/jquery.fancybox.js"></script>
<!-- template main js -->
<script src="js/main.js"></script>
<script src="js/GoogleAnalytics.js"></script>
</head>
<body>
<!--
==================================================
Header Section Start
================================================== -->
<header id="top-bar" class="navbar-fixed-top animated-header">
<div class="container">
<div class="navbar-header">
<!-- responsive nav button -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- /responsive nav button -->
<!-- logo -->
<div class="navbar-brand">
<a href="index.html" >
<img src="images/LobsterLogo_small.png" alt="">
</a>
</div>
<!-- /logo -->
</div>
<!-- main menu -->
<nav class="collapse navbar-collapse navbar-right" role="navigation">
<div class="main-menu">
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a href="tdf2015.html" class="dropdown-toggle" data-toggle="dropdown">Tour de France<span class="caret"></span></a>
<div class="dropdown-menu">
<ul>
<li><a href="tdf2015.html">2015</a></li>
<li><a href="tdf2014.html">2014</a></li>
</ul>
</div>
</li>
<li class="dropdown">
<a href="giro2016.html" class="dropdown-toggle" data-toggle="dropdown">Giro d'Italia<span class="caret"></span></a>
<div class="dropdown-menu">
<ul>
<li><a href="giro2016.html">2016</a></li>
<li><a href="giro2015.html">2015</a></li>
<li><a href="giro2014.html">2014</a></li>
</ul>
</div>
</li>
<li class="dropdown">
<a href="vuelta2015.html" class="dropdown-toggle" data-toggle="dropdown">Vuelta a España<span class="caret"></span></a>
<div class="dropdown-menu">
<ul>
<li><a href="vuelta2015.html">2015</a></li>
<li><a href="vuelta2014.html">2014</a></li>
</ul>
</div>
</li>
<li><a href="about.html">About</a></li>
</ul>
</div>
</nav>
<!-- /main nav -->
</div>
</header>
<!--
==================================================
Global Page Section Start
================================================== -->
<section class="global-page-header">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<h2>About / FAQ</h2>
<ol class="breadcrumb">
<li class="active">Visual Velo is a new way to visualize and interpret cycling results.</li>
</ol>
</div>
</div>
</div>
</div>
</section>
<!--
==================================================
Company Description Section Start
================================================== -->
<section class="company-description faq">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block wow fadeInUp">
<h2 class="wow fadeInUp" data-wow-delay=".3s" data-wow-duration="300ms">About</h2>
<p class="wow fadeInUp" data-wow-delay=".5s" data-wow-duration="500ms">
Visual Velo is a new way to visualize and interpret cycling results. We are passionate about bike racing and data visualization. Founded Spring 2016 we want to bring the full power of modern visualization tools to cycling.
<br>
</p>
</div>
</div>
</div>
</div>
</section>
<!--
==================================================
FAQ
================================================== -->
<section class="faq">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block wow fadeInUp">
<h2 class="wow fadeInUp" data-wow-delay=".3s" data-wow-duration="300ms">FAQ</h2>
<h3 data-wow-delay=".5s" data-wow-duration="500ms">How does it work?</h3>
<p class="wow fadeInUp" data-wow-delay=".5s" data-wow-duration="500ms">
The visualizations here are built using the JavaScript library D3.js. Go to <a href="https://d3js.org">d3js.org</a> to check it out.
</p>
<h3 data-wow-delay=".5s" data-wow-duration="500ms">My favorite race isn't on here.</h3>
<p class="wow fadeInUp" data-wow-delay=".5s" data-wow-duration="500ms">
Sorry about that. We are working to add more. Send us an email and let us know. There is a non-zero chance we will do something about it.
</p>
<h3 data-wow-delay=".5s" data-wow-duration="500ms">The graphs aren't interactive when I view them on my phone?</h3>
<p class="wow fadeInUp" data-wow-delay=".5s" data-wow-duration="500ms">
Unfortunately you need to view from a computer to get the full interactive experience. Mobile browsers just don't support all the cool features we put in.
</p>
<h3 data-wow-delay=".5s" data-wow-duration="500ms">I am using an ancient version of Internet Explorer and it doesn't seem to be displaying properly.</h3>
<p class="wow fadeInUp" data-wow-delay=".5s" data-wow-duration="500ms">
A modern browser is required to fully support the features of this site. That means IE9+, Firefox, Chrome, or Opera.
</p>
<h3 data-wow-delay=".5s" data-wow-duration="500ms">I think I found a bug or problem with the results.</h3>
<p class="wow fadeInUp" data-wow-delay=".5s" data-wow-duration="500ms">
Please send us an email with a description. We would love to fix it.
</p>
<br>
<br>
<br>
</div>
</div>
</div>
</div>
</section>
<!--
==================================================
Call To Action Section Start
================================================== -->
<section id="call-to-action">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<h2 class="title wow fadeInDown" data-wow-delay=".3s" data-wow-duration="500ms">Get in touch</h2>
<p class="wow fadeInDown" data-wow-delay=".5s" data-wow-duration="500ms">We would love to hear from you. We can be reached directly at [email protected]. You can follow us on the social media to know when updates and cool new features get published to the site (links are in the footer below).</p>
</div>
</div>
</div>
</div>
</section>
<!--
==================================================
Footer Section Start
================================================== -->
<footer id="footer">
<div class="container">
<div class="col-md-8">
<p class="copyright">Copyright: <span>2016</span> . Design and Developed by Visual Velo</p>
</div>
<div class="col-md-4">
<!-- Social Media -->
<ul class="social">
<li>
<p>[email protected]</p>
</li>
<li>
<a href="http://www.facebook.com/visvelo/" class="Facebook">
<i class="ion-social-facebook"></i>
</a>
</li>
<li>
<a href="https://twitter.com/Visual_Velo" class="Twitter">
<i class="ion-social-twitter"></i>
</a>
</li>
</ul>
</div>
</div>
</footer> <!-- /#footer -->
</body>
</html>