-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgobike.html
executable file
·250 lines (218 loc) · 9.6 KB
/
gobike.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
<!DOCTYPE html>
<html lang="en"><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="GoBike/GOBIKE_files/ico/favicon.ico"/>
<title>GoBike</title>
<!-- Bootstrap core CSS -->
<link href="GoBike/GOBIKE_files/bootstrap.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- 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.4.2/respond.min.js"></script>
<![endif]-->
<!-- Custom styles for this template -->
<link href="GoBike/GOBIKE_files/carousel.css" rel="stylesheet">
<link href="GoBike/GOBIKE_files/gobike.css" rel="stylesheet">
<!-- <link href="GOBIKE_files/bootstrap-responsive.css" rel="stylesheet">
<link href="GOBIKE_files/bootstrap-responsive.min.css" rel="stylesheet">-->
<style type="text/css" id="holderjs-style"></style></head>
<!-- NAVBAR
================================================== -->
<body>
<!--
<div class="show-menu">
<a href="" rel="tooltip" data-placement="bottom" data-original-title="Show menu" style="display: inline-block;">
<i class="fa fa-bars"></i>
</a>
</div> -->
<div class="navbar-wrapper">
<img class="showmenu" src="GoBike/GOBIKE_files/images/showmenu.png">
<!-- Wrap the .navbar in .container to center it within the absolutely positioned parent. -->
<div class="container">
<div class="navbar navbar-inverse">
<div class="navbar-inner">
<a href="http://www.trantect.com/" target="_blank">Home</a>
<a href="http://blog.trantect.com/" target="_blank">Blog</a>
<div class="hide-menu">
<a href="" rel="tooltip" data-placement="bottom" data-original-title="Hide menu">
<img class="showmenu" src="GoBike/GOBIKE_files/images/showmenu.png">
</a>
</div>
</div><!--/.nav-collapse -->
</div><!-- /.navbar-inner -->
</div><!-- /.navbar -->
</div> <!-- /.container -->
</div>
<!-- banner -->
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li class="active" data-target="#myCarousel" data-slide-to="0"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
</ol>
<div class="carousel-inner">
<div class="item">
<div class="container">
<div class="row carousel-caption">
<div class="col-md-12">
<h1><img class="banner-title" src="GoBike/GOBIKE_files/images/logo.png" >Device</em></h1>
<p>"It is a bicycle odometer syschronizing with GoBike App, giving you feedback as you go cycling."</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<img class="banner-device" src="GoBike/GOBIKE_files/images/device.png" class="gobikeimage" alt />
</div>
</div>
</div>
</div>
<div class="active item">
<div class="container">
<div class="row carousel-caption">
<div class="col-md-8">
<h1><img class="banner-title" src="GoBike/GOBIKE_files/images/logo.png" class="gobikeimage" >APP</em></h1>
<p>"The GoBike app tracks distance, pace, time and calories burned, map your cycling with GPS, and sense environment surrounded for you."</p>
<div class="banner-download">
<img src="GoBike/GOBIKE_files/images/googleplay.png" class="gobikeimage" alt="" />
<h5 class="banner-download-text">GET IT ON<br /><b class="banner-download-google">Google Play</b></h5>
</div>
</div>
<div class="col-md-4">
<img class="banner-app" src="GoBike/GOBIKE_files/images/app.png" class="gobikeimage" alt />
</div>
</div>
</div>
</div>
</div>
<a class="left carousel-control" href="#myCarousel" data-slide="prev"><span class="glyphicon-left"></span></a>
<a class="right carousel-control" href="#myCarousel" data-slide="next"><span class="glyphicon-right"></span></a>
<div class="bottomline">
<img src="">
</div>
</div>
<!-- How to start -->
<div class="container marketing">
<div class="row featurette">
<div class="col-md-12">
<h1 class="gobiketitle-start">How to start</h1>
</div>
</div>
<div class="row featurette">
<div class="col-md-12">
<img src="GoBike/GOBIKE_files/images/start.png" class="gobikeimage" alt />
</div>
</div>
<div class="row featurette">
<div class="col-md-12">
<h1 class="gobiketitle-play">How to play</h1>
</div>
</div>
<div class="row featurette">
<div class="col-md-12">
<img src="GoBike/GOBIKE_files/images/play.png" class="gobikeimage" alt />
</div>
</div>
<div class="row featurette">
<div class="col-md-12">
<h1 class="gobiketitle-detial">Detail data</h1>
</div>
</div>
<div class="row featurette">
<div class="col-md-12">
<img src="GoBike/GOBIKE_files/images/detail.png" class="gobikeimage" alt />
</div>
</div>
<!-- who's behind this -->
<div class="row">
<div class="row featurette">
<div class="col-md-12">
<h1 class="gobiketitle-member">Who's behind this</h1>
</div>
</div>
<div class="col-lg-4">
<img src="GoBike/GOBIKE_files/images/yalehuang.png" alt />
<div class="whos-behind-social">
<a href=""><i class="fa fa-facebook">f</i></a>
<a href=""><i class="fa fa-twitter">t</i></a>
<a href=""><i class="fa fa-linkedin">l</i></a>
<a href=""><i class="fa fa-envelope">e</i></a>
</div>
<h2 class="gobiketitle-member-name">Yale Huang</h2>
<p class="gobiketitle-member-post">Manager</p>
<p class="gobiketitle-member-info"></p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<img src="GoBike/GOBIKE_files/images/phoenix.png" alt />
<h2 class="gobiketitle-member-name">Phoenix Grey</h2>
<p class="gobiketitle-member-post">Developer</p>
<p class="gobiketitle-member-info"></p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<img src="GoBike/GOBIKE_files/images/emily.png" alt />
<h2 class="gobiketitle-member-name">Emily Liu</h2>
<p class="gobiketitle-member-post">UI Design</p>
<p class="gobiketitle-member-info"></p>
</div><!-- /.col-lg-4 -->
</div><!-- /.row -->
</div><!-- /.container -->
<!-- /END THE FEATURETTES -->
<div class="gobike-contact">
<div class="contact-bottomline">
<img src="">
</div>
<div class="container marketing">
<div class="row">
<h1><p class="gobiketitle-contact">How to contact us</p></h1>
<img class="input" src="GoBike/GOBIKE_files/images/input.png">
<h4 class="input-text"><p >[email protected]</p></h4>
<div class="row contact-text">
<div class="col-lg-6">
<address >
<strong class="company">Nanjing Trantect Technologies Co., Ltd.</strong>
<p class="company-other">
Room E, 11th Floor, Huangpu Bld Huangpu Rd 2</br>xuanwu, Nanjing, China 210016<br>
<abbr title="Phone">P:</abbr> +86 25 5225 3190<br>
</p>
</address>
</div>
<div class="col-lg-6">
<address>
<strong class="company">南京川陀大匠信息技术有限公司</strong>
<p class="company-other">
南京市玄武区黄浦路2号黄埔大厦11楼E座<br>
<abbr title="Phone">P:</abbr> +86 25 5225 3190<br>
</p>
</address>
</div>
</div>
</div>
</div>
</div>
<!-- FOOTER -->
<footer class="gobike-footer">
<div class="container marketing">
<div class="row">
<div class="col-lg-6 footer-copyright">
<p>© Trantect (川陀大匠) 2012</p>
</div>
<div class="footer-social">
<a class="ultm-weibo weibo-size" href="http://weibo.com/u/2887604224"></a>
<a class="ultm-github github-size" href="https://github.com/Trantect"></a>
</div>
</div>
</div>
</footer>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="GoBike/GOBIKE_files/jquery.js"></script>
<script src="GoBike/GOBIKE_files/bootstrap.js"></script>
<script src="GoBike/GOBIKE_files/docs.js"></script>
<script src="GoBike/GOBIKE_files/bootstrap.min.js"></script>
</body></html>