164 lines
8.6 KiB
HTML
164 lines
8.6 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="ru">
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<title>Контакты</title>
|
||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
<script type="module" src="./node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
|
||
<link href="./node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"/>
|
||
<link href="./node_modules/@fortawesome/fontawesome-free/css/all.min.css" rel="stylesheet"/>
|
||
<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=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,800;0,900;1,700&display=swap" rel="stylesheet">
|
||
<link rel="stylesheet" href="css/style.css">
|
||
</head>
|
||
|
||
<body class="d-flex flex-column min-vh-100 bg-white">
|
||
<header class="w-100 position-sticky top-0">
|
||
<nav class="navbar navbar-expand-lg navbar-light">
|
||
<div class="container-md">
|
||
<a class="navbar-brand me-lg-5 d-flex align-items-center" href="/" id="logo">
|
||
<img src="icons/logo.png" alt="logo" class="me-2">
|
||
Читай-комната
|
||
</a>
|
||
<button class="navbar-toggler ms-auto" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
|
||
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
|
||
<span class="navbar-toggler-icon"></span>
|
||
</button>
|
||
<div class="navbar-collapse collapse" id="navbarNav">
|
||
<ul class="navbar-nav align-items-lg-center justify-content-lg-start w-100">
|
||
<li class="header-link nav-item ms-lg-2 me-lg-3">
|
||
<a class="nav-link" href="./index.html">Главная</a>
|
||
</li>
|
||
<li class="header-link nav-item me-lg-3">
|
||
<a class="nav-link" href="./catalog.html">Каталог</a>
|
||
</li>
|
||
<li class="header-link nav-item me-lg-5" id="header-contacts">
|
||
<a class="nav-link active" aria-current="page" href="./contacts.html">Контакты</a>
|
||
</li>
|
||
<div class="flex-grow-1 me-lg-4" id="header-search">
|
||
<input class="form-control h-25" type="search" placeholder="Я ищу..." aria-label="Search" id="search-bar">
|
||
</div>
|
||
<li class="nav-item">
|
||
<a class="nav-link" href="./login.html">
|
||
Вход
|
||
</a>
|
||
</li>
|
||
<p class="d-none d-lg-block">
|
||
/
|
||
</p>
|
||
<li class="nav-item me-lg-3">
|
||
<a class="nav-link" href="./registration.html">
|
||
Регистрация
|
||
</a>
|
||
</li>
|
||
<li class="nav-item">
|
||
<a class="nav-link pe-lg-0" href="./cart.html">
|
||
<img src="icons/card.png" alt="card" width="30" height="35" id="cart-icon">
|
||
</a>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</nav>
|
||
</header>
|
||
|
||
<main class="container-md d-flex flex-column justify-content-center flex-grow-1">
|
||
<div class="row">
|
||
<div class="col-lg-5 px-0 me-lg-5">
|
||
<div class="block d-flex flex-column align-items-start">
|
||
<p class="mb-4 mb-sm-5 lh-1" id="contacts-title">
|
||
Контакты
|
||
</p>
|
||
<div class="contacts-item d-flex mb-5">
|
||
<img src="icons/phone-call.png" class="contacts-icon me-4" alt="phone-call" width="88" height="88">
|
||
<div class="d-flex flex-column">
|
||
<p class="contacts-item-main-info mb-3">
|
||
+7 927 818-61-60
|
||
</p>
|
||
<p class="contacts-item-clarification">
|
||
Служба клиентской поддержки
|
||
c 8:00 - 22:00 (Мск)
|
||
</p>
|
||
</div>
|
||
</div>
|
||
<div class="contacts-item d-flex mb-5">
|
||
<img src="icons/email.png" class="contacts-icon me-4" alt="email" width="88" height="88">
|
||
<div class="d-flex flex-column justify-content-center">
|
||
<p class="contacts-item-main-info mb-3">
|
||
readroom@mail.ru
|
||
</p>
|
||
<p class="contacts-item-clarification">
|
||
Электронный адрес компании
|
||
</p>
|
||
</div>
|
||
</div>
|
||
<div class="contacts-item d-flex mb-3">
|
||
<img src="icons/skype.png" class="contacts-icon me-4" alt="skype" width="88" height="88">
|
||
<div class="d-flex flex-column justify-content-center">
|
||
<p class="contacts-item-main-info">
|
||
Пообщайтесь с сотрудниками по видеосвязи
|
||
</p>
|
||
</div>
|
||
</div>
|
||
<a href="/" class="mb-3 mb-sm-4 text-decoration-none" id="skype-link">
|
||
Перейти в Skype
|
||
</a>
|
||
<div class="mb-4 mb-sm-5 mt-2 mb-lg-0">
|
||
<p class="mb-3" id="contacts-address">
|
||
Наш адрес:
|
||
</p>
|
||
<p id="contacts-address-value">
|
||
432064, Россия, г. Ульяновск, проспект Врача Сурова, 2А
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="col px-0 align-self-center">
|
||
<div class="block d-flex justify-content-center justify-content-lg-end">
|
||
<img src="icons/map.png" class="border border-black border-2 img-fluid h-100" alt="map" width="665" height="689">
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</main>
|
||
|
||
<footer class="footer flex-shrink-0">
|
||
<div class="container-md" id="footer-container">
|
||
<div class="row d-flex align-items-center gy-3 gy-lg-0 gx-0" id="footer-row">
|
||
<div class="col-md-6 col-lg-4">
|
||
<div class="block d-flex justify-content-center justify-content-md-start" id="footer-copyright">
|
||
© И. А. Родионов, 2023.
|
||
</div>
|
||
</div>
|
||
<div class="col-md-6 col-lg-3">
|
||
<div class="block d-flex align-items-center justify-content-center justify-content-md-end">
|
||
<img src="icons/telephone-call.png" class="me-2" alt="telephone-call" width="32" height="32">
|
||
<p id="footer-phone-number-text">
|
||
+7 927 818-61-60
|
||
</p>
|
||
</div>
|
||
</div>
|
||
<div class="col-md-12 col-lg-5 mb-3 mb-lg-0">
|
||
<div class="block d-flex align-items-center justify-content-center justify-content-lg-end">
|
||
<p class="me-3" id="footer-social-media-text">
|
||
Мы в соцсетях:
|
||
</p>
|
||
<a class="me-3" href="/">
|
||
<img src="icons/vk.png" alt="vk" width="32" height="32">
|
||
</a>
|
||
<a class="me-3" href="/">
|
||
<img src="icons/youtube.png" alt="youtube" width="32" height="32">
|
||
</a>
|
||
<a class="me-3" href="/">
|
||
<img src="icons/telegram.png" alt="telegram" width="32" height="32">
|
||
</a>
|
||
<a href="/">
|
||
<img src="icons/odnoklassniki.png" alt="odnoklassniki" width="32" height="32">
|
||
</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</footer>
|
||
</body>
|
||
</html> |