Skip to content

Commit

Permalink
Deploying to gh-pages from @ 3ab81fc 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Denys-Nalyvaiko committed Oct 26, 2023
1 parent ffb0960 commit 799e95d
Show file tree
Hide file tree
Showing 18 changed files with 13 additions and 11 deletions.
Binary file removed assets/hero-desktop1x-7ea8ff7b.png
Binary file not shown.
Binary file removed assets/hero-desktop2x-8802620a.png
Binary file not shown.
Binary file removed assets/hero-mobile1x-3acb670a.png
Binary file not shown.
Binary file removed assets/hero-mobile2x-af5ef8b9.png
Binary file not shown.
Binary file removed assets/hero-tablet1x-d5173d11.png
Binary file not shown.
Binary file removed assets/hero-tablet2x-75844a92.png
Binary file not shown.
2 changes: 1 addition & 1 deletion assets/index-1995223d.js → assets/index-730cb929.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
1 change: 0 additions & 1 deletion assets/loader-9533678a.css

This file was deleted.

1 change: 1 addition & 0 deletions assets/loader-e33fe3c4.css

Large diffs are not rendered by default.

Binary file added assets/women-desk1x-45e96707.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 assets/women-desk2x-21f849ed.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 assets/women-mob1x-1d5cb5be.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 assets/women-mob2x-ed4657a8.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 assets/women-tab1x-32e79bc0.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 assets/women-tab2x-be765b7c.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions favourites-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
referrerpolicy="no-referrer"
/>

<script type="module" crossorigin src="/projectDreamTeamJS/assets/loader-4631c35c.js"></script>
<link rel="stylesheet" href="/projectDreamTeamJS/assets/loader-9533678a.css">
<script type="module" crossorigin src="/projectDreamTeamJS/assets/loader-1f1300c1.js"></script>
<link rel="stylesheet" href="/projectDreamTeamJS/assets/loader-e33fe3c4.css">
</head>
<body>
<header class="header">
Expand Down
16 changes: 9 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
referrerpolicy="no-referrer"
/>

<script type="module" crossorigin src="/projectDreamTeamJS/assets/index-1995223d.js"></script>
<link rel="modulepreload" crossorigin href="/projectDreamTeamJS/assets/loader-4631c35c.js">
<link rel="stylesheet" href="/projectDreamTeamJS/assets/loader-9533678a.css">
<script type="module" crossorigin src="/projectDreamTeamJS/assets/index-730cb929.js"></script>
<link rel="modulepreload" crossorigin href="/projectDreamTeamJS/assets/loader-1f1300c1.js">
<link rel="stylesheet" href="/projectDreamTeamJS/assets/loader-e33fe3c4.css">
</head>

<body>
Expand Down Expand Up @@ -178,20 +178,22 @@ <h1 class="hero-title">Get <span>Body</span> in shape, Stay healthy</h1>
<div class="hero-img">
<picture>
<source
srcset="/projectDreamTeamJS/assets/hero-desktop1x-7ea8ff7b.png 1x, /projectDreamTeamJS/assets/hero-desktop2x-8802620a.png 2x"
srcset="/projectDreamTeamJS/assets/women-desk1x-45e96707.jpg 1x, /projectDreamTeamJS/assets/women-desk2x-21f849ed.jpg 2x"
media="(min-width: 1440px)"
/>
<source
srcset="/projectDreamTeamJS/assets/hero-tablet1x-d5173d11.png 1x, /projectDreamTeamJS/assets/hero-tablet2x-75844a92.png 2x"
srcset="/projectDreamTeamJS/assets/women-tab1x-32e79bc0.jpg 1x, /projectDreamTeamJS/assets/women-tab2x-be765b7c.jpg 2x"
media="(min-width: 768px)"
/>
<source
srcset="/projectDreamTeamJS/assets/hero-mobile1x-3acb670a.png 1x, /projectDreamTeamJS/assets/hero-mobile2x-af5ef8b9.png 2x"
srcset="/projectDreamTeamJS/assets/women-mob1x-1d5cb5be.jpg 1x, /projectDreamTeamJS/assets/women-mob2x-ed4657a8.jpg 2x"
media="(max-width: 767.98px)"
/>
<img
src="/projectDreamTeamJS/assets/hero-desktop1x-7ea8ff7b.png"
src="/projectDreamTeamJS/assets/women-desk1x-45e96707.jpg"
alt="Two Girls Training"
width="1376"
height="350"
class="hero-image"
/>
</picture>
Expand Down

0 comments on commit 799e95d

Please sign in to comment.