121 lines
3.7 KiB
HTML
Executable File
121 lines
3.7 KiB
HTML
Executable File
[localePicker]
|
|
forceUrl = 1
|
|
==
|
|
<!DOCTYPE html>
|
|
<html lang="{{ activeLocale }}">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>{{ this.page.meta_title }} - TPS advertising</title>
|
|
<meta name="description" content="{{ this.page.meta_description}}">
|
|
<meta name="keywords" content="Tps Advertising Agency {{ this.page.meta_title }}, {{ this.page.description}}">
|
|
<link rel="stylesheet" href="{{ 'assets/new/fonts/Montserrat/stylesheet.css'|theme}}">
|
|
<link rel="stylesheet" href="{{ 'assets/new/css/animate.css'|theme}}">
|
|
<link rel="stylesheet" href="{{ 'assets/new/css/swiper.min.css'|theme}}">
|
|
<link rel="stylesheet" href="{{ 'assets/new/css/main.css'|theme}}">
|
|
<!-- Google tag (gtag.js) event -->
|
|
<script>
|
|
gtag('event', 'manual_event_PAGE_VIEW', {
|
|
// <event_parameters>
|
|
});
|
|
</script>
|
|
|
|
<style>
|
|
|
|
.header .lang_drop2.active {
|
|
opacity: 1;
|
|
pointer-events: unset;
|
|
top: calc(100% + 20px);
|
|
}
|
|
.header .lang_drop2 {
|
|
position: absolute;
|
|
top: calc(100% + 50px);
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
-moz-ransform: translateX(-50%);
|
|
-o-transform: translateX(-50%);
|
|
-ms-transform: translateX(-50%);
|
|
-webkit-transform: translateX(-50%);
|
|
background: #fff;
|
|
color: #000;
|
|
opacity: 0;
|
|
pointer-events: none;
|
|
-webkit-transition: 0.3s linear;
|
|
transition: 0.3s linear;
|
|
}
|
|
|
|
</style>
|
|
|
|
{% styles %}
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<!-- Header ================================= -->
|
|
<header class="header">
|
|
<div class="auto_container">
|
|
<div class="header_wrap">
|
|
<div class="header_row">
|
|
<a href="/" class="logo">
|
|
<div class="logo_group">
|
|
{% partial 'logo-anim' %}
|
|
</div>
|
|
<div class="logo_group-txt">
|
|
{% partial 'logo-anim2' %}
|
|
</div>
|
|
</a>
|
|
|
|
<div class="nav_bg">
|
|
{% partial 'menu' %}
|
|
</div>
|
|
|
|
<div class="burger">
|
|
<span></span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
<!-- Header end ============================= -->
|
|
|
|
|
|
{% page %}
|
|
|
|
|
|
|
|
|
|
|
|
<script src="{{'assets/new/js/jquery.js'|theme}}"></script>
|
|
<script src="{{'assets/new/js/slick.min.js'|theme}}"></script>
|
|
<script src="{{'assets/new/js/slider.js'|theme}}"></script>
|
|
<script src="{{'assets/new/js/wow.min.js'|theme}}"></script>
|
|
<script src="{{'assets/new/js/modal-close.js'|theme}}"></script>
|
|
<script src="{{'assets/new/js/swiper-bundle.min.js'|theme}}"></script>
|
|
<script src="{{'assets/new/js/main.js'|theme}}"></script>
|
|
|
|
<script>
|
|
wow = new WOW(
|
|
{
|
|
resetAnimation: false,
|
|
offset: 10,
|
|
}
|
|
);
|
|
wow.init();
|
|
|
|
</script>
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0JJF29Q6LH"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag(){dataLayer.push(arguments);}
|
|
gtag('js', new Date());
|
|
|
|
gtag('config', 'G-0JJF29Q6LH');
|
|
</script>
|
|
|
|
{% scripts %}
|
|
{% framework extras %}
|
|
</body>
|
|
|
|
</html> |