Skip to content

Commit

Permalink
Merge pull request #3 from Jura91/master
Browse files Browse the repository at this point in the history
  • Loading branch information
keksobot authored Dec 17, 2024
2 parents 7211053 + e1994ae commit 8950b91
Show file tree
Hide file tree
Showing 32 changed files with 90 additions and 100 deletions.
55 changes: 29 additions & 26 deletions hotels.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<body>
<header class="main-header">
<a href="index.html">
<img src="./img/logo.png" alt="Логотип" width="138" height="64">
<img src="./img/logo.svg" alt="Логотип" width="138" height="64">
</a>
<nav class="navigation">
<ul class="navigation-list">
Expand All @@ -22,12 +22,14 @@
</li>
</ul>

<ul class="navigation-list navigation-user">
<li class="navigation-item">
<a class="navigation-link" href="#"><span class="visually-hidden">Поиск</span></a>
<ul class="navigation-user">
<li class="navigation-user-item">
<a class="navigation-user-link" href="#"><span class="visually-hidden"></span>
<img src="./img/search.svg" alt="Поиск"></a>
</li>
<li class="navigation-item">
<a class="navigation-link" href="#"><span class="visually-hidden">Избранное</span></a>
<li class="navigation-user-item">
<a class="navigation-user-link" href="#"><span class="visually-hidden"></span>
<img src="./img/favourites.svg" alt="Избранные"></a>
</li>
<li class="navigation-item">
<a class="navigation-link" href="#"><span class="visuallly-hidden">Хочу Сюда</span></a>
Expand All @@ -48,6 +50,7 @@ <h1 class="inner-header-title">Гостиницы Седоны</h1>
<a class="breadcrumbs-link">Гостиницы</a>
</li>
</ul>
<img src="./img/catalog-background.jpg" width="1200" height="412">
</header>

