footer_igp.html
44 lines
| 1.9 KiB
| text/html
|
HtmlLexer
r338 | {% load static %} {% load bootstrap4 %} | ||
<footer> | |||
<div class="container"> | |||
<ul class="footer-contact"> | |||
<li> | |||
<span class="fa fa-fax"></span><div><p>Atención al ciudadano</p> | |||
<p>Lunes a Viernes de 8:30 a 16:30</p></div> | |||
</li> | |||
<li> | |||
|
r339 | <span class="fa fa-map-marker"></span><div> | |
r338 | <p>Calle Badajoz Nº 169 Urb. Mayorazgo</p> | ||
<p>I Etapa Ate, Lima 15012 - Perú</p></div> | |||
</li> | |||
<li> | |||
<span class="fa fa-envelope"></span> | |||
roj@igp.gob.pe | |||
</li> | |||
<li> | |||
<span class="fa fa-phone"></span> | |||
(511)317-2313 | |||
</li> | |||
</ul> | |||
<ul class="nav-social social-footer"> | |||
<li> | |||
<a href="https://www.facebook.com/igp.peru"><i class="fab fa-facebook-f"></i></a> | |||
</li> | |||
<li> | |||
<a href="https://twitter.com/igp_peru"><i class="fab fa-twitter"></i></a> | |||
</li> | |||
<li> | |||
<a href="https://www.linkedin.com/company/igpperu/"><i class="fab fa-linkedin-in"></i></a> | |||
</li> | |||
<li> | |||
<a href="https://www.instagram.com/igp.peru"><i class="fab fa-instagram"></i></a> | |||
</li> | |||
<li> | |||
<a href="https://www.youtube.com/igp_videos"><i class="fab fa-youtube"></i></a> | |||
</li> | |||
</ul> | |||
</div> | |||
<iframe class="map d-none d-sm-block" | |||
src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d3901.828012758223!2d-76.94633793139629!3d-12.055351713347235!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x7ea774b6fa66a3c6!2sInstituto+Geof%C3%ADsico+del+Per%C3%BA!5e0!3m2!1ses-419!2spe!4v1545658855595" | |||
width="100%" height="100%" frameborder="0" allowfullscreen="false">  | |||
</iframe> | |||
</footer> |