forked from m301/wingtechcs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.inc
26 lines (23 loc) · 938 Bytes
/
footer.inc
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
<footer>
<div class="row bg-3">
<div class="col-lg-6">
<br/>
Copyright © Team wingtech 2017
</div>
<div class="col-lg-4 col-lg-offset-2">
<ul class="list-inline intro-buttons">
<li>
<a href="#" class="btn btn-default btn-lg footer-btn" id="logIn">Log In <i
class="fa fa-arrow-right fa-fw"></i></a>
</li>
<li>
<a href="#" class="btn btn-default btn-lg footer-btn" id="register">Register <i
class="fa fa-arrow-right fa-fw"></i></a>
</li>
</ul>
</div>
<div class="text-center">
<h6>Coded with <i class="fa fa-heart red"></i> at WINGTECH</a></h6>
</div>
</div>
</footer>