-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.html
More file actions
27 lines (27 loc) · 1.34 KB
/
Copy pathfooter.html
File metadata and controls
27 lines (27 loc) · 1.34 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
<div class="container">
<div class="row">
<div class="col-12 text-sm-center">
<a target="_blank" href="./index.html" class="btn btn-neutral btn-icon-only btn-home btn-lg" data-toggle="tooltip" data-original-title="主页">
<i class="fa fa-home"></i>
</a>
<a target="_blank" href="https://weibo.com/u/2806289060/" class="btn btn-neutral btn-icon-only btn-weibo btn-lg" data-toggle="tooltip" data-original-title="微博">
<i class="fa fa-weibo"></i>
</a>
<a target="_blank" href="https://github.com/drafens/" class="btn btn-neutral btn-icon-only btn-github btn-lg" data-toggle="tooltip" data-original-title="Github">
<i class="fa fa-github"></i>
</a>
<a target="_blank" href="https://mail.qq.com/cgi-bin/qm_share?t=qm_mailme&email=dhw_hongwei@163.com/" class="btn btn-neutral btn-icon-only btn-mail btn-lg" data-toggle="tooltip" data-original-title="Email">
<i class="fa fa-envelope"></i>
</a>
<a target="_blank" href="https://www.twitter.com/drafens/" class="btn btn-neutral btn-icon-only btn-twitter btn-lg" data-toggle="tooltip" data-original-title="Twitter">
<i class="fa fa-twitter"></i>
</a>
</div>
</div>
<hr>
<div class="row">
<div class="col-12">
<div class="copyright text-center">© 2019.05 — 2020.05 <a target="_blank" href="https://drafens.github.io/">DRAN</a></div>
</div>
</div>
</div>