templates/home/materiel.html.twig line 1

  1. <section class="section3 parallax" style="background-image: url('{{ asset('assets/img/materiel-cover.jpg') }}');">
  2.     
  3.     <div class="container flex-horizontal-right">
  4.         <div class="content">
  5.             <h2>Tout le matériel en un clic</h2>
  6.             <p><a href="{{ path('categoriefiltre_page', {'type': 2, 'code':0, 'coche':'S'}) }}"><button class="translucide"><i class="fab fa-500px"></i>Instruments stérilisables</button></a></p>
  7.             <p><a href="{{ path('categoriefiltre_page', {'type': 2, 'code':0, 'coche':'C'}) }}"><button class="translucide"><i class="fa fa-clock"></i>Le consommable</button></a></p>
  8.             <p><a href="{{ path('categoriefiltre_page', {'type': 2, 'code':0, 'coche':'E'}) }}"><button class="translucide"><i class="fa fa-clock"></i>L'équipement</button></a></p>
  9.             {# <p><a href="{{ path('categoriefiltre_page', {'type': 2, 'code':0, 'coche':'P'}) }}"><button class="translucide"><i class="far fa-lightbulb"></i>Sur le plateau praticien</button></a></p>
  10.             <p><a href="{{ path('categoriefiltre_page', {'type': 2, 'code':0, 'coche':'A'}) }}"><button class="translucide"><i class="fas fa-clipboard"></i>Sur le plateau assistante</button></a></p>             #}
  11.         </div>
  12.     </div>
  13. </section>