Files
leanote/app/views/home/footer.html

26 lines
701 B
HTML
Raw Normal View History

2014-10-28 14:48:22 +08:00
<div id="footer">
<div class="container">
<div class="row">
<div class="col-md-6">
<i class="fa fa-envelope-o fa-3x icon-muted"></i>
<h2>Contact</h2>
<a href="http://weibo.com/leanotecom" target="_blank"><i class="fa fa-weibo"></i></a>
<br />
leanote@leanote.com
<br />
2015-10-10 17:23:27 +08:00
Copyright © 2014-2015 <a href="https://leanote.com">Leanote</a>
<br />
Proudly powered by <a href="https://leanote.com">Leanote</a>
2014-10-28 14:48:22 +08:00
</div>
<div class="col-md-6">
<i class="fa fa-globe fa-3x icon-muted"></i>
<h2>Join Us</h2>
2015-10-10 18:10:26 +08:00
<a href="https://github.com/leanote/leanote">Github Leanote</a>
2014-10-28 14:48:22 +08:00
<br />
2015-10-10 18:10:26 +08:00
QQ Group: 158716820, 158716820
2014-10-28 14:48:22 +08:00
</div>
</div>
</div>
</div>