templates/basegeiq.html.twig line 1

  1. <!DOCTYPE html>
  2. <html lang="fr">
  3.     <head>
  4.         <meta charset="UTF-8">
  5.         <title>{% block title %}Ferguss{% endblock %}</title>
  6.         {% block meta %}{% endblock %}
  7.         <link rel="icon" type="image/png" href="{{asset('assets/images/logos/g01.png')}}">
  8.         <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, shrink-to-fit=no">
  9.         <link rel="stylesheet" href="{{asset('node_modules/bootstrap/dist/css/bootstrap.min.css')}}" />
  10.         <link rel="stylesheet" href="{{asset('node_modules/@fortawesome/fontawesome-free/css/all.css')}}" />
  11.         <link href="https://fonts.cdnfonts.com/css/fabfeltscript" rel="stylesheet">
  12.         <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
  13.         <link rel="stylesheet" href="{{ asset('assets/css/fontawesome.css') }}" type="text/css" />
  14.         <link rel="stylesheet" href="{{asset('assets/css/stylev2.css')}}" />
  15.         <link rel="stylesheet" href="{{asset('assets/css/animated.css')}}" />
  16.         {# <link rel="stylesheet" href="{{asset('assets/css/owl.css')}}" /> #}
  17.         {# <link rel="stylesheet" href="{{asset('assets/css/timeline.css')}}" /> #}
  18.         <link rel="stylesheet" href="{{asset('assets/css/geiq.css')}}" />
  19.         <script src="{{asset('node_modules/tarteaucitronjs/tarteaucitron.js')}}"></script>
  20.         <script type="text/javascript">
  21.         tarteaucitronCustomText = {
  22.             'alertBigPrivacy': 'Notre site et ses partenaires utilisent des cookies pour mesurer l\'audience et la performance du site. Les cookies nous permettent également de vous montrer des contenus personnalisés, publicitaires et/ou géolocalisés, et de vous laisser interagir avec nos contenus via les réseaux sociaux. A tout moment, vous pourrez modifier vos choix dans la rubrique "Gérer mes cookies" de notre site.',
  23.             'denyAll': '<u style="color: white;">Continuer sans accepter</u>',
  24.             "middleBarHead": "",
  25.             };
  26.         tarteaucitron.init({
  27.           "privacyUrl": "", /* Privacy policy url */
  28.           "bodyPosition": "bottom", /* or top to bring it as first element for accessibility */
  29.           "hashtag": "#tarteaucitron", /* Open the panel with this hashtag */
  30.           "cookieName": "tarteaucitron", /* Cookie name */
  31.     
  32.           "orientation": "middle", /* Banner position (top - bottom) */
  33.        
  34.           "groupServices": false, /* Group services by category */
  35.           "serviceDefaultState": "wait", /* Default state (true - wait - false) */
  36.                            
  37.           "showAlertSmall": false, /* Show the small banner on bottom right */
  38.           "cookieslist": false, /* Show the cookie list */
  39.                            
  40.           "closePopup": false, /* Show a close X on the banner */
  41.           "showIcon": false, /* Show cookie icon to manage cookies */
  42.           //"iconSrc": "", /* Optionnal: URL or base64 encoded image */
  43.           "iconPosition": "BottomLeft", /* BottomRight, BottomLeft, TopRight and TopLeft */
  44.           "adblocker": false, /* Show a Warning if an adblocker is detected */
  45.                            
  46.           "DenyAllCta" : true, /* Show the deny all button */
  47.           "AcceptAllCta" : true, /* Show the accept all button when highPrivacy on */
  48.           "highPrivacy": true, /* HIGHLY RECOMMANDED Disable auto consent */
  49.                            
  50.           "handleBrowserDNTRequest": false, /* If Do Not Track == 1, disallow all */
  51.           "removeCredit": false, /* Remove credit link */
  52.           "moreInfoLink": true, /* Show more info link */
  53.           "useExternalCss": false, /* If false, the tarteaucitron.css file will be loaded */
  54.           "useExternalJs": false, /* If false, the tarteaucitron.js file will be loaded */
  55.           //"cookieDomain": ".my-multisite-domaine.fr", /* Shared cookie for multisite */
  56.                           
  57.           "readmoreLink": "", /* Change the default readmore link */
  58.           "mandatory": true, /* Show a message about mandatory cookies */
  59.           "mandatoryCta": true /* Show the disabled accept button when mandatory on */
  60.         });
  61.         tarteaucitron.user.googletagmanagerId = 'G-DYYY8YKF4H';
  62.         (tarteaucitron.job = tarteaucitron.job || []).push('googletagmanager');
  63.         tarteaucitron.user.gajsUa = 'G-DYYY8YKF4H';
  64.         tarteaucitron.user.gajsMore = function () { /* add here your optionnal _ga.push() */ };
  65.         (tarteaucitron.job = tarteaucitron.job || []).push('gajs');
  66.         </script>
  67.     </head>
  68.     <body>
  69.         <nav class="navbar navbar-expand-lg bg-body-tertiary fixed-top">
  70.             <div class="container">
  71.                 <a class="navbar-brand" href="{{path('app_frontv2')}}">
  72.                     <img src="{{asset('assets/images/logos/ferguss01_baseline.png')}}" alt="Ferguss" height="48">
  73.                 </a>
  74.                 <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
  75.                     <span class="navbar-toggler-icon"></span>
  76.                 </button>
  77.                 <div class="collapse navbar-collapse" id="navbarNav">
  78.                     {{ knp_menu_render('main') }}
  79.                 </div>
  80.             </div>
  81.         </nav>
  82.         <div class="mt-5">
  83.             {% block body %}{% endblock %}
  84.         </div>
  85.         {{ include('frontv2/footer.html.twig') }}
  86.         <script src="{{ asset('node_modules/jquery/dist/jquery.js') }}"></script>
  87.         <script type="text/javascript" src="{{asset('node_modules/bootstrap/dist/js/bootstrap.bundle.min.js')}}"></script>
  88.         <script type="text/javascript" src="{{asset('assets/js/owl-carousel.js')}}"></script>
  89.         <script type="text/javascript" src="{{asset('assets/js/animation.js')}}"></script>
  90.         <script type="text/javascript" src="{{asset('assets/js/imagesloaded.js')}}"></script>
  91.         <script type="text/javascript" src="{{asset('assets/js/custom.js')}}"></script>
  92.         <script src="{{ asset('node_modules/jquery-countto/jquery.countTo.js') }}"></script>
  93.         <script src="{{ asset('node_modules/waypoints/lib/noframework.waypoints.min.js') }}"></script>
  94.         <script src="{{ asset('node_modules/particles.js/particles.js') }}"></script>
  95.         {% block js_scripts %}
  96.         
  97.         <script>
  98.             var _gaq = _gaq || [];
  99.             _gaq.push(['_setAccount', 'G-DYYY8YKF4H']);
  100.             _gaq.push(['_trackPageview']);
  101.             (function() {
  102.                 var ga = document.createElement('script');
  103.                 ga.type = 'text/javascript';
  104.                 ga.async = true;
  105.                 ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  106.                 var s = document.getElementsByTagName('script')[0];
  107.                 s.parentNode.insertBefore(ga, s);
  108.             })();
  109.             // your optionnal _ga.push()
  110.             </script>
  111.             <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  112.             new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  113.             j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  114.             '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  115.             })(window,document,'script','dataLayer','GTM-PKVDL43');
  116.         </script>
  117.         {% endblock %}
  118.     </body>
  119. </html>