templates/home/index.html.twig line 1

  1. {% extends 'base.html.twig' %}
  2. {% block title %}Les Amis D'Isidore{% endblock %}
  3. {% block body %}
  4.     <section class="flex items-start justify-between uppercase text-5xl md:text-7xl">
  5.         <img class="w-2/5 h-auto hidden md:block" src="{{ asset('img/homepage/home_isidore.png') }}"  alt="ISIDORE" title="Logo de l'association Les Amis d'Isidore">
  6.         <div class="md:mt-28">
  7.             <img class="w-5/12 h-auto md:hidden float-left" src="{{ asset('img/homepage/home_isidore.png') }}" alt="ISIDORE" title="Logo de l'association Les Amis d'Isidore">
  8.             <h1 class="flex flex-col gap-y-12 h-fit text-right font-vogue">
  9.                 <span class="">les</span>
  10.                 <span class="">amis</span>
  11.                 <span class="">d'isidore</span>
  12.             </h1>
  13.             <div class="mt-20 md:mt-40 text-right">
  14.                 <a class="rounded-md bg-text py-3 px-4 md:py-6 md:px-8 text-xl md:text-3xl font-medium text-light shadow-sm hover:bg-light hover:text-black uppercase duration-300 transition-all ease-in-out"
  15.                    href="{{ path('app_legends', {giant: 'isidore'}) }}">
  16.                     la légende
  17.                 </a>
  18.             </div>
  19.         </div>
  20.     </section>
  21.     <section class="pt-24 pb-32 text-center">
  22.         <h2 class="uppercase text-4xl md:text-6xl font-medium">Présentation</h2>
  23.         <article class="text-xl md:text-2xl mt-10 w-4/5 mx-auto flex flex-col gap-2">
  24.             <p>
  25.                 En 2000, à l'initiative de Claude BLONDEL (Adjoint à l'animation), naît le géant municipal Isidore Court'Orelle.
  26.             </p>
  27.             <p>
  28.                 L'association Les Amis d'Isidore verra le jour le 12/01/2001.
  29.             </p>
  30.             <p>
  31.                 Celle-ci fait vivre les géants Lezennois Isidore, Ernest et P'tit Claude lors de sorties et de rassemblements.
  32.             </p>
  33.         </article>
  34.     </section>
  35.     <section class="pt-24 pb-32 text-center">
  36.         <h2 class="uppercase text-4xl md:text-6xl font-medium">Nos géants</h2>
  37.         <div class="grid grid-cols-1 gap-y-4 md:flex md:flex-row md:justify-around mt-20">
  38.             <article class="flex flex-col items-center md:w-1/4 hover:scale-110 ease-in-out duration-300">
  39.                 <img class="rounded-3xl" src="{{ asset('img/homepage/isidore.png') }}" alt="Photo du géant Isidore" title="Photo du géant Isidore">
  40.                 <h3 class="mt-2 uppercase text-2xl font-vogue font-bold">Isidore</h3>
  41.                 <p>Carrier Lezennois du XVIIIe siècle.</p>
  42.             </article>
  43.             <article class="flex flex-col items-center md:w-1/4 hover:scale-110 ease-in-out duration-300">
  44.                 <img class="rounded-3xl" src="{{ asset('img/homepage/ptitclaude.png') }}" alt="Photo du géant Pt'tit-Claude" title="Photo du géant Pt'tit-Claude">
  45.                 <h3 class="mt-2 uppercase text-2xl font-vogue font-bold">P'tit Claude</h3>
  46.                 <p>Fier sous-marinier rendant hommage à Claude Blondel.</p>
  47.             </article>
  48.             <article class="flex flex-col items-center md:w-1/4 hover:scale-110 ease-in-out duration-300">
  49.                 <img class="rounded-3xl" src="{{ asset('img/homepage/ernest.png') }}" alt="Photo du géant Ernest" title="Photo du géant Ernest">
  50.                 <h3 class="mt-2 uppercase text-2xl font-vogue font-bold">Ernest</h3>
  51.                 <p>Peintre du XVIIe siècle, incarnant l'art et la créativité.</p>
  52.             </article>
  53.         </div>
  54.     </section>
  55.     <section class="pt-24 pb-32 text-center">
  56.         <h2 class="uppercase text-4xl md:text-6xl font-medium">L'équipe</h2>
  57. {#        <a class="text-left hover:underline" href="">En savoir plus...</a>#}
  58.         <div class="flex flex-col md:flex-row mt-20 items-center justify-around font-medium">
  59.             <article>
  60.                 <h3 class="text-3xl md:text-5xl font-bold uppercase font-vogue">Les porteurs</h3>
  61.                 <ul class="mt-5">
  62.                     {% for porteur in porteurs %}
  63.                         <li>{{ porteur.surname }} {{ porteur.name|first|upper }}.</li>
  64.                     {% endfor %}
  65.                 </ul>
  66.             </article>
  67.             <div class="flex flex-col gap-36 font-medium mt-36 md:mt-0">
  68.                 <article class="px-10">
  69.                     <h3 class="text-3xl md:text-5xl font-bold uppercase font-vogue">Le bureau</h3>
  70.                     <ul class="mt-5 capitalize">
  71.                         <li class="flex flex-row justify-between">
  72.                             <span>Présidente :</span>
  73.                             <span>Claire VANCAEMELBECKE</span>
  74.                         </li>
  75.                         <li class="flex flex-row justify-between">
  76.                             <span>Vice-Président :</span>
  77.                             <span>Édouard BABIK</span>
  78.                         </li>
  79.                         <li class="flex flex-row justify-between">
  80.                             <span>Trésorier :</span>
  81.                             <span>Mathys VANCAEMELBECKE</span>
  82.                         </li>
  83.                         <li class="flex flex-row justify-between">
  84.                             <span>Secrétaire :</span>
  85.                             <span>Clara BOUXOM</span>
  86.                         </li>
  87.                     </ul>
  88.                 </article>
  89.                 <article>
  90.                     <h3 class="text-3xl md:text-5xl font-bold uppercase font-vogue">Mentions d'honneur</h3>
  91.                     <ul class="mt-5">
  92.                         <li><p>
  93.                                 Claude BLONDEL
  94.                                 <span class="text-xs md:text-sm font-semibold">
  95.                                     (Père spirituel d'Isidore)
  96.                                 </span>
  97.                             </p></li>
  98.                         <li><p>
  99.                                 Laurent BLONDEL
  100.                                 <span class="text-xs md:text-sm font-semibold">
  101.                                     (Parrain de P'tit Claude)
  102.                                 </span>
  103.                             </p></li>
  104.                         <li><p>
  105.                                 Christine BLONDEL
  106.                                 <span class="text-xs md:text-sm font-semibold">
  107.                                     (Marraine de P'tit Claude)
  108.                                 </span>
  109.                             </p></li>
  110.                         <li><p>
  111.                                 Brigitte GODEFROY
  112.                                 <span class="text-xs md:text-sm font-semibold">
  113.                                     (Marraine d'Isidore)
  114.                                 </span>
  115.                             </p></li>
  116.                         <li><p>
  117.                                 Arnaud DELBARRE
  118.                                 <span class="text-xs md:text-sm font-semibold">
  119.                                     (Parrain d'Isidore)
  120.                                 </span>
  121.                             </p></li>
  122.                         <li><p>
  123.                                 Michel RIPERT
  124.                                 <span class="text-xs md:text-sm font-semibold">
  125.                                     (Webmaster ancien site)
  126.                                 </span>
  127.                             </p></li>
  128.                         <li><p>
  129.                                 Mario BATTISTELLA
  130.                                 <span class="text-xs md:text-sm font-semibold">
  131.                                     (Prés. 2001-20xx)
  132.                                 </span>
  133.                             </p></li>
  134.                         <li><p>
  135.                                 Marc MINET
  136.                                 <span class="text-xs md:text-sm font-semibold">
  137.                                     (Prés. 20xx-2013)
  138.                                 </span>
  139.                             </p></li>
  140.                         <li><p>
  141.                                 Thierry LEIGNEL
  142.                                 <span class="text-xs md:text-sm font-semibold">
  143.                                     (Prés. 2013-2023)
  144.                                 </span>
  145.                             </p></li>
  146.                     </ul>
  147.                 </article>
  148.             </div>
  149.         </div>
  150.     </section>
  151.     <section class="pt-24 pb-32 text-center" id="goout">
  152.         <h2 class="uppercase text-4xl md:text-6xl">Nos prochaines sorties</h2>
  153.         <div class="relative mt-12 w-full fade-in-out" style="mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);">
  154.             {{ include('partials/_carrousel.html.twig') }}
  155.         </div>
  156.         <div class="grid grid-cols-1 sm:grid-cols-2 gap-y-8 md:gap-0 md:flex md:flex-row md:justify-around mt-16 md:mt-20">
  157.             {% for outing in outings %}
  158.                 <article class="md:w-1/4 flex justify-center">
  159.                     <div class="w-fit">
  160.                         <h3 class="text-xl md:text-3xl">{{ outing.name }}</h3>
  161.                         <p class="text-xs text-right">{{ outing.date | date('d/m/Y') }}</p>
  162.                         <p class="text-lg md:text-xl hover:underline">
  163.                             <a href="https://www.google.fr/maps/place/{{ outing.place | replace({' ':'-'}) }}"
  164.                                target="_blank">
  165.                                 <ion-icon name="location"></ion-icon> {{ outing.place }}
  166.                             </a>
  167.                         </p>
  168.                     </div>
  169.                 </article>
  170.             {% endfor %}
  171.         </div>
  172.     </section>
  173.     <section class="justify-center pt-24 pb-32 text-center" id="contact">
  174.         <h2 class="uppercase text-4xl md:text-6xl">Comment nous contacter ?</h2>
  175.         <p class="mt-10 text-xl">N'hésitez pas à nous envoyer un mail ou un message sur nos réseaux !</p>
  176.         <div class="mt-10">
  177.             <a class="rounded-md bg-text py-2 px-3 font-medium text-light shadow-sm hover:bg-light hover:text-black uppercase duration-300 transition-all ease-in-out"
  178.                  href="mailto:lesamisdisidore@gmail.com">
  179.                 lesamisdisidore@gmail.com
  180.             </a>
  181.         </div>
  182.         <div class="flex flex-row justify-around mt-20">
  183.             <a class="flex items-center"
  184.                href="https://www.facebook.com/LesamisdIsidore/" target="_blank">
  185.                 <ion-icon class="text-6xl hover:text-light duration-300 transition-all ease-in-out" name="logo-facebook"></ion-icon>
  186.             </a>
  187.             <a class="flex items-center"
  188.                href="https://www.instagram.com/lesamisdisidore/" target="_blank">
  189.                 <ion-icon class="text-6xl hover:text-light duration-300 transition-all ease-in-out" name="logo-instagram"></ion-icon>
  190.             </a>
  191.         </div>
  192.     </section>
  193. {% endblock %}