Skip to content

Commit

Permalink
Edit : Added the play button images and linked these files in html fi…
Browse files Browse the repository at this point in the history
…le (#340)

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Updated gamerules.html

linked the play button images file

* Updated gamerules.html

Resized the play buttons
  • Loading branch information
CoderGirl2844 authored Jul 4, 2024
1 parent 345180d commit 600da80
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions gamerules.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,30 +77,25 @@ <h2>The Game</h2>
<th>What they do</th>
</tr>
<tr>
<td><img src="images/Pause-Button.svg" alt="Pause Button" /></td>
<td><img src="images/Pause-Button.png.png" width="35" height="30" alt="Pause Button" /></td>
<td>Starts the animation after you've set the initial pattern</td>
</tr>
<tr>
<td><img src="images/Play-Button.svg" alt="Play Button" /></td>
<td><img src="images/Play-Button.png" width="35" height="30" alt="Play Button" /></td>
<td>Pauses the animation</td>
</tr>
<tr>
<td>
<img
src="images/Fast-Forward-Button.svg"
alt="Fast Forward Button"
src="images/Fast-forward button.png" width="35" height="30" alt="Fast Forward Button"
/>
</td>
<td>Increases the speed of the animation</td>
</tr>
<tr>
<td>
<img
src="images/Fast-Reverse-Button.svg"
width="35"
height="30"
alt="Slow Down Button"
/>
src="images/slow-down.png" width="35" height="30" alt="Slow Down Button" />
</td>
<td>Decreases the speed of the animation</td>
</tr>
Expand Down Expand Up @@ -284,4 +279,4 @@ <h2>Summary</h2>
</script>

</body>
</html>
</html>
Binary file added images/Fast-forward button.png
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 images/Pause-Button.png.png
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 images/Play-Button.png
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 images/slow-down.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 600da80

Please sign in to comment.