src/Resources/views/Frontend/landing/temporary-insurance.html.twig line 1

Open in your IDE?
  1. {% extends 'frontend/frontend.html.twig' %}
  2. {% block meta_robot %}
  3.     {{ parent() }}
  4.     <link rel="canonical" href="{{ url('frontend_temporary_insurance') }}"/>
  5.     {{ source('stubs/seo/robots_index_follow.html.twig') }}
  6. {% endblock %}
  7. {% block meta_title %}{{ 'seo.landing.temporaryInsurance.title'|trans({}, "seo") }}{% endblock %}
  8. {% block meta_desc %}{{ 'seo.landing.temporaryInsurance.desc'|trans({}, "seo") }}{% endblock %}
  9. {% block body_content %}
  10. <div class="assurance-temporaire">
  11.     <div class="landing-header">
  12.         <h1 class="titre05">
  13.             {{ 'frontend.landing.temporary-insurance.header.title'|trans({}, 'landing') }}
  14.             <span>{{ 'frontend.landing.temporary-insurance.header.subtitle'|trans({}, 'landing') }}</span>
  15.         </h1>
  16.     </div>
  17.     <div class="landing-content bg-color01">
  18.         <div>
  19.             <h2 class="titre01 txtnormal bold">{{ 'frontend.landing.temporary-insurance.content.title01'|trans({}, 'landing') }}</h2>
  20.             <p class="marginT20">{{ 'frontend.landing.temporary-insurance.content.text01'|trans({}, 'landing')|raw }}</p>
  21.             <div class="block02">
  22.                 <div class="grid-container marginT30 tab-p-hide m-hide">
  23.                     <div class="grid-50 tab-l-50">&nbsp;</div>
  24.                     <div class="grid-50 tab-l-50 txtcenter">
  25.                         <img src="{{ asset('bundles/vpauto/frontend/images/icone05.svg') }}" width="120px" alt="Assurance">
  26.                     </div>
  27.                 </div>
  28.                 <div class="grid-container block-flex block-box-shadow">
  29.                     <div class="grid-50 tab-l-50 tab-p-100 m-100 height-240">
  30.                         <img src="{{ asset('bundles/vpauto/frontend/images/assurance01.webp') }}" class="img-cover" alt="" />
  31.                     </div>
  32.                     <div class="grid-50 tab-l-50 tab-p-100 m-100">
  33.                         <div class="marginT20 paddingR20 marginB20 marginL30">
  34.                             <span class="block txtcenter block-icone05 grid-hide tab-l-hide tab-p-visible m-visible">
  35.                                 <img src="{{ asset('bundles/vpauto/frontend/images/icone05.svg') }}" width="120px" alt="Assurance">
  36.                             </span>
  37.                             <h3 class="titre03 color10 bold txtcenter">{{ 'frontend.landing.temporary-insurance.content.item01.title'|trans({}, 'landing')|raw }}</h3>
  38.                             <p class="marginT40">{{ 'frontend.landing.temporary-insurance.content.item01.desc01'|trans({}, 'landing')|raw }}</p>
  39.                             <ul class="liste02 list-disc marginT20">
  40.                                 {{ 'frontend.landing.temporary-insurance.content.item01.list01'|trans({}, 'landing')|raw }}
  41.                             </ul>
  42.                             <div class="block-contact marginT40">
  43.                                 <div class="txtcenter"><img src="{{ asset('bundles/vpauto/frontend/images/garantie-premium03.webp') }}" width="70px" alt=""></div>
  44.                                 <div class="txtcenter">
  45.                                     <p class="marginT10">
  46.                                         {{ 'frontend.landing.temporary-insurance.content.item01.tel'|trans({}, 'landing')|raw }}
  47.                                         <span class="bold m-hide">02 97 64 26 64</span>
  48.                                         <a href="tel:0297642664" title="" class="lien-tel-m bold grid-hide tab-l-hide tab-p-hide m-visible">02 97 64 26 64</a>
  49.                                     </p>
  50.                                     <p class="marginT10">
  51.                                         {{ 'frontend.landing.temporary-insurance.content.item01.email'|trans({}, 'landing')|raw }} :
  52.                                         <a href="mailto:xbourhis@agence.generali.fr" title="" class="bold">xbourhis@agence.generali.fr</a>
  53.                                     </p>
  54.                                 </div>
  55.                             </div>
  56.                         </div>
  57.                     </div>
  58.                 </div>
  59.             </div>
  60.             <div class="marginT60">
  61.                 <h2 class="titre01 txtnormal bold">{{ 'frontend.landing.temporary-insurance.content.item02.title01'|trans({}, 'landing') }}</h2>
  62.                 <p class="marginT20">{{ 'frontend.landing.temporary-insurance.content.item02.desc'|trans({}, 'landing')|raw }}</p>
  63.                 <div class="marginT20 txtcenter">
  64.                     <a href="{{ path('frontend_roole_insurance') }}" class="lien14 bg02" title="">{{ 'frontend.landing.temporary-insurance.content.item02.link01'|trans({}, 'landing') }}</a>
  65.                 </div>
  66.             </div>
  67.             <div class="block01 marginT60">
  68.                 <img src="{{ asset('bundles/vpauto/frontend/images/comprendre-encheres05.webp') }}" class="img03" alt="Contactez nous" />
  69.                 <div>
  70.                     <h3 class="titre03 bold">{{ 'frontend.landing.temporary-insurance.content.item03.title'|trans({}, 'landing') }}</h3>
  71.                     <p class="marginT20 paddingB20">{{ 'frontend.landing.temporary-insurance.content.item03.desc'|trans({}, 'landing')|raw }}</p>
  72.                     <p class="titre03 bold">
  73.                         info@vpauto.eu
  74.                         <span class="tab-p-hide m-hide">|</span>
  75.                         <br class="grid-hide tab-l-hide tab-p-visible m-visible">
  76.                         <span class="m-hide">02 97 76 62 00</span>
  77.                         <a href="tel:0297766200" title="" class="lien-tel-m bold grid-hide tab-l-hide tab-p-hide m-visible">02 97 76 62 00</a>
  78.                     </p>
  79.                 </div>
  80.             </div>
  81.         </div>
  82.     </div>
  83. </div>
  84. <!--Footer -->
  85. {% include 'frontend/footer.html.twig' %}
  86. <!-- FIN Footer -->
  87. {% endblock body_content %}