src/Resources/views/Frontend/landing/accessMap/access-map.html.twig line 1

Open in your IDE?
  1. {% extends 'frontend/frontend.html.twig' %}
  2. {% block meta_title %}{{ 'seo.landing.accessMap.title'|trans({}, "seo") }}{% endblock %}
  3. {% block meta_desc %}{{ 'seo.landing.accessMap.desc'|trans({}, "seo") }}{% endblock %}
  4. {% block meta_robot %}
  5.     {{ parent() }}
  6.     <link rel="canonical" href="{{ url('frontend_salesrooms') }}" />
  7.     {{ source('stubs/seo/robots_index_follow.html.twig') }}
  8. {% endblock %}
  9. {% block tawkto %}
  10.     {% if type is not defined or type == 'private' %}
  11.         {{ parent() }}
  12.     {% endif %}
  13. {% endblock %}
  14. {% block body_content %}
  15. <div class="plan-acces">
  16.     <div class="landing-header">
  17.         <h1 class="titre05">
  18.             {{ 'frontend.landing.access_map.header.title'|trans({}, 'landing') }}
  19.         </h1>
  20.     </div>
  21.     <div class="landing-content bg-color01">
  22.         <div>
  23.             <div class="block01">
  24.                 <div class="marginR20 marginB30">
  25.                     <h2 class="titre01 txtnormal bold">{{ 'frontend.landing.access_map.content.title01'|trans({}, 'landing') }}</h2>
  26.                     <p class="marginT20">
  27.                         <span class="m-hide">{{ 'frontend.landing.access_map.content.text01'|trans({}, 'landing')|raw }}</span>
  28.                         <span class="grid-hide m-visible">{{ 'frontend.landing.access_map.content.text01.mobile'|trans({}, 'landing')|raw }}</span>
  29.                     </p>
  30.                     <p>{{ 'frontend.landing.access_map.content.text02'|trans({}, 'landing')|raw }}</p>
  31.                     <h3 class="titre03 bold marginT40">{{ 'frontend.landing.access_map.content.title02'|trans({}, 'landing') }}</h3>
  32.                     <p class="font16 bold marginT10">{{ 'frontend.landing.access_map.content.text03'|trans({}, 'landing')|raw }}</p>
  33.                     <p class="marginT20">
  34.                         <a href="{% if (app.user is not null and app.user is pro) or 'pro' == app.session.get('dimension') %}{{ path('frontend_contact_pro') }}{% else %}{{ path('frontend_contact') }}{% endif %}" class="lien14 bg01" title="">
  35.                             {{ 'frontend.landing.access_map.content.link02'|trans({}, 'landing') }}
  36.                         </a>
  37.                     </p>
  38.                 </div>
  39.                 <div class="txtcenter">
  40.                     <div class="carte m-hide">
  41.                         <img src="{{ asset('bundles/vpauto/frontend/images/carte-france.webp') }}" alt="Carte France" usemap="#image-map">
  42.                         <map name="image-map">
  43.                             <area target="" alt="" title="" href="{{ path('frontend_room_lorient') }}" coords="75,134,107,189" shape="rect" class="salle-lorient">
  44.                             <area target="" alt="" title="" href="{{ path('frontend_room_nantes') }}" coords="124,158,156,214" shape="rect" class="salle-nantes">
  45.                             <area target="" alt="" title="" href="{{ path('frontend_room_rouen') }}" coords="195,70,227,125" shape="rect" class="salle-rouen">
  46.                             <area target="" alt="" title="" href="{{ path('frontend_room_lyon') }}" coords="288,213,321,267" shape="rect" class="salle-lyon">
  47.                             <area target="" alt="" title="" href="{{ path('frontend_room_paris') }}" coords="237,125,268,180" shape="rect" class="salle-paris">
  48.                             <area target="" alt="" title="" href="{{ path('frontend_room_bordeaux') }}" coords="142,244,174,299" shape="rect" class="salle-bordeaux">
  49.                             <area target="" alt="" title="" href="{{ path('frontend_room_marseille') }}" coords="278,288,309,344" shape="rect" class="salle-marseille">
  50.                             <area target="" alt="" title="" href="{{ path('frontend_room_lille') }}" coords="242,36,273,91" shape="rect" class="salle-lille">
  51.                         </map>
  52.                         <div class="nom-salle lorient">VPauto Lorient</div>
  53.                         <div class="nom-salle nantes">VPauto Nantes</div>
  54.                         <div class="nom-salle rouen">VPauto Rouen</div>
  55.                         <div class="nom-salle lyon">VPauto Lyon</div>
  56.                         <div class="nom-salle paris">VPauto Paris</div>
  57.                         <div class="nom-salle bordeaux">VPauto Bordeaux</div>
  58.                         <div class="nom-salle marseille">VPauto Marseille</div>
  59.                         <div class="nom-salle lille">VPauto Lille</div>
  60.                     </div>
  61.                     <div class="grid-hide m-visible">
  62.                         <img src="{{ asset('bundles/vpauto/frontend/images/carte-france.webp') }}" alt="Carte France">
  63.                     </div>
  64.                 </div>
  65.             </div>
  66.             <div class="marginT60">
  67.                 <h2 class="titre01 txtnormal bold">{{ 'frontend.landing.access_map.content.title03'|trans({}, 'landing') }}</h2>
  68.                 <ul class="liste01">
  69.                     <li>
  70.                         <img src="{{ asset('bundles/vpauto/frontend/images/point-vente-lorient.webp') }}" alt="salle de Lorient">
  71.                         <div>
  72.                             <h3><strong class="titre03 color05">VPauto Lorient</strong> <span><br>277 rue de Kerpont <br>56850 Caudan</span></h3>
  73.                             <a href="{{ path('frontend_room_lorient') }}" title="" class="lien14 bg01 marginT20">{{ 'frontend.landing.access_map.content.link01'|trans({}, 'landing') }}</a>
  74.                         </div>
  75.                     </li>
  76.                     <li>
  77.                         <img src="{{ asset('bundles/vpauto/frontend/images/point-vente-nantes.webp') }}" alt="salle de Nantes">
  78.                         <div>
  79.                             <h3><strong class="titre03 color05">VPauto Nantes</strong> <span><br>362 route de Clisson <br>44120 Vertou</span></h3>
  80.                             <a href="{{ path('frontend_room_nantes') }}" title="" class="lien14 bg01 marginT20">{{ 'frontend.landing.access_map.content.link01'|trans({}, 'landing') }}</a>
  81.                         </div>
  82.                     </li>
  83.                     <li>
  84.                         <img src="{{ asset('bundles/vpauto/frontend/images/point-vente-rouen.webp') }}" alt="salle de Rouen">
  85.                         <div>
  86.                             <h3><strong class="titre03 color05">VPauto Rouen</strong> <span><br>555 route de Dieppe <br>76710 Anceaumeville</span></h3>
  87.                             <a href="{{ path('frontend_room_rouen') }}" title="" class="lien14 bg01 marginT20">{{ 'frontend.landing.access_map.content.link01'|trans({}, 'landing') }}</a>
  88.                         </div>
  89.                     </li>
  90.                     <li>
  91.                         <img src="{{ asset('bundles/vpauto/frontend/images/point-vente-lyon.webp') }}" alt="salle de Lyon">
  92.                         <div>
  93.                             <h3><strong class="titre03 color05">VPauto Lyon</strong> <span><br>81 impasse du belvédère <br>69124 Colombier-Saugnieu</span></h3>
  94.                             <a href="{{ path('frontend_room_lyon') }}" title="" class="lien14 bg01 marginT20">{{ 'frontend.landing.access_map.content.link01'|trans({}, 'landing') }}</a>
  95.                         </div>
  96.                     </li>
  97.                     <li>
  98.                         <img src="{{ asset('bundles/vpauto/frontend/images/point-vente-paris-nord.webp') }}" alt="salle de Paris">
  99.                         <div>
  100.                             <h3><strong class="titre03 color05">VPauto Paris</strong> <span><br>ZA les roseaux <br> 1 rue de l'Île-de-France <br>94460 Valenton</span></h3>
  101.                             <a href="{{ path('frontend_room_paris') }}" title="" class="lien14 bg01 marginT20">{{ 'frontend.landing.access_map.content.link01'|trans({}, 'landing') }}</a>
  102.                         </div>
  103.                     </li>
  104.                     <li>
  105.                         <img src="{{ asset('bundles/vpauto/frontend/images/point-vente-bordeaux.webp') }}" alt="salle de Bordeaux">
  106.                         <div>
  107.                             <h3><strong class="titre03 color05">VPauto Bordeaux</strong> <span><br>Rue du Port <br>33530 Bassens</span></h3>
  108.                             <a href="{{ path('frontend_room_bordeaux') }}" title="" class="lien14 bg01 marginT20">{{ 'frontend.landing.access_map.content.link01'|trans({}, 'landing') }}</a>
  109.                         </div>
  110.                     </li>
  111.                     <li>
  112.                         <img src="{{ asset('bundles/vpauto/frontend/images/point-vente-marseille.webp') }}" alt="salle de Marseille">
  113.                         <div>
  114.                             <h3><strong class="titre03 color05">VPauto Marseille</strong> <span><br>Quartier du Parc de l'Artillerie <br>Chemin Calameau <br>13140 Miramas</span></h3>
  115.                             <a href="{{ path('frontend_room_marseille') }}" title="" class="lien14 bg01 marginT20">{{ 'frontend.landing.access_map.content.link01'|trans({}, 'landing') }}</a>
  116.                         </div>
  117.                     </li>
  118.                     <li>
  119.                         <img src="{{ asset('bundles/vpauto/frontend/images/point-vente-lille.webp') }}" alt="salle de Lille">
  120.                         <div>
  121.                             <h3><strong class="titre03 color05">VPauto Lille</strong> <span><br>ZI des Ansereuilles <br>59136 Wavrin</span></h3>
  122.                             <a href="{{ path('frontend_room_lille') }}" title="" class="lien14 bg01 marginT20">{{ 'frontend.landing.access_map.content.link01'|trans({}, 'landing') }}</a>
  123.                         </div>
  124.                     </li>
  125.                 </ul>
  126.             </div>
  127.         </div>
  128.     </div>
  129. </div>
  130. <!--Footer -->
  131. {% if (app.user is not null and app.user is pro) or 'pro' == app.session.get('dimension') %}
  132.     {% include 'frontend/footer_pro.html.twig' %}
  133. {% else %}
  134.     {% include 'frontend/footer.html.twig' %}
  135. {% endif %}
  136. <!-- FIN Footer -->
  137. {% endblock body_content %}