Skip to content

Commit 6eb43de

Browse files
committed
Add floating hearts, fireworks burst, and sparkle name effect
- Replaced golden snowflakes with colorful floating hearts background - Added fireworks explosion effect when clicking Start button - Made "Manisha" name display with sparkle/glitter gradient animation - Added tiny sparkle particles that float around the name - Removed snowflakes dependency (no longer needed) https://claude.ai/code/session_01Ui3bD7LvQj3o8vp8vshVcF
1 parent 8927193 commit 6eb43de

3 files changed

Lines changed: 315 additions & 149 deletions

File tree

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
</head>
1010

1111
<body>
12+
<div class="hearts-bg" id="hearts-bg"></div>
13+
<canvas id="fireworks"></canvas>
1214
<div class="container">
1315
<div class="row">
1416
<div class="loader">
@@ -31,7 +33,7 @@
3133
</div>
3234

3335
<div class="col-12 text-center">
34-
<div id="name" class="area">Manisha</div>
36+
<div id="name" class="area sparkle">Manisha</div>
3537
</div>
3638

3739
<div class="col-12 text-center">
@@ -55,7 +57,6 @@ <h2>We love you so much, Mom!</h2>
5557
<img src="img/Balloon-Border.png" width="100%" class="balloon-border">
5658
</div>
5759
</body>
58-
<script src="https://unpkg.com/magic-snowflakes/dist/snowflakes.min.js"></script>
5960
<script src="js/jquery.js"></script>
6061
<script src="js/typed.min.js"></script>
6162
<script src="js/script.js"></script>

0 commit comments

Comments
 (0)