Add project banner
This commit is contained in:
39
authors.html
Normal file
39
authors.html
Normal file
@@ -0,0 +1,39 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user