PIbd-21_Danilov_V.V._Intern.../Lab3/Profile.html
Владимир Данилов 83490711d5 отчет
2023-12-19 20:23:11 +04:00

70 lines
3.7 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.

<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>
<nav class="navbar navbar-expand-md">
<div class="container-fluid">
<a class = "navbar-brand" href = "./" style="color: #6A3502;">
<i class="fa-solid fa-microchip"></i>
Техник
</a>
<form class="d-flex">
<input class="form-control" type="search" placeholder="Поиск по сайту" aria-label="Search">
<button class="btn btn-outline-*" type="submit" style="color: #6A3502;"><i class="fa-solid fa-search"></i></button>
</form>
<a class="nav-link" href="./Admin.html">Администрация</a>
</div>
</nav>
</header>
<main class="container-fluid" style="background-color: antiquewhite;">
<article class="p-3">
<div class="d-flex flex-lg-row justify-content-center" style="background-color: white; border-radius: 12px;">
<a><img src="Image/Inoplanet.png" class="img-thumbnail" alt="logo" width="200"></a>
<h5 class="p-2">Пришелец-ВА1240</h5>
</div>
</article>
<article class="p-3">
<div class="d-flex flex-lg-row justify-content-center" style="background-color: white; border-radius: 12px;">
<div class="d-flex flex-column p-2">
<h5 class="p-2">Доставляется</h5>
<a class="nav-link p-2" href="#">15.6" Ноутбук GIGABYTE G5 MF черный [Full HD (1920x1080), IPS, Intel
Core i5-12500H, ядра: 4 + 8 х 2.5 ГГц, RAM 16 ГБ, SSD 512 ГБ, GeForce RTX 4050 для ноутбуков 6 ГБ, без ОС] </a>
<h5 class="p-2">Прибудет 29.12.2023</h5>
</div>
<a class="image-container p-2"><img src="Image/Laptop1-1.jpg" alt="logo" width="128"></a>
</div>
</article>
<article class="p-3">
<div class="d-flex flex-lg-row justify-content-center" style="background-color: white; border-radius: 12px;">
<div class="d-flex flex-column p-2">
<h5 class="p-2">Завершенные</h5>
<a class="nav-link p-2" href="#">17.3" Ноутбук ARDOR GAMING NEO G17-I7ND307 черный [Full HD (1920x1080), IPS, Intel
Core i7-12650H, ядра: 6 + 4 х 2.3 ГГц, RAM 16 ГБ, SSD 512 ГБ, GeForce
RTX 4060 для ноутбуков 8 ГБ, без ОС] </a>
<h5 class="p-2">Получен 29.02.2023</h5>
</div>
<a class="image-container p-2"><img src="Image/Laptop4-1.jpg" alt="logo" width="128"></a>
</div>
</article>
</main>
<footer class="footer mt-auto d-flex flex-shrink-0 align-items-center">
© 2023 Компания Техник. Администрация Сайта не несет ответственности за размещаемые Пользователями материалы (в т.ч. информацию и изображения), их содержание и качество.
</footer>
</body>
</html>