PIbd-21_Bakalskaya_E.D._INT.../lk.html

235 lines
7.2 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.0" />
<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/bootstrap-icons/font/bootstrap-icons.min.css"
rel="stylesheet"
/>
<link rel="stylesheet" href="./static/css/base.css" />
<link rel="stylesheet" href="./static/css/lk.css" />
<title>Профиль</title>
<link
rel="shortcut icon"
href="./static/images/favicon.svg"
type="image/x-icon"
/>
</head>
<body class="d-flex flex-column">
<header class="sticky-top">
<nav class="navbar navbar-expand-lg navbar-dark">
<div class="container-fluid">
<a class="navbar-brand d-flex align-items-center">
<img
src="./static/images/logo-livecinema-small.png"
class="d-inline-block align-text-top me-4 d-none d-sm-block"
/>
LiveCinema
</a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarNavDropdown"
aria-controls="navbarNavDropdown"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div
class="collapse navbar-collapse justify-content-end"
id="navbarNavDropdown"
>
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="/">Главная</a>
</li>
<li class="nav-item">
<a class="nav-link" href="katalog.html">Каталог</a>
</li>
<li class="nav-item">
<a class="nav-link" href="logIn.html">Регистрация</a>
</li>
<li class="nav-item">
<a class="nav-link" href="into.html">Вход</a>
</li>
<li class="nav-item">
<a class="nav-link" href="subscribe.html">Подписка</a>
</li>
<li class="nav-item">
<a class="nav-link" href="admin.html">Админка</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<main class="flex-fill d-flex justify-content-center">
<div class="container-fluid d-flex flex-column justify-content-around">
<div
class="title-category d-flex flex-row justify-content-around align-items-center mt-5"
>
<span class="text-center"> Избранное </span>
</div>
<div
class="card-container d-flex flex-column flex-md-row justify-content-around mt-3 mb-3"
>
<div
class="card-image-no-wathing d-flex flex-column justify-content-center align-items-center mb-md-0 mb-3"
>
<img
src="./static/fotos/11.jpeg"
alt=""
class="img-fluid rounded-5"
/>
</div>
<div
class="card-image-no-wathing d-flex flex-column justify-content-center align-items-center mb-md-0 mb-3"
>
<img
src="./static/fotos/11.jpeg"
alt=""
class="img-fluid rounded-5"
/>
</div>
<div
class="card-image-no-wathing d-flex flex-column justify-content-center align-items-center mb-md-0 mb-3"
>
<img
src="./static/fotos/11.jpeg"
alt=""
class="img-fluid rounded-5"
/>
</div>
</div>
<div
class="card-container d-flex flex-column flex-md-row justify-content-around mt-3 mb-3"
>
<div
class="card-image-no-wathing d-flex flex-column justify-content-center align-items-center mb-md-0 mb-3"
>
<img
src="./static/fotos/11.jpeg"
alt=""
class="img-fluid rounded-5"
/>
</div>
<div
class="card-image-no-wathing d-flex flex-column justify-content-center align-items-center mb-md-0 mb-3"
>
<img
src="./static/fotos/11.jpeg"
alt=""
class="img-fluid rounded-5"
/>
</div>
<div
class="card-image-no-wathing d-flex flex-column justify-content-center align-items-center mb-md-0 mb-3"
>
<img
src="./static/fotos/11.jpeg"
alt=""
class="img-fluid rounded-5"
/>
</div>
</div>
<div
class="title-category d-flex flex-row justify-content-around align-items-center mt-3 mb-3"
>
<span class="text-center"> Посмотреть позже </span>
</div>
<div
class="card-container d-flex flex-column flex-md-row justify-content-around mb-3 mt-3"
>
<div
class="card-image-no-wathing d-flex flex-column justify-content-center align-items-center mb-md-0 mb-3"
>
<img
src="./static/fotos/11.jpeg"
alt=""
class="img-fluid rounded-5"
/>
</div>
<div
class="card-image-no-wathing d-flex flex-column justify-content-center align-items-center mb-md-0 mb-3"
>
<img
src="./static/fotos/11.jpeg"
alt=""
class="img-fluid rounded-5"
/>
</div>
<div
class="card-image-no-wathing d-flex flex-column justify-content-center align-items-center mb-md-0 mb-3"
>
<img
src="./static/fotos/11.jpeg"
alt=""
class="img-fluid rounded-5"
/>
</div>
</div>
<div
class="card-container d-flex flex-column flex-md-row justify-content-around mt-3 mb-5"
>
<div
class="card-image-no-wathing d-flex flex-column justify-content-center align-items-center mb-md-0 mb-3"
>
<img
src="./static/fotos/11.jpeg"
alt=""
class="img-fluid rounded-5"
/>
</div>
<div
class="card-image-no-wathing d-flex flex-column justify-content-center align-items-center mb-md-0 mb-3"
>
<img
src="./static/fotos/11.jpeg"
alt=""
class="img-fluid rounded-5"
/>
</div>
<div
class="card-image-no-wathing d-flex flex-column justify-content-center align-items-center mb-md-0 mb-3"
>
<img
src="./static/fotos/11.jpeg"
alt=""
class="img-fluid rounded-5"
/>
</div>
</div>
</div>
</main>
<footer class="container-fluid py-1">
<span> &copy; 2023 LiveCinema Бакальская Е. Д. </span>
</footer>
</body>
</html>