-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdaru.html
More file actions
101 lines (100 loc) · 7.06 KB
/
daru.html
File metadata and controls
101 lines (100 loc) · 7.06 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!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 class="a1" href="index.html">Дары леса</a>
<strong class="a1" >Грибы, ягоды</strong>
<a href="mushrooms.html">Грибы</a>
<a href="cranberry.html">Клюква</a>
<a href="blueberry.html">Черника</a>
<a href="news.html">Новости лесные</a>
<a href="contacts.html">Контакты</a>
</nav>
<div class="content">
<div id = "center">
<h1>Грибы, ягоды</h1>
<section>
<a href="mushrooms.html" title="Перейти на Грибы">
<figure>
<img src="img/boletus_copi.jpg" title="Грибы" alt="Подосиновики">
<figcaption><h2>Грибы</h2></figcaption>
</figure>
</a>
<a href="cranberry.html" title="Перейти на Клюква">
<figure>
<img src="img/cranberry_copi.jpg" title="Клюква" alt="Ведро клюквы">
<figcaption><h2>Клюква</h2></figcaption>
</figure>
</a>
<a href="blueberry.html" title="Перейти на Черника">
<figure>
<img src="img/bilberry_copi.jpg" title="Черника" alt= "Ведро черники">
<figcaption><h2>Черника</h2></figcaption>
</figure>
</a>
</section>
<article>
<p>В один солнечный день мы отправились в лес за дарами природы. Тропинка вела нас через густой ельник, где под ногами мягко шуршали опавшие листья.
</p>
<p>Вот он — красавец подосиновик! Красная шляпка так и просится в корзину. А рядом — целая семейка таких же крепких грибков. Их оранжевые шапки словно маячки в зелёном море леса.</p>
<p>А вот и черничник! Тёмно-синие ягоды так и манят своей сочностью. Собираем аккуратно, чтобы не раздавить. Черника — настоящая находка для глаз и памяти.</p>
<p>Пробираемся дальше, к болотистым местам. Там, на кочках, красуется клюква — яркие бусины на тонких стебельках. Кисловатая, но такая полезная! Каждая ягодка словно драгоценный камень среди мха. Но созревает она только в сентябре, а собирать ее можно до снега.</p>
</article>
</div>
<div id = "left">
<span class="tooltip" title="Бесплатный подробный курс по HTML и CSS с упражнениями">
<a href="https://ktcybr2448.programsite.ru/freemakeup" target="_blank">
<img src="img/rusakov.png" alt="HTML и CSS для начинающих" />
</a>
</span>
<div class="content">
<!-- Yandex.RTB R-A-288586-1
<div id="yandex_rtb_R-A-288586-1" class="yandex-adaptive"></div><script> (function(w, d, n, s, t) { w[n] = w[n] || []; w[n].push(function() {
Ya.Context.AdvManager.render({blockId: "R-A-288586-1", renderTo: "yandex_rtb_R-A-288586-1", async: true });});
t = d.getElementsByTagName("script")[0]; s = d.createElement("script"); s.type = "text/javascript"; s.src = "//an.yandex.ru/system/context.js"; s.async = true; t.parentNode.insertBefore(s, t);})(this, this.document, "yandexContextAsyncCallbacks");
</script>
Yandex.RTB R-A-288586-2
<div id="yandex_rtb_R-A-288586-2" class="yandex-adaptive right"></div><script type="text/javascript">(function(w, d, n, s, t) { w[n] = w[n] || []; w[n].push(function() { Ya.Context.AdvManager.render({ blockId: "R-A-288586-2", renderTo: "yandex_rtb_R-A-288586-2", async: true }); });
t = d.getElementsByTagName("script")[0]; s = d.createElement("script"); s.type = "text/javascript"; s.src = "//an.yandex.ru/system/context.js"; s.async = true; t.parentNode.insertBefore(s, t); })(this, this.document, "yandexContextAsyncCallbacks");
</script>
-->
</div>
</div>
</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>