Internet_Programming_PIbd-2.../лаб3/прим1/dist/index.html
2023-12-07 19:09:45 +04:00

88 lines
4.0 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html lang="ru">
<head>
<meta charset="utf-8">
<title>Рарити шоп</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script type="module" crossorigin src="/assets/all.min-68844163.js"></script>
<link rel="stylesheet" href="/assets/all-3c204b92.css">
<link rel="stylesheet" href="/assets/index-bb549660.css">
</head>
<body class="d-flex flex-column">
<header>
<nav class="navbar navbar-expand-md navbar-dark">
<div class="container-fluid">
<a class="navbar-brand" href="/">
<name>
<img src ="/assets/logo-705e2efa.png" class="img-fluid" alt = "...">
Рарити шоп
</name>
</a>
<button class="navbar-toggler" 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 justify-content-end" id="navbarNav">
<div class="navbar-nav">
<a class="nav-link active" href="./index.html">Главная</a>
<a class="nav-link active" href="./page5.html">Каталог</a>
<a class="nav-link active" href="./page2.html">Контакты</a>
<a class="nav-link active" href="./page3_.html">Личный кабинет</a>
<a class="nav-link active" href="./page9.html">Корзина</a>
</div>
</div>
</div>
</nav>
</header>
<main class="container-fluid p-2 m-0" style="display: flex; flex-direction: column;">
<div class = "container-fluid m-0">
<div class = "row">
<div class = "col-12">
<h1 class = "text-center title h1" style="color: white;">
Платья на любую фигуру и торжество от популярного дизайнера!
</h1>
</div>
</div>
</div>
<div class = "container-fluid m-0">
<div class="row rowAdd h-100 m-0" style="display: flex; flex-direction: row;">
<div class="col col-12 col-sm-12 col-md-4 col-lg-4 col-xl-4 add1 h-100 " style="display: flex; flex-direction: column;">
<div class = "text-center" style = "color: white;">
Вечерние платья со скидкой20%
</div>
<div class = "h-100 d-flex flex-column justify-content-center align-items-center">
<img src ="/assets/вечернееплатье-b8d7488a.png" class=" w-25 img-fluid" alt = "...">
</div>
</div>
<div class="col col-12 col-sm-12 col-md-4 col-lg-4 col-xl-4 add2 h-100 " style="display: flex; flex-direction: column;">
<div class = "text-center" style = "color: white;">
Бесплатное снятие мерок на свадебное платье каждый вторник
</div>
<div class = "h-100 d-flex flex-column justify-content-center align-items-center">
<img src ="/assets/свадебное платье-3a328f66.png" class="w-25 img-fluid" alt = "...">
</div>
</div>
<div class="col col-12 col-sm-12 col-md-4 col-lg-4 col-xl-4 add3 h-100 " style="display: flex; flex-direction: column;">
<div class = "text-center" style = "color: white;">
Предоставляем услуги по ремонту платьев
</div>
<div class = "h-100 d-flex flex-column justify-content-center align-items-center">
<img src ="/assets/нити и игла-881e8434.png" class="w-75 img-fluid" alt = "...">
</div>
</div>
</div>
</div>
</main>
<footer class="footer mt-auto d-flex flex-shrink-0 justify-content-left align-items-left fixed-bottom">
Рарити Шоп.ру Лёвушкина Анна ПИбд-21
</footer>
</body>
</html>