errors fixed
This commit is contained in:
20
authors.html
20
authors.html
@@ -20,22 +20,22 @@
|
||||
<section class="authors">
|
||||
<div class="container">
|
||||
<div class="authors_block">
|
||||
<h2 class="title">Наши авторы</h2>
|
||||
<h2 class="authors_block_title">Наши авторы</h2>
|
||||
<div class="authors_cards">
|
||||
<a href="#!" class="authors_card">
|
||||
<img src="img/authors-img1.png" alt="">
|
||||
<h3>Екатерина Волкова</h3>
|
||||
<p>Старший менеджер по продажам</p>
|
||||
<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="">
|
||||
<h3>Анастасия Колесникова</h3>
|
||||
<p>Менеджер по продажам</p>
|
||||
<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="">
|
||||
<h3>Тимур Абдеев</h3>
|
||||
<p>Менеджер по работе с клиентами</p>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user