Skip to content

Commit 7d5129c

Browse files
Merge pull request steam-bell-92#890 from Bhavikapatel06/feature/winner-lose-screen
Feature/winner lose screen
2 parents 0b1811d + 67c166e commit 7d5129c

3 files changed

Lines changed: 942 additions & 851 deletions

File tree

web-app/index.html

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,7 @@ <h3>BlackJack21</h3>
127127
<h3>Calculator</h3>
128128
<p>Your mathematical companion!</p>
129129
</div>
130-
<div class="project-card" data-category="utilities" data-project="caesar-cipher" data-tags="utility,caesar,cipher,encryption,decryption">
131-
<img class="card-banner" src="assets/banners/caesar-cipher.jpg" alt="Caesar Cipher" loading="lazy">
132-
<div class="card-actions"><button class="btn-play">Try It</button></div>
133-
<h3>Caesar Cipher</h3>
134-
<p>Encrypt &amp; decrypt with a shift!</p>
135-
</div>
130+
136131
<div class="project-card" data-category="games" data-project="coin-flip" data-tags="game,random,animation,probability,heads,tails">
137132
<img class="card-banner" src="assets/banners/coin-flip.jpg" alt="Coin Flip" loading="lazy">
138133
<div class="card-actions"><button class="btn-play">Try It</button></div>
@@ -701,7 +696,6 @@ <h3>Legal</h3>
701696
<script src="js/projects/snake.js"></script>
702697
<script src="js/projects/spot-the-difference.js"></script>
703698
<script src="js/projects/color-palette.js"></script>
704-
<script src="js/projects/ceasar-cipher.js"></script>
705699
<script src="js/projects/resume-analyzer.js"></script>
706700
<!-- Registry: maps project names to their module functions -->
707701
<script src="js/projects.js"></script>
@@ -711,7 +705,6 @@ <h3>Legal</h3>
711705
<script src="js/main.js"></script>
712706
<script src="js/hero-canvas.js"></script>
713707
<script>lucide.createIcons();</script>
714-
<script>lucide.createIcons();</script>
715708
<script src="js/fix.js"></script>
716709

717710
<div class="search-kbd-hint" id="searchKbdHint" aria-hidden="true">

0 commit comments

Comments
 (0)