templates/rea_print/index.html.twig line 1

Open in your IDE?
  1. <!DOCTYPE html>
  2. <html lang="fr">
  3.     <head>
  4.         <title>Références site internet - Agence Equinoxes - Agence de communication à Reims & Soissons</title>
  5.         <meta name="Description" content="Retrouvez toutes les réalisation de site internet de l'agence Equinoxes - Soissons, Reims">
  6.         <meta charset="utf-8">
  7.         <meta
  8.         name="viewport" content="width=device-width, initial-scale=1">
  9.         {# Feuilles de style #}
  10.         <link rel="stylesheet" type="text/css" href="/assets/css/normalize.css">
  11.         <link rel="stylesheet" type="text/css" href="/assets/css/style.css">
  12.         <link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
  13.         {% block stylesheets %}
  14.             <link href="{{ asset('assets/css/normalize.css') }}" rel="stylesheet"/>
  15.             <link href="{{ asset('assets/css/style.css') }}" rel="stylesheet"/>
  16.         {% endblock %}
  17.         {# SCRIPT #}
  18.         <script src="https://use.fontawesome.com/57fd2a2e70.js"></script>
  19.         <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
  20.         <script src="/assets/js/isotope.pkdg.min.js"></script>
  21.         {% block javascripts %}
  22.             <script src="{{ asset('assets/js/isotope.pkdg.min.js') }}"></script>
  23.         {% endblock %}
  24.     </head>
  25.     <body
  26.         id="digital">
  27.         {# SIDEBAR #}
  28.         <header>
  29.             <div class="entry-logo">
  30.                 {# <a href="https://devreferences.equinoxes.fr/"><img src="/assets/img/logo.png"></a> #}
  31.                 <a href="{{ path('home') }}"><img src="/assets/img/logo.png"></a>
  32.             </div>
  33.             <div class="entry-filters">
  34.                 <button class="open">Filtrer par Secteurs ou Supports
  35.                     <i class="fa fa-chevron-right"></i>
  36.                 </a>
  37.             </div>
  38.         {# FILTRES 1 #}
  39.             <div class="filter">
  40.                 <div class="button-group filter-button-group">
  41.                 <font color="1191d1">SECTEURS</font></br></br></br>
  42.                     <button data-filter="" class="filtre active">TOUT</button>
  43.                     {# </br></br><font color="1191d1">Secteurs</font></br></br></br> #}
  44.                     {% for categorie in secteurs %}
  45.                         <button data-filter=".{{ categorie.alias }}" class="filtre">{{ categorie.nom }}</button>
  46.                     {% endfor %}
  47.         {# FILTRES 2 #}
  48.                     </br></br><font color="1191d1">SUPPORTS</font></br></br></br>
  49.                     {# <button data-filter="" class="filtre active">TOUT</button> #}
  50.                     {% for categorie in supports %}
  51.                         <button data-filter=".{{ categorie.alias }}" class="filtre">{{ categorie.nom }} </button>
  52.                     {% endfor %}
  53.                 </div>
  54.                 <!-- /button-group -->
  55.             </div>
  56.             <div class="entry-copyright">
  57.                 <small>&copy; 2021 - Equinoxes</small>
  58.             </div>
  59.         </header>
  60.         <main>
  61.             <section id="wrap-main">
  62.                 <div class="grid web">
  63.                     <div class="grid-sizer">
  64.                         {% for realisation in realisations %}
  65.                             {% set reaprintTypeSecteur = "" %}
  66.                             {% set reaprintTypeSecteurNom = "" %}
  67.                             {% for categorie in realisation.secteurs %}
  68.                                 {% if loop.last %}
  69.                                     {% set reaprintTypeSecteur = reaprintTypeSecteur ~ categorie.alias %}
  70.                                     {% set reaprintTypeSecteurNom = reaprintTypeSecteurNom ~ categorie.nom %}
  71.                                 {% else %}
  72.                                     {% set reaprintTypeSecteur = reaprintTypeSecteur ~ categorie.alias ~ " " %}
  73.                                     {% set reaprintTypeSecteurNom = reaprintTypeSecteurNom ~ categorie.nom ~ ", "%}
  74.                                 {% endif %}
  75.                             {% endfor %}
  76.                             <a href="{{ asset('/assets/img/'~realisation.thumbnail) }}" target="popup" onclick="window.open(this.href, 'Popup', 'scrollbars=no,resizable=no,height=415,width=620'); return false;" class="grid-item {{ reaprintTypeSecteur }}" title="Site internet de {{ realisation.titre }}">
  77.                                 <div class="overlay">
  78.                                     <h2>{{ reaprintTypeSecteurNom }}</h2>
  79.                                     <h4>{{ realisation.titre }}</h4>
  80.                                 </div>
  81.                                 <div class="thumbnail">
  82.                                     <div>
  83.                                         {# <img src="{{ realisation.thumbnail }}" alt="{{ realisation.titre }}"> #}
  84.                                         <img src="{{ asset('/assets/img/'~realisation.thumbnail) }}" alt="{{ realisation.titre }}">
  85.                                     </div>
  86.                                 </div>
  87.                             </a>
  88.                         {% endfor %}
  89.                     </div>
  90.                 </div>
  91.             </section>
  92.             <!-- /wrap-main -->
  93.             <section id="wrap-main">
  94.                 <div class="grid web">
  95.                     <div class="grid-sizer">
  96.                         {% for realisation in realisations %}
  97.                             {% set reaprintTypeSupport = "" %}
  98.                             {% set reaprintTypeSupportNom = "" %}
  99.                             {% for categorie in realisation.supports %}
  100.                                 {% if loop.last %}
  101.                                     {% set reaprintTypeSupport = reaprintTypeSupport ~ categorie.alias %}
  102.                                     {% set reaprintTypeSupportNom = reaprintTypeSupportNom ~ categorie.nom %}
  103.                                 {% else %}
  104.                                     {% set reaprintTypeSupport = reaprintTypeSupport ~ categorie.alias ~ " " %}
  105.                                     {% set reaprintTypeSupportNom = reaprintTypeSupportNom ~ categorie.nom ~ ", "%}
  106.                                 {% endif %}
  107.                             {% endfor %}
  108.                             <a href="{{  asset('/assets/img/'~realisation.thumbnail)  }}" class="grid-item {{ reaprintTypeSupport }}" target="_blank" title="Site internet de {{ realisation.titre }}">
  109.                                 <div class="overlay">
  110.                                     <h2>{{ reaprintTypeSupportNom }}</h2>
  111.                                     <h4>{{ realisation.titre }}</h4>
  112.                                 </div>
  113.                                 <div class="thumbnail">
  114.                                     <div>
  115.                                         <img src="{{ asset('/assets/img/'~realisation.thumbnail)  }}" alt="{{ realisation.titre }}">
  116.                                     </div>
  117.                                 </div>
  118.                             </a>
  119.                         {% endfor %}
  120.                     </div>
  121.                 </div>
  122.             </section>
  123.         </main>
  124.     </body>
  125.     {% block script %}
  126.     
  127.         <script type="text/javascript">
  128.             $('.open').click(function () {
  129. $('body').addClass('filtre-open');
  130. $('.filter').css('visibility', 'visible');
  131. $('.filter').css('opacity', '1');
  132. });
  133. $('.filter').click(function () {
  134. $('body').removeClass('filtre-open');
  135. $(this).css('visibility', 'hidden');
  136. $(this).css('opacity', '0');
  137. });
  138. $('.filter .filtre').click(function () {
  139. $('.filter .filtre').removeClass('active');
  140. $(this).addClass('active');
  141. });
  142.         </script>
  143.         <script type="text/javascript" src="/assets/js/script.js" async></script>
  144.     {% endblock %}
  145. </html>