-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
475 lines (467 loc) · 29.8 KB
/
index.html
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
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<title>Birthday🎂</title>
</head>
<body>
<nav class="navbar navbar-expand-lg bg-color py-5 pt-lg-5">
<div class="container">
<a class="navbar-brand" href="grid.html">Abc❤️</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link " aria-current="page" href="index.html">Home🏡</a>
</li>
<li class="nav-item">
<a class="nav-link" href="grid.html">Images🌸</a>
</li>
<li class="nav-item">
<a class="nav-link" href="videos.html">Memories✨</a>
</li>
</ul>
</div>
</div>
</nav>
<section class="bg-main bg-color main-section">
<div class="container">
<div class="row mb-5">
<div class="text-lg-start order-lg-0 order-1 col-12 col-md-12 col-lg-6 d-flex flex-column justify-content-center align-items-start">
<h1 class="text-capitalize fw-bolder">Happy Birthday Abc✨</h1>
<p class="mt-3 mb-5 para-width text-light-grey para-section">Happy birthday Abc May Radharani fullfill all your wishes and desires and you make your parents feel proud thanks for always helping and supporting me you are the best ❤️ #keepshining✨ #keepgrowing🌸</p>
</div>
<div class="order-lg-1 order-0 col-12 col-md-12 col-lg-6">
<div class="text-center text-lg-end">
<video src="clips/clip1.mp4" loop muted autoplay class="main-video--section" alt=" Your Browser doesn't support this type of video."></video>
</div>
</div>
</div>
<div class="custom-shape-divider-bottom-1725827642">
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none" >
<path d="M985.66,92.83C906.67,72,823.78,31,743.84,14.19c-82.26-17.34-168.06-16.33-250.45.39-57.84,11.73-114,31.07-172,41.86A600.21,600.21,0,0,1,0,27.35V120H1200V95.8C1132.19,118.92,1055.71,111.31,985.66,92.83Z" class="shape-fill"></path>
</svg>
</div>
</div>
</section>
<!-- main section end -->
<!-- memories section -->
<section class="memories-section">
<div class="container fw-bolder text-center common-heading">
<h3 class="common-line">Beautiful Memories✨🌸</h3>
<h4 class="common-line">Beautiful memories are like timeless treasures, forever etched in the heart.</h4>
<hr class="w-25 mx-auto">
</div>
<div class="container mt-3">
<div class="row g-5">
<div class="col-12 col-lg-4 col-md-12">
<div class="text-center rounded-2 card-box p-5">
<img src="imagesbir/img1.jpeg" class="img-fluid" width="200px ">
<h5 class="fw-normal my-3">Caring</h5>
<p class="mb-5">Your caring nature shines through in everything you do, and I truly appreciate it.</p>
<div class="d-flex justify-content-center align-items-center">
<a href="imagesbir/img1.jpeg" class="icon-span">
<i class="fa-solid fa-arrow-right"></i>
</a>
</div>
</div>
</div>
<div class="col-12 col-lg-4 col-md-12">
<div class="text-center rounded-2 card-box p-5 shadow">
<img src="imagesbir/img11.jpeg" class="img-fluid" width="200px ">
<h5 class="fw-normal my-3">Selfless</h5>
<p class="mb-5">You always put others first, your selfless heart is something I deeply admire.</p>
<div class="d-flex justify-content-center align-items-center">
<a href="imagesbir/img11.jpeg" class="icon-span">
<i class="fa-solid fa-arrow-right"></i>
</a>
</div>
</div>
</div>
<div class="col-12 col-lg-4 col-md-12">
<div class="text-center rounded-2 card-box p-5">
<img src="imagesbir/img12.jpeg" class="img-fluid" width="200px ">
<h5 class="fw-normal my-3">Dependable</h5>
<p class="mb-5">You're always so dependable, I can count on you no matter what comes my way.</p>
<div class="d-flex justify-content-center align-items-center">
<a href="imagesbir/img12.jpeg" class="icon-span">
<i class="fa-solid fa-arrow-right"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- special msg -->
<section class=" bg-color special-section">
<div class="container">
<div class="row ">
<div class="col-12 col-md-12 col-lg-6 image-section">
<div class="text-center text-lg-start">
<video src="videos/video1.mp4" loop muted autoplay class="main-video--section" alt=" Your Browser doesn't support this type of video."></video>
</div>
</div>
<div class="col-12 col-md-12 col-lg-6 d-flex flex-column justify-content-center align-items-start">
<h1 class="text-capitalize fw-bolder">Feelings</h1>
<p class="mt-3 mb-5 para-width text-light-grey">Thank you, abc for always being there and for your constant guidance and support. Your pure heart and caring nature never failed to amaze me. Every time, I find myself falling for your kindness and learning so much from you. There’s still so much more I want to learn from you. Words can’t fully express how wonderful you are; they seem too limited. You've helped me immensely, and if you ever need anything, just let me know. I can't thank you enough for everything.
</p>
</div>
</div>
</div>
</section>
<!--generating online images -->
<section class="memories-section">
<div class="container fw-bolder text-center common-heading">
<h3 class="common-line">Heartfelt Thanks and Cherished Memories</h3>
<h4 class="common-line">You are one of the best di❤️✨.</h4>
<hr class="w-25 mx-auto pb-4">
</div>
<div class="container">
<div class="row ">
<div class="col-12 col-lg-6 col-md-12 px-3 py-2 ">
<div class="rounded-2 shadow d-flex p-3">
<img src="imagesbir/img12.jpeg" class="img-fluid" width="100px ">
<h5 class="fw-normal px-3 my-3 text-center"> Lessons Learned <br> <br> <p class="mb-5">I've learned to help others selflessly and stay calm from you. Your attitude of always assisting without any ego is inspiring</p></h5>
</div>
</div>
<div class="col-12 col-lg-6 col-md-12 px-3 py-2 p-3 ">
<div class="rounded-2 shadow d-flex p-3">
<img src="imagesbir/img3.jpeg" class="img-fluid" width="100px ">
<h5 class="fw-normal px-3 my-3 text-center"> Memories Together<br> <br> <p class="mb-5">Even though we don't have many memories, the farewell we shared stands out as a cherished moment I deeply value.</p> </h5>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row ">
<div class="col-12 col-lg-6 col-md-12 px-3 py-2 ">
<div class="rounded-2 shadow d-flex p-3">
<img src="imagesbir/img9.jpeg" class="img-fluid" width="100px ">
<h5 class="fw-normal px-3 my-3 text-center">
Gratitude
<br>
<br>
<p class="mb-5">Special thanks for all your help during practical exams. Your support made a big difference(cheating).</p>
</h5>
</div>
</div>
<div class="col-12 col-lg-6 col-md-12 px-3 py-2 ">
<div class="rounded-2 shadow d-flex p-3">
<img src="imagesbir/img16.jpeg" class="img-fluid" width="100px ">
<h5 class="fw-normal px-3 my-3 text-center">
Future Hopes
<br>
<br>
<p class="mb-5">I hope you achieve all your dreams and make our parents proud. Your success and happiness mean the world to me.</p>
</h5>
</div>
</div>
</div>
</div>
</section>
<!-- Caurosel images sequnce show -->
<section class="slider-section">
<div class="container fw-bolder text-center common-heading">
<h3 class="common-line">An Extraordinary Soul✨🌸</h3>
<h4 class="common-line">An Angel Without Wings 🧚🏻♀️😇 </h4>
<hr class="w-25 mx-auto pb-4">
</div>
<div id="carouselExampleIndicators" class="carousel slide">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="2" aria-label="Slide 3"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="container">
<div class="row">
<div class="col col-lg-4 col-md-12" >
<div class="card" style="width: 18rem;">
<img src="imagesbir/img4.jpeg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Gorgeous</h5>
<p class="card-text">Happy Birthday to my gorgeous sister who brightens every room with her presence.</p>
</div>
<div class="star-color">
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
</div>
</div>
</div>
<div class="col col-lg-4 col-md-12" >
<div class="card" style="width: 18rem;">
<img src="imagesbir/img5.jpeg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Remarkable</h5>
<p class="card-text">You're truly remarkable, sis, and I hope your birthday is as amazing as you are.</p>
</div>
<div class="star-color">
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
</div>
</div>
</div>
<div class="col col-lg-4 col-md-12" >
<div class="card" style="width: 18rem;">
<img src="imagesbir/img17.jpeg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Radiant</h5>
<p class="card-text">Wishing my radiant sister a birthday filled with joy and endless sunshine.</p>
</div>
<div class="star-color">
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="container">
<div class="row">
<div class="col col-lg-4 col-md-12" >
<div class="card" style="width: 18rem;">
<img src="imagesbir/img14.jpeg" class="card-img-top " alt="..." width="286px" height="286px">
<div class="card-body">
<h5 class="card-title">Incredible</h5>
<p class="card-text">To my incredible sister, may your birthday be as wonderful and inspiring as you.</p>
</div>
<div class="star-color">
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
</div>
</div>
</div>
<div class="col col-lg-4 col-md-12" >
<div class="card" style="width: 18rem;">
<img src="imagesbir/img10.jpeg" class="card-img-top" alt="..." width="286px" height="286px">
<div class="card-body">
<h5 class="card-title">Elegant</h5>
<p class="card-text">Happy Birthday to my elegant sister who carries grace in everything she does.</p>
</div>
<div class="star-color">
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
</div>
</div>
</div>
<div class="col col-lg-4 col-md-12" >
<div class="card" style="width: 18rem;">
<img src="imagesbir/img13.jpeg" class="card-img-top" alt="..." width="286px" height="286px">
<div class="card-body">
<h5 class="card-title">Brilliant</h5>
<p class="card-text">You’re brilliant in every way, sis—may your birthday shine as bright as you do.</p>
</div>
<div class="star-color">
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="container">
<div class="row">
<div class="col col-lg-4 col-md-12" >
<div class="card" style="width: 18rem;">
<img src="imagesbir/img15.jpeg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Charming</h5>
<p class="card-text">Happy Birthday, my charming sister! You make the world a better place just by being you.</p>
</div>
<div class="star-color">
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
</div>
</div>
</div>
<div class="col col-lg-4 col-md-12" >
<div class="card" style="width: 18rem;">
<img src="imagesbir/img8.jpeg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Adventurous</h5>
<p class="card-text">To my adventurous sister, may your birthday be full of fun and exciting surprises.</p>
</div>
<div class="star-color">
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
</div>
</div>
</div>
<div class="col col-lg-4 col-md-12" >
<div class="card" style="width: 18rem;">
<img src="imagesbir/img6.jpeg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Graceful</h5>
<p class="card-text">Wishing a graceful and loving sister like you the happiest of birthdays!.</p>
</div>
<div class="star-color">
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</section>
<!-- 4 card design template -->
<section class="card-section">
<div class="container fw-bolder text-center common-heading">
<h3 class="common-line mt-5 color-card">Awards of Appreciation🌸</h3>
<h4 class="common-line color-card">You really deserve all that✨ </h4>
<hr class="w-25 mx-auto pb-4">
</div>
<div class="container">
<div class="row g-5 ">
<div class="col-12 col-lg-3 col-md-6">
<div class="card" style="width: 18rem;">
<img src="imagesbir/img7.jpeg" class="card-img-top" alt="..." width="286px" height="286px">
<div class="card-body">
<div class="d-flex justify-content-between p-2">
<p class="small text-grey"><i class="fa-solid fa-trophy"></i>: 1</p>
<p class="small text-grey"> Sep 29, 2024</p>
</div>
<h5 class="card-title">Best Listener Award</h5>
<p class="card-text">For always being there to listen, no matter how big or small my concerns may be you always guided me.</p>
<a href="certificatesimg/bestlistener.jpg" class="btn btn-primary">Certificate</a>
</div>
</div>
</div>
<div class="col-12 col-lg-3 col-md-6">
<div class="card" style="width: 18rem;">
<img src="imagesbir/img16.jpeg" class="card-img-top" alt="...">
<div class="card-body">
<div class="d-flex justify-content-between p-2">
<p class="small text-grey"><i class="fa-solid fa-trophy"></i>: 1</p>
<p class="small text-grey"> Sep 29, 2024</p>
</div>
<h5 class="card-title">Kindness Champion Award</h5>
<p class="card-text">For showing kindness in everything you do and making the world a better place with your actions.</p>
<a href="certificatesimg/kind.jpeg" class="btn btn-primary">Certificate</a>
</div>
</div>
</div>
<div class="col-12 col-lg-3 col-md-6">
<div class="card" style="width: 18rem;">
<img src="imagesbir/img1.jpeg" class="card-img-top" alt="..." width="286px" height="286px">
<div class="card-body">
<div class="d-flex justify-content-between p-2">
<p class="small text-grey"><i class="fa-solid fa-trophy"></i>: 1 </p>
<p class="small text-grey"> Sep 29, 2024</p>
</div>
<h5 class="card-title">Calm and Composed Award</h5>
<p class="card-text">For maintaining your calm and composure in every situation, which inspires me to stay balanced.</p>
<a href="certificatesimg/calmness.jpeg" class="btn btn-primary">Certificate</a>
</div>
</div>
</div>
<div class="col-12 col-lg-3 col-md-6">
<div class="card" style="width: 18rem;">
<img src="imagesbir/img11.jpeg" class="card-img-top" alt="..." width="286px" height="286px">
<div class="card-body">
<div class="d-flex justify-content-between p-2">
<p class="small text-grey"><i class="fa-solid fa-trophy"></i>: 1 </p>
<p class="small text-grey"> Sep 29, 2024</p>
</div>
<h5 class="card-title">Unwavering Supporter Award</h5>
<p class="card-text">For your constant support and encouragement, which act as a pillar of strength for me.</p>
<a href="certificatesimg/support.jpeg" class="btn btn-primary">Certificate</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact us -->
<section class="contact-section">
<div class="custom-shape-divider-top-1725893818">
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none">
<path d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z" class="shape-fill"></path>
</svg>
</div>
<div class="container fw-bolder text-center common-heading">
<h3 class="common-line mt-5 color-card ">Stay Connected✨</h3>
<hr class="w-25 mx-auto">
</div>
<div class="container color">
<form class="form-section mx-auto">
<div class="mb-3">
<div class="row">
<div class="col-12 col-lg-6">
<label for="birthdayhelp" class="form-label">Nickname</label>
<input type="text" required class="form-control" id="birthdayhelp" placeholder="given by me">
</div>
<div class="col-12 col-lg-6">
<label for="birthdayhelp" class="form-label">fav song</label>
<input type="text" class="form-control" id="birthdayhelp">
</div>
</div>
</div>
<div class="mb-3">
<label for="birthdayhelp" class="form-label">Best Memory</label>
<input type="text" required class="form-control" id="birthdayhelp" >
<div id="emailHelp" class="form-text">Your best moment of life.</div>
</div>
<div class="mb-3">
<label for="exampleFormControlTextarea1" class="form-label">Your Wish :</label>
<textarea required class="form-control" id="exampleFormControlTextarea1" rows="3"></textarea>
</div>
<button type="submit" class="btn btn-primary ">❤️Submit✨</button>
</form>
</div>
</section>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/47e0614b40.js" crossorigin="anonymous"></script>
<script>const tooltipTriggerList = document.querySelectorAll('[data-bs-toggle="tooltip"]')
const tooltipList = [...tooltipTriggerList].map(tooltipTriggerEl => new bootstrap.Tooltip(tooltipTriggerEl))
</script>
</body>
</html>