-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
34 lines (23 loc) · 984 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
24
25
26
27
28
29
30
31
32
33
34
<?php
echo '<!-- Footer -->
<div id="footer-wrapper">
<section id="footer" class="container">
<div class="row">
<div class="12u 12u(mobile)">
<section style="text-align:center;">
<ul class="social">
<li><a class="icon fa-facebook" href="http://twitter.com/wishup2015"><span class="label">Facebook</span></a></li>
<li><a class="icon fa-twitter" href="www.facebook.com/wishup2015"><span class="label">Twitter</span></a></li>
<li><a class="icon fa-google" href="https://plus.google.com/u/0/100441295153028870345"><span class="label">LinkedIn</span></a></li>
</ul>
<div id="copyright">
<ul class="links">
<li>Creative Commonds</li><li>Design: <a href="#">Hackworld</a></li> Ver <a href="terminos.php"> terminos y Condiciones</a>
</ul>
</div>
</section>
</div>
</div>
</section>
</div>';
?>