generated from goitacademy/vanilla-app-template
-
Notifications
You must be signed in to change notification settings - Fork 3
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 @ ec4c0ad 🚀
- Loading branch information
Showing
9 changed files
with
107 additions
and
65 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
105 changes: 75 additions & 30 deletions
105
assets/exersises-1522c8f4.js → assets/exersises-c38f9c70.js
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -12,8 +12,8 @@ | |
rel="stylesheet" | ||
/> | ||
|
||
<script type="module" crossorigin src="/energy_flow/assets/main-0d6c484b.js"></script> | ||
<link rel="stylesheet" href="/energy_flow/assets/favorites-f88cc1f2.css"> | ||
<script type="module" crossorigin src="/energy_flow/assets/main-dcf0ba4d.js"></script> | ||
<link rel="stylesheet" href="/energy_flow/assets/favorites-1e25deb5.css"> | ||
</head> | ||
<body> | ||
<!-- Header / partials --> | ||
|
@@ -251,8 +251,27 @@ <h2 class="fav-title">110 min</h2> | |
|
||
<section class="favorites container"> | ||
<h2 class="favorites-title">Favorites</h2> | ||
|
||
<div class="empty-content-fav"> | ||
<img | ||
class="dumbbell-favorites-img" | ||
srcset=" | ||
../img/favorites/dumbbell-tab-desc.png?raw=true 116w, | ||
../img/favorites/[email protected]?raw=true 231w, | ||
../img/favorites/dumbbell-mob.png?raw=true 85w, | ||
../img/favorites/[email protected]?raw=true 170w | ||
" | ||
src="../img/favorites/dumbbell-mob.png?raw=true" | ||
sizes="(min-width: 768px) 116px, (max-width: 767px) 85px" | ||
alt="dumbbell icon" | ||
/> | ||
<p class="no-card-in-storage"> | ||
It appears that you haven't added any exercises to your favorites yet. To | ||
get started, you can add exercises that you like to your favorites for | ||
easier access in the future. | ||
</p> | ||
</div> | ||
<ul class="fav-list"></ul> | ||
<ul class="fav-counter"></ul> | ||
</section> | ||
|
||
<section class="exercise-section section visually-hidden"> | ||
|
@@ -334,18 +353,7 @@ <h2 class="exercise-title"> | |
<p class="exercise-category">Muscles</p> | ||
</li> | ||
</ul> | ||
|
||
<ul class="exercise-pages-counter"> | ||
<li class="exercise-page-number"> | ||
<button id="1" class="exercise-number-button">1</button> | ||
</li> | ||
<li class="exercise-page-number"> | ||
<button id="2" class="exercise-number-button">2</button> | ||
</li> | ||
<li class="exercise-page-number"> | ||
<button id="3" class="exercise-number-button">3</button> | ||
</li> | ||
</ul> | ||
<ul class="exercise-pages-counter"></ul> | ||
</div> | ||
</section> | ||
|
||
|
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