You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.5 KiB
39 lines
1.5 KiB
<!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> |