-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathforest-travel.html
More file actions
61 lines (60 loc) · 2.83 KB
/
forest-travel.html
File metadata and controls
61 lines (60 loc) · 2.83 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
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Forest travel</title>
<link rel="stylesheet" href="./css/main.css">
<link rel="stylesheet" href="./css/media.css">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap" rel="stylesheet">
</head>
<body>
<div class="project">
<div class="container">
<h1 class="project-header">Верстка сайта «Форест-тревел»</h1>
<div class="project-img">
<img src="./img/projects/forest-full.jpg" alt="Верстка сайта «Форест-тревел»">
</div>
<div class="project-description">
<p>Верстка многостраничного сайта. Главная, страница с услугами, карта проезда с формой обратной связи, страница со статьей.
</p>
<p>Адрес сайта: <a href="#">asite.com</a></p>
</div>
<a class="project-button" href="index.html">← ВЕРНУТЬСЯ НА ГЛАВНУЮ</a>
</div>
</div>
<!--Footer-->
<footer class="footer">
<div class="container">
<div class="footer-row">
<div class="footer-copyright footer-col">
<div class="footer-copyright-name">© Сайпуддин Ахтаханов</div>
<p>HTML верстка и разработка сайтов</p>
</div>
<div class="footer-social footer-col">
<p>Мои профили в социальных сетях:</p>
<div class="footer-social-icons">
<a href="#">
<img src="./img/icons/instagram.svg" alt="">
</a>
<a href="#">
<img src="./img/icons/facebook.svg" alt="">
</a>
<a href="#">
<img src="./img/icons/vk.svg" alt="">
</a>
<a href="#">
<img src="./img/icons/github.svg" alt="">
</a>
</div>
</div>
<div class="footer-contacts footer-col">
<a class="footer-button" href="https://vk.com/saypaborz">Связаться вконтакте</a>
<p>Напишите мне, чтобы заказать или узнать стоимость верстки вашего проекта.</p>
</div>
</div>
</div>
</footer>
<!--/Footer-->
</body>
</html>