templates/Default/index.html.twig line 1

Open in your IDE?
  1. {% extends 'Default/base.html.twig' %}
  2. {% set menu = 'home' %}
  3. {% set home = true %}
  4. {% import "Default/macros.html.twig" as macros %}
  5. {% block banner %}
  6. <div id="banner" class='relative w100 {{desktop("vh100 htop-in")}} {{mobile("")}}'>
  7.         {% if banner %}
  8.         <figure class='absolute top left fill hoverflow {{desktop("")}} {{mobile("")}}'>
  9.             <img src='{{asset(banner.banner)}}' class='cover'>
  10.             <i class="gradient-banner-alt absolute top left fill"></i>
  11.         </figure>
  12.         <div class="relative fill flex col space {{desktop('hleft-in hright-in ')}}{{mobile('vt-25-in')}}">
  13.             <i></i>
  14.             <div class="flex row space">
  15.                 <i></i>
  16.                 <div class="relative flex col left middle white {{desktop('half vt-30-in hz-40-in')}}{{mobile('hz-25-in')}}">
  17.                     <i class="block fill absolute top left bg-wghite transparent-alt-2"></i>
  18.                     <div class="relative flex col left">
  19.                         <span class="warning">À la une</span>
  20.                         <span class="bg-gray-alt radius-10 top-15 vt-4-in half-40"></span>
  21.                         <h2 class="h3 regular white {{desktop('vt-30')}}">{{banner.title}}</h2>
  22.                         <div class="{{desktop('')}}{{mobile('')}}">
  23.                             <a class="flex row middle bg-success-alt white {{desktop('radius-10 vt-20-in hz-20-in')}}{{mobile('radius-5 vt-10-in hz-10-in top-8')}}" href="{{banner.link}}">
  24.                                 <span class="upper bold">Lire l'article</span>
  25.                             </a>
  26.                         </div>
  27.                     </div>
  28.                 </div>
  29.             </div>
  30.         </div>
  31.         {% endif %}
  32. </div>
  33. {% endblock %}
  34. {% block content %}
  35. <div class='hleft-in hright-in  relative w100 {{desktop("htop")}} {{mobile("top-25-in")}}'>
  36.     <div class="relative fill hoverflow shadow {{desktop("flex row space")}} {{mobile("flex col")}}">
  37.         <div class="bg-error {{desktop("padding-80")}} {{mobile("padding-25")}}">
  38.             <div class="flex col left {{desktop("padding-20")}} {{mobile("")}}">
  39.                 <span class="bg-warning radius-10 top-15 vt-4-in quarter-40"></span>
  40.                 <h2 class="white {{desktop("")}} {{mobile("")}}">Le CeFAL en bref</h2>
  41.                 <p class="article h5 white light {{desktop('vt-40')}}{{mobile('bottom-20')}}">
  42.                     {{page.description|nl2br}}
  43.                 </p>
  44.                 <a class="flex row middle bg-warning white {{desktop('radius-10 vt-20-in hz-20-in top-20')}}{{mobile('radius-5 vt-10-in hz-10-in top-8')}}" href="{{path('about')}}">
  45.                     <span class="upper bold">En savoir plus</span>
  46.                 </a>
  47.             </div>
  48.         </div>
  49.         <div class="third">
  50.             <figure class='relative hoverflow transition {{desktop("fill")}} {{mobile("mrect")}}'>
  51.                 <img src='{{asset(page.banner)}}' class='block cover'>
  52.             </figure>
  53.         </div>
  54.     </div>
  55. </div>
  56. <div class='hleft-in hright-in  relative w100 {{desktop("htop")}} {{mobile("top-25-in")}}'>
  57.     <div class="bg-success relative {{desktop("padding-60 ")}} {{mobile("")}}">
  58.         <div class="flex col {{desktop("padding-40")}} {{mobile("padding-25")}}">
  59.             <span class="bg-gray radius-10 top-15 vt-4-in quarter-40"></span>
  60.             <h2 class="gray">Nos Prestations</h2>
  61.             <div class="flex row wrap space {{desktop("")}} {{mobile("")}}">
  62.                 {% for o in formations %}
  63.                 <div class="flex row {{desktop("half-60 top-60")}} {{mobile("top-25")}}">
  64.                     <figure class="third-20 relative">
  65.                         <img class="cover" src="{{asset(o.banner ? o.banner.thumbnail)}}">
  66.                     </figure>
  67.                     <div class="w100 bg-white flex col space {{desktop('hz-60-in vt-40-in')}}">
  68.                         <h3 class="h6">{{o.label}}</h3>
  69.                         <a class="success-alt semibold underline {{desktop("top-40")}} {{mobile("top-20")}}" href="{{path('formation',{id:o.id,slug:o.slug})}}">En savoir plus</a>
  70.                     </div>
  71.                 </div>
  72.                 {% endfor %}
  73.             </div>
  74.         </div>
  75.     </div>
  76. </div>
  77. <div class='hleft-in hright-in  relative w100 {{desktop("htop")}} {{mobile("top-25-in")}}'>
  78.     <div class="relative fill hoverflow shadow {{desktop("flex row space")}} {{mobile("flex col")}}">
  79.         <div class="bg-success-alt {{desktop("padding-80")}} {{mobile("padding-25")}}">
  80.             <div class="flex col left {{desktop("padding-20")}} {{mobile("")}}">
  81.                 <span class="bg-success radius-10 top-15 vt-4-in quarter-40"></span>
  82.                 <h2 class="white lh-1  {{desktop(" top-25")}} {{mobile("top-10")}}">Pré-inscription pour la formation continue</h2>
  83.                 <p class="article h5 white light {{desktop('vt-40 half_40')}}{{mobile('bottom-20')}}">
  84.                     Cliquez sur le bouton ci-dessous afin de faire une pré-inscription en ligne pour la formation continue.
  85.                 </p>
  86.                 <a class="flex row middle bg-success white {{desktop('radius-10 vt-20-in hz-20-in top-20')}}{{mobile('radius-5 vt-10-in hz-10-in top-8')}}" href="{{path('registration')}}">
  87.                     <span class="upper bold">Se pré-inscrire en ligne</span>
  88.                 </a>
  89.             </div>
  90.         </div>
  91.         <div class="third">
  92.             <figure class='relative hoverflow transition {{desktop("fill")}} {{mobile("mrect")}}'>
  93.                 <img src='{{asset("images/cefal.jpg")}}' class='block cover'>
  94.             </figure>
  95.         </div>
  96.     </div>
  97. </div>
  98. <div class='hleft-in hright-in  relative w100 {{desktop("htop")}} {{mobile("top-25-in")}}'>
  99.     <div class="relative {{desktop("hz-60-in")}} {{mobile("")}}">
  100.         <div class="flex col {{desktop("hz-40-in")}} {{mobile("padding-25")}}">
  101.             <span class="bg-gray radius-10 top-15 vt-4-in quarter-40"></span>
  102.             <h2 class="black-alt">Notre actualité</h2>
  103.             <div class="flex row wrap space {{desktop("")}} {{mobile("")}}">
  104.                 {% for o in articles %}
  105.                 {{macros.article(o)}}
  106.                 {% endfor %}
  107.             </div>
  108.         </div>
  109.     </div>
  110. </div>
  111. <div class='hleft-in hright-in  relative w100 {{desktop("htop")}} {{mobile("top-25-in")}}'>
  112.     <div class="relative fill hoverflow shadow {{desktop("")}} {{mobile("flex col")}}">
  113.         <div class="bg-white flex row space {{desktop("padding-80")}} {{mobile("padding-25")}}">
  114.             <div class="{{desktop("third")}} {{mobile("")}}">
  115.                 <div class="flex col left {{desktop("padding-20")}} {{mobile("")}}">
  116.                     <span class="bg-warning radius-10 top-15 vt-4-in quarter-40"></span>
  117.                     <h2 class="lh-1 {{desktop(" top-25 bottom-80")}} {{mobile("top-10 bottom-20")}}">Nous suivre</h2>
  118.                     <ul class="flex row h2 list">
  119.                         <li>
  120.                             <a href="" class="hz-25-in fab fa-facebook-square"></a>
  121.                         </li>
  122.                         <li>
  123.                             <a href="" class="hz-25-in fab fa-twitter"></a>
  124.                         </li>
  125.                         <li>
  126.                             <a href="" class="hz-25-in fab fa-youtube"></a>
  127.                         </li>
  128.                     </ul>
  129.                 </div>
  130.             </div>
  131.             <i class="bg-white hz-1-in {{desktop('hz-80')}} {{mobile('top-20')}}"></i>
  132.             <div class="flex w100 {{desktop("row")}} {{mobile("col")}}">
  133.                 <div class="{{desktop('')}}">
  134.                     <div class="flex col left {{desktop("padding-20")}} {{mobile("")}}">
  135.                         <span class="bg-warning radius-10 top-15 vt-4-in quarter-40"></span>
  136.                         <h2 class="lh-1 {{desktop(" top-25 bottom-80")}} {{mobile("top-10 bottom-20")}}">Newsletter</h2>
  137.                         <div class="w100 {{desktop('top-60-in right-80-in bottom-80-in')}}">
  138.                             {{render(controller('App\\Controller\\DefaultController::subscribers',{}))}}
  139.                         </div>
  140.                     </div>
  141.                 </div>
  142.                 {# <div class="quarter">
  143.                     <figure class="relative fill">
  144.                         <img src="{{asset('images/newsletter.jpg')}}" class="cover">
  145.                     </figure>
  146.                 </div> #}
  147.             </div>
  148.         </div>
  149.     </div>
  150. </div>
  151. {% endblock content %}