-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
32 lines (32 loc) · 1.35 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
</main>
<footer class="footer inner-shadow container">
<div class="footer-top">
<div class="row">
<div class="col-md-3">
<p><strong>Contacta a Nuestra Comunidad</strong><br>
Envía tu nombre y una dirección para ponernos en contacto contigo!</p>
</div>
<div class="col-md-3 footer-widget-map">
<h6><strong><i class="fa fa-phone"></i> Teléfono:</strong><br> +58-212-4074189</h6>
<h6><strong><i class="fa fa-envelope"></i> Correo:</strong><br> [email protected]</h6>
</div>
<div class="col-md-3">
<a href="https://cic.ucab.edu.ve"><img class="img-fluid" src="<?php echo get_stylesheet_directory_uri(); ?>/assets/LOGO-DIAPO-CIC8x8.png" alt="logoCic"></a>
</div>
<div class="col-md-3">
<a href="https://ucab.edu.ve"><img class="img-fluid" src="<?php echo get_stylesheet_directory_uri(); ?>/assets/ucab1.png" alt="logoUcab"></a>
<p>Av. Teherán, Montalbán. Parroquia La Vega <br>
Caracas - Venezuela.<br> RIF - J-00012255-5
</p>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="container">
<p class="copyright-section">© <?php echo date('Y'); ?> SCRIPT CIC UCAB - TODOS LOS DERECHOS RESERVADOS. Caracas-Venezuela</p>
</div>
</div>
</div> <!-- /.container -->
</footer>
<?php wp_footer(); ?>
</html>