forked from leozhang2018/bs_online
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
52 lines (49 loc) · 2.44 KB
/
footer.php
File metadata and controls
52 lines (49 loc) · 2.44 KB
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
<!-- FOOTER -->
<footer class="footer ">
<div class="container">
<div class="row footer-top">
<div class="col-xs-12 col-sm-12 col-lg-12 col-lg-offset-1 col-sm-offset-1">
<div class="row about">
<div class="col-md-3 col-xs-3">
<h4>公众平台入口</h4>
<p class="follow-me-icons">
<a class="social-btn bspopover" data-toggle="popover" data-placement="top" data-trigger="hover" data-html="true" data-content="<img src=assets/img/wechat.jpg style='width: 140px; height: 140px;'>" data-original-title="" title="">
<i class="fa fa-weixin fa-2"></i></a>
</p>
</div>
<div class="col-xs-3">
<h4>相关链接</h4>
<ul class="list-unstyled">
<li><a href="http://open.xiyouant.org/" target="_blank">开放资源</a></li>
<li><a href="http://doc.xiyounet.org/" target="_blank">内部文档</a></li>
</ul>
</div>
<div class="col-xs-3">
<h4>Bug 提交</h4>
<ul class="list-unstyled">
<li><a href="mailto:me@leozhang2018.me">电子邮件</a></li>
<li><a class="social-btn bspopover" data-toggle="popover" data-placement="top" data-trigger="hover" data-html="true" data-content="<img src=assets/img/contactadmin.jpg style='width: 140px; height: 140px;'>" data-original-title="" title="">微信讨论组</a></li>
</ul>
</div>
<div class="col-xs-3">
<h4>服务商</h4>
<ul class="list-unstyled">
<li><a href="http://http://www.qiniu.com/" target="_blank">七牛云存储</a></li>
<li><a href="http://www.aliyun.com" target="_blank">阿里云</a></li>
</ul>
</div>
</div>
</div>
</div>
<hr>
<div class="row footer-bottom">
<ul class="list-inline text-center">
<li><a href="http://xiyounet.org" target="_blank">西安邮电大学网络科技协会</a></li><li>当前呈现版本 15.10.18</li>
</ul>
</div>
</div>
</footer>
<!-- popover initialization -->
<script>$(function () {$('[data-toggle="popover"]').popover()})</script>
</body>
</html>