Skip to content

Commit e0b12e7

Browse files
Happy Birthday Manisha - sparkle, hearts & fireworks
* Personalize birthday page for Manisha with heartfelt messages Updated the name from Gaurav to Manisha and added loving birthday messages for Mom. https://claude.ai/code/session_01Ui3bD7LvQj3o8vp8vshVcF * 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 --------- Co-authored-by: Claude <noreply@anthropic.com>
1 parent fa327a5 commit e0b12e7

3 files changed

Lines changed: 321 additions & 153 deletions

File tree

index.html

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
<html>
22

33
<head>
4-
<title>Happy Birthday</title>
4+
<title>Happy Birthday Manisha!</title>
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<link rel="stylesheet" href="css/bootstrap.min.css">
88
<link rel="stylesheet" href="style.css">
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,15 +33,17 @@
3133
</div>
3234

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

3739
<div class="col-12 text-center">
3840
<div class="type-wrap">
3941
<div id="typed-strings" class="typing">
40-
<h2>Happy Birthday <i id="nae">Gaurav</i></h2>
41-
<h2>Have a wonderful day</h2>
42-
<h2>Filled with joy and happiness.</h2>
42+
<h2>Happy Birthday <i id="nae">Manisha</i></h2>
43+
<h2>You are the best mom in the world!</h2>
44+
<h2>Thank you for everything you do for us.</h2>
45+
<h2>Wishing you all the love and happiness!</h2>
46+
<h2>We love you so much, Mom!</h2>
4347
</div>
4448
<span id="typed" style="white-space:pre;"></span>
4549
</div>
@@ -53,7 +57,6 @@ <h2>Filled with joy and happiness.</h2>
5357
<img src="img/Balloon-Border.png" width="100%" class="balloon-border">
5458
</div>
5559
</body>
56-
<script src="https://unpkg.com/magic-snowflakes/dist/snowflakes.min.js"></script>
5760
<script src="js/jquery.js"></script>
5861
<script src="js/typed.min.js"></script>
5962
<script src="js/script.js"></script>

0 commit comments

Comments
 (0)