<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="stylesheet" href="./style.css"> </head> <body class="h-100 d-flex flex-column"> <header class="border border-5 border-dark mb-5"> <nav class="navbar navbar-expand-md"> <div class="container-fluid fs-3"> <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" id="navbarNav"> <div class="navbar-nav"> <a class="nav-link navbar-text active mx-3" href="./main.html"><b>Main</b></a> <a class="nav-link navbar-text" href="./profile.html"><b>Profile</b></a> </div> </div> <div class="navbar-collapse collapse justify-content-end" id="navbarNav"> <div class="navbar-nav"> <a class="nav-link navbar-text mx-3" href="./index.html"><b>Log in/Sign up</b></a> </div> </div> </div> </nav> </header> <main class="mb-4"> <h3 class="section-name text-center col-xs-9 col-sm-6 col-mb-1 col-lg-2 justify-content-center mx-auto mb-0 border border-bottom-0 border-3 border-dark"> New: </h3> <div class="window row mx-4 pt-4 border border-5 border-dark rounded-5"> <a class="a-main col-lg-2 col-md-4 col-sm-6 text-center" href="book.html"> <div class="text-center border border-4 border-dark"> <img src="images/WarAndPeace.png" class="img-fluid" alt="Responsive image"> </div> <h3>Book Name</h3> <h3>Author</h3> </a> <a class="a-main col-lg-2 col-md-4 col-sm-6 text-center" href="book.html"> <div class="text-center border border-4 border-dark"> <img src="images/WarAndPeace.png" class="img-fluid" alt="Responsive image"> </div> <h3>Book Name</h3> <h3>Author</h3> </a> <a class="a-main col-lg-2 col-md-4 col-sm-6 text-center" href="book.html"> <div class="text-center border border-4 border-dark"> <img src="images/WarAndPeace.png" class="img-fluid" alt="Responsive image"> </div> <h3>Book Name</h3> <h3>Author</h3> </a> <a class="a-main col-lg-2 col-md-4 col-sm-6 text-center" href="book.html"> <div class="text-center border border-4 border-dark"> <img src="images/WarAndPeace.png" class="img-fluid" alt="Responsive image"> </div> <h3>Book Name</h3> <h3>Author</h3> </a> <a class="a-main col-lg-2 col-md-4 col-sm-6 text-center" href="book.html"> <div class="text-center border border-4 border-dark"> <img src="images/WarAndPeace.png" class="img-fluid" alt="Responsive image"> </div> <h3>Book Name</h3> <h3>Author</h3> </a> <a class="a-main col-lg-2 col-md-4 col-sm-6 text-center" href="book.html"> <div class="text-center border border-4 border-dark"> <img src="images/WarAndPeace.png" class="img-fluid" alt="Responsive image"> </div> <h3>Book Name</h3> <h3>Author</h3> </a> </div> <h3 class="section-name text-center col-xs-9 col-sm-6 col-mb-1 col-lg-2 justify-content-center mx-auto mb-0 mt-5 border border-bottom-0 border-3 border-dark"> Popular: </h3> <div class="window row mx-4 pt-4 border border-5 border-dark rounded-5"> <a class="a-main col-lg-2 col-md-4 col-sm-6 text-center" href="book.html"> <div class="text-center border border-4 border-dark"> <img src="images/WarAndPeace.png" class="img-fluid" alt="Responsive image"> </div> <h3>Book Name</h3> <h3>Author</h3> </a> <a class="a-main col-lg-2 col-md-4 col-sm-6 text-center" href="book.html"> <div class="text-center border border-4 border-dark"> <img src="images/WarAndPeace.png" class="img-fluid" alt="Responsive image"> </div> <h3>Book Name</h3> <h3>Author</h3> </a> <a class="a-main col-lg-2 col-md-4 col-sm-6 text-center" href="book.html"> <div class="text-center border border-4 border-dark"> <img src="images/WarAndPeace.png" class="img-fluid" alt="Responsive image"> </div> <h3>Book Name</h3> <h3>Author</h3> </a> <a class="a-main col-lg-2 col-md-4 col-sm-6 text-center" href="book.html"> <div class="text-center border border-4 border-dark"> <img src="images/WarAndPeace.png" class="img-fluid" alt="Responsive image"> </div> <h3>Book Name</h3> <h3>Author</h3> </a> <a class="a-main col-lg-2 col-md-4 col-sm-6 text-center" href="book.html"> <div class="text-center border border-4 border-dark"> <img src="images/WarAndPeace.png" class="img-fluid" alt="Responsive image"> </div> <h3>Book Name</h3> <h3>Author</h3> </a> <a class="a-main col-lg-2 col-md-4 col-sm-6 text-center" href="book.html"> <div class="text-center border border-4 border-dark"> <img src="images/WarAndPeace.png" class="img-fluid" alt="Responsive image"> </div> <h3>Book Name</h3> <h3>Author</h3> </a> </div> </main> <footer class="footer border border-dark border-5 mt-auto d-flex flex-shrink-0 justify-content-center align-items-center fs-5"> <b>Барсуков Павел, 2023</b> </footer> </body> </html>