from server

This commit is contained in:
root 2023-01-13 19:11:27 +05:00
parent 99d3f6fa36
commit 09cab88e8f
14 changed files with 84 additions and 40 deletions

View File

@ -170,7 +170,7 @@ return [
'url' => 'URL', 'url' => 'URL',
'filename' => 'File Name', 'filename' => 'File Name',
'layout' => 'Layout', 'layout' => 'Layout',
'description' => 'Description', 'description' => 'Keywords',
'preview' => 'Preview', 'preview' => 'Preview',
'meta' => 'Meta', 'meta' => 'Meta',
'meta_title' => 'Meta Title', 'meta_title' => 'Meta Title',

View File

@ -131,7 +131,7 @@
@include transition; @include transition;
max-height: 0; max-height: 0;
overflow: hidden; overflow: hidden;
background: #fff; background: rgba(0, 0, 0, .7);
position: absolute; position: absolute;
top: calc(100% + 20px); top: calc(100% + 20px);
@ -152,7 +152,7 @@
font-weight: 500; font-weight: 500;
font-size: 16px; font-size: 16px;
line-height: 20px; line-height: 20px;
color: #000; color: #fff;
@include transition; @include transition;
padding: 20px 0; padding: 20px 0;
@ -214,8 +214,8 @@
top: calc(100% + 50px); top: calc(100% + 50px);
left: 50%; left: 50%;
@include transformX; @include transformX;
background: #fff; background: rgba(0, 0, 0, .7);
color: #000; color: #fff;
width: 120px; width: 120px;
opacity: 0; opacity: 0;
@ -229,7 +229,7 @@
} }
&-link { &-link {
color: #000 !important; color: #fff !important;
display: block; display: block;
text-align: center; text-align: center;
text-transform: uppercase; text-transform: uppercase;

View File

@ -25,9 +25,10 @@
top: 60%; top: 60%;
left: 50%; left: 50%;
@include transform; @include transform;
max-width: 600px; max-width: 900px;
width: calc(100% - 120px); width: calc(100% - 120px);
max-height: calc(100% - 150px); max-height: calc(100% - 150px);
height: calc(100% - 150px);
padding: 70px 50px; padding: 70px 50px;
background: rgba(0, 0, 0, .5); background: rgba(0, 0, 0, .5);
backdrop-filter: 5px; backdrop-filter: 5px;
@ -59,6 +60,7 @@
&_video { &_video {
width: 100%; width: 100%;
height: 100%;
video { video {
@include ImgCon; @include ImgCon;

View File

@ -833,6 +833,13 @@
} }
} }
} }
// Modal =========================
.modal {
&_inner {
height: unset;
}
}
} }
// 400 =========================== // 400 ===========================

View File

