-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
executable file
·53 lines (50 loc) · 3.96 KB
/
footer.php
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
<footer class="footer">
<div class="footer-content">
<div class="container">
<div class="row">
<div class="footer-col col-md-4 " style="padding-right:0px">
<div class="footer-col-inner">
<h3 style="color: #cccccc;padding-left:82px">友情链接</h3>
<ul style="padding-left:70px;font-size:12px;">
<li><a style="color: #cccccc;" href="http://www.customsmuseum.cn/" target="_blank"><span class="glyphicon glyphicon-link"></span> 中国海关博物馆</a> 
<a style="color: #cccccc;" href="http://www.shac.net.cn/" target="_blank"><span class="glyphicon glyphicon-link"></span> 南京第二历史档案馆</a></li>
<li><a style="color: #dcdcdc;" href="http://hcl.harvard.edu/libraries/harvard-yenching/" target="_blank"><span class="glyphicon glyphicon-link"></span> 哈佛燕京图书馆</a> 
<a style="color: #dcdcdc;" href="http://www.soas.ac.uk/" target="_blank"><span class="glyphicon glyphicon-link"></span> 伦敦大学亚非学院</a></li>
<li><a style="color: #dcdcdc;" href="http://www.fas.harvard.edu/~chgis/" target="_blank"><span class="glyphicon glyphicon-link"></span> 哈佛地理空间研究中心</a></li>
<li><a style="color: #dcdcdc;" href="http://yugong.fudan.edu.cn/" target="_blank"><span class="glyphicon glyphicon-link"></span> 复旦大学中国历史地理研究所</a></li>
<li><a style="color: #dcdcdc;" href="https://www.bris.ac.uk/history/customs/resources/archives/" target="_blank"><span class="glyphicon glyphicon-link"></span> 布里斯托尔大学近代海关史项目</a></li>
</ul>
</div><!--//footer-col-inner-->
</div><!--//foooter-col-->
<div class="footer-col col-md-4 " style="padding-left:30px;padding-right:30px;text-align:center">
<div class="footer-col-inner">
<h3 style="color: #cccccc;">口岸·中国·世界</h3>
<p style="font-size:16px;color: #cccccc;margin-top:25px">复旦大学</p>
<p style="font-size:15px;color: #cccccc;">海关史与海关文献国际研究中心</p>
</div><!--//footer-col-inner-->
</div><!--//foooter-col-->
<div class="footer-col col-md-4" style="font-size:12px;padding-left:30px;padding-right:30px;text-align:center;color: #cccccc">
<div class="footer-col-inner" >
<h3 style="text-align:center">联系我们</h3>
<p><span class="glyphicon glyphicon-map-marker"></span> 上海杨浦区邯郸路220号 </p>
<p><span class="glyphicon glyphicon-phone-alt"></span> 021530045690 </p>
<p><span class="glyphicon glyphicon-envelope"></span>  [email protected]</p>
</div><!--//footer-col-inner-->
</div><!--//foooter-col-->
</div>
</div>
</div><!--//footer-content-->
<div class="bottom-bar">
<div class="container">
<div class="row">
<small class="copyright col-md-6 col-sm-12 col-xs-12">Copyright @ 2016 | <a target="_blank" href="http://www.fudan.edu">复旦大学</a></small>
<ul class="social pull-right col-md-6 col-sm-12 col-xs-12">
<li><a href="#"><i class="fa fa-weixin"></i></a></li>
<li><a href="#"><i class="fa fa-weibo"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li class="row-end"><a href="#"><i class="fa fa-facebook"></i></a></li>
</ul><!--//social-->
</div><!--//row-->
</div><!--//container-->
</div><!--//bottom-bar-->
</footer>