-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
394 lines (383 loc) · 14.4 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
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
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
<!DOCTYPE HTML>
<!--
Miniport 2.5 by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>China Android Developer Day</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<link href="http://fonts.googleapis.com/css?family=Open+Sans:300,600,700" rel="stylesheet" />
<link href="images/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<script src="js/jquery.min.js"></script>
<script src="js/config.js"></script>
<script src="js/skel.min.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel-noscript.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-desktop.css" />
</noscript>
<link rel="stylesheet" type="text/css" href="css/androiday.css">
<!--[if lte IE 9]><link rel="stylesheet" href="css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><script src="js/html5shiv.js"></script><link rel="stylesheet" href="css/ie8.css" /><![endif]-->
<!--[if lte IE 7]><link rel="stylesheet" href="css/ie7.css" /><![endif]-->
</head>
<body>
<!-- Nav -->
<nav id="nav">
<ul class="container">
<li><a href="#top">首页</a></li>
<li><a href="#schedule">日程安排</a></li>
<li><a href="#speakers">演讲嘉宾</a></li>
<li><a href="#about">关于</a></li>
<li><a href="#address">场地信息</a></li>
<li><a href="http://androiday.org/">往届回顾</a></li>
<li><a href="http://19wu.com/androidaytest" class = "button submit">报名参会</a></li>
</ul>
</nav>
<!-- Home -->
<div class="wrapper wrapper-style1 wrapper-first hero-bg">
<article class="container hero-bg-mask" id="top">
<div class="row">
<div class="4u">
<span class="me image image-full"><img class="gdg-logo" src="images/gdg-logo.png" alt="" /></span>
</div>
<div class="8u hero-banner">
<header>
<h1><strong>China Android Developer Day</strong></h1>
</header>
<p>
上海谷歌开发者社区(GDG Shanghai)从2013年起举办的Android Day(安卓开发者日)已经成为上海最大的安卓技术、产品设计和未来发展趋势的基于Android技术的移动互联网交流盛会,预计今年将有国内外的10位专家和讲师参与,吸引超过350位移动开发者和产品经理、创业者等参加。
</p>
</div>
</div>
</article>
</div>
<!-- schedule -->
<div class="wrapper wrapper-style2">
<article id="schedule">
<header>
<h2>大会日程安排</h2>
<span>Odio turpis amet sed consequat eget posuere consequat.</span>
</header>
<div class="container">
<div class="row">
<table class="-3u 6u schedule-table">
<tbody>
<!-- 上午 -->
<tr>
<td rowspan="7" class="rowspan">上午</td>
<td class="time">8:00 - 9:00</td>
<td>签到</td>
</tr>
<tr>
<td class="time">9:00 - 9:15</td>
<td>Openning</td>
</tr>
<tr>
<td class="time">9:15 - 10:15</td>
<td>Zach Holman</td>
</tr>
<tr>
<td class="time">10:15 - 11:00</td>
<td>Daniel Bovensiepen</td>
</tr>
<tr>
<td class="time">11:00 - 11:20</td>
<td>休息</td>
</tr>
<tr>
<td class="time">11:20 - 12:00</td>
<td>肖雪洁</td>
</tr>
<tr>
<td class="time">12:00 - 13:30</td>
<td>午饭</td>
</tr>
<!-- 下午 -->
<tr>
<td rowspan="7" class="rowspan">下午</td>
<td class="time">13:30 - 14:15</td>
<td>張文鈿</td>
</tr>
<tr>
<td class="time">14:15 - 15:00</td>
<td>吕戈</td>
</tr>
<tr>
<td class="time">15:00 - 15:25</td>
<td>休息</td>
</tr>
<tr>
<td class="time">15:25 - 16:05</td>
<td>Jack Chen</td>
</tr>
<tr>
<td class="time">16:05 - 16:50</td>
<td>Kevin Dewalt</td>
</tr>
<tr>
<td class="time">17:00 - 18:00</td>
<td>Obie Fernandez</td>
</tr>
</tbody>
</table>
</div>
<!-- <div class="row">
<div class="4u">
<section class="box box-style1">
<span class="fa featured fa-comments-o"></span>
<h3>Consequat lorem</h3>
<p>Ornare nulla proin odio consequat sapien vestibulum ipsum primis sed amet consequat lorem dolore.</p>
</section>
</div>
<div class="4u">
<section class="box box-style1">
<span class="fa featured fa-file-o"></span>
<h3>Lorem dolor tempus</h3>
<p>Ornare nulla proin odio consequat sapien vestibulum ipsum primis sed amet consequat lorem dolore.</p>
</section>
</div>
<div class="4u">
<section class="box box-style1">
<span class="fa featured fa-thumbs-o-up"></span>
<h3>Feugiat posuere</h3>
<p>Ornare nulla proin odio consequat sapien vestibulum ipsum primis sed amet consequat lorem dolore.</p>
</section>
</div>
</div> -->
</div>
<!-- <footer>
<p>Lorem ipsum dolor sit sapien vestibulum ipsum primis?</p>
<a href="#portfolio" class="button button-big">See some of my recent work</a>
</footer> -->
</article>
</div>
<!-- speakers -->
<div class="wrapper wrapper-style3">
<article id="speakers">
<header>
<h2>主题演讲嘉宾</h2>
<span>国际顶尖开发者和演讲者, 感受大师风范.</span>
</header>
<div class="container">
<div class="row">
<div class="12u">
</div>
</div>
<!-- <div class="row">
<div class="4u">
<article class="box box-style2">
<a href="http://flypixel.com/generic-smartphone/8949517882265310" class="image image-full"><img src="images/daniel-bovensiepen.png" alt="" /></a>
<h3><a href="#">NovaDNG</a></h3>
<p>锋客网的主笔</p>
</article>
</div>
<div class="4u">
<article class="box box-style2">
<a href="http://flypixel.com/n33" class="image image-full"><img src="images/davethomas.jpg" alt="" /></a>
<h3><a href="http://flypixel.com/n33">Veroeros primis</a></h3>
<p>Ornare nulla proin odio consequat.</p>
</article>
</div>
<div class="4u">
<article class="box box-style2">
<a href="http://flypixel.com/wood-ui-kit/3574765984616310" class="image image-full"><img src="images/lvge.png" alt="" /></a>
<h3><a href="http://flypixel.com/wood-ui-kit/3574765984616310">Lorem ipsum</a></h3>
<p>Ornare nulla proin odio consequat.</p>
</article>
</div>
</div> -->
<div class="row">
<div class="4u">
<article class="box box-style2">
<a href="#" class="image image-full"><img src="images/portfolio04.jpg" alt="" /></a>
<h3><a href="#">NovaDNG</a></h3>
<p>锋客网的主笔.</p>
</article>
</div>
<div class="4u">
<article class="box box-style2">
<a href="#" class="image image-full"><img src="images/portfolio05.jpg" alt="" /></a>
<h3><a href="#">Lookon</a></h3>
<p>上海GDG负责人.</p>
</article>
</div>
<div class="4u">
<article class="box box-style2">
<a href="#" class="image image-full"><img src="images/portfolio06.jpg" alt="" /></a>
<h3><a href="#">Bill</a></h3>
<p>谷歌开发技术推广部大中华区主管 .</p>
</article>
</div>
</div>
</div>
<!-- <footer>
<p>Lorem ipsum dolor sit sapien vestibulum ipsum primis?</p>
<a href="#contact" class="button button-big">Get in touch with me</a>
</footer> -->
</article>
</div>
<!-- about -->
<div class="wrapper wrapper-style3">
<article id="about">
<header>
<h2>关于大会</h2>
<span>国际顶尖开发者和演讲者, 感受大师风范.</span>
</header>
<div class="container">
<div class="row">
<div class="12u">
<div id="map_canvas" class="12u" style="height:400px;"></div>
</div>
</div>
<!-- <div class="row">
<div class="4u">
<article class="box box-style2">
<a href="http://flypixel.com/generic-smartphone/8949517882265310" class="image image-full"><img src="images/daniel-bovensiepen.png" alt="" /></a>
<h3><a href="http://flypixel.com/generic-smartphone/8949517882265310">Tony Chan</a></h3>
<p>在 Google 负责 Android 的推广工作.</p>
</article>
</div>
<div class="4u">
<article class="box box-style2">
<a href="http://flypixel.com/n33" class="image image-full"><img src="images/davethomas.jpg" alt="" /></a>
<h3><a href="http://flypixel.com/n33">Veroeros primis</a></h3>
<p>Ornare nulla proin odio consequat.</p>
</article>
</div>
<div class="4u">
<article class="box box-style2">
<a href="http://flypixel.com/wood-ui-kit/3574765984616310" class="image image-full"><img src="images/lvge.png" alt="" /></a>
<h3><a href="http://flypixel.com/wood-ui-kit/3574765984616310">Lorem ipsum</a></h3>
<p>Ornare nulla proin odio consequat.</p>
</article>
</div>
</div> -->
<!-- <div class="row">
<div class="4u">
<article class="box box-style2">
<a href="http://flypixel.com/n33-pattern-set-1/3522389001865317" class="image image-full"><img src="images/portfolio04.jpg" alt="" /></a>
<h3><a href="http://flypixel.com/n33-pattern-set-1/3522389001865317">Tempus dolore</a></h3>
<p>Ornare nulla proin odio consequat.</p>
</article>
</div>
<div class="4u">
<article class="box box-style2">
<a href="http://flypixel.com/cityscape/9803996277226316" class="image image-full"><img src="images/portfolio05.jpg" alt="" /></a>
<h3><a href="http://flypixel.com/cityscape/9803996277226316">Feugiat aliquam</a></h3>
<p>Ornare nulla proin odio consequat.</p>
</article>
</div>
<div class="4u">
<article class="box box-style2">
<a href="http://flypixel.com/n33" class="image image-full"><img src="images/portfolio06.jpg" alt="" /></a>
<h3><a href="http://flypixel.com/n33">Sed amet ornare</a></h3>
<p>Ornare nulla proin odio consequat.</p>
</article>
</div>
</div> -->
</div>
</article>
</div>
<!-- address -->
<div class="wrapper wrapper-style4">
<article id="address" class="container small">
<!-- <header>
<h2>Want to hire me? Get in touch!</h2>
<span>Ornare nulla proin odio consequat sapien vestibulum ipsum sed lorem.</span>
</header>
<div>
<div class="row">
<div class="12u">
<form method="post" action="#">
<div>
<div class="row half">
<div class="6u">
<input type="text" name="name" id="name" placeholder="Name" />
</div>
<div class="6u">
<input type="text" name="email" id="email" placeholder="Email" />
</div>
</div>
<div class="row half">
<div class="12u">
<input type="text" name="subject" id="subject" placeholder="Subject" />
</div>
</div>
<div class="row half">
<div class="12u">
<textarea name="message" id="message" placeholder="Message"></textarea>
</div>
</div>
<div class="row">
<div class="12u">
<a href="#" class="button form-button-submit">Send Message</a>
<a href="#" class="button button-alt form-button-reset">Clear Form</a>
</div>
</div>
</div>
</form>
</div>
</div>
<div class="row">
<div class="12u">
<hr />
<h3>Find me on ...</h3>
<ul class="social">
<li class="twitter"><a href="http://twitter.com/n33co" class="fa fa-twitter"><span>Twitter</span></a></li>
<li class="facebook"><a href="#" class="fa fa-facebook"><span>Facebook</span></a></li>
<li class="dribbble"><a href="http://dribbble.com/n33" class="fa fa-dribbble"><span>Dribbble</span></a></li>
<li class="linkedin"><a href="#" class="fa fa-linkedin"><span>LinkedIn</span></a></li>
<li class="tumblr"><a href="#" class="fa fa-tumblr"><span>Tumblr</span></a></li>
<li class="googleplus"><a href="#" class="fa fa-google-plus"><span>Google+</span></a></li>
<li class="github"><a href="http://github.com/n33" class="fa fa-github"><span>Github</span></a></li>
<li class="rss"><a href="#" class="fa fa-rss"><span>RSS</span></a></li>
<li class="instagram"><a href="#" class="fa fa-instagram"><span>Instagram</span></a></li>
<li class="foursquare"><a href="#" class="fa fa-foursquare"><span>Foursquare</span></a></li>
<li class="skype"><a href="#" class="fa fa-skype"><span>Skype</span></a></li>
<li class="soundcloud"><a href="#" class="fa fa-soundcloud"><span>Soundcloud</span></a></li>
<li class="youtube"><a href="#" class="fa fa-youtube"><span>YouTube</span></a></li>
<li class="blogger"><a href="#" class="fa fa-blogger"><span>Blogger</span></a></li>
<li class="flickr"><a href="#" class="fa fa-flickr"><span>Flickr</span></a></li>
<li class="vimeo"><a href="#" class="fa fa-vimeo"><span>Vimeo</span></a></li>
</ul>
<hr />
</div>
</div>
</div>
-->
<footer>
<ul id="copyright">
<li>© 2013 Jane Doe</li>
<li>Images: <a href="http://fotogrph.com">fotogrph</a></li>
<li>Design: <a href="http://html5up.net/">HTML5 UP</a></li>
</ul>
</footer>
<!-- 调用 Google Map API -->
<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?key=AIzaSyCj11UvqN3WiIqDGnEkPYE78M66YojcGxs&sensor=true" ></script>
<script type="text/javascript">
function initialize() {
var mapOptions = {
// 31.202756, 121.604072
center: new google.maps.LatLng(31.202756, 121.604072),
zoom: 16,
mapTypeId: google.maps.MapTypeId.ROADMAP,
};
var map = new google.maps.Map(document.getElementById("map_canvas"),
mapOptions);
var marker = new google.maps.Marker({
position: map.getCenter(),
map: map,
title: '上海市浦东新区博云路2号浦软大厦'
});
}
$(document).ready(function() {
initialize();
});
</script>
</body>
</html>