-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #47 from LesiaUKR/about-fix
About fix
- Loading branch information
Showing
18 changed files
with
62 additions
and
31 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.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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 |
---|---|---|
|
@@ -276,28 +276,45 @@ <h2 class="section-title" data-text="Gallery">Gallery</h2> | |
rel="noopener noreferrer" | ||
title="mobile game wonka" | ||
> | ||
<picture> | ||
<picture class="home-button-icon"> | ||
<source | ||
srcset=" | ||
./img/hero/[email protected] 1x, | ||
./img/hero/[email protected] 2x | ||
./img/hero/desktop/[email protected] 1x, | ||
./img/hero/desktop/[email protected] 2x | ||
" | ||
media="(min-width: 1440px)" | ||
type="image/webp" | ||
/> | ||
<source | ||
srcset=" | ||
./img/hero/desktop/[email protected] 1x, | ||
./img/hero/desktop/[email protected] 2x | ||
" | ||
media="(min-width: 1440px)" | ||
/> | ||
<source | ||
srcset=" | ||
./img/hero/mobile/[email protected] 1x, | ||
./img/hero/mobile/[email protected] 2x | ||
" | ||
media="(min-width: 320px)" | ||
type="image/webp" | ||
/> | ||
<source | ||
srcset=" | ||
./img/hero/[email protected] 1x, | ||
./img/hero/[email protected] 2x | ||
./img/hero/mobile/hero-google-pic-mobile@1x.png 1x, | ||
./img/hero/mobile/hero-google-pic-mobile@2x.png 2x | ||
" | ||
media="(min-width: 320px)" | ||
/> | ||
|
||
<img | ||
class="home-google-icon" | ||
src="./img/hero/[email protected]" | ||
src="./img/hero/mobile/hero-google-pic-mobile@1x.png" | ||
alt="google play icon" | ||
loading="lazy" | ||
width="36" | ||
height="36" | ||
/> | ||
</picture> | ||
|
||
|
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
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 |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
<section class="home-section section" id="home"> | ||
<div class="container home-section-container"> | ||
<!-- HOME TITLE --> | ||
<h2 class="section-title visually-hidden" data-text="Hero">Hero</h2> | ||
<div class="home-title-wrapper"> | ||
<picture> | ||
<source | ||
|
@@ -131,28 +132,45 @@ | |
rel="noopener noreferrer" | ||
title="mobile game wonka" | ||
> | ||
<picture> | ||
<picture class="home-button-icon"> | ||
<source | ||
srcset=" | ||
./img/hero/desktop/[email protected] 1x, | ||
./img/hero/desktop/[email protected] 2x | ||
" | ||
media="(min-width: 1440px)" | ||
type="image/webp" | ||
/> | ||
<source | ||
srcset=" | ||
./img/hero/desktop/[email protected] 1x, | ||
./img/hero/desktop/[email protected] 2x | ||
" | ||
media="(min-width: 1440px)" | ||
/> | ||
<source | ||
srcset=" | ||
./img/hero/[email protected] 1x, | ||
./img/hero/[email protected] 2x | ||
./img/hero/mobile/hero-google-pic-mobile@1x.webp 1x, | ||
./img/hero/mobile/hero-google-pic-mobile@2x.webp 2x | ||
" | ||
media="(min-width: 320px)" | ||
type="image/webp" | ||
/> | ||
<source | ||
srcset=" | ||
./img/hero/[email protected] 1x, | ||
./img/hero/[email protected] 2x | ||
./img/hero/mobile/hero-google-pic-mobile@1x.png 1x, | ||
./img/hero/mobile/hero-google-pic-mobile@2x.png 2x | ||
" | ||
media="(min-width: 320px)" | ||
/> | ||
|
||
<img | ||
class="home-google-icon" | ||
src="./img/hero/[email protected]" | ||
src="./img/hero/mobile/hero-google-pic-mobile@1x.png" | ||
alt="google play icon" | ||
loading="lazy" | ||
width="36" | ||
height="36" | ||
/> | ||
</picture> | ||
<span>Get it on<span class="home-button-text">Google Play</span></span></a | ||
|
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
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
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