src/Noahtech/Sistemas/FuszionBundle/Resources/views/Default/footer.html.twig line 1

Open in your IDE?
  1. <footer class="Footer">
  2.   <div class="FooterTop">            
  3.     <div class="row rowFooter">
  4.       <div class="col-xs-12 col-sm-12 col-md-4 widget" style="border-right: 2px solid #323030;">        
  5.         <i class="fa fa-globe fa-2x" style="color: grey;" aria-hidden="true"></i> <b style="color: grey; font-size: 20px">Dirección</b>
  6.         <p style="color: grey; font-size: 20px">Av. Córdoba 1781- S. S. de Jujuy</p>
  7.       </div>
  8.       <div class="col-xs-12 col-sm-12 col-md-4 widget" style="border-right: 2px solid #323030;">
  9.         <i class="fa fa-envelope fa-2x" style="color: grey;" aria-hidden="true"></i> <b style="color: grey; font-size: 20px">Email</b>
  10.         <p style="color: grey; font-size: 20px">consejodemedicosjujuy@gmail.com</p>
  11.       </div>
  12.       <div class="col-xs-12 col-sm-12 col-md-4 widget">
  13.         <i class="fa fa-phone fa-2x" style="color: grey;" aria-hidden="true"></i> <b style="color: grey; font-size: 20px">Llamenos</b>
  14.         <p style="color: grey; font-size: 20px">Tel.(0388)-4229574 / Cel. 388-5927199</p>
  15.       </div>
  16.     </div>
  17.     <br/>
  18.     <div class="row rwoFooter">
  19.       <div class="col-xs-12 col-sm-12 col-md-6 widget-left">
  20.         <h4 class="widget-title">Sede Centro</h4>
  21.         <p style="color: grey; font-size: 15px">Av. Córdoba 1781- S. S. de Jujuy</p>
  22.         <div id="mapdivCentro" style="width:500px; height:300px;"></div>
  23.       </div>
  24.       <div class="col-xs-12 col-sm-12 col-md-6 widget-left">
  25.         <h4 class="widget-title">Sede Los Perales</h4>
  26.         <p style="color: grey; font-size: 15px">La Reina Mora 656</p>
  27.         <div id="mapdivPerales" style="width:500px; height:300px;"></div>
  28.       </div>
  29.     </div>
  30.   </div>
  31. </footer>