templates/front/partenaire.html.twig line 1

Open in your IDE?
  1. {% extends 'front.html.twig' %}
  2. {% block title %}Nos partenaires | CIMEF-INTERNATIONAL{% endblock %}
  3. {% block styleSheets %}
  4. <style id='wp-emoji-styles-inline-css' type='text/css'>
  5. #map {
  6.     height: 500px;
  7.     width: 100%;
  8. }
  9. .title{
  10.     font-family: arial;
  11.     font-weight: bolder;
  12.     font-size: 18px !important;
  13.     text-transform: uppercase !important;
  14. }
  15. .wrap_header_banner .overlay-slider {
  16.     position: absolute;
  17.     top: 0;
  18.     left: 0;
  19.     padding-top: 30px; 
  20.     width: 100%;
  21.     height: 100%;
  22.     background-color: rgba(0, 0, 0, 0.6392156863);
  23. }
  24. .card_centre{
  25.     /*border: 1px solid #ededed;*/
  26.     border-radius: 5px; 
  27.     margin: 10px;
  28.     border: 1px solid #ededed;
  29. }
  30. .card_centre:hover{
  31.     /*box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
  32. }
  33. .text-center{
  34.     text-align: center;
  35.     padding: 10px;
  36.     margin-top: -10px;
  37. }
  38. .titre-formation{
  39.     font-weight: bold; 
  40.     font-size: 16px !important; 
  41.     font-family: arial; 
  42.     color: #051a53;
  43. }
  44. /*# sourceURL=wp-emoji-styles-inline-css */
  45. </style>
  46. {% endblock %}
  47. {% block mapjs %}
  48.     <link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"/>
  49.     <script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"></script>
  50. {% endblock %}
  51. {% block body %}
  52. {% include 'section/navbar.html.twig' %}
  53. <div class="wrap_header_banner" style="height: 200px; background: url({{ asset('public/inter/wp-content/uploads/2023/06/header-banner.jpg')}});">
  54.     <div class="overlay-slider">
  55.         <div class="row_site">
  56.             <div class="container_site">
  57.                 <div class="cover_color"></div>
  58.                 <div class="header_banner_el">
  59.                     <div class="header_breadcrumbs">
  60.                         <div id="breadcrumbs">
  61.                         <ul class="breadcrumb">
  62.                             <li><a href="{{ path('front.inter.index') }}" style="color: #fff!important;" title="accueil">Accueil</a></li>
  63.                             <li class="li_separator"><span class="separator"><i class="ovaicon-next" style="color: #fff!important;"></i></span></li>
  64.                             <li style="color: #fff!important;">Nos partenaires</li>
  65.                         </ul>
  66.                         </div>
  67.                     </div>
  68.                     <h1 class="header_title" style="color: #fff!important;">Nos partenaires </h1>
  69.                 </div>
  70.             </div>
  71.         </div>
  72.     </div>
  73. </div>
  74. <div style="padding-top: 50px; padding-bottom: 50px;" data-elementor-type="wp-page" data-elementor-id="405" class="elementor elementor-405">
  75.    <section class="elementor-section elementor-top-section elementor-element elementor-element-574990e elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="574990e" data-element_type="section">
  76.       <div class="elementor-container elementor-column-gap-no">
  77.          <div class="elementor-column elementor-col-120 elementor-top-column elementor-element elementor-element-eabb843" data-id="eabb843" data-element_type="column">
  78.             <div class="elementor-widget-wrap elementor-element-populated">
  79.                <div class="elementor-element elementor-element-a45a98c elementor-widget elementor-widget-gimont_elementor_heading" data-id="a45a98c" data-element_type="widget" data-widget_type="gimont_elementor_heading.default">
  80.                   <div class="elementor-widget-container">
  81.                      <div class="ova-heading template_1" style="padding-left: 50px; padding-right: 50px;">
  82.                         <span class="line"></span>
  83.                         <span class="subtitle">Nos partenaires</span>
  84.                         <!--
  85.                         <h2 class="title" style="font-size: 28px;">Nos centres de formations</h2>
  86.         
  87.                         <p class="desc" style="margin-top: -20px;">
  88.                             Présent à Abidjan, Paris, Dakar et Casablanca, le CIMEF vous accompagne dans vos projets de formation, de reconversion professionnelle ou de 
  89.                             développement d’entreprise.Nos équipes locales sont disponibles pour vous conseiller et répondre à toutes vos questions sous 24h.</p>
  90.                             -->
  91.                         <br>
  92.                         {% if groupes is not empty %}
  93.                             {% for pays, partenaires in groupes %}
  94.                                 <h3 class="mt-4 title">{{ pays }}</h3><div style="border: 1px solid #ff6600; display: inline-block, width: 100%;"></div>
  95.                         
  96.                                 <div class="row" style="margin-bottom: 20px; margin-top: 20px;">
  97.                                     {% for partenaire in partenaires %}
  98.                                         <div class="col-lg-2 col-md-3 col-sm-6 col-12 mb-4">
  99.                                             <a href="#">
  100.                                                 <div class="card_centre">
  101.                         
  102.                                                     {% if partenaire.imagepart is not null %}
  103.                                                     <div style="width: 150px; height: 100px; background-position: center center; background-repeat: no-repeat;
  104.                                                 background-image: url('{{ asset('public/uploads/images/partenaires/' ~ partenaire.imagepart) }}'); background-size: contain;">
  105.                                                         </div>
  106.                                                     {% else %}
  107.                                                         <img
  108.                                                             loading="lazy" title="logo cimef-international"
  109.                                                             style="width: 100%; height: 150px; object-fit: cover;"
  110.                                                             src="{{ asset('public/inter/logo-inter.jpg') }}"
  111.                                                             alt="Logo CIMEF INTERNATIONAL"
  112.                                                         >
  113.                                                     {% endif %}
  114.                                                     <!--
  115.                                                     <div class="text-center mt-2">
  116.                                                         <h6 class="titre-formation">{{ partenaire.nompart }}</h6>
  117.                                                     </div>
  118.                                                     -->
  119.                                                 </div>
  120.                                             </a>
  121.                                         </div>
  122.                                     {% endfor %}
  123.                                 </div><hr>
  124.                             {% endfor %}
  125.                         {% else %}
  126.                             <p>Aucun partenaire disponible.</p>
  127.                         {% endif %}
  128.                   </div>
  129.                </div>
  130.             </div>
  131.          </div>
  132.       </div>
  133.    </section>
  134.    
  135. </div>
  136. {% include 'section/footer.html.twig' %}               
  137. {% endblock %}