Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
<!DOCTYPE html>
<html lang="ru">

<head>
<meta charset="utf-8">
<title>HTML Academy: Седона</title>

<link rel="icon" href="favicon.ico"> <!-- 32×32 -->
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon.png">
<link rel="stylesheet" href="styles/styles.css">

</head>
<body>

Expand Down Expand Up @@ -38,15 +40,15 @@
<a class="navigation-list__link navigation-list__link--search link" href="#">
<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" fill="none" viewBox="0 0 21 20"><path fill="currentColor" d="m19.893 18.008-3.7-3.68c1-1.292 1.7-2.983 1.7-4.872 0-4.376-3.6-7.956-8-7.956s-8 3.68-8 8.055c0 4.376 3.6 7.956 8 7.956 1.8 0 3.5-.597 4.9-1.69l3.7 3.679 1.4-1.492Zm-10-2.486c-3.3 0-6-2.685-6-5.967 0-3.282 2.7-5.967 6-5.967s6 2.685 6 5.967c0 3.282-2.7 5.967-6 5.967Z"/></svg>
<span class="visually-hidden">
Поиск

</span>
</a>
</li>
<li class="navigation-list__item">
<a class="navigation-list__link navigation-list__link--favorite link" href="#">
<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" fill="none" viewBox="0 0 21 20"><path fill="currentColor" d="M10.293 19c-.3 0-.6-.1-.8-.4-5.4-6.1-6.7-7.5-7-7.9-.7-.9-1.1-2.1-1.1-3.3 0-3 2.4-5.4 5.5-5.4 1.3 0 2.5.5 3.5 1.3 1-.8 2.3-1.3 3.5-1.3 3 0 5.5 2.4 5.5 5.4 0 1.3-.5 2.5-1.3 3.4l-7 7.9c-.2.2-.4.3-.8.3Zm-6-9.5c.3.4 3.5 4 6.1 6.9l6.2-7c.5-.5.7-1.2.7-2 0-1.8-1.5-3.3-3.3-3.3-1 0-2 .5-2.7 1.3-.3.3-.6.4-.9.4-.3 0-.6-.2-.8-.4-.7-.8-1.7-1.3-2.7-1.3-1.8 0-3.3 1.5-3.3 3.3-.1.9.3 1.6.7 2.1-.1 0-.1 0 0 0Z"/></svg>
<span class="visually-hidden">
Избранное

</span>
<span class="count">12</span>
</a>
Expand Down Expand Up @@ -143,6 +145,7 @@ <h3 class="advantages-grid__title title">Там есть<span class="custom-br">
</li>

</ul>

</div>

</section>
Expand Down Expand Up @@ -172,7 +175,7 @@ <h2 class="advantages-slogan__title title section-title">Приезжайте в
<div class="wrapper">
<img class="advantages-service__image" src="images/advantages/house.svg" alt="Иконка домика." width="76" height="76">
<h3 class="advantages-service__title title">Жильё</h3>
<p class="advantages-service__text">Рекомендуем пожить в настоящем мотеле,<span class="custom-br"></span>всё как в кино!</p>

</div>
</div>
</li>
Expand All @@ -182,7 +185,7 @@ <h3 class="advantages-service__title title">Жильё</h3>
<div class="wrapper">
<img class="advantages-service__image" src="images/advantages/food.svg" alt="Иконка бургера." width="76" height="76">
<h3 class="advantages-service__title title">Еда</h3>
<p class="advantages-service__text">Всегда заказывайте<span class="custom-br"></span>топовый фирменный бургер, вы не разочаруетесь!</p>

</div>
</div>
</li>
Expand Down