This repository was archived by the owner on Jan 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkak_proehat.html
More file actions
99 lines (89 loc) · 4.31 KB
/
Copy pathkak_proehat.html
File metadata and controls
99 lines (89 loc) · 4.31 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
<!DOCTYPE html>
<html lang="ru">
<head id="main-screen">
<title>Стоматология</title>
<meta charset="utf-8">
<meta name="description" content="Все виды стоматологических услуг на профессиональном уровне">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="images/logo-icon.png">
<link rel="stylesheet" type="text/css" href="css/normalize.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="js/slick.css" />
<link rel="stylesheet" type="text/css" href="js/slick-theme.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script src="js/slick.js"></script>
<script src="js/maskedinput.js"></script>
<script src="js/main-scripts.js"></script>
</head>
<body>
<!-- Шапка -->
<div class="header">
<div class="container clearfix">
<a class="header__logo" href="index.html"></a>
<ul>
<li><a href="index.html">Главная</a></li>
<li><a href="about-us.html">О нас</a></li>
<li><a href="service.html">Услуги</a></li>
<li><a href="our-doctors.html">Врачи</a></li>
<li><a href="contacts.html">Контакты</a></li>
</ul>
<div class="header__content-right">
<a class="header__number" href="tel:84954670954">+7 (495) 467-09-54</a>
<p class="header__time">График работы: Пн-Пт 09.00-21.00</p>
<p class="header__time">Сб-Вс 09.00-20.00</p>
<span class="header__menu"></span>
</div>
</div>
</div>
<!-- /Шапка -->
<!-- Контакты -->
<div class="main-about-us">
<div class="container">
<div class="wr-h2">
<h1 class="h1">Как доехать?</h1>
<p class="h2-dop">Дентомед</p>
</div>
<div class="wr-crumbs">
<a href="index.html">Главная</a>
<p>Как проехать от станций метро</p>
</div>
</div>
<br><br>
<div class="container clearfix">
<div>
<h3 class="contacts__name">Выберите вашу станцию</h3>
<li><a style="line-height:2" class="contacts__text" href="elektrozavodskaya.html">🚆 ст. м. Электрозаводская</span></a></li>
<li><a style="line-height:2" class="contacts__text" href="partizanskaya.html"><span>🚆 ст. м. Партизанская</span></a></li>
<li><a style="line-height:2" class="contacts__text" href="pervomayskaya.html"><span>🚆 ст. м. Первомайская</span></a></li>
<li><a style="line-height:2" class="contacts__text" href="semenovskaya.html"><span>🚆 ст. м. Семёновская</span></a></li>
<li><a style="line-height:2" class="contacts__text" href="rokossovskogo.html"><span>🚆 ст. м. Бульвар Рокоссовского</span></a></li>
<li><a style="line-height:2" class="contacts__text" href="cherkizovskaya.html"><span>🚆 ст. м. Черкизовская</span></a></li>
<li><a style="line-height:2" class="contacts__text" href="metrogorodok.html"><span> 🏘 район Метрогородок</span></a></li>
</div>
<br><br>
<div class="container">
<div class="contacts__wr-map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d8966.648465215327!2d37.81422740686307!3d55.81646607780803!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x46b534af4a20d82f%3A0x4af6c1ee48659ebc!2z0JHQsNC50LrQsNC70YzRgdC60LDRjyDRg9C7LiwgNDcsINCc0L7RgdC60LLQsCwgMTA3NTg5!5e0!3m2!1sru!2sru!4v1562927331229!5m2!1sru!2sru" width="100%" height="100%" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
</div>
</div>
<!-- /Контакты -->
<!-- Подвал -->
<div class="footer">
<div class="container clearfix">
<p class="footer__text">© 1988-2019, Дентомед Все права защищены</p>
<ul>
<li><a href="index.html">Главная</a></li>
<li><a href="about-us.html">О нас</a></li>
<li><a href="service.html">Услуги</a></li>
<li><a href="our-doctors.html">Врачи</a></li>
<li><a href="contacts.html">Контакты</a></li>
</ul>
<a class="footer__to-up" href="#main-screen">Вверх</a>
</div>
</div>
<!-- /Подвал -->
</body>
<script src="https://form.ponomarev.studio/form.js"></script>
<script src="/js/forms.js"></script>
</html>