-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathroutes.html
54 lines (50 loc) · 1.91 KB
/
routes.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Аренда катера Спб</title>
<meta name="keywords" content="аренда, катер, яхта, спб, санкт-петербург ">
<meta name="description" content="Аренда яхты в Санкт-Петербурге по выгодной цене!">
<link rel="stylesheet" href="css/main.css">
</head>
<body class="backgroundImg">
<header>
<img class="logo-img" src="img/logo.jpg">
<div class="nav-menu">
<ul>
<li><a href="index.html">Главная</a></li>
<li><a href="boats.html">О нас</a></li>
<li><a href="events.html">Цены</a></li>
<li><a href="reviews.html">Отзывы</a></li>
<li><a href="routes.html">Где нас найти</a></li>
</ul>
</div>
<aside class="telephone">
<i>8 (962) 684-51-99</i>
<a href="#">Заказать обратный звонок</a>
</aside>
</header>
<main>
<h1>Где мы находимся</h1>
</main>
<footer>
<img class="logo-img" src="img/logo.jpg" alt="logo">
<section class="nav-menu-footer">
<ul>
<li><a href="index.html">Главная</a></li>
<li><a href="boats.html">О нас</a></li>
<li><a href="events.html">Цены</a></li>
<li><a href="reviews.html">Отзывы</a></li>
<li><a href="routes.html">Где нас найти</a></li>
</ul>
</section>
<section class="social-networks">
<ul class="social-icons">
<li><a class="social-icon-vk" href="https://vk.com/public211513707" title="VK"></a></li>
<li><a class="social-icon-telegram" href="https://vk.com/public211513707" title="Telegram"></a></li>
<li><a class="social-icon-instagram" href="https://vk.com/public211513707" title="Instagram"></a></li>
<li><a class="social-icon-whatsup" href="https://vk.com/public211513707" title="Whats up"></a></li>
</ul>
</section>
</footer>
</body>