Internet_Programming_PIbd-2.../Catalog.html

123 lines
6.8 KiB
HTML
Raw Permalink 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.

<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<link rel="stylesheet" href="styles/styleCatalog.css">
<link rel="stylesheet" href="styles/modal.css">
<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=Jost:wght@300&family=Source+Serif+4:opsz,wght@8..60,600;8..60,700&display=swap" rel="stylesheet">
<title>Книжный подвальчик</title>
</head>
<body>
<div class="container-fluid p-0" >
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="index.html">
<svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg">
<path id="Vector" d="M5 7.5H20C22.6522 7.5 25.1957 8.55357 27.0711 10.4289C28.9464 12.3043 30 14.8478 30 17.5V52.5C30 50.5109 29.2098 48.6032 27.8033 47.1967C26.3968 45.7902 24.4891 45 22.5 45H5V7.5Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path id="Vector_2" d="M55 7.5H40C37.3478 7.5 34.8043 8.55357 32.9289 10.4289C31.0536 12.3043 30 14.8478 30 17.5V52.5C30 50.5109 30.7902 48.6032 32.1967 47.1967C33.6032 45.7902 35.5109 45 37.5 45H55V7.5Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</a>
</li>
</ul>
<ul class="navbar-nav mt-auto" >
<li class="nav-item">
<a class="nav-link" href="Catalog.html">Каталог</a>
</li>
<li class="nav-item">
<a class="nav-link" id="open-modal-link" style="cursor: pointer;">Избранное</a>
</li>
<li class="nav-item">
<a class="nav-link" href="SignIn.html">Войти</a>
</li>
<li class="nav-item">
<a class="nav-link" href="SignUp.html">Зарегистрироваться</a>
</li>
</ul>
</div>
</nav>
</div>
<div class="row">
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="book">
<img src="images/mast-marg.png" alt="Обложка книги 1">
<h3>Мастер и Маргарита, М.А. Булгагов</h3>
<a href="#link" class="btn btn-custom" role="button">Подробнее</a>
<a href="#link" class="btn btn-custom" role="button">В избранное</a>
</div>
<div class="book">
<img src="images/mast-marg.png" alt="Обложка книги 1">
<h3>Мастер и Маргарита, М.А. Булгагов</h3>
<a href="#link" class="btn btn-custom" role="button">Подробнее</a>
<a href="#link" class="btn btn-custom" role="button">В избранное</a>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="book">
<img src="images/sob-pari.png" alt="Обложка книги 2">
<h3>Собор парижской Богоматери, В. Гюго</h3>
<a href="#link" class="btn btn-custom" role="button">Подробнее</a>
<a href="#link" class="btn btn-custom" role="button">В избранное</a>
</div>
<div class="book">
<img src="images/sob-pari.png" alt="Обложка книги 2">
<h3>Собор парижской Богоматери, В. Гюго</h3>
<a href="#link" class="btn btn-custom" role="button">Подробнее</a>
<a href="#link" class="btn btn-custom" role="button">В избранное</a>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="book">
<img src="images/fil-kam.png" alt="Обложка книги 3">
<h3>Гарри Поттер и философский камень, Дж.К. Роулинг</h3>
<a href="Book.html" class="btn btn-custom" role="button">Подробнее</a>
<a href="#link" class="btn btn-custom" role="button">В избранное</a>
</div>
<div class="book">
<img src="images/fil-kam.png" alt="Обложка книги 3">
<h3>Гарри Поттер и философский камень, Дж.К. Роулинг</h3>
<a href="Book.html" class="btn btn-custom" role="button">Подробнее</a>
<a href="#link" class="btn btn-custom" role="button">В избранное</a>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="book">
<img
style="padding-bottom: 7.73px"
src="images/groz-per.png"
alt="Обложка книги 4"
/>
<h3>Грозовой перевал, Э. Бронте</h3>
<a href="#link" class="btn btn-custom" role="button">Подробнее</a>
<a href="#link" class="btn btn-custom" role="button">В избранное</a>
</div>
</div>
</div>
<div class="modal" id="my-modal">
<div class="modal-box">
<button id="close-modal-btn" class="modal-close">
<svg width="24" height="24" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.11 2.697L2.698 4.11 6.586 8l-3.89 3.89 1.415 1.413L8 9.414l3.89 3.89 1.413-1.415L9.414 8l3.89-3.89-1.415-1.413L8 6.586l-3.89-3.89z" fill="#000"></path>
</svg>
</button>
<p>Избранное</p>
<ul>
<p>Book 1</p>
</ul>
</div>
</div>
<footer class="footer mt-auto d-flex flex-shrink-0 justify-content-center align-items-center text-white">
Федоренко Галина, ПИбд-22
</footer>
<script src="scripts/mainPage.js"></script>
</body>
</html>