PIbd-21_Makarov_DV_Internet.../profile.html
2023-12-01 18:47:23 +04:00

93 lines
6.4 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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">
<meta name="viewport" content="width=device-width, initial-scale=1">
<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>
<header class="border-bottom ps-5 pe-5 sticky-top" style="background-color: #6376D7;">
<nav class="navbar navbar-expand-lg">
<div class="container-fluid">
<a class="navbar-brand fs-3" href="/index.html" style="color: #ffffff;">Маркетплейс</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a href="/catalog.html" type="button" class="btn btn-main fs-5">Каталог</a>
</li>
</ul>
<form class="d-flex form-horizontal">
<input class="form-control me-2" type="search" placeholder="Поиск..." aria-label="Search" style="width: 40vw;">
<button class="btn btn-main me-2 fs-5" type="submit">Поиск</button>
</form>
<a href="/login.html" class="nav-link link-light">
<span class="fs-5" style="color: #ffffff;">Войти</span>
</a>
</div>
</div>
</nav>
</header>
<main class="container-fluid d-flex justify-content-center mt-5 mb-5 flex-wrap">
<div id="menu" class="box d-flex flex-column me-3 mb-3">
<p class="mt-3 me-auto ms-auto mb-3" style="font-size: 22; text-align: center;"> Здравствуйте, Имя!</p>
<button type="button" class="btn btn-main me-3 ms-3 mb-2" sstyle="font-size: 20; height: 50px">Корзина</button>
<button type="button" class="btn btn-main me-3 ms-3 mb-2" style="font-size: 20; height: 50px">Заказы</button>
<button type="button" class="btn btn-main me-3 ms-3 mb-2" style="font-size: 20; height: 50px">Избранное</button>
</div>
<div id="cart" class="box">
<p class="mt-3 me-auto ms-5 mb-3" style="font-size: 22; text-align: left;">Корзина</p>
<div class="d-flex flex-wrap">
<div id="cart-box" class="innerbox ms-4 me-3 w-75 mb-3 d-flex flex-column" style="min-width: 300px ;">
<div class="d-flex mt-3">
<img src="/content/catalog/GeForce RTX 4070.jpg" id="cart-pic" class="ms-3 box picmin"></img>
<p class="align-self-center">Видеокарта ASUS NVIDIA DUAL RTX4070</p>
<p class="align-self-center ms-auto me-4 fs-4">76 000 ₽</p>
</div>
<div class="d-flex mt-3">
<img src="/content/catalog/Ryzen 7 5800X3D.jpg" id="cart-pic" class="ms-3 box picmin"></img>
<p class="align-self-center">Процессор AMD Ryzen 7 5800X3D OEM</p>
<p class="align-self-center ms-auto me-4 fs-4">44 290 ₽</p>
</div>
</div>
<div id="order-cart-box" class="innerbox ms-4 me-4 mb-3 d-flex flex-column">
<div id="total-sum" class="d-flex flex-row mt-4">
<p class="ms-4 me-auto"style="font-size: 22; text-align: left;">Итого</p>
<p class="ms-auto me-4" style="font-size: 22; text-align: right;">120 290 ₽</p>
</div>
<div id="total-itemsincart" class="d-flex flex-row mb-3">
<p class="ms-4 me-auto"style="font-size: 16; color: #7e7e7e; text-align: left;">Товаров</p>
<p class="ms-auto me-4" style="font-size: 16; color: #7e7e7e; text-align: right;">2 шт.</p>
</div>
<button type="button" class="btn btn-main mt-auto me-5 ms-5 mb-3" style="min-height: 55px">Оформить заказ</button>
</div>
</div>
</div>
</main>
<div class="container-fluid" style="background-color: #6376D7;">
<footer class="py-5">
<div class="row">
<div class="col-2 offset-1">
<ul class="nav flex-column">
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 link-light ">Контакты</a></li>
<li class="nav-item mb-2"><a href="./termsofuse.html" class="nav-link p-0 link-light">Пользовательское соглашение</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 link-light" >ЧаВо</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 link-light">О нас</a></li>
</ul>
</div>
<div class="col-6 offset-3" style="text-align: center; color: #ffffff;">
<p>© Маркетплейс,<br/> 2023 <br/> Все права защищены.</p>
</div>
</div>
</footer>
</div>
</body>
</html>