themes/BootstrapTheme/SyliusShopBundle/views/Layout/Footer/Grid/_payment_methods.html.twig line 1

Open in your IDE?
  1. {% set sectionName = getSectionFooterName('nos_services', sylius.localeCode )  %}
  2. <!-- section nos services -->
  3. <div class="other-menu-bit second-menu-footer">
  4.     <div class="menu-content">
  5.         <h4  class="titre-menu-t toggle-me"><span>{{ sectionName }}</span></h4>
  6.         <ul class="toggle-m-c reseaux-footer">
  7.             <li class="anim-element-list"><a href="https://www.instagram.com/pro_occasion_rayonnage?igsh=N2YxbXFmMmtsZW9u"><img src="{{ asset('assets/shop/images/instagram_white.png') }}" alt="Instagram" title="Instagram"></a></li>
  8.             <li class="anim-element-list"><a href=" https://www.youtube.com/channel/UCNyFSzPdxTHeJkFPTeyab8g" target="_blank"><img src="{{ asset('assets/shop/images/icon_youtube.png') }}" alt="Youtube" title="Youtube"></a></li>
  9.             <li class="anim-element-list"><a href="https://www.linkedin.com/company/pro-occasion-rayonnages/"><img src="{{ asset('assets/shop/images/linkedin_white.png') }}" alt="Linkedin" title="Linkedin"></a></li>
  10.             <li class="anim-element-list"><a href="https://www.facebook.com/Pro-Occasion-Rayonnage-100184359428364"><img src="{{ asset('assets/shop/images/icon_facebook.png') }}" alt="Facebook" title="Facebook"></a></li>
  11.             <li class="anim-element-list"><a href="https://www.leboncoin.fr/boutique/73620/pro_occasion_rayonnages.htm"><img src="{{ asset('assets/shop/images/leboncoin_white.png') }}" alt="Le bon coin" title="Le bon coin"></a></li>
  12.             <li class="anim-element-list"><a href="https://blog.pro-occasion-rayonnage.fr/"><img src="{{ asset('assets/shop/images/blog_white.png') }}" alt="Lien vers le blog" title="blog"></a></li>
  13.         </ul>
  14.     </div>
  15. </div>
  16. {# fermeture d'une div sur un autre template #}
  17. </div>
  18. <div class="col-20-m" style="display: flex; justify-content: center;">
  19.     <div class="bloc-menu map-bloc">
  20.         <div style="height: 100%;">
  21.             <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2862.23987303461!2d4.789943615514251!3d44.160915279107044!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x12b599e9999fd131%3A0x14cebc7592cdfb00!2sPRO%20OCCASION%20RAYONNAGES!5e0!3m2!1sfr!2sfr!4v1613489550994!5m2!1sfr!2sfr" width="100%;" height="100%" frameborder="0" style="border:0;padding-bottom: 15px;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>
  22.         </div>
  23.         {% set imagesFooter = app_get_section_images('footer', sylius.channel.code)  %}
  24.         {% if imagesFooter|length > 0 %}
  25.             {% for image in imagesFooter %}
  26.                 {% if image.type == "image" and image.enabled and image.channel(sylius.channel) %}
  27.                     <div>
  28.                         <img src="{{ asset(image.path) }}" alt="gif_mensuel">
  29.                         <div>{{ image.translation.name }}</div>
  30.                     </div>
  31.                 {% endif %}
  32.             {% endfor %}
  33.         {% endif %}
  34. {#        <div class="table-footer">#}
  35. {#            <table width="100%" cellpadding="0" cellspacing="0" border="0">#}
  36. {#                <tr>#}
  37. {#                    <td class="map-cell">#}
  38. {#                        <div style="display: flex; flex-direction: column;">#}
  39. {#                            <div class="">#}
  40. {#                                <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2862.23987303461!2d4.789943615514251!3d44.160915279107044!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x12b599e9999fd131%3A0x14cebc7592cdfb00!2sPRO%20OCCASION%20RAYONNAGES!5e0!3m2!1sfr!2sfr!4v1613489550994!5m2!1sfr!2sfr" width="600" height="450" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>#}
  41. {#                            </div>#}
  42. {#                            {% set imagesFooter = app_get_section_images('footer', sylius.channel.code)  %}#}
  43. {#                            {% if imagesFooter|length > 0 %}#}
  44. {#                                {% for image in imagesFooter %}#}
  45. {#                                    {% if image.type == "image" and image.enabled and image.channel(sylius.channel) %}#}
  46. {#                                        <img src="{{ asset(image.path) }}" alt="gif_mensuel">#}
  47. {#                                        <div>{{ image.translation.name }}</div>#}
  48. {#                                    {% endif %}#}
  49. {#                                {% endfor %}#}
  50. {#                            {% endif %}#}
  51. {#                        </div>#}
  52. {#                    </td>#}
  53. {#                </tr>#}
  54. {#            </table>#}
  55. {#        </div>#}
  56.     </div>
  57. </div>