Skip to content

Commit

Permalink
- Added checking
Browse files Browse the repository at this point in the history
  • Loading branch information
Koala3353 committed Apr 24, 2024
1 parent 4bdc693 commit f6f3caa
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion activitylist.html
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ <h2 class="card__title">Programming</h2>
<article class="card">
<div class="card__preview">
<img src="assets/img/hobbies/psychology.webp" alt="Skyline Oasis" />
<div class="card__price">2 activities</div>
<div class="card__price">13 activities</div>
</div>
<div class="card__content">
<h2 class="card__title">Psychology</h2>
Expand Down
1 change: 1 addition & 0 deletions assets/img/illustrations/fail.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 assets/img/illustrations/nc-try.png
Binary file not shown.
Binary file removed assets/img/illustrations/success.png
Binary file not shown.
1 change: 1 addition & 0 deletions assets/img/illustrations/success.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion exam-failed.html
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
<img
class="w-100"
style="width: 35% !important; height: auto"
src="assets/img/illustrations/nc-try.png"
src="assets/img/illustrations/fail.svg"
/>
</div>
<div class="col text-center">
Expand Down
2 changes: 1 addition & 1 deletion exam-passed.html
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
<img
class="w-100"
style="width: 55% !important; height: auto"
src="assets/img/illustrations/success.png"
src="assets/img/illustrations/success.svg"
/>
</div>
<div class="col text-center">
Expand Down
4 changes: 2 additions & 2 deletions packages.html
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ <h2>Programming</h2>
<div class="profile-name">
<h2>Psychology</h2>
<div class="profile-bio">
<b>2 exercises and lessons</b>
<b>13 exercises and lessons</b>
</div>
</div>
</div>
Expand Down Expand Up @@ -580,7 +580,7 @@ <h2>Programming</h2>
<div class="profile-name">
<h2>Psychology</h2>
<div class="profile-bio">
<b>2 exercises and lessons</b>
<b>3 exercises and lessons</b>
</div>
</div>
</div>
Expand Down

0 comments on commit f6f3caa

Please sign in to comment.