-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
616 lines (589 loc) · 26.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
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
<!DOCTYPE html>
<html lang="zxx" class="no-js">
<head>
<!-- Mobile Specific Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Favicon-->
<link rel="shortcut icon" href="img/fav.png">
<link rel="shortcut icon" type="image/x-icon" href="./img/favicon.ico">
<link rel="apple-touch-icon image_sr" type="image/x-icon" href="./img/favicon.ico">
<!-- Author Meta -->
<meta name="author" content="@swift2017">
<!-- Meta Description -->
<meta name="description" content="@,swift,2017,at,@swift,atswift,swift2017">
<!-- Meta Keyword -->
<meta name="keywords" content="@,swift,2017,at,@swift,atswift,swift2017">
<!-- meta character set -->
<meta charset="UTF-8">
<!-- Site Title -->
<title>@Swift2017</title>
<link href="https://fonts.googleapis.com/css?family=Poppins:100,200,400,300,500,600,700" rel="stylesheet">
<!--
CSS
============================================= -->
<link rel="stylesheet" href="css/linearicons.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/nice-select.css">
<link rel="stylesheet" href="css/animate.min.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<header id="header" id="home">
<div class="container">
<div class="row align-items-center justify-content-between d-flex">
<div id="logo">
<a href="#"><img src="img/logo.png" alt="" title=""/></a>
</div>
<nav id="nav-menu-container">
<ul class="nav-menu">
<li class="menu-active"><a href="#home">主页</a></li>
<li><a href="#videos">视频</a></li>
<li><a href="#speakers">嘉宾</a></li>
<li><a href="#schedule">议程</a></li>
<li><a href="https://atswift2017.swiftgg.team/en">English</a></li>
<li><a class="ticker-btn" href="http://t.cn/RXZswRo">买票</a></li>
</ul>
</nav><!-- #nav-menu-container -->
</div>
</div>
</header><!-- #header -->
<!-- start banner Area -->
<section class="banner-area relative" id="home">
<div class="overlay overlay-bg"></div>
<div class="container">
<div class="row fullscreen d-flex align-items-center justify-content-center">
<div class="banner-content col-lg-9 col-md-12">
<h6>现在您可以参与大会</h6>
<h1 class="text-white">
@Swift 2017
</h1>
<div class="countdown">
<div id="timer" class="text-white"></div>
</div>
<h4><span class="lnr lnr-calendar-full"></span> 2017-05-13 周六 08:30 —— 2017-05-14 周日 18:00</h4>
<h4><span class="lnr lnr-map"></span> 中国广东省深圳市凯宾斯基酒店</h4>
</div>
</div>
</div>
</section>
<!-- End banner Area -->
<!-- Start home-video Area -->
<section class="home-video-area">
<div class="container-fluid">
<div class="row justify-content-end align-items-center">
<div class="col-lg-4 no-padding about-right">
<p class="top-title">欢迎</p>
<h1>嘉宾阵容十分强大</h1>
<p><span>我们希望您听到来自不同视角的观点</span></p>
<p>
这次大会会持续两天,第一天全部是国外嘉宾,第二天全部是国内嘉宾。没错,这次的嘉宾有一半都来自国外。国外的开发者在做什么?他们在关注什么?相信你也很好奇。
</p>
</div>
<section class="video-area col-lg-6 no-padding">
<div class="overlay overlay-bg"></div>
<div class="containers">
<div class="video-content">
<img class="img-fluid" src="img/about1.png" alt="">
</div>
</div>
</section>
</div>
</div>
</section>
<!-- End home-aboutus Area -->
<!-- Start home-aboutus Area -->
<section class="home-aboutus-area">
<div class="container-fluid">
<div class="row align-items-center">
<div class="col-lg-8 no-padding about-left">
<img class="img-fluid" src="img/about2.png" alt="">
</div>
<div class="col-lg-4 no-padding about-right">
<p class="top-title">玩得开心</p>
<h1 class="text-white">内容丰富干货多多</h1>
<p><span>我们希望您在这里获得其它地方找不到的内容</span></p>
<p>
我和你一样,听腻了那些不断重复的主题,看烦了那些四处演讲的面孔。还有,还有那些赞助商,我又不傻,哪些是干货哪些是广告,一眼就看得出来。
</p>
</div>
</div>
</div>
</section>
<!-- End home-aboutus Area -->
<!-- Start video-sec Area -->
<section class="video-sec-area section-gap" id="videos">
<div class="container">
<div class="row justify-content-center align-items-center ">
<div class="col-lg-6 video-left">
<h6>让你大开眼界的全新观点</h6>
<h1>历史视频</h1>
<p><span>@Swift 中国 2016 大会演讲视频</span></p>
<p>
您可以先通过观看我们的历史视频来体验一下,为您在参加此次活动前做出决定提供更多依据。
</p>
<a class="primary-btn" href="https://www.bilibili.com/video/BV1Qs411B7Fg" target="_blank">去看看</a>
</div>
<div class="col-lg-6">
<div class="active-video-carusel">
<div class="item video-right justify-content-center align-items-center d-flex" style="background:url(./img/video-bg1.jpg) no-repeat center;background-size: cover;">
<div class="overlay overlay-bg"></div>
<a class="play-btn" href="https://player.bilibili.com/player.html?aid=4212609&bvid=BV1Qs411B7Fg&cid=6807362&page=1"><img class="img-fluid" src="./img/play-icon.png" alt=""></a>
</div>
<div class="item video-right justify-content-center align-items-center d-flex" style="background:url(./img/video-bg2.jpg) no-repeat center;background-size: cover;">
<div class="overlay overlay-bg"></div>
<a class="play-btn" href="https://player.bilibili.com/player.html?aid=4212609&bvid=BV1Qs411B7Fg&cid=6807363&page=2"><img class="img-fluid" src="./img/play-icon.png" alt=""></a>
</div>
<div class="item video-right justify-content-center align-items-center d-flex" style="background:url(./img/video-bg3.jpg) no-repeat center;background-size: cover;">
<div class="overlay overlay-bg"></div>
<a class="play-btn" href="https://player.bilibili.com/player.html?aid=4212609&bvid=BV1Qs411B7Fg&cid=6807364&page=3"><img class="img-fluid" src="./img/play-icon.png" alt=""></a>
</div>
<div class="item video-right justify-content-center align-items-center d-flex" style="background:url(./img/video-bg4.jpg) no-repeat center;background-size: cover;">
<div class="overlay overlay-bg"></div>
<a class="play-btn" href="https://player.bilibili.com/player.html?aid=4212609&bvid=BV1Qs411B7Fg&cid=6807365&page=4"><img class="img-fluid" src="./img/play-icon.png" alt=""></a>
</div>
<div class="item video-right justify-content-center align-items-center d-flex" style="background:url(./img/video-bg5.jpg) no-repeat center;background-size: cover;">
<div class="overlay overlay-bg"></div>
<a class="play-btn" href="https://player.bilibili.com/player.html?aid=4212609&bvid=BV1Qs411B7Fg&cid=6807366&page=5"><img class="img-fluid" src="./img/play-icon.png" alt=""></a>
</div>
<div class="item video-right justify-content-center align-items-center d-flex" style="background:url(./img/video-bg6.jpg) no-repeat center;background-size: cover;">
<div class="overlay overlay-bg"></div>
<a class="play-btn" href="https://player.bilibili.com/player.html?aid=4212609&bvid=BV1Qs411B7Fg&cid=6807367&page=6"><img class="img-fluid" src="./img/play-icon.png" alt=""></a>
</div>
<div class="item video-right justify-content-center align-items-center d-flex" style="background:url(./img/video-bg7.jpg) no-repeat center;background-size: cover;">
<div class="overlay overlay-bg"></div>
<a class="play-btn" href="https://player.bilibili.com/player.html?aid=4212609&bvid=BV1Qs411B7Fg&cid=6807368&page=7"><img class="img-fluid" src="./img/play-icon.png" alt=""></a>
</div>
<div class="item video-right justify-content-center align-items-center d-flex" style="background:url(./img/video-bg8.jpg) no-repeat center;background-size: cover;">
<div class="overlay overlay-bg"></div>
<a class="play-btn" href="https://player.bilibili.com/player.html?aid=4212609&bvid=BV1Qs411B7Fg&cid=6807369&page=8"><img class="img-fluid" src="./img/play-icon.png" alt=""></a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End video-sec Area -->
<!-- Start spekers Area -->
<!--
<section class="spekers-area pb-100" id="speakers">
<div class="container-fluid">
<div class="row no-padding">
<div class="active-speaker-carusel col-lg-12 no-padding">
<div class="single-speaker item">
<div class="container">
<div class="row align-items-center">
<div class="col-md-6 speaker-img no-padding">
<img src="img/s1.png">
</div>
<div class="col-md-6 speaker-info no-padding">
<h6 class="text-uppercase">嘉宾 01</h6>
<h1 class="text-white">戴铭</h1>
<p>
滴滴出行技术专家,技术上主要负责滴滴出行 iOS 相关的开发工作。时常会将对新技术的深入研究和工作的经验总结发在微博上。对 ReactiveCocoa,RxSwift,软件架构,性能优化和算法有着浓厚的兴趣。最近正在研究 iOS 编译相关底层技术,用来解决工程优化问题。
</p>
<p><span class="lnr lnr-location"></span>ming1016@foxmail.com</p>
<ul>
<a href="https://github.com/ming1016"><i class="fa fa-github"></i></a>
<a href="https://twitter.com/daiming_cn"><i class="fa fa-twitter"></i></a>
<a href="https://weibo.com/u/1745945040"><i class="fa fa-weibo"></i></a>
</ul>
</div>
</div>
</div>
</div>
<div class="single-speaker item">
<div class="container">
<div class="row align-items-center">
<div class="col-md-6 speaker-img no-padding">
<img src="img/s2.png">
</div>
<div class="col-md-6 speaker-info no-padding">
<h6 class="text-uppercase">嘉宾 02</h6>
<h1 class="text-white">唐巧</h1>
<p>
小猿搜题产品技术负责人,资深 iOS 开发者,曾开发过网易邮箱、网易微博、有道云笔记、猿题库、小猿搜题。喜欢写作和分享,维护着 iOS 领域知名的微信技术公众号「iOS开发by唐巧」,产出了超过 100 篇原创的 iOS 技术文章,出版了 iOS 进阶读物《iOS开发进阶》。
</p>
<p><span class="lnr lnr-location"></span>tangqiaoboy@gmail.com</p>
<ul>
<a href="https://github.com/tangqiaoboy"><i class="fa fa-github"></i></a>
<a href="https://twitter.com/tangqiaoboy"><i class="fa fa-twitter"></i></a>
<a href="https://weibo.com/tangqiaoboy"><i class="fa fa-weibo"></i></a>
</ul>
</div>
</div>
</div>
</div>
<div class="single-speaker item">
<div class="container">
<div class="row align-items-center">
<div class="col-md-6 speaker-img no-padding">
<img src="img/s3.png">
</div>
<div class="col-md-6 speaker-info no-padding">
<h6 class="text-uppercase">嘉宾 03</h6>
<h1 class="text-white">柯灵杰</h1>
<p>
腾讯公司 iOS 开发。腾讯学院认证讲师,主要讲授课程《设计模式》。曾参加过 QQ、QZone、微云、企鹅 MV、闪咖等的开发。他主导开发的图片组件,在腾讯内被多个项目使用,获得公司内多项优秀组件奖。同时他还是数项技术发明专利的发明人,目前在腾讯 QZone 团队。
</p>
<p><span class="lnr lnr-location"></span>kelingjie1@qq.com</p>
<ul>
<a href="https://github.com/kelingjie1"><i class="fa fa-github"></i></a>
<a href="https://twitter.com/kelingjie1"><i class="fa fa-twitter"></i></a>
<a href="https://weibo.com/u/1469323704"><i class="fa fa-weibo"></i></a>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
-->
<!-- End spekers Area -->
<!-- Start schedule Area -->
<section class="schedule-area pb-100" id="schedule">
<div class="container">
<div class="row d-flex justify-content-center">
<div class="menu-content pb-70 col-lg-8">
<div class="title text-center">
<h1 class="mb-10">议程</h1>
<p>顺序以会议当天现场安排为准</p>
</div>
</div>
</div>
<center>第 1 天</center>
<br>
<div class="row">
<div class="table-wrap col-lg-12">
<table class="schdule-table table table-bordered">
<thead class="thead-light">
<tr>
<th class="head" scope="col">序号</th>
<th class="head" scope="col">主题</th>
<th class="head" scope="col">嘉宾</th>
<th class="head" scope="col">地点</th>
<th class="head" scope="col">时间</th>
</tr>
</thead>
<tbody>
<tr>
<th class="name" scope="row">01</th>
<td>开场</td>
<td>主持人</td>
<td>大厅</td>
<td>09:20-09:30</td>
</tr>
<tr>
<th class="name" scope="row">02</th>
<td>Swift with hundreds of engineers</td>
<td>Tuomas Artman</td>
<td>大厅</td>
<td>09:30-10:10</td>
</tr>
<tr>
<th class="name" scope="row">03</th>
<td>Concurrency on iOS</td>
<td>Sam Davies</td>
<td>大厅</td>
<td>10:20-11:00</td>
</tr>
<tr>
<th class="name" scope="row">04</th>
<td>iOS development efficiency at Facebook</td>
<td>Igor Jerkovic</td>
<td>大厅</td>
<td>11:10-11:50</td>
</tr>
<tr>
<th class="name" scope="row">05</th>
<td>午间休息</td>
<td>N/A</td>
<td>大厅</td>
<td>12:00-14:00</td>
</tr>
<tr>
<th class="name" scope="row">06</th>
<td>Thinking in Rx way</td>
<td>Krunoslav Zaher</td>
<td>大厅</td>
<td>14:00-14:40</td>
</tr>
<tr>
<th class="name" scope="row">07</th>
<td>Javascript</td>
<td>Marius Rackwitz</td>
<td>大厅</td>
<td>14:50-15:30</td>
</tr>
<tr>
<th class="name" scope="row">08</th>
<td>Server Side Swift</td>
<td>Kyle Jessup</td>
<td>大厅</td>
<td>15:40-16:20</td>
</tr>
<tr>
<th class="name" scope="row">09</th>
<td>神秘主题</td>
<td>神秘嘉宾</td>
<td>大厅</td>
<td>16:20-18:00</td>
</tr>
</tbody>
</table>
</div>
</div>
<br>
<center>第 2 天</center>
<br>
<div class="row">
<div class="table-wrap col-lg-12">
<table class="schdule-table table table-bordered">
<thead class="thead-light">
<tr>
<th class="head" scope="col">序号</th>
<th class="head" scope="col">主题</th>
<th class="head" scope="col">嘉宾</th>
<th class="head" scope="col">地点</th>
<th class="head" scope="col">时间</th>
</tr>
</thead>
<tbody>
<tr>
<th class="name" scope="row">01</th>
<td>Swift 为什么这么快</td>
<td>唐巧</td>
<td>大厅</td>
<td>09:00-09:40</td>
</tr>
<tr>
<th class="name" scope="row">02</th>
<td>学习 iOS 编译原理能做哪些有意思的事情</td>
<td>戴铭</td>
<td>大厅</td>
<td>09:40-10:20</td>
</tr>
<tr>
<th class="name" scope="row">03</th>
<td>打造易扩展的高性能图片组件</td>
<td>柯灵杰</td>
<td>大厅</td>
<td>10:20-11:00</td>
</tr>
<tr>
<th class="name" scope="row">04</th>
<td>组件 + 组建 = 美团 iOS 客户端</td>
<td>赵恩生</td>
<td>大厅</td>
<td>11:00-11:40</td>
</tr>
<tr>
<th class="name" scope="row">05</th>
<td>午间休息</td>
<td>N/A</td>
<td>大厅</td>
<td>11:40-14:00</td>
</tr>
<tr>
<th class="name" scope="row">06</th>
<td>一些跟 Metal 有关系,肯定有趣但多半没用的东西</td>
<td>傅若愚</td>
<td>大厅</td>
<td>14:00-14:40</td>
</tr>
<tr>
<th class="name" scope="row">07</th>
<td>TensorFlow + iOS = ❤️: 造一个颜文字输入法</td>
<td>尹航</td>
<td>大厅</td>
<td>14:40-15:20</td>
</tr>
<tr>
<th class="name" scope="row">08</th>
<td>当 Swift 遇上树莓派</td>
<td>唐晓轩</td>
<td>大厅</td>
<td>15:20-16:00</td>
</tr>
<tr>
<th class="name" scope="row">09</th>
<td>神秘主题</td>
<td>神秘嘉宾</td>
<td>大厅</td>
<td>16:00-18:00</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</section>
<!-- End schedule Area -->
<!-- Start price Area -->
<section class="price-area section-gap">
<div class="container">
<div class="row d-flex justify-content-center">
<div class="menu-content pb-70 col-lg-8">
<div class="title text-center">
<h1 class="mb-10">门票</h1>
<p>折扣票先到先得,别错过最佳购买时机!</p>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-3 col-md-6 single-price">
<div class="top-part">
<h1 class="package-no">01</h1>
<h4>早早鸟票</h4>
<p>限量 50</p>
</div>
<div class="package-list">
<ul>
<li>包含早鸟票的所有内容</li>
<li>但更便宜</li>
</ul>
</div>
<div class="bottom-part">
<h1>749 RMB</h1>
<a class="price-btn text-uppercase" href="http://t.cn/RXZswRo" target="_blank">立即购买</a>
</div>
</div>
<div class="col-lg-3 col-md-6 single-price">
<div class="top-part">
<h1 class="package-no">02</h1>
<h4>早鸟票</h4>
<p>限量 100</p>
</div>
<div class="package-list">
<ul>
<li>包含标准票的所有内容</li>
<li>但更便宜</li>
</ul>
</div>
<div class="bottom-part">
<h1>849 RMB</h1>
<a class="price-btn text-uppercase" href="http://t.cn/RXZswRo" target="_blank">立即购买</a>
</div>
</div>
<div class="col-lg-3 col-md-6 single-price">
<div class="top-part">
<h1 class="package-no">03</h1>
<h4>标准票</h4>
<p>不限量</p>
</div>
<div class="package-list">
<ul>
<li>现场参与本次活动并有机会与演讲者本人进行交谈</li>
<li>加入活动交流群</li>
<li>获得参会者纪念品</li>
</ul>
</div>
<div class="bottom-part">
<h1>949 RMB</h1>
<a class="price-btn text-uppercase" href="http://t.cn/RXZswRo" target="_blank">立即购买</a>
</div>
</div>
<div class="col-lg-3 col-md-6 single-price">
<div class="top-part">
<h1 class="package-no">04</h1>
<h4>商业票</h4>
<p>不限量</p>
</div>
<div class="package-list">
<ul>
<li>包含标准票的所有内容</li>
<li>额外支持邮寄发票</li>
</ul>
</div>
<div class="bottom-part">
<h1>1100 RMB</h1>
<a class="price-btn text-uppercase" href="http://t.cn/RXZswRo" target="_blank">立即购买</a>
</div>
</div>
</div>
</div>
</section>
<!-- End price Area -->
<!-- Start callaction Area -->
<section class="callaction-area relative section-gap">
<div class="overlay overlay-bg"></div>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-10">
<h1 class="text-white">Swift 开发人员的知识盛宴</h1>
<p>
门票现已开始发售,快来加入我们吧!
</p>
<a class="callaction-btn" href="http://t.cn/RXZswRo" target="_blank">立即加入</a>
</div>
</div>
</div>
</section>
<!-- End callaction Area -->
<!-- start footer Area -->
<footer class="footer-area section-gap">
<div class="container">
<div class="row">
<div class="col-lg-5 col-md-6 col-sm-6">
<div class="single-footer-widget">
<h6>关于我们</h6>
<p>
我们就是想做一场真正的技术大会,我是说,真正的技术大会。
</p>
<p class="footer-text">
Copyright ©2017 - <a href="https://github.com/atConf" target="_blank">@Conf</a> - <a href="https://swiftgg.team/" target="_blank">SwiftGG</a> - <a href="mailto:zhangsiqi1988@gmail.com" target="_blank">联系我们</a>
</p>
</div>
</div>
<div class="col-lg-5 col-md-6 col-sm-6">
<div class="single-footer-widget">
<h6>新闻</h6>
<p>了解我们的最新资讯</p>
<div class="" id="mc_embed_signup">
<form target="_blank" novalidate="true" action="#" method="get" class="form-inline">
<input class="form-control" name="EMAIL" placeholder="输入邮箱" onfocus="this.placeholder = ''" onblur="this.placeholder = '输入邮箱 '" required="" type="email">
<button class="click-btn btn btn-default"><i class="fa fa-long-arrow-right" aria-hidden="true"></i></button>
<div style="position: absolute; left: -5000px;">
<input name="b_36c4fd991d266f23781ded980_aefe40901a" tabindex="-1" value="" type="text">
</div>
<div class="info"></div>
</form>
</div>
</div>
</div>
<div class="col-lg-2 col-md-6 col-sm-6 social-widget">
<div class="single-footer-widget">
<h6>关注我们</h6>
<p>社交网络账号</p>
<div class="footer-social d-flex align-items-center">
<a href="https://weibo.com/u/5174822990" target="_blank"><i class="fa fa-weibo"></i></a>
<a href="https://twitter.com/SwiftGG" target="_blank"><i class="fa fa-twitter"></i></a>
<a href="https://github.com/SwiftGGTeam" target="_blank"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- End footer Area -->
<script src="js/vendor/jquery-2.2.4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="js/vendor/bootstrap.min.js"></script>
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBhOdIF3Y9382fqJYt5I_sswSrEw5eihAA"></script>
<script src="js/easing.min.js"></script>
<script src="js/hoverIntent.js"></script>
<script src="js/superfish.min.js"></script>
<script src="js/jquery.ajaxchimp.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/jquery.nice-select.min.js"></script>
<script src="js/parallax.min.js"></script>
<script src="js/mail-script.js"></script>
<script src="js/main.js"></script>
</body>
</html>