Files
template-for-verstka/authors.html
2025-01-23 19:57:57 +05:00

39 lines
1.5 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="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="font/stylesheet.css">
<link rel="stylesheet" href="style/index.css">
<title>Title</title>
</head>
<body>
<div class="wrapper">
<section class="authors">
<div class="container">
<div class="authors_block">
<h2 class="title">Наши авторы</h2>
<div class="authors_cards">
<div class="authors_card">
<img src="img/authors-img1.png" alt="">
<h3>Екатерина Волкова</h3>
<p>Старший менеджер по продажам</p>
</div>
<div class="authors_card">
<img src="img/authors-img2.png" alt="">
<h3>Анастасия Колесникова</h3>
<p>Менеджер по продажам</p>
</div>
<div class="authors_card">
<img src="img/authors-img3.png" alt="">
<h3>Тимур Абдеев</h3>
<p>Менеджер по работе с клиентами</p>
</div>
</div>
</div>
</div>
</section>
</div>
</body>
</html>