-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
37 lines (37 loc) · 1.49 KB
/
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
35
36
37
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<title>4life entregas a Mexico y Venezuela</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
</head>
</head>
<body>
<footer id="footer" class="page-footer footer">
<div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class="white-text">Contactarme</h5>
<p class="grey-text text-lighten-4">Para aclarar cualquier duda o reclamo puede escribirme
a mi correo [email protected]<br>
José Méndez
</p>
</div>
<div class="col l4 offset-l2 s12">
<h5 class="white-text">Sitios de interés</h5>
<ul>
<li><a class="grey-text text-lighten-3 footer__li" href="http://www.4life.com/">4Life sitio Oficial</a></li>
<li><a class="grey-text text-lighten-3 footer__li" href="http://www.int4life.com/">INT Sitio Oficial</a></li>
<li><a class="grey-text text-lighten-3 footer__li" href="http://liderdelsiglo21.com.ve/">Compras Para Distribuidores en Venezuela</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright">
<div align="center" class="container">
© 2015 Todos los Derechos Reservados
</div>
</div>
</footer>
</body>
</html>