Compare commits
5 Commits
18e2e45585
...
vectorbric
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2cc2f8495d | ||
|
|
1edb20881d | ||
|
|
6e518a5d76 | ||
|
|
fad5afb0c1 | ||
|
|
9d68663b9c |
14
.htaccess
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>
|
||||
@@ -81,7 +81,7 @@ h1 span {
|
||||
),
|
||||
#ff875c;
|
||||
|
||||
font-weight: 600;
|
||||
font-weight: 500;
|
||||
font-size: 54px;
|
||||
line-height: 135%;
|
||||
color: #fff;
|
||||
@@ -90,6 +90,7 @@ h1 span {
|
||||
-webkit-background-clip: initial;
|
||||
-webkit-text-fill-color: initial;
|
||||
margin-top: 6px;
|
||||
text-transform: initial;
|
||||
}
|
||||
|
||||
/* Button */
|
||||
|
||||
43
index.html
43
index.html
@@ -5,7 +5,7 @@
|
||||
<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>Кирпич напрямую от производителя в Томске | Вектор</title>
|
||||
<title>Строительный кирпич напрямую от производителя в Томске | Вектор</title>
|
||||
<meta name="description" content="SEO Description">
|
||||
<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>
|
||||
@@ -15,6 +15,31 @@
|
||||
|
||||
<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">
|
||||
|
||||
<!-- 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(98435636, "init", {
|
||||
clickmap: true,
|
||||
trackLinks: true,
|
||||
accurateTrackBounce: true,
|
||||
webvisor: true
|
||||
});
|
||||
</script>
|
||||
<noscript>
|
||||
<div><img src="https://mc.yandex.ru/watch/98435636" style="position:absolute; left:-9999px;" alt="" /></div>
|
||||
</noscript>
|
||||
<!-- /Yandex.Metrika counter -->
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -37,8 +62,8 @@
|
||||
<img src="assets/img/wh.svg" width="27" height="27" alt="Мы в Whatsapp" title="Мы в Whatsapp">
|
||||
</a>
|
||||
</div>
|
||||
<a href="tel:+79234352557" class="header__tel" title="Позвоните нам">
|
||||
<p>+7 (923) 435 25 57</p>
|
||||
<a href="tel:83822995831" class="header__tel" title="Позвоните нам">
|
||||
<p>8 (3822) 99 58 31</p>
|
||||
</a>
|
||||
<button class="btn btn-small modal__btn" data-modal="request">
|
||||
<p>Заказать звонок</p>
|
||||
@@ -52,7 +77,7 @@
|
||||
<div class="hero__content">
|
||||
<div class="hero__leftside">
|
||||
<div class="hero__title">
|
||||
<h1><b>Кирпич в Томске</b> напрямую от производителя <span>от 11 руб./шт.</span></h1>
|
||||
<h1><b>Строительный кирпич в Томске</b> напрямую от производителя <span>от 24,88 ₽/шт.</span></h1>
|
||||
</div>
|
||||
<div class="hero__desc">
|
||||
<p>
|
||||
@@ -79,11 +104,11 @@
|
||||
<form class="generalform" id="generalform" action="">
|
||||
<select name="quantity" id="quantity" required>
|
||||
<option value disabled selected>Укажите количество</option>
|
||||
<option value="1-5 м3">1-5 м3</option>
|
||||
<option value="5-10 м3">5-10 м3</option>
|
||||
<option value="10-50 м3">10-50 м3</option>
|
||||
<option value="50-100 м3">50-100 м3</option>
|
||||
<option value="Более 100 м3">Более 100 м3</option>
|
||||
<option value="1">1-5 м3</option>
|
||||
<option value="5">5-10 м3</option>
|
||||
<option value="10">10-50 м3</option>
|
||||
<option value="50">50-100 м3</option>
|
||||
<option value="100">Более 100 м3</option>
|
||||
</select>
|
||||
<input type="tel" id="tel" name="tel" value="" placeholder="+7 (___) ___-____" required>
|
||||
<button class="btn btn-big">Забронировать стоимость</button>
|
||||
|
||||
Reference in New Issue
Block a user