@ -53,9 +53,9 @@
} }
&-title { &-title {
font-weight: 700; font-weight: 600;
font-size: 38px; font-size: 34px;
line-height: 46px; line-height: 1.4;
color: #FFFFFF; color: #FFFFFF;
position: relative; position: relative;
transition: all 1s linear; transition: all 1s linear;
@ -293,8 +293,8 @@
&-title { &-title {
font-style: normal; font-style: normal;
font-weight: 700; font-weight: 600;
font-size: 38px; font-size: 34px;
line-height: 46px; line-height: 46px;
color: #000000; color: #000000;
margin-bottom: 30px; margin-bottom: 30px;
@ -308,7 +308,7 @@
&-txt { &-txt {
font-weight: 400; font-weight: 400;
font-size: 18px; font-size: 18px;
line-height: 30px; line-height: 1.4;
color: #000000; color: #000000;
margin-bottom: 30px; margin-bottom: 30px;
@ -678,8 +678,8 @@
padding: 100px 0; padding: 100px 0;
&_title { &_title {
font-weight: 700; font-weight: 600;
font-size: 38px; font-size: 34px;
line-height: 46px; line-height: 46px;
margin-bottom: 50px; margin-bottom: 50px;
@ -843,8 +843,8 @@
background: #F5F5F5; background: #F5F5F5;
&_title { &_title {
font-weight: 700; font-weight: 600;
font-size: 38px; font-size: 34px;
line-height: 46px; line-height: 46px;
margin-bottom: 50px; margin-bottom: 50px;

View File

@ -23,6 +23,18 @@
strong { strong {
font-weight: 600; font-weight: 600;
position: relative;
padding-left: 15px;
&::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 5px;
height: 100%;
background: $main-color;
}
} }
} }
} }

View File

@ -270,7 +270,7 @@ li {
-moz-transition: all 0.2s ease-in-out 0s; -moz-transition: all 0.2s ease-in-out 0s;
max-height: 0; max-height: 0;
overflow: hidden; overflow: hidden;
background: #fff; background: rgba(0, 0, 0, 0.7);
position: absolute; position: absolute;
top: calc(100% + 20px); top: calc(100% + 20px);
left: 50%; left: 50%;
@ -293,7 +293,7 @@ li {
font-weight: 500; font-weight: 500;
font-size: 16px; font-size: 16px;
line-height: 20px; line-height: 20px;
color: #000; color: #fff;
-webkit-transition: all 0.2s ease-in-out 0s; -webkit-transition: all 0.2s ease-in-out 0s;
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; -moz-transition: all 0.2s ease-in-out 0s;
@ -361,8 +361,8 @@ li {
-o-transform: translateX(-50%); -o-transform: translateX(-50%);
-ms-transform: translateX(-50%); -ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%); -webkit-transform: translateX(-50%);
background: #fff; background: rgba(0, 0, 0, 0.7);
color: #000; color: #fff;
width: 120px; width: 120px;
opacity: 0; opacity: 0;
pointer-events: none; pointer-events: none;
@ -375,7 +375,7 @@ li {
top: calc(100% + 20px); top: calc(100% + 20px);
} }
.header .lang_drop-link { .header .lang_drop-link {
color: #000 !important; color: #fff !important;
display: block; display: block;
text-align: center; text-align: center;
text-transform: uppercase; text-transform: uppercase;
@ -831,9 +831,10 @@ svg.active .svg-elem-21 {
-o-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);
max-width: 600px; max-width: 900px;
width: calc(100% - 120px); width: calc(100% - 120px);
max-height: calc(100% - 150px); max-height: calc(100% - 150px);
height: calc(100% - 150px);
padding: 70px 50px; padding: 70px 50px;
background: rgba(0, 0, 0, 0.5); background: rgba(0, 0, 0, 0.5);
-webkit-backdrop-filter: 5px; -webkit-backdrop-filter: 5px;
@ -867,6 +868,7 @@ svg.active .svg-elem-21 {
} }
.modal_video { .modal_video {
width: 100%; width: 100%;
height: 100%;
} }
.modal_video video { .modal_video video {
width: 100%; width: 100%;
@ -959,9 +961,9 @@ svg.active .svg-elem-21 {
width: 100%; width: 100%;
} }
.hero_item-title { .hero_item-title {
font-weight: 700; font-weight: 600;
font-size: 38px; font-size: 34px;
line-height: 46px; line-height: 1.4;
color: #FFFFFF; color: #FFFFFF;
position: relative; position: relative;
-webkit-transition: all 1s linear; -webkit-transition: all 1s linear;
@ -1199,8 +1201,8 @@ svg.active .svg-elem-21 {
} }
.about_info-title { .about_info-title {
font-style: normal; font-style: normal;
font-weight: 700; font-weight: 600;
font-size: 38px; font-size: 34px;
line-height: 46px; line-height: 46px;
color: #000000; color: #000000;
margin-bottom: 30px; margin-bottom: 30px;
@ -1212,7 +1214,7 @@ svg.active .svg-elem-21 {
.about_info-txt { .about_info-txt {
font-weight: 400; font-weight: 400;
font-size: 18px; font-size: 18px;
line-height: 30px; line-height: 1.4;
color: #000000; color: #000000;
margin-bottom: 30px; margin-bottom: 30px;
} }
@ -1575,8 +1577,8 @@ svg.active .svg-elem-21 {
padding: 100px 0; padding: 100px 0;
} }
.contact_title { .contact_title {
font-weight: 700; font-weight: 600;
font-size: 38px; font-size: 34px;
line-height: 46px; line-height: 46px;
margin-bottom: 50px; margin-bottom: 50px;
overflow: hidden; overflow: hidden;
@ -1757,8 +1759,8 @@ svg.active .svg-elem-21 {
background: #F5F5F5; background: #F5F5F5;
} }
.client_title { .client_title {
font-weight: 700; font-weight: 600;
font-size: 38px; font-size: 34px;
line-height: 46px; line-height: 46px;
margin-bottom: 50px; margin-bottom: 50px;
overflow: hidden; overflow: hidden;
@ -2066,6 +2068,17 @@ svg.active .svg-elem-21 {
} }
.service.page .service_info p strong { .service.page .service_info p strong {
font-weight: 600; 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 { .service.page .service_block {
overflow-x: auto; overflow-x: auto;
@ -3214,6 +3227,10 @@ svg.active .svg-elem-21 {
.about.page .about_box-item { .about.page .about_box-item {
width: calc(100% - 82px); width: calc(100% - 82px);
} }
.modal_inner {
height: unset;
}
} }
@media (max-width: 400px) { @media (max-width: 400px) {
.auto_container { .auto_container {

View File

@ -4,7 +4,7 @@
<p>Наша компания предлагает размещение рекламы во всех крупных ТРЦ столицы и велаятов, а также в Международном аэропорту «Ашхабад».</p> <p>Наша компания предлагает размещение рекламы во всех крупных ТРЦ столицы и велаятов, а также в Международном аэропорту «Ашхабад».</p>
<p class="about_txt wow fadeInUp" data-wow-delay=".2s" data-wow-duration="1s"><strong>Как мы работаем?&nbsp;</strong></p> <p class="about_txt wow fadeInUp" data-wow-delay=".2s" data-wow-duration="1s"><h4 class="main_title">Как мы работаем?&nbsp;</h4></p>
<ul class="about_list wow fadeInUp" data-wow-delay=".3s" data-wow-duration="1s"> <ul class="about_list wow fadeInUp" data-wow-delay=".3s" data-wow-duration="1s">
<li> <li>

View File

@ -6,7 +6,7 @@
<p class="service_txt">На сегодняшний день компания успешно реализовала более 500 крупных выставочных стендов. Независимо от того, какой вы выберете специалисты уделят максимум времени и внимания. Задача агентства создать для вас лучший проект и воплотить его в реальность.</p> <p class="service_txt">На сегодняшний день компания успешно реализовала более 500 крупных выставочных стендов. Независимо от того, какой вы выберете специалисты уделят максимум времени и внимания. Задача агентства создать для вас лучший проект и воплотить его в реальность.</p>
<p class="about_txt wow fadeInUp" data-wow-delay=".2s" data-wow-duration="1s"><strong>Этапы работы:&nbsp;</strong></p> <p class="about_txt wow fadeInUp" data-wow-delay=".2s" data-wow-duration="1s"><h4 class="main_title">Этапы работы:&nbsp;</h4></p>
<ul class="about_list wow fadeInUp" data-wow-delay=".3s" data-wow-duration="1s"> <ul class="about_list wow fadeInUp" data-wow-delay=".3s" data-wow-duration="1s">
<li> <li>

View File

@ -2,7 +2,7 @@
<p class="service_txt">Позвольте себе расслабиться и получать удовольствие от события, а не уделять время организационным вопросам. Все заботы, связанные с проживанием участников и проведением мероприятия, компания возьмет на себя, работая 24 часа в сутки.</p> <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"> <ul class="about_list wow fadeInUp" data-wow-delay=".3s" data-wow-duration="1s">
<li> <li>

View File

@ -4,7 +4,7 @@
<p class="service_txt">Мы предлагаем услуги по размещению рекламы на всех каналах средств массовой информации Туркменистана с наибольшей выгодой для вас.</p> <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"> <ul class="about_list wow fadeInUp" data-wow-delay=".3s" data-wow-duration="1s">
<li> <li>

View File

@ -8,7 +8,9 @@ forceUrl = 1
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <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/fonts/Montserrat/stylesheet.css'|theme}}">
<link rel="stylesheet" href="{{ 'assets/css/animate.css'|theme}}"> <link rel="stylesheet" href="{{ 'assets/css/animate.css'|theme}}">
<link rel="stylesheet" href="{{ 'assets/css/swiper.min.css'|theme}}"> <link rel="stylesheet" href="{{ 'assets/css/swiper.min.css'|theme}}">

View File

@ -1,6 +1,7 @@
title = "Home" title = "Home"
url = "/" url = "/"
layout = "master" layout = "master"
description = "Tps advertising, Advertisements in turkmenistan"
meta_title = "Главная" meta_title = "Главная"
meta_description = "Агентство полного цикла, аналогов которому нет в стране. Все рекламные услуги в одном месте. Лучшие маркетинговые решения и рекламная продукция." meta_description = "Агентство полного цикла, аналогов которому нет в стране. Все рекламные услуги в одном месте. Лучшие маркетинговые решения и рекламная продукция."
is_hidden = 0 is_hidden = 0

View File

@ -98,8 +98,8 @@ pageNumber = "{{ :page }}"
<div class="gallery_box"> <div class="gallery_box">
{% for key, record in records %} {% 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"> <div class="gal_slider">
{% for cont in record.img %} {% for cont in record.img %}
<div class="gal_slider-item fancybox" href="{{ cont.content|media }}" <div class="gal_slider-item fancybox" href="{{ cont.content|media }}"
@ -127,7 +127,10 @@ pageNumber = "{{ :page }}"
</div> </div>
</div> </div>
{% endfor %} {% endfor %}
</div> </div>
<div class="pagination"> <div class="pagination">
<a href="#" class="pag_arrow left"> <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"> <svg width="20" height="8" viewBox="0 0 20 8" fill="none" xmlns="http://www.w3.org/2000/svg">