from server
This commit is contained in:
parent
99d3f6fa36
commit
09cab88e8f
|
|
@ -170,7 +170,7 @@ return [
|
|||
'url' => 'URL',
|
||||
'filename' => 'File Name',
|
||||
'layout' => 'Layout',
|
||||
'description' => 'Description',
|
||||
'description' => 'Keywords',
|
||||
'preview' => 'Preview',
|
||||
'meta' => 'Meta',
|
||||
'meta_title' => 'Meta Title',
|
||||
|
|
|
|||
|
|
@ -131,7 +131,7 @@
|
|||
@include transition;
|
||||
max-height: 0;
|
||||
overflow: hidden;
|
||||
background: #fff;
|
||||
background: rgba(0, 0, 0, .7);
|
||||
|
||||
position: absolute;
|
||||
top: calc(100% + 20px);
|
||||
|
|
@ -152,7 +152,7 @@
|
|||
font-weight: 500;
|
||||
font-size: 16px;
|
||||
line-height: 20px;
|
||||
color: #000;
|
||||
color: #fff;
|
||||
@include transition;
|
||||
padding: 20px 0;
|
||||
|
||||
|
|
@ -214,8 +214,8 @@
|
|||
top: calc(100% + 50px);
|
||||
left: 50%;
|
||||
@include transformX;
|
||||
background: #fff;
|
||||
color: #000;
|
||||
background: rgba(0, 0, 0, .7);
|
||||
color: #fff;
|
||||
width: 120px;
|
||||
|
||||
opacity: 0;
|
||||
|
|
@ -229,7 +229,7 @@
|
|||
}
|
||||
|
||||
&-link {
|
||||
color: #000 !important;
|
||||
color: #fff !important;
|
||||
display: block;
|
||||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
|
|
|
|||
|
|
@ -25,9 +25,10 @@
|
|||
top: 60%;
|
||||
left: 50%;
|
||||
@include transform;
|
||||
max-width: 600px;
|
||||
max-width: 900px;
|
||||
width: calc(100% - 120px);
|
||||
max-height: calc(100% - 150px);
|
||||
height: calc(100% - 150px);
|
||||
padding: 70px 50px;
|
||||
background: rgba(0, 0, 0, .5);
|
||||
backdrop-filter: 5px;
|
||||
|
|
@ -59,6 +60,7 @@
|
|||
|
||||
&_video {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
video {
|
||||
@include ImgCon;
|
||||
|
|
|
|||
|
|
@ -833,6 +833,13 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Modal =========================
|
||||
.modal {
|
||||
&_inner {
|
||||
height: unset;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// 400 ===========================
|
||||
|
|
|
|||
|
|
@ -53,9 +53,9 @@
|
|||
}
|
||||
|
||||
&-title {
|
||||
font-weight: 700;
|
||||
font-size: 38px;
|
||||
line-height: 46px;
|
||||
font-weight: 600;
|
||||
font-size: 34px;
|
||||
line-height: 1.4;
|
||||
color: #FFFFFF;
|
||||
position: relative;
|
||||
transition: all 1s linear;
|
||||
|
|
@ -293,8 +293,8 @@
|
|||
|
||||
&-title {
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
font-size: 38px;
|
||||
font-weight: 600;
|
||||
font-size: 34px;
|
||||
line-height: 46px;
|
||||
color: #000000;
|
||||
margin-bottom: 30px;
|
||||
|
|
@ -308,7 +308,7 @@
|
|||
&-txt {
|
||||
font-weight: 400;
|
||||
font-size: 18px;
|
||||
line-height: 30px;
|
||||
line-height: 1.4;
|
||||
color: #000000;
|
||||
margin-bottom: 30px;
|
||||
|
||||
|
|
@ -678,8 +678,8 @@
|
|||
padding: 100px 0;
|
||||
|
||||
&_title {
|
||||
font-weight: 700;
|
||||
font-size: 38px;
|
||||
font-weight: 600;
|
||||
font-size: 34px;
|
||||
line-height: 46px;
|
||||
margin-bottom: 50px;
|
||||
|
||||
|
|
@ -843,8 +843,8 @@
|
|||
background: #F5F5F5;
|
||||
|
||||
&_title {
|
||||
font-weight: 700;
|
||||
font-size: 38px;
|
||||
font-weight: 600;
|
||||
font-size: 34px;
|
||||
line-height: 46px;
|
||||
margin-bottom: 50px;
|
||||
|
||||
|
|
|
|||
|
|
@ -23,6 +23,18 @@
|
|||
|
||||
strong {
|
||||
font-weight: 600;
|
||||
position: relative;
|
||||
padding-left: 15px;
|
||||
|
||||
&::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 5px;
|
||||
height: 100%;
|
||||
background: $main-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -270,7 +270,7 @@ li {
|
|||
-moz-transition: all 0.2s ease-in-out 0s;
|
||||
max-height: 0;
|
||||
overflow: hidden;
|
||||
background: #fff;
|
||||
background: rgba(0, 0, 0, 0.7);
|
||||
position: absolute;
|
||||
top: calc(100% + 20px);
|
||||
left: 50%;
|
||||
|
|
@ -293,7 +293,7 @@ li {
|
|||
font-weight: 500;
|
||||
font-size: 16px;
|
||||
line-height: 20px;
|
||||
color: #000;
|
||||
color: #fff;
|
||||
-webkit-transition: all 0.2s ease-in-out 0s;
|
||||
transition: all 0.2s ease-in-out 0s;
|
||||
-moz-transition: all 0.2s ease-in-out 0s;
|
||||
|
|
@ -361,8 +361,8 @@ li {
|
|||
-o-transform: translateX(-50%);
|
||||
-ms-transform: translateX(-50%);
|
||||
-webkit-transform: translateX(-50%);
|
||||
background: #fff;
|
||||
color: #000;
|
||||
background: rgba(0, 0, 0, 0.7);
|
||||
color: #fff;
|
||||
width: 120px;
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
|
|
@ -375,7 +375,7 @@ li {
|
|||
top: calc(100% + 20px);
|
||||
}
|
||||
.header .lang_drop-link {
|
||||
color: #000 !important;
|
||||
color: #fff !important;
|
||||
display: block;
|
||||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
|
|
@ -831,9 +831,10 @@ svg.active .svg-elem-21 {
|
|||
-o-transform: translate(-50%, -50%);
|
||||
-ms-transform: translate(-50%, -50%);
|
||||
-webkit-transform: translate(-50%, -50%);
|
||||
max-width: 600px;
|
||||
max-width: 900px;
|
||||
width: calc(100% - 120px);
|
||||
max-height: calc(100% - 150px);
|
||||
height: calc(100% - 150px);
|
||||
padding: 70px 50px;
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
-webkit-backdrop-filter: 5px;
|
||||
|
|
@ -867,6 +868,7 @@ svg.active .svg-elem-21 {
|
|||
}
|
||||
.modal_video {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.modal_video video {
|
||||
width: 100%;
|
||||
|
|
@ -959,9 +961,9 @@ svg.active .svg-elem-21 {
|
|||
width: 100%;
|
||||
}
|
||||
.hero_item-title {
|
||||
font-weight: 700;
|
||||
font-size: 38px;
|
||||
line-height: 46px;
|
||||
font-weight: 600;
|
||||
font-size: 34px;
|
||||
line-height: 1.4;
|
||||
color: #FFFFFF;
|
||||
position: relative;
|
||||
-webkit-transition: all 1s linear;
|
||||
|
|
@ -1199,8 +1201,8 @@ svg.active .svg-elem-21 {
|
|||
}
|
||||
.about_info-title {
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
font-size: 38px;
|
||||
font-weight: 600;
|
||||
font-size: 34px;
|
||||
line-height: 46px;
|
||||
color: #000000;
|
||||
margin-bottom: 30px;
|
||||
|
|
@ -1212,7 +1214,7 @@ svg.active .svg-elem-21 {
|
|||
.about_info-txt {
|
||||
font-weight: 400;
|
||||
font-size: 18px;
|
||||
line-height: 30px;
|
||||
line-height: 1.4;
|
||||
color: #000000;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
|
@ -1575,8 +1577,8 @@ svg.active .svg-elem-21 {
|
|||
padding: 100px 0;
|
||||
}
|
||||
.contact_title {
|
||||
font-weight: 700;
|
||||
font-size: 38px;
|
||||
font-weight: 600;
|
||||
font-size: 34px;
|
||||
line-height: 46px;
|
||||
margin-bottom: 50px;
|
||||
overflow: hidden;
|
||||
|
|
@ -1757,8 +1759,8 @@ svg.active .svg-elem-21 {
|
|||
background: #F5F5F5;
|
||||
}
|
||||
.client_title {
|
||||
font-weight: 700;
|
||||
font-size: 38px;
|
||||
font-weight: 600;
|
||||
font-size: 34px;
|
||||
line-height: 46px;
|
||||
margin-bottom: 50px;
|
||||
overflow: hidden;
|
||||
|
|
@ -2066,6 +2068,17 @@ svg.active .svg-elem-21 {
|
|||
}
|
||||
.service.page .service_info p strong {
|
||||
font-weight: 600;
|
||||
position: relative;
|
||||
padding-left: 15px;
|
||||
}
|
||||
.service.page .service_info p strong::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 5px;
|
||||
height: 100%;
|
||||
background: #2B72B6;
|
||||
}
|
||||
.service.page .service_block {
|
||||
overflow-x: auto;
|
||||
|
|
@ -3214,6 +3227,10 @@ svg.active .svg-elem-21 {
|
|||
.about.page .about_box-item {
|
||||
width: calc(100% - 82px);
|
||||
}
|
||||
|
||||
.modal_inner {
|
||||
height: unset;
|
||||
}
|
||||
}
|
||||
@media (max-width: 400px) {
|
||||
.auto_container {
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
<p>Наша компания предлагает размещение рекламы во всех крупных ТРЦ столицы и велаятов, а также в Международном аэропорту «Ашхабад».</p>
|
||||
|
||||
<p class="about_txt wow fadeInUp" data-wow-delay=".2s" data-wow-duration="1s"><strong>Как мы работаем? </strong></p>
|
||||
<p class="about_txt wow fadeInUp" data-wow-delay=".2s" data-wow-duration="1s"><h4 class="main_title">Как мы работаем? </h4></p>
|
||||
|
||||
<ul class="about_list wow fadeInUp" data-wow-delay=".3s" data-wow-duration="1s">
|
||||
<li>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
<p class="service_txt">На сегодняшний день компания успешно реализовала более 500 крупных выставочных стендов. Независимо от того, какой вы выберете – специалисты уделят максимум времени и внимания. Задача агентства – создать для вас лучший проект и воплотить его в реальность.</p>
|
||||
|
||||
<p class="about_txt wow fadeInUp" data-wow-delay=".2s" data-wow-duration="1s"><strong>Этапы работы: </strong></p>
|
||||
<p class="about_txt wow fadeInUp" data-wow-delay=".2s" data-wow-duration="1s"><h4 class="main_title">Этапы работы: </h4></p>
|
||||
|
||||
<ul class="about_list wow fadeInUp" data-wow-delay=".3s" data-wow-duration="1s">
|
||||
<li>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<p class="service_txt">Позвольте себе расслабиться и получать удовольствие от события, а не уделять время организационным вопросам. Все заботы, связанные с проживанием участников и проведением мероприятия, компания возьмет на себя, работая 24 часа в сутки.</p>
|
||||
|
||||
<p class="about_txt wow fadeInUp" data-wow-delay=".2s" data-wow-duration="1s"><strong>Что входит?</strong></p>
|
||||
<p class="about_txt wow fadeInUp" data-wow-delay=".2s" data-wow-duration="1s"><h4 class="main_title">Что входит?</h4></p>
|
||||
|
||||
<ul class="about_list wow fadeInUp" data-wow-delay=".3s" data-wow-duration="1s">
|
||||
<li>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
<p class="service_txt">Мы предлагаем услуги по размещению рекламы на всех каналах средств массовой информации Туркменистана с наибольшей выгодой для вас.</p>
|
||||
|
||||
<p class="about_txt wow fadeInUp" data-wow-delay=".2s" data-wow-duration="1s"><strong>Как мы работаем?</strong></p>
|
||||
<p class="about_txt wow fadeInUp" data-wow-delay=".2s" data-wow-duration="1s"><h4 class="main_title">Как мы работаем?</h4></p>
|
||||
|
||||
<ul class="about_list wow fadeInUp" data-wow-delay=".3s" data-wow-duration="1s">
|
||||
<li>
|
||||
|
|
|
|||
|
|
@ -8,7 +8,9 @@ forceUrl = 1
|
|||
<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.title }}</title>
|
||||
<title>{{ this.page.meta_title }} - TPS advertising</title>
|
||||
<meta name="description" content="{{ this.page.meta_description}}">
|
||||
<meta name="keywords" content="{{ this.page.description}}">
|
||||
<link rel="stylesheet" href="{{ 'assets/fonts/Montserrat/stylesheet.css'|theme}}">
|
||||
<link rel="stylesheet" href="{{ 'assets/css/animate.css'|theme}}">
|
||||
<link rel="stylesheet" href="{{ 'assets/css/swiper.min.css'|theme}}">
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
title = "Home"
|
||||
url = "/"
|
||||
layout = "master"
|
||||
description = "Tps advertising, Advertisements in turkmenistan"
|
||||
meta_title = "Главная"
|
||||
meta_description = "Агентство полного цикла, аналогов которому нет в стране. Все рекламные услуги в одном месте. Лучшие маркетинговые решения и рекламная продукция."
|
||||
is_hidden = 0
|
||||
|
|
|
|||
|
|
@ -98,8 +98,8 @@ pageNumber = "{{ :page }}"
|
|||
<div class="gallery_box">
|
||||
|
||||
{% for key, record in records %}
|
||||
<!-- <h1>{{ dump(record.img) }}</h1> -->
|
||||
<div class="gallery_box-item wow fadeInUp" data-wow-duration="1s" data-wow-delay=".{{key+1}}s">
|
||||
|
||||
<div class="gallery_box-item">
|
||||
<div class="gal_slider">
|
||||
{% for cont in record.img %}
|
||||
<div class="gal_slider-item fancybox" href="{{ cont.content|media }}"
|
||||
|
|
@ -127,7 +127,10 @@ pageNumber = "{{ :page }}"
|
|||
</div>
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="pagination">
|
||||
<a href="#" class="pag_arrow left">
|
||||
<svg width="20" height="8" viewBox="0 0 20 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
|
|
|
|||
Loading…
Reference in New Issue