Compare commits
9 Commits
18e2e45585
...
vectorbloc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5129dfeec9 | ||
|
|
61181f41d0 | ||
|
|
bcc7082be6 | ||
|
|
1f1c8ca898 | ||
|
|
e9a8f5a104 | ||
|
|
a6fd62c235 | ||
|
|
17f7db4e52 | ||
|
|
366152cb97 | ||
|
|
17c7665854 |
14
.htaccess
@@ -1,14 +0,0 @@
|
|||||||
<IfModule mod_rewrite.c>
|
|
||||||
# Редирект: ...// -> .../
|
|
||||||
RewriteCond %{REQUEST_URI} (.*)\/\/$
|
|
||||||
RewriteRule ^(.*)$ https://%{HTTP_HOST}/%1/ [R=301,L]
|
|
||||||
|
|
||||||
# Редирект: с www -> без www
|
|
||||||
RewriteCond %{HTTP_HOST} ^www\.(.*)$
|
|
||||||
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
|
|
||||||
|
|
||||||
# Редирект: HTTP -> HTTPS
|
|
||||||
RewriteCond %{HTTP:X-Forwarded-Proto} !https
|
|
||||||
RewriteCond %{HTTPS} off
|
|
||||||
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
|
|
||||||
</IfModule>
|
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
:root {
|
:root {
|
||||||
--clr-general: #141210;
|
--clr-general: #00071e;
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
@@ -13,7 +13,7 @@ body {
|
|||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: var(--clr-general);
|
color: var(--clr-general);
|
||||||
background: #fffaf7;
|
background: #f9f7f6;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -47,14 +47,14 @@ body {
|
|||||||
h1 {
|
h1 {
|
||||||
font-family: 'DIN Pro', sans-serif;
|
font-family: 'DIN Pro', sans-serif;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-size: 62px;
|
font-size: 66px;
|
||||||
line-height: 110%;
|
line-height: 110%;
|
||||||
letter-spacing: -0.04em;
|
letter-spacing: -0.04em;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
background: linear-gradient(
|
background: linear-gradient(
|
||||||
142deg,
|
142deg,
|
||||||
rgba(255, 255, 255, 0) 0%,
|
rgba(255, 255, 255, 0) 0%,
|
||||||
rgba(255, 255, 255, 0.15) 32%,
|
rgba(255, 255, 255, 0.22) 42%,
|
||||||
rgba(255, 255, 255, 0) 100%
|
rgba(255, 255, 255, 0) 100%
|
||||||
),
|
),
|
||||||
var(--clr-general);
|
var(--clr-general);
|
||||||
@@ -66,6 +66,7 @@ h1 b,
|
|||||||
h1 strong {
|
h1 strong {
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 span {
|
h1 span {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@@ -80,16 +81,16 @@ h1 span {
|
|||||||
rgba(255, 255, 255, 0) 100%
|
rgba(255, 255, 255, 0) 100%
|
||||||
),
|
),
|
||||||
#ff875c;
|
#ff875c;
|
||||||
|
font-weight: 500;
|
||||||
font-weight: 600;
|
font-size: 46px;
|
||||||
font-size: 54px;
|
|
||||||
line-height: 135%;
|
line-height: 135%;
|
||||||
color: #fff;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
background-clip: initial;
|
background-clip: initial;
|
||||||
-webkit-background-clip: initial;
|
-webkit-background-clip: initial;
|
||||||
-webkit-text-fill-color: initial;
|
-webkit-text-fill-color: initial;
|
||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
|
color: #fff;
|
||||||
|
text-transform: initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Button */
|
/* Button */
|
||||||
@@ -190,7 +191,7 @@ h1 span {
|
|||||||
content: '';
|
content: '';
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: url('../img/bg_after.webp') top left no-repeat;
|
background: url('../img/bg_after.webp') bottom left no-repeat;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
@@ -204,7 +205,7 @@ h1 span {
|
|||||||
background: url('../img/bg_before.webp') center no-repeat;
|
background: url('../img/bg_before.webp') center no-repeat;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 100px;
|
bottom: 200px;
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
animation: herobefore 6s ease-in-out infinite;
|
animation: herobefore 6s ease-in-out infinite;
|
||||||
@@ -232,13 +233,13 @@ h1 span {
|
|||||||
.hero__content::after {
|
.hero__content::after {
|
||||||
content: '';
|
content: '';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -64px;
|
top: -60px;
|
||||||
right: -240px;
|
right: -595px;
|
||||||
width: 880px;
|
width: 1230px;
|
||||||
height: 830px;
|
height: 830px;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
background: url('../img/hero-img.webp') center no-repeat;
|
background: url('../img/hero-img-full.webp') center no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
.hero__leftside {
|
.hero__leftside {
|
||||||
|
|||||||
@@ -99,7 +99,7 @@
|
|||||||
width: 200px;
|
width: 200px;
|
||||||
height: 140px;
|
height: 140px;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
top: 0px;
|
top: 10px;
|
||||||
}
|
}
|
||||||
.hero::before {
|
.hero::before {
|
||||||
opacity: 0.4;
|
opacity: 0.4;
|
||||||
@@ -198,7 +198,10 @@
|
|||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
}
|
}
|
||||||
.hero__price-header p {
|
.hero__price-header p {
|
||||||
font-size: 12.5px;
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
.hero__content::after {
|
||||||
|
right: -140px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media screen and (max-width: 375px) {
|
@media screen and (max-width: 375px) {
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 54 KiB |
|
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 17 KiB |
BIN
assets/img/gift.webp
Normal file
|
After Width: | Height: | Size: 5.1 KiB |
BIN
assets/img/hero-img-full.webp
Normal file
|
After Width: | Height: | Size: 196 KiB |
|
Before Width: | Height: | Size: 373 KiB |
42
index.html
@@ -5,7 +5,7 @@
|
|||||||
<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>Кирпич напрямую от производителя в Томске | Вектор</title>
|
<title>Газобетонные блоки напрямую от производителя в Томске | Вектор</title>
|
||||||
<meta name="description" content="SEO Description">
|
<meta name="description" content="SEO Description">
|
||||||
<link rel="shortcut icon" href="assets/img/favicon.ico?v=1.0">
|
<link rel="shortcut icon" href="assets/img/favicon.ico?v=1.0">
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.0.0/jquery.min.js"></script>
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.0.0/jquery.min.js"></script>
|
||||||
@@ -15,6 +15,29 @@
|
|||||||
|
|
||||||
<link rel="stylesheet" media="screen and (max-width: 992px)" href="assets/css/gp-style-tablet.css?v=1.0">
|
<link rel="stylesheet" media="screen and (max-width: 992px)" href="assets/css/gp-style-tablet.css?v=1.0">
|
||||||
<link rel="stylesheet" media="screen and (max-width: 576px)" href="assets/css/gp-style-mobile.css?v=1.0">
|
<link rel="stylesheet" media="screen and (max-width: 576px)" href="assets/css/gp-style-mobile.css?v=1.0">
|
||||||
|
|
||||||
|
<!-- Yandex.Metrika counter -->
|
||||||
|
<script type="text/javascript">
|
||||||
|
(function (m, e, t, r, i, k, a) {
|
||||||
|
m[i] = m[i] || function () { (m[i].a = m[i].a || []).push(arguments) };
|
||||||
|
m[i].l = 1 * new Date();
|
||||||
|
for (var j = 0; j < document.scripts.length; j++) { if (document.scripts[j].src === r) { return; } }
|
||||||
|
k = e.createElement(t), a = e.getElementsByTagName(t)[0], k.async = 1, k.src = r, a.parentNode.insertBefore(k, a)
|
||||||
|
})
|
||||||
|
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
|
||||||
|
|
||||||
|
ym(98435289, "init", {
|
||||||
|
clickmap: true,
|
||||||
|
trackLinks: true,
|
||||||
|
accurateTrackBounce: true,
|
||||||
|
webvisor: true
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
<noscript>
|
||||||
|
<div><img src="https://mc.yandex.ru/watch/98435289" style="position:absolute; left:-9999px;" alt="" /></div>
|
||||||
|
</noscript>
|
||||||
|
<!-- /Yandex.Metrika counter -->
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
@@ -37,8 +60,8 @@
|
|||||||
<img src="assets/img/wh.svg" width="27" height="27" alt="Мы в Whatsapp" title="Мы в Whatsapp">
|
<img src="assets/img/wh.svg" width="27" height="27" alt="Мы в Whatsapp" title="Мы в Whatsapp">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<a href="tel:+79234352557" class="header__tel" title="Позвоните нам">
|
<a href="tel:83822995831" class="header__tel" title="Позвоните нам">
|
||||||
<p>+7 (923) 435 25 57</p>
|
<p>8 (3822) 99 58 31</p>
|
||||||
</a>
|
</a>
|
||||||
<button class="btn btn-small modal__btn" data-modal="request">
|
<button class="btn btn-small modal__btn" data-modal="request">
|
||||||
<p>Заказать звонок</p>
|
<p>Заказать звонок</p>
|
||||||
@@ -52,7 +75,8 @@
|
|||||||
<div class="hero__content">
|
<div class="hero__content">
|
||||||
<div class="hero__leftside">
|
<div class="hero__leftside">
|
||||||
<div class="hero__title">
|
<div class="hero__title">
|
||||||
<h1><b>Кирпич в Томске</b> напрямую от производителя <span>от 11 руб./шт.</span></h1>
|
<h1><b>Газобетонные блоки в Томске</b> напрямую от производителя <span>от 6 699 ₽/поддон</span>
|
||||||
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
<div class="hero__desc">
|
<div class="hero__desc">
|
||||||
<p>
|
<p>
|
||||||
@@ -79,11 +103,11 @@
|
|||||||
<form class="generalform" id="generalform" action="">
|
<form class="generalform" id="generalform" action="">
|
||||||
<select name="quantity" id="quantity" required>
|
<select name="quantity" id="quantity" required>
|
||||||
<option value disabled selected>Укажите количество</option>
|
<option value disabled selected>Укажите количество</option>
|
||||||
<option value="1-5 м3">1-5 м3</option>
|
<option value="1">1-5 м3</option>
|
||||||
<option value="5-10 м3">5-10 м3</option>
|
<option value="5">5-10 м3</option>
|
||||||
<option value="10-50 м3">10-50 м3</option>
|
<option value="10">10-50 м3</option>
|
||||||
<option value="50-100 м3">50-100 м3</option>
|
<option value="50">50-100 м3</option>
|
||||||
<option value="Более 100 м3">Более 100 м3</option>
|
<option value="100">Более 100 м3</option>
|
||||||
</select>
|
</select>
|
||||||
<input type="tel" id="tel" name="tel" value="" placeholder="+7 (___) ___-____" required>
|
<input type="tel" id="tel" name="tel" value="" placeholder="+7 (___) ___-____" required>
|
||||||
<button class="btn btn-big">Забронировать стоимость</button>
|
<button class="btn btn-big">Забронировать стоимость</button>
|
||||||
|
|||||||