templates/base/footer.html.twig line 1

Open in your IDE?
  1. <footer style="background: #F2F0EB; text-align: center;margin-top: 100px;" >
  2.     <div  class="column">
  3.         {#<a class="footer_title"><img src="{{ asset('images/logo.png') }}" alt=""></a>#}
  4.         
  5.         <a class="MejMedium" style="color: black; margin-top:2px;">SIGUENOS</a><a></a>
  6.         {#<a href="https://www.facebook.com/pages/Viña-Los-Vascos-Peralillo/158513104220863" title="Facebook"><i class="fa fa-facebook"></i></a>#}
  7.         <a href="https://www.instagram.com/vinalosvascos/" style="background-color: #CABBA3;" target="_blank" title="Instagram"><i class="fa fa-instagram iconpadding" ></i></a>
  8.         <a href="https://www.youtube.com/watch?v=sqyvg7sqryY" style="background-color: #CABBA3;" target="_blank" title="YouTube"><i class="fa fa-youtube iconpadding"  ></i></a>
  9.         <a href="https://www.lafite.com/es/propiedades/vina-los-vascos/" style="background-color: #CABBA3;" target="_blank" title="lafite"><i class="fa fa-globe iconpadding" aria-hidden="true" ></i></a>
  10.         {#<a href="#" title="Twitter"><i class="fa fa-twitter"></i></a>
  11.         <a href="#" title="Whatsapp"><i class="fa fa-whatsapp"></i></a>#}<br><br>
  12.       
  13.         <p><a href="https://tslatam.com" style="color: #F2F0EB;">E-commerce powered by www.tslatam.com</a>
  14.         
  15.         </p>
  16.     </div>
  17.     <div class="column" style=" margin-right: ">
  18.         {#<a class="footer_title" href="{{ path('comollegar') }}">INFORMACIÓN</a>    #}   
  19.         {#<a class="MejMedium" href="{{ path('nosotros') }}" style="color: black;">Nosotros</a>#}
  20.         <a class="MejMedium" style="margin: 1px; !important;color: black;" href="https://www.google.com/maps/place/Viña+Los+Vascos/@-34.4843312,-71.5379189,17z/data=!3m1!4b1!4m5!3m4!1s0x96638a830bac98b9:0xe7ec00236e6780c5!8m2!3d-34.4843357!4d-71.5336917" target="_blank">{#<i class="fa fa-map-marker"style="color: black;" aria-hidden="true"></i>#}DIRECCIÓN</a>
  21.         <a class="MejMedium" style="margin: 1px; !important;color: black;" href="tel:+56722350900">TELÉFONO</a>     
  22.     </div>
  23.     <div class="column">
  24.         {#<a class="footer_title">TIENDA</a>#}
  25.         <a class="MejMedium" style="margin: 1px; !important;color: black;" href="{{ path('contacto') }}">ESCRÍBENOS</a> 
  26.         <a class="MejMedium" href="{{ path('tyc') }}" style="color: black;">CONDICIONES</a>
  27.         {#<a href="#" style="color: black;">Compra</a>
  28.         <a class="MejMedium" href="#" style="color: black;">Despacho</a>#}
  29.     </div>
  30.    
  31.    
  32.     <div class="column" style="text-align:center; margin-top: 85px;">
  33.             <a href="https://www.lafite.com/es/"><img src="{{ asset('images/banner/logo1.png') }}" style="width: 100px; height: 100px; margin-top: -80px;" alt=""></a><br>
  34.             
  35.     </div>
  36.  
  37. </footer>