Internet_Programming_PIbd-2.../Book.html

67 lines
4.1 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.

<!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="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" style="padding: 0;">
<nav class="navbar navbar-expand-lg navbar-light" style="background-color: #452A21;">
<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" style="margin-left: auto;">
<li class="nav-item">
<a class="nav-link" href="Catalog.html">Каталог</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Избранное</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-4 col-md-6 col-sm-12">
<img src="images/fil-kam-big.png" alt="Обложка книги" style="display: block;
margin-left: auto; margin-right: auto; border-radius: 10px; max-width: 60%; margin-top: 15px;">
</div>
<div class="col-lg-8 col-md-6 col-sm-12">
<p class="about">Книга, покорившая мир, эталон литературы для читателей всех возрастов,
синоним успеха. Книга, сделавшая Джоан Роулинг самым читаемым писателем
современности. Книга, ставшая культовой уже для нескольких поколений.
"Гарри Поттер и Философский камень" - история начинается.
</p>
<div class="container column " style="display: flex; flex-direction: column; padding-bottom: 50px;">
<a href="#link" class="btn btn-custom" role="button">В избранное</a>
<a href="#link" class="btn btn-custom" role="button">Читать отрывок</a>
</div>
</div>
</div>
<footer class="footer mt-auto d-flex flex-shrink-0 justify-content-center align-items-center text-white">
Федоренко Галина, ПИбд-22
</footer>
</body>
</html>