Files
template-for-verstka/authors.html
2025-01-25 17:02:12 +05:00

47 lines
2.1 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">
<div class="breadcrumbs">
<div class="container">
<div class="breadcrumb">
<a href="#!">Главная -</a>
<span>Наши авторы</span>
</div>
</div>
</div>
<section class="authors">
<div class="container">
<div class="authors_block">
<h2 class="authors_block_title">Наши авторы</h2>
<div class="authors_cards">
<a href="#!" class="authors_card">
<img src="img/authors-img1.png" alt="" class="authors_card_img">
<h3 class="authors_card_title">Екатерина Волкова</h3>
<p class="authors_card_text">Старший менеджер по продажам</p>
</a>
<a href="#!" class="authors_card">
<img src="img/authors-img2.png" alt="" class="authors_card_img">
<h3 class="authors_card_title">Анастасия Колесникова</h3>
<p class="authors_card_text">Менеджер по продажам</p>
</a>
<a href="#!" class="authors_card">
<img src="img/authors-img3.png" alt="" class="authors_card_img">
<h3 class="authors_card_title">Тимур Абдеев</h3>
<p class="authors_card_text">Менеджер по работе с клиентами</p>
</a>
</div>
</div>
</div>
</section>
</div>
</body>
</html>