-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontacts.html
More file actions
41 lines (39 loc) · 1.88 KB
/
contacts.html
File metadata and controls
41 lines (39 loc) · 1.88 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Контакты</title>
<link rel="stylesheet" href="./styles.css">
<link rel="icon" type="image/x-icon" href="./media/logo/logo2_ICO.ico">
<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=Open+Sans:wght@300;400;600;700;800&display=swap" rel="stylesheet">
</head>
<body>
<div class="text-covering-div">
<p class="bold-16-dark">Контактная информация</p>
<hr>
<span class="semibold-14-dark">Телефон 📞</span> +7 962 577-14-03
<div class="button" onclick="location.href='tel:+79625771403';">
Позвонить
</div>
<div class="button" onclick="location.href='https://wa.me/79625771403';">
Написать в Whatsapp
</div>
<p>
<span class="semibold-14-dark">Адрес студии</span> <span class="bold-14-dark">Pilates New Time:</span> <br>
Бульвар Кол Гали, 14А
(Новый город, 58/12Б);<br>
Высотное здание, цокольный этаж,
вход со стороны магазина
</p>
<div class="button" onclick="location.href='./index.html';">
Назад на главную
</div>
<div class="map">
<script type="text/javascript" charset="utf-8" async src="https://api-maps.yandex.ru/services/constructor/1.0/js/?um=constructor%3A8706880d1b0ef4e7b83ca7801db1b1f191c970f55b26a35dfafd51a5fcc9dd30&width=300&height=300&lang=ru_RU&scroll=true"></script>
</div>
</div>
</body>
</html>