-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmap.html
78 lines (78 loc) · 3.01 KB
/
map.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
<!doctype html>
<html lang="ru">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Как проехать</title>
<meta name="description" content="Barbershop">
<meta name="author" content="Yury Zaytsev">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Sans+Narrow:700,400&subset=latin,cyrillic">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<!--[if lt IE 9]>
<link rel="stylesheet" href="css/ie8.css">
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body class="inner-page">
<header class="main-header">
<div class="container clearfix">
<nav class="main-navigation">
<ul>
<li class="active"><a href="index.html">Главная</a></li>
<li class="disabled"><a href="#">Информация</a></li>
<li class="disabled"><a href="#">Новости</a></li>
<li><a href="price.html">Прайс-лист</a></li>
<li><a href="catalog.html">Магазин</a></li>
<li class="disabled"><a href="#">Контакты</a></li>
</ul>
</nav>
<div class="user-block">
<a class="login" href="#">Вход</a>
</div>
</div>
</header>
<div class="container">
<div class="inner-page-title">
<h1>Прайс-лист</h1>
<ul class="breadcrumbs">
<li><a href="index.html">Главная</a></li>
<li class="current">Как проехать</li>
</ul>
</div>
<div class="inner-content">
<p>Адрес: г. Санкт-Петербург, Б. Конюшенная, д. 19/8</p>
<img src="pic/map.jpg" width="766" height="561" alt="Как проехать">
</div>
</div>
<footer class="main-footer">
<div class="container clearfix">
<section class="footer-contacts">
Барбершоп «Бородинский»<br>
Адрес: г. Санкт-Петербург, Б. Конюшенная, д. 19/8<br>
<a href="#">Как нас найти?</a><br>
телефон: <a class="footer-contacts-tel" href="tel:+74956660266">+7 (495) 666-02-66</a>
</section>
<section class="footer-social">
<p>Давайте дружить!</p>
<a class="social-btn social-btn-vk" href="#">Вконтакте</a>
<a class="social-btn social-btn-fb" href="#">Фейсбук</a>
<a class="social-btn social-btn-inst" href="#">Инстаграм</a>
</section>
<section class="footer-copyright">
<p>Дизайн сайта:</p>
<a class="btn" href="#">htmlacademy.ru</a>
</section>
</div>
</footer>
<!--[if lt IE 9]>
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="js/ie8.js"></script>
<![endif]-->
<!--[if lt IE 10]>
<script src="js/classList.js"></script>
<script src="js/placeholders-min.js"></script>
<![endif]-->
<script src="js/main.js"></script>
</body>
</html>