-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.html
More file actions
172 lines (157 loc) · 7.83 KB
/
Copy pathmain.html
File metadata and controls
172 lines (157 loc) · 7.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Happy Birthday Shivam! 🎂</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Pacifico&family=Nunito:wght@400;600;700;800&display=swap" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body data-page="main">
<!-- Custom Cursor -->
<div id="cursor-ring"></div>
<div id="cursor-dot"></div>
<!-- ── NAVBAR ── -->
<nav class="navbar">
<div class="nav-logo">🎂 <span>Birthday Bash</span></div>
<button class="nav-toggle" id="navToggle" aria-label="Toggle menu">
<span></span><span></span><span></span>
</button>
<div class="nav-links" id="navLinks">
<a href="#hero">Home</a>
<a href="#gallery">Gallery</a>
<a href="#events">Events</a>
<a href="#contact">Contact</a>
</div>
</nav>
<!-- ── HERO ── -->
<section class="hero" id="hero">
<canvas id="heroCanvas"></canvas>
<div class="hero-ring"></div>
<div class="hero-ring"></div>
<div class="hero-ring"></div>
<div class="hero-bg"></div>
<div class="confetti-wrap" id="confetti"></div>
<div class="hero-content">
<p class="hero-tag">✨ Wishing the best for</p>
<h1 class="glow">
Happy Birthday<br>
<span class="name-letters">
<span>S</span><span>H</span><span>I</span><span>V</span><span>A</span><span>M</span>
</span>
<span class="bro">Bro... 🎉</span>
</h1>
<p class="hero-sub">May every wish come true today and always</p>
<a href="#gallery" class="hero-btn">View Memories 📸</a>
</div>
<div class="scroll-hint">↓ Scroll</div>
</section>
<!-- ── 3D CAROUSEL ── -->
<div class="banner">
<div class="slider" style="--quantity: 10">
<div class="item" style="--position:1"><img src="images/bln1.jpg" alt=""></div>
<div class="item" style="--position:2"><img src="images/s1.jpeg" alt=""></div>
<div class="item" style="--position:3"><img src="images/cnd1.jpg" alt=""></div>
<div class="item" style="--position:4"><img src="images/s2.jpeg" alt=""></div>
<div class="item" style="--position:5"><img src="images/s3.jpeg" alt=""></div>
<div class="item" style="--position:6"><img src="images/ck1.jpg" alt=""></div>
<div class="item" style="--position:7"><img src="images/s4.jpeg" alt=""></div>
<div class="item" style="--position:8"><img src="images/cnd2.jpg" alt=""></div>
<div class="item" style="--position:9"><img src="images/s5.jpeg" alt=""></div>
<div class="item" style="--position:10"><img src="images/s6.jpeg" alt=""></div>
</div>
<div class="banner-overlay">
<p class="banner-quote">Birthdays are not just a celebration of years,<br>but of the happiness and love we spread around.</p>
<p class="banner-name">— For Shivam 💙</p>
</div>
</div>
<!-- ── PARALLAX 1 ── -->
<section class="parallax" id="photo1">
<div class="text-overlay">"Count your life by smiles, not tears.<br>Count your age by friends, not years."</div>
</section>
<section class="content-block">
<p>Make life brighter with your laughter and kindness. Wishing you endless happiness, love, and success today and always. Let's make your special day unforgettable!</p>
</section>
<!-- ── PARALLAX 2 ── -->
<section class="parallax" id="photo2">
<div class="text-overlay">"Born to shine.. ✨"</div>
</section>
<section class="content-block">
<p>I wish you endless happiness, success, and all the love in the world. May this year be filled with unforgettable moments, exciting opportunities, and dreams coming true.</p>
</section>
<!-- ── GALLERY ── -->
<section class="gallery-section" id="gallery">
<h2 class="section-title">📸 Memories</h2>
<div class="photo-collage">
<div class="photo-item"><img src="images/bln2.jpg" alt="Birthday celebration"></div>
<div class="photo-item"><img src="images/s7.jpeg" alt="Special moment"></div>
<div class="photo-item"><img src="images/cnd3.jpg" alt="Birthday candles"></div>
</div>
</section>
<!-- ── CARD SLIDER ── -->
<section class="slider-section" id="events">
<h2 class="section-title">🎞️ Moments</h2>
<div class="cards-wrapper">
<div class="cards-track" id="cardsTrack">
<article class="card">
<img src="images/s5.jpeg" alt="">
<div class="card-text"><h3>Smiles that Speak Volumes</h3></div>
</article>
<article class="card">
<img src="images/s7.jpeg" alt="">
<div class="card-text"><h3>Solo Moments, Full of Life</h3></div>
</article>
<article class="card">
<img src="images/s11.jpeg" alt="">
<div class="card-text"><h3>Chasing Dreams Alone</h3></div>
</article>
<article class="card">
<img src="images/s9.jpeg" alt="">
<div class="card-text"><h3>Unforgettable Moments</h3></div>
</article>
</div>
<button class="slider-btn prev" id="prevBtn">‹</button>
<button class="slider-btn next" id="nextBtn">›</button>
</div>
</section>
<!-- ── BALLOONS SECTION ── -->
<div class="balloons-section">
<div class="balloon" style="left:15%;animation-delay:0s"></div>
<div class="balloon" style="left:40%;animation-delay:1s"></div>
<div class="balloon" style="left:65%;animation-delay:2s"></div>
<div class="balloon" style="left:85%;animation-delay:0.5s"></div>
<p class="balloon-text">Wishing you joy and happiness always! 🎈</p>
</div>
<!-- ── FINAL QUOTE ── -->
<div class="quote-block-last">
<div class="quote-inner">
<p class="quote-text">"May this Birthday be filled with the Light of God's Love<br>and the Joy of His Presence."</p>
<p class="quote-name">Happy Birthday, <strong>SHIVAM!</strong> 🎂</p>
</div>
</div>
<!-- ── FOOTER ── -->
<footer class="footer" id="contact">
<div class="footer-inner">
<p class="footer-brand">🎂 Birthday Bash</p>
<div class="footer-links">
<a href="https://www.instagram.com/_visuals_shots_" target="_blank">
<i class="fab fa-instagram"></i> @_visuals_shots_
</a>
<a href="mailto:techyworld2030@gmail.com">
<i class="fas fa-envelope"></i>
</a>
</div>
<button class="logout-button" id="logout-button">🚪 Logout</button>
<p class="footer-copy">© 2025 Birthday Bash. All rights reserved.</p>
</div>
<div class="bubble-container">
<div class="bubble"></div><div class="bubble"></div>
<div class="bubble"></div><div class="bubble"></div>
<div class="bubble"></div><div class="bubble"></div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>