-
Notifications
You must be signed in to change notification settings - Fork 0
/
forest-travel.html
102 lines (87 loc) · 3.74 KB
/
forest-travel.html
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
102
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<title>Forest</title>
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/media.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Roboto:wght@400;700;900&display=swap" rel="stylesheet">
</head>
<body>
<main>
<article class="project">
<div class="container">
<h1 class="project-header">
Верстка сайта «Форест-тревел»
</h1>
<div class="project-img">
<img src="img/project/img-forest 1.jpg" alt="img-forest">
</div>
<div class="project-description">
<p>
Верстка многостраничного сайта. Главная, страница с услугами,
карта проезда с формой обратной связи, страница со статьей.
</p>
<p>
Адрес сайта: <a href="#"> site.com </a>
</p>
</div>
<a href="index.html" class="project-btn-back"> ← ВЕРНУТЬСЯ НА ГЛАВНУЮ </a>
</div>
</article>
</main>
<footer class="footer">
<div class="container">
<!--Footer-row-->
<div class="footer-row">
<!--Footer-copyright-->
<div class="footer-copyright footer-col">
<div class="footer-copyright-name">
© Роман Литвиненко
</div>
<p>
HTML верстка и разработка сайтов
</p>
</div>
<!--//Footer-copyright//-->
<!--Footer-icons-->
<div class="footer-icons footer-col">
<p>
Мои профили в социальных сетях:
</p>
<div class="footer-icons-row">
<a href="#">
<img src="img/icons/ig.svg" alt="ig">
</a>
<a href="#">
<img src="img/icons/facebook.svg" alt="facebook">
</a>
<a href="#">
<img src="img/icons/vk.svg" alt="vk">
</a>
<a href="#">
<img src="img/icons/in.svg" alt="in">
</a>
<a href="#">
<img src="img/icons/github.svg" alt="github">
</a>
</div>
</div>
<!--//Footer-icons//-->
<div class="footer-contacts footer-col">
<a href="https://vk.com/puhlenkiyroman" class="footer-button">
Связаться Вконтакте
</a>
<p> Напишите мне, чтобы заказать или
узнать стоимость верстки вашего проекта </p>
</div>
<!--//Footer-row//-->
</div>
</div>
</footer>
</body>
</html>