Skip to content

Commit

Permalink
Merge pull request #496 from Aditya90456/main
Browse files Browse the repository at this point in the history
Fix
  • Loading branch information
MastanSayyad authored Nov 9, 2024
2 parents c8183e0 + 240de47 commit 852f350
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,23 @@ <h2>Congratulations!</h2>
<span id="healthBoostTimer"></span>
<span id="speedBoostTimer"></span>
<span id="shieldTimer"></span>
</div>
</div>

<div id="instructions">
<div class="theme-switch-wrapper">
<label class="theme-switch" for="checkbox">
<input type="checkbox" id="checkbox">
<div class="slider"></div>
</label>
<span id="mode-label"><button id="">Light mode</button></span>
</div>

<div id="volumeControl">
<div id="muteControl">
<button id="muteButton" class="styled-button">
<i class="fas fa-volume-up"></i> Music Volume
</button>

<div id="instructions">

Expand Down Expand Up @@ -909,7 +925,7 @@ <h2 class="primary-btn" id="instructionsTitle">Player Instructions</h2>
<p><i class="fas fa-plus-circle"></i> Collect Health Boost power-ups</p>
<p><i class="fas fa-tachometer-alt"></i> Collect Speed Boost power-ups</p>
<p><i class="fas fa-shield-alt"></i> Collect Shield power-ups</p>
<p><i class="fas fa-shield-alt"></i><a href="./rules.html">explore more</a></p>
<p><i class="fas fa-shield-alt"></i><a href="./rules.html">explore more</a></p>
</div>
</div>

Expand Down

0 comments on commit 852f350

Please sign in to comment.