forked from zsnjuts/TianJianWebsite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUs-History.html
870 lines (777 loc) · 45.1 KB
/
Us-History.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
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>天健社历史</title>
<link href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/htmleaf-timeline.css">
<link rel="shortcut icon" href="img/logo.ico"/>
<link rel="bookmark" href="img/logo.ico"/>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="fonts/FontAwesome/font-awesome.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link href="css/animate.css" rel="stylesheet">
<link href="css/bootsnav.css" rel="stylesheet">
<link href="css/htmleaf-demo.css" rel="stylesheet" type="text/css">
<link href="css/overwrite.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/color.css" rel="stylesheet">
<link href="css/Activity.css" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/particlesjs/2.2.1/particles.min.js"></script>
<style type="text/css">
.main-timeline {
overflow: hidden;
position: relative;
}
.main-timeline .timeline {
position: relative;
margin-top: -79px;
}
.main-timeline .timeline:first-child {
margin-top: 0;
}
.main-timeline .timeline:before,
.main-timeline .timeline:after {
content: "";
display: block;
width: 100%;
clear: both;
}
.main-timeline .timeline:before {
content: "";
width: 100%;
height: 100%;
box-shadow: -8px 0 5px -5px rgba(0, 0, 0, 0.5) inset;
position: absolute;
top: 0;
right: 0;
z-index: 2;
}
.main-timeline .timeline-icon {
width: 200px;
height: 200px;
border-radius: 50%;
border: 25px solid transparent;
border-top-color: #f44556;
border-right-color: #f44556;
margin: auto;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 1;
transform: rotate(45deg);
}
.main-timeline .year {
display: block;
width: 110px;
height: 110px;
line-height: 110px;
border-radius: 50%;
background: #fff;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
margin: auto;
font-size: 30px;
font-weight: bold;
color: #f44556;
text-align: center;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
transform: rotate(-45deg);
}
.main-timeline .timeline-content {
width: 35%;
float: right;
background: #f44556;
padding: 30px 20px;
margin: 50px 0;
z-index: 1;
position: relative;
}
.main-timeline .timeline-content:before {
content: "";
width: 20%;
height: 15px;
background: #f44556;
position: absolute;
top: 50%;
left: -20%;
z-index: -1;
transform: translateY(-50%);
}
.main-timeline .title {
font-size: 20px;
font-weight: bold;
color: #fff;
margin: 0 0 10px 0;
}
.main-timeline .description {
font-size: 16px;
color: #fff;
line-height: 24px;
margin: 0;
}
.main-timeline .timeline:nth-child(2n):before {
box-shadow: 8px 0 5px -5px rgba(0, 0, 0, 0.5) inset;
}
.main-timeline .timeline:nth-child(2n) .timeline-icon {
transform: rotate(-135deg);
}
.main-timeline .timeline:nth-child(2n) .year {
transform: rotate(135deg);
}
.main-timeline .timeline:nth-child(2n) .timeline-content {
float: left;
}
.main-timeline .timeline:nth-child(2n) .timeline-content:before {
left: auto;
right: -20%;
}
.main-timeline .timeline:nth-child(2n) .timeline-icon {
border-top-color: #e97e2e;
border-right-color: #e97e2e;
}
.main-timeline .timeline:nth-child(2n) .year {
color: #e97e2e;
}
.main-timeline .timeline:nth-child(2n) .timeline-content,
.main-timeline .timeline:nth-child(2n) .timeline-content:before {
background: #e97e2e;
}
.main-timeline .timeline:nth-child(3n) .timeline-icon {
border-top-color: #13afae;
border-right-color: #13afae;
}
.main-timeline .timeline:nth-child(3n) .year {
color: #13afae;
}
.main-timeline .timeline:nth-child(3n) .timeline-content,
.main-timeline .timeline:nth-child(3n) .timeline-content:before {
background: #13afae;
}
.main-timeline .timeline:nth-child(4n) .timeline-icon {
border-top-color: #105572;
border-right-color: #105572;
}
.main-timeline .timeline:nth-child(4n) .year {
color: #105572;
}
.main-timeline .timeline:nth-child(4n) .timeline-content,
.main-timeline .timeline:nth-child(4n) .timeline-content:before {
background: #105572;
}
@media only screen and (max-width: 1199px) {
.main-timeline .timeline {
margin-top: -103px;
}
.main-timeline .timeline-content:before {
left: -18%;
}
.main-timeline .timeline:nth-child(2n) .timeline-content:before {
right: -18%;
}
}
@media only screen and (max-width: 990px) {
.main-timeline .timeline {
margin-top: -127px;
}
.main-timeline .timeline-content:before {
left: -2%;
}
.main-timeline .timeline:nth-child(2n) .timeline-content:before {
right: -2%;
}
}
@media only screen and (max-width: 767px) {
.main-timeline .timeline {
margin-top: 0;
overflow: hidden;
}
.main-timeline .timeline:before,
.main-timeline .timeline:nth-child(2n):before {
box-shadow: none;
}
.main-timeline .timeline-icon,
.main-timeline .timeline:nth-child(2n) .timeline-icon {
margin-top: -30px;
margin-bottom: 20px;
position: relative;
transform: rotate(135deg);
}
.main-timeline .year,
.main-timeline .timeline:nth-child(2n) .year {
transform: rotate(-135deg);
}
.main-timeline .timeline-content,
.main-timeline .timeline:nth-child(2n) .timeline-content {
width: 100%;
float: none;
border-radius: 0 0 20px 20px;
text-align: center;
padding: 25px 20px;
margin: 0 auto;
}
.main-timeline .timeline-content:before,
.main-timeline .timeline:nth-child(2n) .timeline-content:before {
width: 15px;
height: 25px;
position: absolute;
top: -22px;
left: 50%;
z-index: -1;
transform: translate(-50%, 0);
}
}
</style>
<!-- 百度统计 代码 -->
<script>
var _hmt = _hmt || [];
(function () {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?b70b03e21e610cc5f002c2059603e64e";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head>
<body style="background: white">
<nav class="navbar navbar-default bootsnav">
<div class="container" style="margin: 0; width: 100%;">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-menu">
<i class="fa fa-bars"></i>
</button>
<a class="navbar-brand" href="#brand">
<img src="img/logo.png" style="display:inline;" class="logo" alt="">
<span style="display: inline; vertical-align: middle; font-size: 2rem; font-family: STXinwei; font-weight: 300;">天健社</span>
</a>
</div>
<!-- End Header Navigation -->
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="computer-right">
<div class="collapse navbar-collapse" id="navbar-menu">
<ul class="nav navbar-nav navbar-left" style="font-size: 1.2rem; font-family: Microsoft YaHei"
data-in="fadeInDown" data-out="fadeOutUp">
<li>
<a href="index.html">首页</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">部门</a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="Department-Directors.html">理事层</a>
</li>
<li>
<a href="Department-HumanResource.html">人资部</a>
</li>
<li>
<a href="Department-Project.html">项目部</a>
</li>
<li>
<a href="Department-Activity.html">活动部</a>
</li>
<li>
<a href="Department-Media.html">全媒体中心</a>
</li>
<li>
<a href="Department-PublicRelations.html">公关部</a>
</li>
<li>
<a href="Department-Tang.html">唐氏之家</a>
</li>
<li>
<a href="Department-Technology.html">技术部</a>
</li>
<li>
<a href="Group-Website.html">网站开发组</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">公益</span>
</a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="https://mp.weixin.qq.com/s/7dmnOLClNmRf9j6aA1RehQ">民艺进校园</a>
</li>
<li>
<a href="https://mp.weixin.qq.com/s/N8tcIcM7MafYGJ3wp8IN3A">市博讲解员</a>
</li>
<li>
<a href="https://mp.weixin.qq.com/s/2OFcHkRQOXSCw-ODTQGshg">探访老教授</a>
</li>
<li>
<a href="https://mp.weixin.qq.com/s/cY2jMdk1RaRLRt5jaQJ9tw">青春伴夕阳</a>
</li>
<li>
<a href="https://mp.weixin.qq.com/s/E4f-iH-2bnMBCXO2bd-ADw">食堂微公益</a>
</li>
</ul>
</li>
<li>
<a href="News.html">动态</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">我们</a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="Us-Introduction.html">简介</a>
</li>
<li>
<a href="Us-History.html">历史</a>
</li>
</ul>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
</div>
<!-- .cd-primary-nav -->
</nav>
<!-- .cd-auto-hide-header -->
<header class="htmleaf-header">
<h1 style="color:white">天健社历史</h1>
</header>
<div class="htmleaf-container">
<div class="demo">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="main-timeline">
<div class="timeline">
<div class="timeline-icon"><span class="year">2020</span></div>
<div class="timeline-content">
<h3 class="title">十佳社团</h3>
<p class="description">
天健社被校团委评为2020-2021学年南京大学十佳社团。
</p>
</div>
</div>
<div class="timeline">
<div class="timeline-icon"><span class="year">2020</span></div>
<div class="timeline-content">
<h3 class="title">最具活力社团</h3>
<p class="description">
天健社获评2020-2021学年“南京大学最具活力社团”。
</p>
</div>
</div>
<div class="timeline">
<div class="timeline-icon"><span class="year">2020</span></div>
<div class="timeline-content">
<h3 class="title">建立临时党支部</h3>
<p class="description">
天健社于2020年建立起临时党支部,开展党日活动。
</p>
</div>
</div>
<div class="timeline">
<div class="timeline-icon"><span class="year">2020</span></div>
<div class="timeline-content">
<h3 class="title">优秀志愿服务项目</h3>
<p class="description">
“民艺进校园”被评为南京大学2020-2021学年优秀志愿服务项目。
</p>
</div>
</div>
<div class="timeline">
<div class="timeline-icon"><span class="year">2020</span></div>
<div class="timeline-content">
<h3 class="title">优秀志愿服务项目</h3>
<p class="description">
“生命健康进校园”被评为南京大学2020-2021学年优秀志愿服务项目。
</p>
</div>
</div>
<div class="timeline">
<div class="timeline-icon"><span class="year">2019</span></div>
<div class="timeline-content">
<h3 class="title">十佳社团</h3>
<p class="description">
天健社被校团委评为2019-2020学年南京大学十佳社团。
</p>
</div>
</div>
<div class="timeline">
<div class="timeline-icon"><span class="year">2019</span></div>
<div class="timeline-content">
<h3 class="title">国奖得主印象最深社团</h3>
<p class="description">
天健社获评2019-2020学年南京大学“国家奖学金得主印象最深的社团”。
</p>
</div>
</div>
<div class="timeline">
<div class="timeline-icon"><span class="year">2019</span></div>
<div class="timeline-content">
<h3 class="title">活动优秀团队</h3>
<p class="description">
天健社志愿团队获评2019年3月南京市博物馆“以孝为先,竹报平安”活动优秀团队。
</p>
</div>
</div>
<div class="timeline">
<div class="timeline-icon"><span class="year">2018</span></div>
<div class="timeline-content">
<h3 class="title">十佳社团</h3>
<p class="description">
天健社被校团委评为2018-2019学年南京大学十佳社团。
</p>
</div>
</div>
<div class="timeline">
<div class="timeline-icon"><span class="year">2018</span></div>
<div class="timeline-content">
<h3 class="title">暑期社会实践校级十佳团队</h3>
<p class="description">
“寻味金陵”团队获评2018-2019学年南京大学暑期社会实践校级十佳团队。
</p>
</div>
</div>
<div class="timeline">
<div class="timeline-icon"><span class="year">2018</span></div>
<div class="timeline-content">
<h3 class="title">优秀志愿服务项目</h3>
<p class="description">
“我和动物有个约会”被评为2018-2019学年南京大学优秀志愿服务项目。
</p>
</div>
</div>
<div class="timeline">
<div class="timeline-icon"><span class="year">2017</span></div>
<div class="timeline-content">
<h3 class="title">省志愿服务交流会优秀项目</h3>
<p class="description">
“传统民间手工艺进校园”获评2017年9月第二届江苏省志愿服务展示交流会“优秀志愿服务项目”。
</p>
</div>
</div>
<div class="timeline">
<div class="timeline-icon"><span class="year">2017</span></div>
<div class="timeline-content">
<h3 class="title">优秀志愿服务项目</h3>
<p class="description">
“食堂微公益”被评为南京大学2017-2018学年优秀志愿服务项目。
</p>
</div>
</div>
<div class="timeline">
<div class="timeline-icon"><span class="year">2017</span></div>
<div class="timeline-content">
<h3 class="title">校级崇孝项目</h3>
<p class="description">
“青春伴夕阳”被评为南京大学2017-2018学年校级崇孝项目。
</p>
</div>
</div>
<div class="timeline">
<div class="timeline-icon"><span class="year">2017</span></div>
<div class="timeline-content">
<h3 class="title">十佳公益项目</h3>
<p class="description">
“青春伴夕阳”被评为南京大学2017-2018学年十佳志愿服务项目。
</p>
</div>
</div>
<div class="timeline">
<div class="timeline-icon"><span class="year">2017</span></div>
<div class="timeline-content">
<h3 class="title">优秀志愿服务团体</h3>
<p class="description">
天健社被评为2017-2018学年南京大学优秀志愿服务团体。
</p>
</div>
</div>
<div class="timeline">
<div class="timeline-icon"><span class="year">2016</span></div>
<div class="timeline-content">
<h3 class="title">两岸四地高校公益论坛</h3>
<p class="description">
天健社赴北京航空航天大学参加两岸四地公益论坛,与来自内地与港澳台30个公益社团进行交流。
</p>
</div>
</div>
<div class="timeline">
<div class="timeline-icon"><span class="year">2016</span></div>
<div class="timeline-content">
<h3 class="title">南京大学“助学·筑梦·铸人”二等奖</h3>
<p class="description">
天健社参与南京大学“助学·筑梦·铸人”视频大赛并获得二等奖。
</p>
</div>
</div>
<div class="timeline">
<div class="timeline-icon"><span class="year">2016</span></div>
<div class="timeline-content">
<h3 class="title">南京大学崇孝项目团体奖</h3>
<p class="description">
天健社暑期社会实践崇孝立项“艺师艺友”获得南京大学2016优秀崇孝奖。
</p>
</div>
</div>
<div class="timeline">
<div class="timeline-icon"><span class="year">2016</span></div>
<div class="timeline-content">
<h3 class="title">年度志愿服务先进集体</h3>
<p class="description">
在2015-2016年度南京大学十佳志愿群体评选中,天健社被评为年度志愿服务先进集体。
</p>
</div>
</div>
<div class="timeline">
<div class="timeline-icon"><span class="year">2016</span></div>
<div class="timeline-content">
<h3 class="title">十佳公益项目</h3>
<p class="description">
“南京市博物馆志愿讲解项目”入选十佳志愿服务项目。
</p>
</div>
</div>
<div class="timeline">
<div class="timeline-icon"><span class="year">2015</span></div>
<div class="timeline-content">
<h3 class="title">优秀志愿服务团队</h3>
<p class="description">
天健社被评为2015年度南京市博物馆“优秀志愿服务团队”。
</p>
</div>
</div>
<div class="timeline">
<div class="timeline-icon"><span class="year">2015</span></div>
<div class="timeline-content">
<h3 class="title">十佳公益项目</h3>
<p class="description">
“民间艺术进校园”被评为南京大学2015年度十佳公益项目。
</p>
</div>
</div>
<div class="timeline">
<div class="timeline-icon"><span class="year">2015</span></div>
<div class="timeline-content">
<h3 class="title">学术科技作品展特等奖</h3>
<p class="description">
天健社的暑期社会实践项目“老友记”参与第二届“工行杯”学术科技作品展并获得特等奖。
</p>
</div>
</div>
<div class="timeline">
<div class="timeline-icon"><span class="year">2015</span></div>
<div class="timeline-content">
<h3 class="title">暑期社会实践“老友记”</h3>
<p class="description">
“老友记”团队被评为校级十佳团队,该项目被评为“崇孝”优秀项目、优秀孵化项目。
</p>
</div>
</div>
<div class="timeline">
<div class="timeline-icon"><span class="year">2014</span></div>
<div class="timeline-content">
<h3 class="title">十佳公益项目</h3>
<p class="description">
“探访老教授”被评为南京大学2014年度十佳公益项目。
</p>
</div>
</div>
<div class="timeline">
<div class="timeline-icon"><span class="year">2014</span></div>
<div class="timeline-content">
<h3 class="title">十佳社团</h3>
<p class="description">
天健社在社联评选中被评为2014-2015年度南京大学十佳社团。
</p>
</div>
</div>
<div class="timeline">
<div class="timeline-icon"><span class="year">2014</span></div>
<div class="timeline-content">
<h3 class="title">开创志愿活动</h3>
<p class="description">
走访老教授活动、爱心伞活动、民艺进校园等活动相继展开,广受校内外的好评
</p>
</div>
</div>
<div class="timeline">
<div class="timeline-icon"><span class="year">2013</span></div>
<div class="timeline-content">
<h3 class="title">博物馆志愿活动</h3>
<p class="description">
与南京市博物馆、南京地质博物馆展开合作,招募志愿讲解员,并开展了博物馆进校园活动。
</p>
</div>
</div>
<div class="timeline">
<div class="timeline-icon"><span class="year">2012</span></div>
<div class="timeline-content">
<h3 class="title">公益论坛&交流会</h3>
<p class="description">
3月前往浙江大学参加长三角公益论坛,10月前往四川大学参加第七次唐仲英德育奖学金交流大会。
</p>
</div>
</div>
<div class="timeline">
<div class="timeline-icon"><span class="year">2011</span></div>
<div class="timeline-content">
<h3 class="title">共办爱心晚会</h3>
<p class="description">
天健、思源、新鸿基、弘毅、自强校内五大公益社团共同举办爱心晚会。
</p>
</div>
</div>
<div class="timeline">
<div class="timeline-icon"><span class="year">2010</span></div>
<div class="timeline-content">
<h3 class="title">优秀志愿者团队</h3>
<p class="description">
天健社的地铁志愿服务活动表现出色,被南京市地铁运营集团授予“优秀志愿者团队”荣誉。
</p>
</div>
</div>
<div class="timeline">
<div class="timeline-icon"><span class="year">2009</span></div>
<div class="timeline-content">
<h3 class="title">长三角公益交流论坛</h3>
<p class="description">
参加长三角公益交流论坛,并成为常任理事社团之一。
</p>
</div>
</div>
<div class="timeline">
<div class="timeline-icon"><span class="year">2008</span></div>
<div class="timeline-content">
<h3 class="title">灾区募捐</h3>
<p class="description">
汶川地震后,第一时间组织开展为地震灾区人民的募捐活动,编写并免费发放防震知识手册。
</p>
</div>
</div>
<div class="timeline">
<div class="timeline-icon"><span class="year">2005</span></div>
<div class="timeline-content">
<h3 class="title">对外招新</h3>
<p class="description">
天健社开始面向全校招新,每年都有一批富有热情和爱心的同学加入天健社。
</p>
</div>
</div>
<div class="timeline">
<div class="timeline-icon"><span class="year">2000</span></div>
<div class="timeline-content">
<h3 class="title">天健社成立</h3>
<p class="description">
天健社直属于南京大学学工处,同年南大天健社社版正式在南大bbs(小百合)上开版。
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<section id="footer">
<p>
<a class="social-icon" href="https://www.zhihu.com/question/400026973" target="_blank">
<svg t="1602410688258" class="icon" viewBox="0 0 1024 1024" version="1.1"
xmlns="http://www.w3.org/2000/svg" p-id="7363" width="200" height="200">
<path
d="M512 1024C229.236364 1024 0 794.763636 0 512S229.236364 0 512 0s512 229.236364 512 512-229.236364 512-512 512z m-129.861818-756.48s-36.212364 2.094545-48.989091 24.482909c-12.8 22.365091-54.318545 137.378909-54.318546 137.378909s13.847273 6.376727 37.28291-10.658909c23.435636-17.035636 30.882909-46.848 30.882909-46.848l42.589091-2.117818 1.070545 121.390545s-73.495273-1.070545-88.413091 0c-14.894545 1.047273-23.412364 40.448-23.412364 40.448h111.825455s-9.588364 67.095273-38.353455 116.084364c-28.741818 48.989091-83.060364 87.319273-83.060363 87.319273s39.424 15.965091 77.730909-6.4c38.353455-22.341818 66.629818-120.692364 66.629818-120.692364l89.925818 110.056727s8.192-52.386909-1.466182-67.188363c-9.658182-14.778182-62.208-74.286545-62.208-74.286546l-22.946909 20.247273 16.337455-65.117091h97.954909s0-38.353455-19.153455-40.494545c-19.176727-2.094545-78.801455 0-78.801454 0V371.898182h88.389818s-1.070545-39.400727-18.106182-39.400727h-143.755636l22.341818-64.954182z m169.984 61.184v358.562909h36.002909l13.102545 45.009455 63.348364-45.009455h89.064727V328.704h-201.518545z"
fill="#ffffff" p-id="7364"></path>
<path
d="M594.781091 368.64h117.899636v277.876364h-41.890909l-53.364363 40.261818-11.636364-40.261818h-11.008V368.64z"
fill="#ffffff" p-id="7365"></path>
</svg>
</a>
<a class="social-icon" href="https://space.bilibili.com/426406230" target="_blank">
<svg t="1602410645541" class="icon" viewBox="0 0 1129 1024" version="1.1"
xmlns="http://www.w3.org/2000/svg" p-id="6740" width="200" height="200">
<path
d="M 234.909 9.65619 a 80.4683 80.4683 0 0 1 68.398 0 a 167.374 167.374 0 0 1 41.8435 30.5779 l 160.937 140.82 H 621.156 L 782.093 40.2341 a 168.983 168.983 0 0 1 41.8435 -30.5779 a 80.4683 80.4683 0 0 1 107.023 66.7887 a 80.4683 80.4683 0 0 1 -17.703 53.9138 a 449.818 449.818 0 0 1 -35.406 32.1873 a 232.553 232.553 0 0 1 -22.5311 18.5077 h 100.585 a 170.593 170.593 0 0 1 118.288 53.1091 A 171.397 171.397 0 0 1 1128.11 352.451 v 462.693 a 325.897 325.897 0 0 1 -4.02342 70.0074 a 178.64 178.64 0 0 1 -80.4683 112.656 a 173.007 173.007 0 0 1 -92.5385 25.7499 H 212.377 a 341.186 341.186 0 0 1 -72.4215 -4.02342 a 177.835 177.835 0 0 1 -111.046 -80.4683 A 172.202 172.202 0 0 1 1.55049 846.526 V 388.662 A 360.498 360.498 0 0 1 1.55049 321.873 a 177.03 177.03 0 0 1 160.937 -143.234 h 105.413 c -16.8983 -12.0702 -31.3826 -26.5545 -46.6716 -39.4295 a 80.4683 80.4683 0 0 1 -25.7499 -65.984 A 80.4683 80.4683 0 0 1 234.909 9.65619 M 216.401 321.873 a 80.4683 80.4683 0 0 0 -63.5699 57.9372 a 108.632 108.632 0 0 0 0 30.5779 v 380.615 a 80.4683 80.4683 0 0 0 55.5231 80.4683 a 106.218 106.218 0 0 0 34.6014 5.63278 h 654.207 a 80.4683 80.4683 0 0 0 76.4449 -47.4763 a 112.656 112.656 0 0 0 8.04683 -53.1091 v -354.06 a 135.187 135.187 0 0 0 0 -38.6248 a 80.4683 80.4683 0 0 0 -52.3044 -54.7184 a 129.554 129.554 0 0 0 -49.8903 -7.24215 H 254.221 a 268.764 268.764 0 0 0 -37.8201 0 Z m 0 0"
fill="#ffffff" p-id="6741"></path>
<path
d="M 348.369 447.404 a 80.4683 80.4683 0 0 1 55.5231 18.5077 a 80.4683 80.4683 0 0 1 28.1639 59.5465 v 80.4683 a 80.4683 80.4683 0 0 1 -16.0937 51.4997 a 80.4683 80.4683 0 0 1 -131.968 -9.65619 a 104.609 104.609 0 0 1 -10.4609 -54.7184 v -80.4683 a 80.4683 80.4683 0 0 1 70.0074 -67.5934 Z m 416.021 0 a 80.4683 80.4683 0 0 1 86.1011 75.6402 v 80.4683 a 94.1479 94.1479 0 0 1 -12.0702 53.1091 a 80.4683 80.4683 0 0 1 -132.773 0 a 95.7573 95.7573 0 0 1 -12.8749 -57.1325 v -80.4683 a 80.4683 80.4683 0 0 1 70.0074 -70.8121 Z m 0 0"
fill="#ffffff" p-id="6742"></path>
</svg>
</a>
<a class="social-icon" href="https://github.com/NJUTianJian/NJUTianJian.github.io" target="_blank">
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<title id="simpleicons-github-icon" lang="en">GitHub icon</title>
<path fill="#FFFFFF"
d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"></path>
</svg>
</a>
<a class="social-icon"
href="https://mp.weixin.qq.com/mp/homepage?__biz=MzAxNjE1OTgwMQ==&hid=5&sn=bb1fa9acc517d8904d9d5a914d19ab4e&scene=18#wechat_redirect"
target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="18" height="18" viewBox="0 0 252 252"
style="fill:#000000;">
<g fill="none" fill-rule="nonzero" stroke="none" stroke-width="1" stroke-linecap="butt"
stroke-linejoin="miter" stroke-miterlimit="10"
stroke-dasharray="" stroke-dashoffset="0" font-family="none" font-weight="none" font-size="none"
text-anchor="none"
style="mix-blend-mode: normal">
<path d="M0,252v-252h252v252z" fill="#494a5f"></path>
<g>
<g id="surface1">
<path d="M94.5,31.5c-46.2041,0 -84,31.5 -84,70.875c0,22.5791 12.0791,42 31.5,55.125l-10.5,31.5l33.0791,-20.46679c8.9209,3.13769 19.4209,4.71679 29.9209,4.71679c46.2041,0 84,-31.5 84,-70.875c0,-39.375 -37.7959,-70.875 -84,-70.875z"
fill="#ffffff"></path>
<path d="M105,152.25c0,-32.0332 30.4541,-57.75 68.25,-57.75c1.5791,0 3.15821,0 4.7168,0c-0.5127,-3.6709 -1.55859,-7.34179 -2.625,-10.5c-0.5127,0 -1.55859,0 -2.0918,0c-43.5791,0 -78.75,30.4541 -78.75,68.25c0,7.3418 1.5791,14.1709 3.6709,21c3.6709,0 7.36231,-0.5332 11.0332,-1.0459c-2.625,-6.29589 -4.2041,-13.125 -4.2041,-19.9541z"
fill="#494a5f"></path>
<path d="M241.5,152.25c0,-32.0332 -30.4541,-57.75 -68.25,-57.75c-37.7959,0 -68.25,25.7168 -68.25,57.75c0,32.03321 30.4541,57.75 68.25,57.75c9.4541,0 18.375,-1.5791 26.25,-4.2041l26.25,14.7041l-7.34179,-25.2041c14.17089,-10.5 23.09179,-25.7168 23.09179,-43.0459z"
fill="#ffffff"></path>
<path d="M73.5,78.75c0,5.78321 -4.71679,10.5 -10.5,10.5c-5.7832,0 -10.5,-4.71679 -10.5,-10.5c0,-5.7832 4.7168,-10.5 10.5,-10.5c5.78321,0 10.5,4.7168 10.5,10.5zM126,68.25c-5.7832,0 -10.5,4.7168 -10.5,10.5c0,5.78321 4.7168,10.5 10.5,10.5c5.78321,0 10.5,-4.71679 10.5,-10.5c0,-5.7832 -4.71679,-10.5 -10.5,-10.5z"
fill="#000000"></path>
<path d="M157.5,139.125c0,4.2041 -3.6709,7.875 -7.875,7.875c-4.2041,0 -7.875,-3.6709 -7.875,-7.875c0,-4.2041 3.6709,-7.875 7.875,-7.875c4.2041,0 7.875,3.6709 7.875,7.875zM196.875,131.25c-4.2041,0 -7.875,3.6709 -7.875,7.875c0,4.2041 3.6709,7.875 7.875,7.875c4.2041,0 7.875,-3.6709 7.875,-7.875c0,-4.2041 -3.6709,-7.875 -7.875,-7.875z"
fill="#000000"></path>
</g>
</g>
</g>
</svg>
</a>
<a class="social-icon" href="https://baike.baidu.com/item/南京大学天健社" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="18" height="18" viewBox="0 0 252 252"
style="fill:#000000;">
<g fill="none" fill-rule="nonzero" stroke="none" stroke-width="1" stroke-linecap="butt"
stroke-linejoin="miter" stroke-miterlimit="10"
stroke-dasharray="" stroke-dashoffset="0" font-family="none" font-weight="none" font-size="none"
text-anchor="none"
style="mix-blend-mode: normal">
<path d="M0,252v-252h252v252z" fill="none"></path>
<g id="Layer_1">
<path d="M189.4935,164.5875c-8.89875,-7.875 -19.7085,-16.93125 -34.965,-38.5875c-9.79125,-13.89675 -18.438,-21 -31.1535,-21c-13.986,0 -21.61425,6.5625 -29.148,17.21475c-11.025,15.59775 -15.35625,20.84775 -26.712,29.79375c-4.1265,3.24975 -25.52025,16.653 -25.515,40.27275c0.00525,27.5625 19.70325,38.71875 37.56375,38.71875c23.46225,0 28.55475,-5.25 43.81125,-5.25c19.07325,0 29.2425,5.25 44.499,5.25c30.51825,0 36.876,-22.96875 36.876,-37.422c0,-13.7655 -6.35775,-21.1155 -15.2565,-28.9905z"
fill="#ffffff"></path>
<path d="M59.79225,130.64625c16.401,-3.6435 18.984,-19.62975 18.95775,-30.093c-0.0105,-3.654 -0.336,-6.63075 -0.504,-8.1795c-1.0395,-8.8095 -10.64175,-23.8875 -23.89275,-24.1185c-0.63,-0.0105 -1.2705,0.0105 -1.91625,0.06825c-17.913,1.6485 -20.53275,28.413 -20.53275,28.413c-0.294,1.50675 -0.4305,3.21825 -0.4095,5.05575c0.16275,11.88075 7.119,29.01675 22.4385,29.4525c1.8375,0.04725 3.78525,-0.1365 5.859,-0.5985"
fill="#ffffff"></path>
<path d="M102.39075,84c13.05675,0 23.60925,-14.09625 23.60925,-31.5105c0,-17.41425 -10.5525,-31.4895 -23.60925,-31.4895c-13.062,0 -23.64075,14.07525 -23.64075,31.4895c0,17.41425 10.57875,31.5105 23.64075,31.5105"
fill="#ffffff"></path>
<path d="M154.9905,89.061c1.16025,0.16275 2.289,0.21525 3.38625,0.17325c14.154,-0.54075 23.184,-17.199 25.10025,-30.04575c0.19425,-1.26525 0.2835,-2.5515 0.273,-3.84825c-0.07875,-12.81525 -9.61275,-26.313 -19.94475,-28.8225c-11.42925,-2.793 -25.68825,16.65825 -26.9745,29.3475c-0.19425,1.9425 -0.30975,3.87975 -0.33075,5.79075c-0.13125,13.398 4.41525,25.48875 18.4905,27.405"
fill="#ffffff"></path>
<path d="M220.416,110.9955c0,-6.72525 -5.271,-26.9955 -24.8955,-26.9955c-19.6665,0 -22.2705,19.131 -22.2705,32.64975c0,12.6525 0.98175,30.198 24.0345,30.35025c0.45675,0.00525 0.924,0 1.40175,-0.0105c21.14175,-0.4935 21.96075,-22.06575 21.798,-32.2245c-0.021,-1.56975 -0.06825,-2.86125 -0.06825,-3.7695"
fill="#ffffff"></path>
<path d="M126,162.75v39.375c0,0 0,9.84375 13.78125,13.125h33.46875v-52.5h-13.78125v39.375h-14.4375c0,0 -4.59375,-0.65625 -5.25,-3.9375v-35.4375z"
fill="#000000"></path>
<path d="M105,141.75v21h-15.75c-11.15625,1.96875 -21,11.8125 -20.99475,25.59375c0,0.2205 -0.00525,0.43575 -0.00525,0.65625c0,14.4375 9.84375,24.28125 21,26.25h29.53125v-73.5zM105,203.4375h-12.46875c-3.9375,0 -10.5,-5.90625 -10.5,-14.4375c0,-8.53125 6.5625,-14.4375 10.5,-14.4375h12.46875z"
fill="#000000"></path>
</g>
</g>
</svg>
</a>
</p>
<p>遵循
<a href="https://opensource.org/licenses/MIT" target="_blank">MIT 开源协议</a>
<br> Ⓒ 2018 南大天健社技术部 团队出品
</p>
</section>
<script>
window.jQuery || document.write('<script src="js/jquery-1.11.0.min.js"><\/script>')
</script>
<script src="js/bootstrap.min.js"></script>
<script src="js/bootsnav.js"></script>
</body>
</html>