-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
23 lines (23 loc) · 987 Bytes
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<div class="bottom">
<div class="container">
<div class="bottom-left">
<p>©2013 H.E.L.P. All rights reserved. Theme Designed By <a href="#">Themebazaar</a></p>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#">Environment</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="#">Site Map</a></li>
</ul>
</div>
<div class="donation-link">
<ul>
<li><a href="#" class="icon-yahoo tooltip" title="yahoo"></a></li>
<li><a href="#" class="icon-facebook tooltip" title="facebook"></a></li>
<li><a href="#" class="icon-rss tooltip" title="rss"></a></li>
<li><a href="#" class="icon-flickr tooltip" title="flickr"></a></li>
<li><a href="#" class="icon-msn tooltip" title="msn"></a></li>
<li><a href="#" class="icon-stumbleupon tooltip" title="stumbleupon"></a></li>
</ul>
</div>
</div>
</div><!-- bottom ends -->