forked from pmeth/truenorthphp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
19 lines (19 loc) · 848 Bytes
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<div class="footer-wrapper">
<div class="container">
<div class="row">
<div class="span12">
<h3 style="float: left; margin-right: 1em;">Got questions? Email us at</h3>
<h3 class="footer-links" style="float: left;"><a href="mailto:[email protected]">[email protected]</a></h3>
</div>
</div>
<div class="row">
<div class="span12">
<h3 style="float: left; margin-right: 1em;">Follow us on Twitter at</h3>
<h3 class="footer-links" style="float: left;"><a href="https://twitter.com/TrueNorthPHP">@TrueNorthPHP</a></h3>
</div>
</div>
</div>
</div>
<div class="forkme-ribbon">
<a href="https://github.com/pmeth/truenorthphp" rel="me">Fork me on GitHub</a>
</div>