templates/basev2.html.twig line 1
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>{% block title %}Ferguss{% endblock %}</title>
{% block meta %}{% endblock %}
<link rel="icon" type="image/png" href="{{asset('assets/images/logos/g01.png')}}">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="{{asset('node_modules/bootstrap/dist/css/bootstrap.min.css')}}" />
<link rel="stylesheet" href="{{asset('node_modules/@fortawesome/fontawesome-free/css/all.css')}}" />
<link href="https://fonts.cdnfonts.com/css/fabfeltscript" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="{{ asset('assets/css/fontawesome.css') }}" type="text/css" />
{# <link rel="stylesheet" href="{{asset('node_modules/tarteaucitronjs/css/tarteaucitron.css')}}" /> #}
<link rel="stylesheet" href="{{asset('assets/css/stylev2.css')}}" />
<link rel="stylesheet" href="{{asset('assets/css/animated.css')}}" />
{# <link rel="stylesheet" href="{{asset('assets/css/owl.css')}}" /> #}
{# <link rel="stylesheet" href="{{asset('assets/css/timeline.css')}}" /> #}
{# <link rel="stylesheet" href="{{asset('node_modules/portfolio-filter-gallery/portfolio-filter-gallery.css')}}" /> #}
{# <link rel="stylesheet" href="{{asset('assets/css/map.css')}}" /> #}
<link rel="stylesheet" href="{{asset('assets/css/header.css')}}" />
{# <link rel="stylesheet" href="{{asset('assets/css/portfolio.css')}}" /> #}
{% block stylesheets %}{% endblock %}
<script src="{{asset('node_modules/tarteaucitronjs/tarteaucitron.js')}}"></script>
<script type="text/javascript">
tarteaucitronCustomText = {
'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.',
'denyAll': '<u style="color: white;">Continuer sans accepter</u>',
"middleBarHead": "",
};
tarteaucitron.init({
"privacyUrl": "", /* Privacy policy url */
"bodyPosition": "bottom", /* or top to bring it as first element for accessibility */
"hashtag": "#tarteaucitron", /* Open the panel with this hashtag */
"cookieName": "tarteaucitron", /* Cookie name */
"orientation": "middle", /* Banner position (top - bottom) */
"groupServices": false, /* Group services by category */
"serviceDefaultState": "wait", /* Default state (true - wait - false) */
"showAlertSmall": false, /* Show the small banner on bottom right */
"cookieslist": false, /* Show the cookie list */
"closePopup": false, /* Show a close X on the banner */
"showIcon": false, /* Show cookie icon to manage cookies */
//"iconSrc": "", /* Optionnal: URL or base64 encoded image */
"iconPosition": "BottomLeft", /* BottomRight, BottomLeft, TopRight and TopLeft */
"adblocker": false, /* Show a Warning if an adblocker is detected */
"DenyAllCta" : true, /* Show the deny all button */
"AcceptAllCta" : true, /* Show the accept all button when highPrivacy on */
"highPrivacy": true, /* HIGHLY RECOMMANDED Disable auto consent */
"handleBrowserDNTRequest": false, /* If Do Not Track == 1, disallow all */
"removeCredit": false, /* Remove credit link */
"moreInfoLink": true, /* Show more info link */
"useExternalCss": false, /* If false, the tarteaucitron.css file will be loaded */
"useExternalJs": false, /* If false, the tarteaucitron.js file will be loaded */
//"cookieDomain": ".my-multisite-domaine.fr", /* Shared cookie for multisite */
"readmoreLink": "", /* Change the default readmore link */
"mandatory": true, /* Show a message about mandatory cookies */
"mandatoryCta": true /* Show the disabled accept button when mandatory on */
});
tarteaucitron.user.googletagmanagerId = 'G-DYYY8YKF4H';
(tarteaucitron.job = tarteaucitron.job || []).push('googletagmanager');
tarteaucitron.user.gajsUa = 'G-DYYY8YKF4H';
tarteaucitron.user.gajsMore = function () { /* add here your optionnal _ga.push() */ };
(tarteaucitron.job = tarteaucitron.job || []).push('gajs');
</script>
</head>
<body>
<nav class="navbar navbar-expand-lg bg-body-tertiary fixed-top">
<div class="container">
<a class="navbar-brand" href="{{path('app_frontv2')}}">
<img src="{{asset('assets/images/logos/ferguss01_baseline.png')}}" alt="Ferguss" height="48">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
{{ knp_menu_render('main') }}
</div>
</div>
</nav>
<div class="mt-5">
<script>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'G-DYYY8YKF4H']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
// your optionnal _ga.push()
</script>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-PKVDL43');</script>
{% block body %}{% endblock %}
</div>
{{ include('frontv2/footer.html.twig') }}
<script type="text/javascript" src="{{ asset('node_modules/jquery/dist/jquery.js') }}"></script>
<script type="text/javascript" src="{{asset('node_modules/bootstrap/dist/js/bootstrap.bundle.min.js')}}"></script>
<script type="text/javascript" src="{{asset('assets/js/owl-carousel.js')}}"></script>
<script type="text/javascript" src="{{asset('assets/js/animation.js')}}"></script>
<script type="text/javascript" src="{{asset('assets/js/imagesloaded.js')}}"></script>
<script type="text/javascript" src="{{asset('assets/js/custom.js')}}"></script>
<script src="{{ asset('node_modules/waypoints/lib/noframework.waypoints.min.js') }}"></script>
<script type="text/javascript" src="{{ asset('node_modules/jquery-countto/jquery.countTo.js') }}"></script>
<script type="text/javascript" src="{{ asset('assets/js/typewriter.js') }}"></script>
<script type="text/javascript" src="{{ asset('node_modules/particles.js/particles.js') }}"></script>
<script type="text/javascript" src="{{ asset('node_modules/portfolio-filter-gallery/jquery.isotope.min.js') }}"></script>
<script type="text/javascript" src="{{ asset('node_modules/portfolio-filter-gallery/portfolio-filter-gallery.js') }}"></script>
<script src="{{ asset('assets/js/classlist.js') }}"></script>
<script type="text/javascript">
$(document).ready(function(){
$(".typed").typewriter({
speed: 60
});
});
</script>
{% block js_scripts %}
{% endblock %}
</body>
</html>