-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontacts.html
More file actions
76 lines (76 loc) · 4.43 KB
/
contacts.html
File metadata and controls
76 lines (76 loc) · 4.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang="ru">
<head>
<title>Контакты</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Возможность общения с продавцом">
<meta name= "keywords" content = "карта, имя, почта, контакты">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="css/tooltipster.bundle.min.css">
<link rel="stylesheet" href="css/tooltipster-sideTip-shadow.min.css">
<link href="css/normalize.css" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet">
</head>
<body>
<div id="wrapper">
<div class="flex1">
<header>
<a href="index.html"><img src="img/strawberry.jpg" title="Главная" alt="Логотип"></a>
<div id="logo">ДАРЫ ЛЕСА</div>
<!--
<a href="mailto:egorov@dawork.ru?subject=Заказ" title="Заказ на Дары леса на адрес egorov@dawork.ru">Заказ по почте</a>
-->
</header>
<nav>
<a href="index.html">Дары леса</a>
<a href="daru.html" title="Дары леса">Грибы, ягоды</a>
<a href="mushrooms.html">Грибы</a>
<a href="cranberry.html">Клюква</a>
<a href="blueberry.html">Черника</a>
<a href="news.html">Новости лесные</a>
<strong >Контакты</strong>
</nav>
<div class="content">
<div id = "center">
<h1>Контакты</h1>
<script type="text/javascript" async src="https://api-maps.yandex.ru/services/constructor/1.0/js/?um=constructor%3A72c9db7137ffa91aaccf767086f91efc5e72e7f785d7582bac397114856b6020&width=500&height=400&lang=ru_RU&scroll=true"></script>
<p>Валерий Егоров</p>
<p>Для связи без регистрации на сайте используйте - </p>
<p>E-mail: egorov@dawork.ru</p>
<form action="file.php" method="post">
<label for="name">Имя:</label><br>
<input type="text" name="firstname" id="name" placeholder="Имя" size="17" required><br>
<label for="firstname">Почта:</label><br>
<input type="email" name="firstname" id="firstname" size="17" required><br>
<label for="tel">Телефон:</label><br>
<input type="tel" name="tel" id="tel" size="17"><br>
<hr>
<input type="submit" value="Отправить">
<input type="reset" value="Сбросить">
<input type="button" value="Жми">
</form>
</div>
<div id = "left">
<a href="https://lori.ru/Moisey" target="_blank">
<span class="tooltip" title="Крупнейшая база фотографий. Ежедневно увеличивается на тысячи фотографий самых разных жанров и тем">
<img src="img/lori3.jpg" alt="Фотобанк Лори: продажа фотографий и иллюстраций">
</span>
</a>
</div>
</div>
</div>
<footer>
<hr>
<div>
<img src="/img/ev.png" alt="логотип Егоров Валерий в виде букв ЕВ">
</div>
© Валерий Егоров, 2016-2026
</footer>
</div>
<script src="js/jquery.js"></script>
<script src="js/tooltipster.bundle.min.js"></script>
<script src="js/scripts.js"></script>
<!-- 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();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(44709193, "init", { clickmap:true, trackLinks:true, accurateTrackBounce:true, webvisor:true }); </script> <noscript><div><img src="https://mc.yandex.ru/watch/44709193" style="position:absolute; left:-9999px;" alt="" /></div></noscript> <!-- /Yandex.Metrika counter -->
</body>
</html>