templates/partials/sidebar.html.twig line 1

  1. <!-- ========== Left Sidebar Start ========== -->
  2. <div class="vertical-menu">
  3.   <div data-simplebar class="h-100">
  4.     <!--- Sidemenu -->
  5.     <div id="sidebar-menu">
  6.       <!-- Left Menu Start -->
  7.       <ul class="metismenu list-unstyled" id="side-menu">
  8.         <li>
  9.           <a href="javascript: void(0);" class="has-arrow waves-effect">
  10.             <i class="bx bx-calculator"></i>
  11.             <span key="t-layouts">{% trans %}Devis{% endtrans %}</span>
  12.           </a>
  13.           <ul class="sub-menu" aria-expanded="false">
  14.             <li>
  15.               <a href="/custom-product" key="t-products">{% trans %}Nouveau devis{% endtrans %}</a>
  16.             </li>
  17.             <li>
  18.               <a href="/devis" key="t-product-detail">{% trans %}Devis en cours{% endtrans %}</a>
  19.             </li>
  20.           </ul>
  21.         </li>
  22.         <li>
  23.           <a href="/orders" class="waves-effect">
  24.             <i class="bx bx-box"></i>
  25.             <span key="t-chat">{% trans %}Commandes{% endtrans %}</span>
  26.           </a>
  27.         </li>
  28.         <li>
  29.           <a href="/certificates" class="waves-effect">
  30.             <i class="bx bx-link"></i>
  31.             <span key="t-chat">{% trans %}Certificats{% endtrans %}</span>
  32.           </a>
  33.         </li>
  34.       </ul>
  35.     </div>
  36.     <!-- Sidebar -->
  37.     <style>
  38.       body.sidebar-enable .coordonnesSidebar {
  39.         display: none;
  40.       }
  41.     </style>
  42.     <div class="coordonnesSidebar" style="padding: 1em; bottom: 20px; position: absolute; line-height: 1">
  43.       <p class="fw-bold" style="margin-bottom: 1rem">Besoin d'assistance ?</p>
  44.       <p style="margin-bottom: 0;">Demande spécifique ?, vous ne trouvez pas ce que vous souhaitez</p>
  45.       <a href="{{ path('app_help') }}" style="background: black; color: white; margin: 12px 0; padding: 12px; display: block; width: 70%; text-align: center;">Contactez-nous</a>
  46.       <p style="margin-bottom: 3em">réponse sous 24H ouvré</p>
  47.       <p class="fw-bold" style="margin-bottom: 1rem">Suivez-nous</p>
  48.       <p style="margin-bottom: 0.5rem">Profitez d'offres exceptionnelles</p>
  49.       <div style="margin-bottom: 3em">
  50.         <a style="color: black; font-size: 2em; margin-right: 0.2em" href="https://www.instagram.com/tolerie_metalead/?hl=fr"><i class="bx bxl-instagram"></i></a>
  51.         <a style="color: black; font-size: 2em; margin-right: 0.2em" href="https://www.facebook.com/toleriemetalead"><i class="bx bxl-facebook"></i></a>
  52.         <a style="color: black; font-size: 2em; margin-right: 0.2em" href="https://www.linkedin.com/company/metalead/"><i class="bx bxl-linkedin"></i></a>
  53.       </div>
  54.       <p class="fw-bold" style="margin-bottom: 1rem">Distribution France</p>
  55.       <p style="margin-bottom: 0.5rem">343 Av. Jean Morin,</p>
  56.       <p style="margin-bottom: 0.5rem">74800 La Roche-sur-Foron</p>
  57.       <p style="margin-bottom: 3em">+33 4 50 07 52 34</p>
  58.       <p class="fw-bold" style="margin-bottom: 1rem">Distribution Suisse</p>
  59.       <p style="margin-bottom: 0.5rem">Rue de Genève,</p>
  60.       <p style="margin-bottom: 0.5rem">18 1225 Chêne-Bourg</p>
  61.       <p style="margin-bottom: 0.5rem">+41 22 501 70 22</p>
  62.     </div>
  63.   </div>
  64. </div>
  65. <!-- Left Sidebar End -->