Skip to content

Commit

Permalink
refactor: resized images
Browse files Browse the repository at this point in the history
  • Loading branch information
domluther committed Sep 26, 2024
1 parent b2c523b commit 5e43e42
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 5 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added img/baseImage.webp
Binary file not shown.
Binary file added img/baseImageSelection.webp
Binary file not shown.
Binary file added img/baseImageTwoQs.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h3>
<span id="topic"></span>
</h3>
<section class="cartoon1">
<img src="img/baseImage.png" alt="" />
<img src="img/baseImage.webp" alt="" />
<p id="exampleQuestion"></p>
<p id="exampleAnswer"></p>
<p id="exampleResponse"></p>
Expand Down
2 changes: 1 addition & 1 deletion selection.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h3>
<span id="topic"></span>
</h3>
<section class="cartoon1">
<img id="questionImage" src="img/baseImageSelection.png" alt="" />
<img id="questionImage" src="img/baseImageSelection.webp" alt="" />
<p id="selectionQuestion"></p>
<p id="selectionAnswer1"></p>
<p id="ifReply"></p>
Expand Down
6 changes: 3 additions & 3 deletions variables.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h1>Programming practice</h1>
<main>
<h2>
<span><a href="index.html">⬅️</a></span> Variable practice
<span><a href="selection.html">➡️</a></span>
<span><a href="selection.html">➡️</a></span>
</h2>
<a href="#" class="btn" id="inspire">Inspire me!</a>
<a href="#" class="btn" id="help">Help me!</a>
Expand All @@ -35,13 +35,13 @@ <h3>
<span id="topic"></span>
</h3>
<section class="cartoon1">
<img id="questionImage" src="img/baseImage.png" alt="" />
<img id="questionImage" src="img/baseImage.webp" alt="" />
<p id="exampleQuestion"></p>
<p id="exampleAnswer"></p>
<p id="exampleResponse"></p>
</section>
<section class="cartoon2">
<img id="questionImage" src="img/baseImageTwoQs.png" alt="" />
<img id="questionImage" src="img/baseImageTwoQs.webp" alt="" />
<p id="exampleQuestion1"></p>
<p id="exampleQuestion2"></p>
<p id="exampleAnswer1"></p>
Expand Down

0 comments on commit 5e43e42

Please sign in to comment.