templates/front/shanghai.html.twig line 1

Open in your IDE?
  1. {% extends 'front.html.twig' %}
  2. {% block title %}Nos formations à SHANGAI | CIMEF-INTERNATIONAL{% endblock %}
  3. {% block meta_description %}
  4. <meta name="description" content="Boostez votre carrière avec les formations CIMEF à Shanghai. Séminaires de haut niveau en management, finances publiques, marchés publics, leadership et IA "/>
  5. <meta property="og:image" content="https://cimef-international.org/public/inter/LOGO CIMEF.jpg.jpeg">
  6. <meta property="og:url" content="https://cimef-international.org/formations/shanghai">
  7. <meta property="og:type" content="website">
  8. {% endblock %}
  9. {% block styleSheets %}
  10. <script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-element-bundle.min.js"></script>
  11. <style id='wp-emoji-styles-inline-css' type='text/css'>
  12.     .titre-certificat{color:#051a53;font-family:arial!important;font-size:18px;line-height:1.3;font-weight:700}.shadow{box-shadow:0 1px 4px 0 rgba(0,0,0,.1),0 3px 10px 0 rgba(0,0,0,.1)}.row{display:flex;flex-wrap:wrap;margin-right:-.75rem;margin-left:-.75rem}.events_pagination ul.pagination{display:flex;flex-wrap:wrap;justify-content:center;list-style:none;margin:0;padding:0}.page-item.active .page-link{background-color:#f60;color:#fff}.page-link{margin:10px;color:#051a53;background-color:#ededed;border-radius:5px;padding:10px}@media (min-width:576px){.col-3,.col-sm-12,.col-sm-4,.col-sm-6{flex:0 0 100%;max-width:100%}}@media (min-width:768px){.col-md-3,.col-md-4{flex:0 0 33.333333%;max-width:33.333333%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-12{flex:0 0 100%;max-width:100%}}@media (min-width:992px){.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.333333%;max-width:33.333333%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-12{flex:0 0 100%;max-width:100%}}.type1 .date-event{transition:.5s;position:absolute;bottom:20px;left:30px;z-index:1;font-size:12px;color:#fff;font-weight:700;text-transform:uppercase;text-align:center;line-height:1.3;letter-spacing:1px;background-color:#f60!important;padding:12px}.icon_event,.text-lien{color:#f60!important}.wrap_header_banner .overlay-slider{position:absolute;top:0;left:0;padding-top:30px;width:100%;height:100%;background-color:rgba(0,0,0,.6392156863)}.text-lien:hover{color:#051a53!important}.wrap_header_banner{height:400px;background-size:cover;background-position:center;background-repeat:no-repeat}
  13. </style>
  14. {% endblock %}
  15. {% block body %}
  16.     {% include 'section/navbar.html.twig' %}
  17.         {% for message in app.flashes('success') %}
  18.         <div class="row toast_success" style="top: 100px !important; float: right !important; position: absolute;">
  19.             <div class="col-md-2 col-sm-2" style="padding: 10px;">
  20.                 <i class="fa fa-check fa-2x" aria-hidden="true"></i>
  21.             </div>
  22.             <div class="col-md-10 col-sm-10" style="padding: 10px;">
  23.                 <label>{{ message }}</label>
  24.             </div>
  25.         </div>    
  26.         {% endfor %}
  27.         {% for message in app.flashes('warning') %}
  28.         <div class="row toast_warning" style="top: 100px !important; float: right !important; position: absolute;">
  29.             <div class="col-md-2 col-sm-2" style="padding: 10px;">
  30.                 <i class="fa fa-check fa-2x" aria-hidden="true"></i>
  31.             </div>
  32.             <div class="col-md-10 col-sm-10" style="padding: 10px;">
  33.                 <label>{{ message }}</label>
  34.             </div>
  35.         </div>   
  36.         {% endfor %}
  37.         {% for message in app.flashes('danger') %}
  38.         <div class="row toast_danger" style="top: 100px !important; float: right !important; position: absolute;">
  39.             <div class="col-md-2 col-sm-2" style="padding: 10px;">
  40.                 <i class="fa fa-check fa-2x" aria-hidden="true"></i>
  41.             </div>
  42.             <div class="col-md-10 col-sm-10" style="padding: 10px;">
  43.                 <label>{{ message }}</label>
  44.             </div>
  45.         </div>   
  46.         {% endfor %}
  47.         
  48.         
  49.         <div class="wrap_header_banner" style="background-image: url('{{ asset('public/inter/slides/shanghai/shanghai_3.jpg') }}');">
  50.             <div class="">
  51.                 <div class="row_site">
  52.                     <div class="container_site">
  53.                         <div class="cover_color"></div>
  54.                         <div class="header_banner_el">
  55.                         </div>
  56.                     </div>
  57.                 </div>
  58.             </div>
  59.         </div>
  60.         <div class="container-event">
  61.            <div id="sidebar-active" class="content-event">
  62.                 <div class="shadow" style="margin-bottom: 20px !impirtant; width: 100%; padding: 10px !important; 
  63.                 border: 1px solid #cfcfcf; background-color: #F5F5F5 !important;">
  64.                     <form method="POST">
  65.                         <div class="row" style="width: 100%; margin: 0px !important; padding: 0px !important;">
  66.                             <div class="col-md-12 col-sm-12">
  67.                                 <input type="text" class="form-control" name="recherche" id="searchCertyou" placeholder="Rechercher une formation..." style="width: 100%;" />
  68.                             </div>
  69.                         </div>
  70.                     </form>
  71.                 </div>
  72.                 <div class="mt-4" style="height: 20px;"></div>
  73.               <!-- search form -->
  74.                 {% if pagination != null %}
  75.                     {% for pag in pagination %}
  76.                     <div class="row theme-item" data-theme="{{ pag.theme|lower }}" style="padding: 10px; margin-bottom: 10px; border: 1px solid #cfcfcf; width: 100%; margin-left: 2px;">
  77.                         <div class="col-md-6 col-sm-12 theme-item" data-theme="{{ pag.theme|lower }}" style="padding: 10px;">
  78.                                 <div style="margin-bottom: 20px;"><label class="titre-certificat">{{ pag.theme }}</label></div>
  79.                     
  80.                                 <span style="text-transform: lowercase; color: #201D1C;"> {{ pag.ville }} &nbsp;|</span>
  81.                                 <span style="text-transform: lowercase;"> <b style="color: #ff6600;">{{ pag.session }}</b> &nbsp;|</span>
  82.                                 <span style="text-transform: lowercase;">&nbsp; <b style="color: #ff6600;">{{ pag.prix }} {{ pag.devise }}</b> &nbsp;|</span>
  83.                                 <a style="text-transform: lowercase; color: #ff6600;" href="{{ path('front.inscription',{'slug': pag.slug, 'id': pag.id,'seminaires': 'formations shanghai'}) }}">S'inscrire</a>
  84.                             </div>
  85.                         </div>
  86.                     {% endfor %}
  87.                 {% endif %}
  88.  
  89.         
  90.            </div>
  91.         
  92.            {% include 'section/aside.html.twig' %}
  93.                   
  94.         </div>
  95.            {% include 'section/footer.html.twig' %}
  96.     <script>
  97.         document.getElementById("searchCertyou").addEventListener("keyup",function(){let e=this.value.toLowerCase().trim();document.querySelectorAll(".theme-item").forEach(function(t){(t.dataset.theme||"").includes(e)?t.style.display="":t.style.display="none"})});
  98.     </script>
  99.         
  100. {% endblock %}    
  101.