<section class="list-of-hotels">
Expand Down Expand Up @@ -124,50 +127,50 @@ <h2 class="visuallly-hidden">Список гостиниц</h2>
<ul class="product-list">
<li class="product-card">
<a class="product-card-link" href="product.html">
<img class="product-card-image" src="./img/hotel-1.png" alt="hotel-1">
<img class="product-card-image" src="./img/hotels/hotel-1.jpg" alt="hotel-1">
<h3 class="product-card-title">Amara Resort & Spa</h3>
</a>
<span class="product-type">Гостиница</span>
<span class="product-card-price">От 4000 ₽</span>
<a class="button" href="#">Подробнее</a>
<a class="button" href="#">В избранное</a>
<img src="./img/Четыре Звёзды.svg" alt="Четыре звезды">
<a class="button-link" href="#">Подробнее</a>
<button class="button" href="#">В избранное</button>
<img src="./img/four-stars.svg" alt="Четыре звезды">
<span class="rating">Рейтинг: 8,5</span>
</li>
<li class="product-card">
<a class="product-card-link" href="product.html">
<img class="product-card-image" src="./img/hotel-2.png" alt="hotel-2">
<img class="product-card-image" src="./img/hotels/hotel-2.jpg" alt="hotel-2">
<h3 class="product-card-title">Villas at Poco Diablo</h3>
</a>
<span class="product-type">Гостиница</span>
<span class="product-card-price">От 5000 ₽</span>
<a class="button" href="#">Подробнее</a>
<a class="button" href="#">В избранное</a>
<img src="./img/Четыре Звёзды.svg" alt="Четыре звезды">
<a class="button-link" href="#">Подробнее</a>
<button class="button" href="#">В избранное</button>
<img src="./img/four-stars.svg" alt="Четыре звезды">
<span class="rating">Рейтинг: 9,2</span>
</li>
<li class="product-card">
<a class="product-card-link" href="product.html">
<img class="product-card-image" src="./img/hotel-3.png" alt="hotel-3">
<img class="product-card-image" src="./img/hotels/hotel-3.jpg" alt="hotel-3">
<h3 class="product-card-title">Desert Quail Inn</h3>
</a>
<span class="product-type">Гостиница</span>
<span class="product-card-price">От 2500 ₽</span>
<a class="button" href="#">Подробнее</a>
<a class="button" href="#">В избранное</a>
<img src="./img/Три Звёзды.svg" alt="Четыре звезды">
<a class="button-link" href="#">Подробнее</a>
<button class="button" href="#">В избранное</button>
<img src="./img/three-stars.svg" alt="Три звезды">
<span class="rating">Рейтинг: 6,9</span>
</li>
<li class="product-card">
<a class="product-card-link" href="product.html">
<img class="product-card-image" src="./img/hotel-4.png" alt="hotel-4">
<img class="product-card-image" src="./img/hotels/hotel-4.jpg" alt="hotel-4">
<h3 class="product-card-title">GreenTree Inn</h3>
</a>
<span class="product-type">Гостиница</span>
<span class="product-card-price">От 1500 ₽</span>
<a class="button" href="#">Подробнее</a>
<a class="button" href="#">В избранное</a>
<img src="./img/Две Звёзды.svg" alt="Четыре звезды">
<a class="button-link" href="#">Подробнее</a>
<button class="button" href="#">В избранное</button>
<img src="./img/two-stars.svg" alt="Две звезды">
<span class="rating">Рейтинг: 5,0</span>
</li>
</ul>
Expand All @@ -194,15 +197,15 @@ <h3 class="product-card-title">GreenTree Inn</h3>
<ul class="footer-social-list">
<li class="footer-social-item">
<a href="https://vk.com/htmlacademy"> <span class="visuallly-hidden">Вконтакте</span></a>
<img src="./img/social-vk.svg" alt="logo-vk">
<img src="./img/social network/social-vk.svg" alt="logo-vk" width="47.33" height="40">
</li>
<li class="footer-social-item">
<a href="https://t.me/htmlacademy"> <span class="visuallly-hidden">Телеграм</span></a>
<img src="./img/social-telegram.svg" alt="logo-telegram">
<img src="./img/social network/social-telegram.svg" alt="logo-telegram" width="47.33" height="40">
</li>
<li class="footer-social-item">
<a href="https://www.youtube.com/user/htmlacademyru"> <span class="visuallly-hidden">Ютуб</span></a>
<img src="./img/social-youtube.svg" alt="logo-youtube">
<img src="./img/social network/social-youtube.svg" alt="logo-youtube" width="47.33" height="40">
</li>
</ul>
</section>
Expand All @@ -212,7 +215,7 @@ <h3 class="product-card-title">GreenTree Inn</h3>
</section>

<section class="footer-logo">
<img src="./img/logo_htmlacademy.png" alt="Логотип-htmlacademy" width="115" height="33">
<img src="./img/logo-htmlacademy.png" alt="Логотип-htmlacademy" width="115" height="33">
<a href="https://htmlacademy.ru/"><span class="visuallly-hidden">Логотип-htmlacademy</span></a>
</section>

Expand Down
Binary file added img/Hotels/hotel-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Hotels/hotel-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Hotels/hotel-3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Hotels/hotel-4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
1 change: 1 addition & 0 deletions img/Vector.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/catalog-background.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions img/favourites.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
21 changes: 21 additions & 0 deletions img/four-stars.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/home.png
Binary file not shown.
Binary file removed img/hotel-1.png
Binary file not shown.
Binary file removed img/hotel-2.png
Binary file not shown.
Binary file removed img/hotel-3.png
Binary file not shown.
Binary file removed img/hotel-4.png
Binary file not shown.
Binary file modified img/index-background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file removed img/logo.png
Binary file not shown.
1 change: 1 addition & 0 deletions img/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions img/search.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/subscription-background.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions img/three-stars.svg
9 changes: 9 additions & 0 deletions img/two-stars.svg
16 changes: 0 additions & 16 deletions img/Две Звёзды.svg
Diff not rendered.
22 changes: 0 additions & 22 deletions img/Три Звёзды.svg
Diff not rendered.
28 changes: 0 additions & 28 deletions img/Четыре Звёзды.svg
Diff not rendered.
Loading

0 comments on commit 8950b91

Please sign in to comment.