generated from goitacademy/vanilla-app-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ fbc6dc2 🚀
- Loading branch information
1 parent
160771b
commit 11b715d
Showing
7 changed files
with
5 additions
and
8 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -186,10 +186,7 @@ <h2 class="our-yachts-section-title"> | |
<li class="our-yahts-card arrow-card"> | ||
<picture> | ||
<source | ||
srcset=" | ||
../img/our_yachts/our-yacht-desktop1440.jpg 1x, | ||
../img/our_yachts/[email protected] 2x | ||
" | ||
srcset="/best-project-group-2/assets/our-yacht-desktop1440-cbbd001f.jpg 1x, /best-project-group-2/assets/[email protected] 2x" | ||
media="(min-width: 1400px)" | ||
width="360px" | ||
/> | ||
|
@@ -454,16 +451,16 @@ <h2 class="rent-yacht-title section-title">Rent a yacht now</h2> | |
<div class="rent-yacht-img-container"> | ||
<picture> | ||
<source | ||
srcset="./img/rent_a_yacht/rent-desktop1440.jpg 1x, ../img/rent_a_yacht/[email protected] 2x" | ||
srcset="/best-project-group-2/assets/rent-desktop1440-d527fe54.jpg 1x, /best-project-group-2/assets/rent-desktop1440@2-0ca1fe6a.jpg 2x" | ||
media="(min-width:1440px)"/> | ||
<source | ||
srcset="./img/rent_a_yacht/rent-desktop.jpg 1x, ../img/rent_a_yacht/[email protected] 2x" | ||
srcset="/best-project-group-2/assets/rent-desktop-b0299832.jpg 1x, /best-project-group-2/assets/rent-desktop@2-b9915c03.jpg 2x" | ||
media="(min-width:1280px)"/> | ||
<source | ||
srcset="./img/rent_a_yacht/rent-tablet.jpg 1x, ../img/rent_a_yacht/[email protected] 2x" | ||
srcset="/best-project-group-2/assets/rent-tablet-ea79f956.jpg 1x, /best-project-group-2/assets/rent-tablet@2-e485b06e.jpg 2x" | ||
media="(min-width:768px)"/> | ||
<source | ||
srcset="./img/rent_a_yacht/rent-mobil.jpg 1x, ../img/rent_a_yacht/[email protected] 2x" | ||
srcset="/best-project-group-2/assets/rent-mobil-d6e7ab1d.jpg 1x, /best-project-group-2/assets/rent-mobil@2-50766529.jpg 2x" | ||
media="(max-width:767px)"/> | ||
<img | ||
class="rent-yacht-img" src="/best-project-group-2/assets/rent-desktop1440-d527fe54.jpg" alt="Our rent yacht"/> | ||
|