Files
leanote/app/views/home/footer.html
2015-10-10 17:23:27 +08:00

26 lines
682 B
HTML

<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 />
Copyright © 2014-2015 <a href="https://leanote.com">Leanote</a>
<br />
Powered by <a href="https://leanote.com">Leanote</a>
</div>
<div class="col-md-6">
<i class="fa fa-globe fa-3x icon-muted"></i>
<h2>Join Us</h2>
<a href="https://github.com/leanote/leanote">github leanote</a>
<br />
QQ Group: 158716820
</div>
</div>
</div>
</div>