themes/BootstrapChildTheme/SyliusShopBundle/views/Layout/Footer/Grid/_plus.html.twig line 1

Open in your IDE?
  1. <div class="wide column first-column">
  2.     <a href="{{ path('sylius_shop_homepage') }}" style="">
  3.         <img class="footer-logo" src="{{ asset('assets/shop/svg/footer_logo.svg') }}" alt="MAX">
  4.         <a class="teacher-btn-link desktop-version" href="{{ path('bitbag_sylius_cms_plugin_shop_page_show', {'slug': 'espace-enseignant'}) }}" target="_blank">{{ 'app.pages.layout.footer.grid.teacher_area'|trans }}</a>
  5.         <div class="hide-for-non-mobile show-hr-top-border center-align">
  6.         <h4 class="ui inverted header">{{ 'footer.menu.downloadApp'|trans  }}</h4>
  7.             <a target="_blank" href="https://play.google.com/store/apps/details?id=fr.ecoledesloisirs.max"><img src="{{ asset('assets/shop/img/Logo_Google_Play.png') }}" class="step_guide_image img-fluid mb-2"  alt="Android app" /></a>
  8.             <a target="_blank" href="https://apps.apple.com/us/app/bo%C3%AEte-%C3%A0-histoires-max/id1663272408"><img src="{{ asset('assets/shop/img/Logo_ios_Store.png') }}" class="step_guide_image img-fluid mb-2" alt="IOS app" /></a>
  9.         </div>
  10.         <div class="ui center aligned inverted basic social">
  11.         <a target="_blank" href="https://www.facebook.com/people/Max_laboiteahistoires/61551027818085/"><i class="big grey facebook icon"></i></a>
  12.         <a target="_blank" href="https://instagram.com/max_laboiteahistoires?igshid=MzRlODBiNWFlZA=="><i class="big grey instagram icon"></i></a>
  13.         <a target="_blank" href="https://twitter.com/ecoledesloisirs">
  14.             <img class="image img-fluid pr-2" src="{{ asset('assets/shop/img/Xlogo.svg') }}" alt="MAX">
  15.         </a>
  16.         <a target="_blank" href="https://www.youtube.com/@HistoiresMax"><i class="big grey youtube icon"></i></a>
  17.         </div>
  18.     </a>
  19. </div>
  20. <div class="wide column pl-5">
  21.     <h4 class="ui inverted header">{{ 'footer.menu.boutique'|trans }}</h4>
  22.     <div class="ui inverted link list">
  23.         <a href="{{ path('sylius_shop_homepage') }}boiteahistoires" class="item">{{ 'footer.menu.conteuseMax'|trans }}</a>
  24.         <a href="{{ path('sylius_shop_homepage') }}casque" class="item">{{ 'footer.menu.casque'|trans }}</a>
  25.         <a href="{{ path('sylius_shop_homepage') }}banane" class="item">{{ 'footer.menu.banane'|trans }}</a>
  26.         <a href="{{ path('sylius_shop_homepage') }}catalogue?criteria%5Bsearch%5D%5Bvalue%5D=&criteria%5Bfacets_filters%5D%5Bcatalogue-search%5D%5Bcataloguefilter%5D%5B%5D=4" class="item">{{ 'footer.menu.packStory'|trans }}</a>
  27.         <a href="{{ path('sylius_shop_homepage') }}catalogue?criteria%5Bsearch%5D%5Bvalue%5D=&criteria%5Bfacets_filters%5D%5Bcatalogue-search%5D%5Bcataloguefilter%5D%5B%5D=5" class="item">{{ 'footer.menu.packQuiz'|trans }}</a>
  28.     </div>
  29. </div>