TPS_web_october/themes/tps/layouts/master2.htm

165 lines
5.0 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/swiper.min.css'|theme}}">
<link rel="stylesheet" href="{{ 'assets/new/css/animate.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>
.about.page {
padding: 20px 0 0 !important;
}
.contact {
padding: 30px 0 !important;
}
.crumb_txt {
font-weight: 400;
font-size: 18px !important;
line-height: 40px !important;
}
.service.page {
padding: 40px 0 100px !important;
height: unset;
}
.crumb_title {
font-weight: 700;
font-size: 28px;
line-height: 57px !important;
}
.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;
}
.contact_row-icon {
width: 40px;
height: 40px;
margin-right: 20px;
margin-top: 12px !important;
}
</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 %}
<!-- Footer ================================= -->
<footer class="footer">
<div class="auto_container">
<div class="footer_wrap">
<div class="footer_box">
<a href="/" class="logo">
<img src="{{'assets/images/footer_logo.png'|theme}}" alt="logo">
</a>
<p class="copyright">
{{ 'footer.copyright'|_ }}
</p>
</div>
</div>
</div>
</footer>
<!-- Footer end ============================= -->
<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>
{% scripts %}
<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>
{% framework extras %}
</body>
</html>