61 lines
3.4 KiB
HTML
61 lines
3.4 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en" class="h-100">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<title>Услуги</title>
|
||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet"
|
||
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
|
||
<link rel="stylesheet" href="css/style.css">
|
||
</head>
|
||
<body class="d-flex flex-column h-100">
|
||
<header>
|
||
<nav class="navbar navbar-explad-lg" style="background-color: aquamarine;">
|
||
<div class="d-flex flex-column mb-3">
|
||
<div class="p-2"><a href="index.html"><img src="source/logo.png" width="200px" height="80px" alt="logo"></a></div>
|
||
</div>
|
||
<div class="d-flex justify-content-around">
|
||
<div class="p-2"><a id="sslk" href="page2.html"style="font-size: 20px;">Услуги</a></div>
|
||
<div class="p-2"><a id="sslk" href="page3.html"style="font-size: 20px;">Вакансии</a></div>
|
||
</div>
|
||
<div class="d-flex justify-content-end">
|
||
<div class="p-2"><img src="source/phone.png" alt="phone" width="20px" height="20px"></div>
|
||
<div class="p-2"><p style="font-size: 20px;">+7 937 811 91 41</p></div>
|
||
</div>
|
||
</nav>
|
||
</header>
|
||
<article>
|
||
<form class="d-flex align-items-center justify-content-center">
|
||
<div class="container">
|
||
<div class="row justify-content-center mt-5 col">
|
||
<div class="flex-column d-flex col p-2 align-items-start form-group">
|
||
<div class="form-row w-100">
|
||
<label for="movieImg"><span class="m-2">Авто</span></label>
|
||
<div class="form-group col-6">
|
||
<img src="source/noimage.png" class="m-2">
|
||
<input type="file" class="form-control-file m-2" id="movieImg">
|
||
</div>
|
||
</div>
|
||
<input type="text" class="form-control p-2 m-2" placeholder="Название">
|
||
<input type="text" class="form-control p-2 m-2" placeholder="Год Выпуска">
|
||
<input type="text" class="form-control p-2 m-2" placeholder="Пакет">
|
||
<input type="text" class="form-control p-2 m-2" placeholder="Цена">
|
||
<label for="descriptionTextarea"><span class="m-2">Описание</span></label>
|
||
<textarea class="form-control w-100 m-2" id="descriptionTextarea" rows="3"></textarea>
|
||
<button type="submit" style="background-color: #33C598;" class="btn mt-5 text-break px-5 py-1 fs-2">Добавить</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</form>
|
||
</article>
|
||
<footer class="footer mt-auto" style="background-color: aquamarine;">
|
||
<div class="containerok fixed bottom-0">
|
||
<div class="d-flex">
|
||
<div class="p-2"><img src="source/logo.png" class="img-fluid" alt="logo"></div>
|
||
<div class="p-2 flex-grow-1"><p>Время работы:<br>Пн-пт 08:00 - 20:00<br>Сб-Вс 10:00 - 20:00</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</footer>
|
||
</body>
|
||
</html> |