-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
557 lines (549 loc) · 34.6 KB
/
index.html
File metadata and controls
557 lines (549 loc) · 34.6 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
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
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Home Page - GTG</title>
<meta name="title" content="Cube Tech - Dashboard & User Management Assignment">
<meta name="description"
content="A comprehensive front-end development assignment for Cube Technology featuring user data management, interactive dashboards, and responsive UI components.">
<meta name="keywords"
content="Cube Tech, Web Development Assignment, React Dashboard, Front-end Task, Firebase Hosting">
<meta name="robots" content="index, follow">
<meta name="language" content="English">
<meta name="author" content="Cube Tech Candidate">
<link rel="canonical" href="https://cubetechassignment.web.app" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://cubetechassignment.web.app/">
<meta property="og:title" content="Cube Tech - Dashboard & User Management Assignment">
<meta property="og:description"
content="Check out my front-end development task for Cube Technology. Built with modern web technologies and hosted on Firebase.">
<meta property="og:image" content="https://cubetechassignment.web.app">
<!-- Replace with an actual screenshot link -->
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://cubetechassignment.web.app/">
<meta property="twitter:title" content="Cube Tech - Dashboard & User Management Assignment">
<meta property="twitter:description"
content="Interactive front-end project for Cube Technology's technical evaluation.">
<meta property="twitter:image" content="https://cubetechassignment.web.app">
<!-- Referencing Inter Font -->
<link rel="preconnect" href="https://rsms.me/" />
<link rel="stylesheet" href="https://rsms.me/inter/inter.css" />
<!-- Referencing font Oxanium -->
<link href="https://fonts.googleapis.com/css?family=Oxanium" rel="stylesheet" />
<!-- Local CSS File -->
<link rel="stylesheet" href="./css/styles.css" />
<!-- Local CSS File for Media Queries -->
<link rel="stylesheet" href="./css/media.css" />
<!-- Local JS File -->
<script src="./js/main.js" defer></script>
</head>
<body>
<header>
<nav class="navbarWrapper" role="navigation">
<p id="GTGLogo">GTG</p>
<div class="navMenu">
<a href="/">Home</a>
<a href="/products">Shop
<span><img loading="lazy" class="downArrow" src="./assets/icons/Vector.svg"
alt="down arrow" /></span></a>
<a href="/fragrances">Fragrances</a>
<a href="/about">About Us</a>
<a href="/blog">Blog</a>
<a href="/contact">Contact</a>
</div>
<div id="searchBtn">
<img loading="lazy" id="searchIcon" src="./assets/icons/fi_2811790.png" alt="Search Icon" />
<button id="shopNowBtn">Shop Now</button>
</div>
<!-- Hamburger menu for mobile and tablet view -->
<div class="hamDropdown">
<div class="containerHam" onclick="hamburgerSwitch(this)">
<div class="bar1"></div>
<div class="bar2"></div>
<div class="bar3"></div>
</div>
<div id="menuDropdown" class="dropdownContent">
<a href="/products">Shop
<span><img loading="lazy" class="downArrow" src="./assets/icons/Vector.svg" title="down arrow"
alt="down arrow" /></span></a>
<a href="/fragrances">Fragrances</a>
<a href="/about">About Us</a>
<a href="/blog">Blog</a>
<a href="/contact">Contact</a>
</div>
</div>
</nav>
</header>
<div class="heroSection heroBG">
<div class="heroContent">
<div id="awardInfo">
<img loading="lazy" id="awardMedal" src="./assets/icons/Medal.svg"
alt="Awarded best perfume - Medal icon" /><span id="awardDesc">Awarded the
best perfume in the world</span>
</div>
<div>
<p id="heroContentHead">Live your best life.</p>
</div>
<div id="heroStats">
<div>
<p class="heroSubStats" id="sec10x">10x</p>
<p class="heroSubStatsSpan">power</p>
</div>
<div>
<p class="heroSubStats" id="sec9">9</p>
<p class="heroSubStatsSpan">ingredients</p>
</div>
<div>
<p class="heroSubStats sec20k">20K+</p>
<p class="heroSubStatsSpan sec20k">happy customers</p>
</div>
</div>
<button id="shopNowBtn_1">Shop Now</button>
</div>
</div>
<main role="main">
<section class="productContainer">
<div id="imageSection">
<div id="mainImage">
<img loading="lazy" id="mainImg" alt="main background image" />
<div class="carousalControl">
<img loading="lazy" id="leftArrow" src="./assets/icons/Button.svg" alt="Left Arrow" />
<div id="dotIndicators">
<!-- Place for injecting the dots with image status indicator using JavaScript -->
</div>
<img loading="lazy" id="rightArrow" src="./assets/icons/Button-1.svg" alt="Right Arrow" />
</div>
</div>
<div id="thumbnailImages">
<!-- Place for injecting thumbnailImages using JavaScript -->
</div>
</div>
<!-- DEscription Section -->
<div id="descSection">
<p id="productName">GTG Perfumes</p>
<img loading="lazy" src="./assets/icons/ratingStars.png"
alt="rating 4.5 stars out of 5 from 999+ reviews" /><span> 4.7 (999+ reviews)</span>
<p id="prodDesc">
Experience the timeless allure backed by modern artistry, captured in
every bottle of our fragrance. Crafted for those who seek to elevate
their essence with purpose and sophistication.
</p>
<div id="mostPopHead">Most Popular</div>
<div>
<form id="subscriptionForm">
<div class="formRadio">
<div class="subscriptionHeader">
<div class="radioRow">
<input type="radio" id="singleSubs" name="subscription" value="Single Subscription"
form="subscriptionForm">
<label for="singleSubs">Single Subscription</label>
</div>
<div>
<p class="priceTag">$99.99<span class="strikedPrice">$146</span></p>
</div>
</div>
<div id="singleSubscription" class="subscriptionBody">
<hr>
<div id="fragranceSelection">
<p class="selectFrag">Choose a Fragrance</p>
<div class="fragranceOptions">
<fieldset class="fragranceChoice" id="perfumeSingleSub">
<!-- SUCCESS: Screen-readable title -->
<legend class="sr-only">Choose a Fragrance</legend>
<div class="chooseFragrance">
<div>
<input type="radio" name="fragrance" value="Original"
id="original-1" form="perfumeSingleSub" checked>
<label for="original-1">Original</label>
<img loading="lazy" class="bestSellerIcon"
src="./assets/icons/bestSeller.png" alt="Best Seller Icon" />
</div>
<div>
<img loading="lazy" src="./assets/icons/originalPerfume.png"
alt="Original Perfume Icon" />
</div>
</div>
<div class="chooseFragrance">
<div>
<input type="radio" name="fragrance" value="Lily" id="lily-1"
form="perfumeSingleSub">
<label for="lily-1">Lily</label>
</div>
<div>
<img loading="lazy" src="./assets/icons/LilyPerfume.png"
alt="Lily Perfume Icon" />
</div>
</div>
<div class="chooseFragrance">
<div>
<input type="radio" name="fragrance" value="Rose" id="rose-1"
form="perfumeSingleSub">
<label for="rose-1">Rose</label>
</div>
<div>
<img loading="lazy" src="./assets/icons/rosePerfume.png"
alt="Rose Perfume Icon" />
</div>
</div>
</fieldset>
</div>
</div>
<div>
<p class="selectFrag" style="margin: 30px 0 0;">What's Included</p>
<div class="fragOptions">
<div class="inclFrags wrapFull33">
<p>Every 30 Days</p>
<img loading="lazy" src="./assets/icons/originalPerfume.png"
alt="Original Perfume Icon" />
</div>
<div class="inclFrags wrapFull66">
<p>One Time <span class="customBold">(Free)</span></p>
<div>
<img loading="lazy" class="shortImage" style="max-width: 70px"
src="./assets/icons/originalPerfume.png"
alt="Original Perfume Icon" />
<img loading="lazy" class="shortImage" style="max-width: 70px"
src="./assets/icons/LilyPerfume.png" alt="Lily Perfume Icon" />
<img loading="lazy" class="shortImage" style="max-width: 70px"
src="./assets/icons/rosePerfume.png" alt="Rose Perfume Icon" />
</div>
</div>
</div>
</div>
<div class="checkPromises">
<p><img loading="lazy" class="sealCheck" src="./assets/icons/SealCheck1.png"
alt="seal check icon"> 1 Bottle Shipped Monthly</p>
<p><img loading="lazy" class="sealCheck" src="./assets/icons/SealCheck1.png"
alt="seal check icon"> <span class="customBold">Free </span> Sampler
for Original, Lily And Rose Fragrances</p>
<p class="customBold"><img loading="lazy" class="sealCheck"
src="./assets/icons/SealCheck1.png" alt="seal check icon"> 50% OFF
Shipping</p>
<p><img loading="lazy" class="sealCheck" src="./assets/icons/SealCheck1.png"
alt="seal check icon"> Pause or Cancel Anytime After 3 Months Minimum
</p>
<p><img loading="lazy" class="sealCheck" src="./assets/icons/SealCheck1.png"
alt="seal check icon"> 28 Day Money Back Guarantee*</p>
</div>
</div>
</div>
<div class="formRadio">
<div class="subscriptionHeader">
<div>
<input type="radio" id="doubleSubs" name="subscription" value="Double Subscription"
form="subscriptionForm">
<label for="doubleSubs">Double Subscription</label>
</div>
<div>
<p class="priceTag">$169.99<span class="strikedPrice">$146</span></p>
</div>
</div>
<div id="doubleSubscription" class="subscriptionBody">
<hr>
<div class="fragranceSelection">
<p class="selectFrag">Choose Fragrance 1</p>
<div class="fragranceOptions">
<fieldset class="fragranceChoice" id="perfumeDoubleSub1">
<!-- SUCCESS: Screen-readable title -->
<legend class="sr-only">Choose First Fragrance</legend>
<div class="chooseFragrance">
<div>
<input type="radio" name="fragrance1" value="Original"
id="original2-1" form="perfumeDoubleSub1" checked>
<label for="original2-1">Original</label>
<img loading="lazy" class="bestSellerIcon"
src="./assets/icons/bestSeller.png" alt="Best Seller Icon" />
</div>
<div>
<img loading="lazy" src="./assets/icons/originalPerfume.png"
alt="Original Perfume Icon" />
</div>
</div>
<div class="chooseFragrance">
<div>
<input type="radio" name="fragrance1" value="Lily" id="lily2-1"
form="perfumeDoubleSub1">
<label for="lily2-1">Lily</label>
</div>
<div>
<img loading="lazy" src="./assets/icons/LilyPerfume.png"
alt="Lily Perfume Icon" />
</div>
</div>
<div class="chooseFragrance">
<div>
<input type="radio" name="fragrance1" value="Rose" id="rose2-1"
form="perfumeDoubleSub1">
<label for="rose2-1">Rose</label>
</div>
<div>
<img loading="lazy" src="./assets/icons/rosePerfume.png"
alt="Rose Perfume Icon" />
</div>
</div>
</fieldset>
</div>
<p class="selectFrag">Choose Fragrance 2</p>
<div class="fragOptions">
<fieldset class="fragranceChoice" id="perfumeDoubleSub2">
<!-- SUCCESS: Screen-readable title -->
<legend class="sr-only">Choose Second Fragrance</legend>
<div class="chooseFragrance">
<div>
<input type="radio" name="fragrance2" value="Original"
id="original2-2" form="perfumeDoubleSub2" checked>
<label for="original2-2">Original</label>
<img loading="lazy" class="bestSellerIcon" style="top: 255px;"
src="./assets/icons/bestSeller.png" alt="Best Seller Icon" />
</div>
<div>
<img loading="lazy" src="./assets/icons/originalPerfume.png"
alt="Original Perfume Icon" />
</div>
</div>
<div class="chooseFragrance">
<div>
<input type="radio" name="fragrance2" value="Lily" id="lily2-2"
form="perfumeDoubleSub2">
<label for="lily2-2">Lily</label>
</div>
<div>
<img loading="lazy" src="./assets/icons/LilyPerfume.png"
alt="Lily Perfume Icon" />
</div>
</div>
<div class="chooseFragrance">
<div>
<input type="radio" name="fragrance2" value="Rose" id="rose2-2"
form="perfumeDoubleSub2">
<label for="rose2-2">Rose</label>
</div>
<div>
<img loading="lazy" src="./assets/icons/rosePerfume.png"
alt="Rose Perfume Icon" />
</div>
</div>
</fieldset>
</div>
</div>
<div>
<p class="selectFrag" style="margin: 30px 0 0;">Whats's Included</p>
<div class="fragOptions">
<div class="inclFrags wrapFull33">
<p>Every 30 Days</p>
<img loading="lazy" src="./assets/icons/originalPerfume.png"
alt="Original Perfume Icon" />
</div>
<div class="inclFrags wrapFull66">
<p>One Time <span class="customBold">(Free)</span></p>
<div>
<img loading="lazy" class="shortImage" style="max-width: 70px"
src="./assets/icons/originalPerfume.png"
alt="Original Perfume Icon" />
<img loading="lazy" class="shortImage" style="max-width: 70px"
src="./assets/icons/LilyPerfume.png" alt="Lily Perfume Icon" />
<img loading="lazy" class="shortImage" style="max-width: 70px"
src="./assets/icons/rosePerfume.png" alt="Rose Perfume Icon" />
</div>
</div>
</div>
</div>
<div class="checkPromises">
<p><img loading="lazy" class="sealCheck" src="./assets/icons/SealCheck1.png"
aria-hidden="true" alt="seal check icon"> 1 Bottle Shipped Monthly</p>
<p><img loading="lazy" class="sealCheck" src="./assets/icons/SealCheck1.png"
aria-hidden="true" alt="seal check icon"> <span class="customBold">Free
</span> Sampler
for Original, Lily And Rose Fragrances</p>
<p class="customBold"><img loading="lazy" class="sealCheck"
src="./assets/icons/SealCheck1.png" aria-hidden="true"
alt="seal check icon"> 50% OFF Shipping</p>
<p><img loading="lazy" class="sealCheck" src="./assets/icons/SealCheck1.png"
aria-hidden="true" alt="seal check icon"> Pause or Cancel Anytime After
3 Months Minimum
</p>
<p><img loading="lazy" class="sealCheck" src="./assets/icons/SealCheck1.png"
aria-hidden="true" alt="seal check icon"> 28 Day Money Back Guarantee*
</p>
</div>
</div>
</div>
</form>
</div>
<a id="addToCart" href="" aria-label="Link to Cart"><button id="addToCartBtn">Add to Cart</button></a>
</div>
</section>
<section id="collectionDetails">
<div id="collectionText">
<p id="collectionHead">Our Collection</p>
<div class="collectionExpandable">
<p class="secHead">Signature Scents</p><span><img loading="lazy"
src="./assets/icons/collapse-minus.png" alt="collapse/exapand indicator" /></span>
<p>Discover our curated line of signature perfumes, designed to become your daily companion.</p>
</div>
<div class="collectionExpandable">
<p class="secHead">Signature Scents</p><span><img loading="lazy"
src="./assets/icons/expand-plus.png" alt="collapse/exapand indicator" /></span>
</div>
<div class="collectionExpandable">
<p class="secHead">Signature Scents</p><span><img loading="lazy"
src="./assets/icons/expand-plus.png" alt="collapse/exapand indicator" /></span>
</div>
<div class="collectionExpandable">
<p class="secHead">Signature Scents</p><span><img loading="lazy"
src="./assets/icons/expand-plus.png" alt="collapse/exapand indicator" /></span>
</div>
</div>
<div id="collectionImg">
<img loading="lazy" src="https://res.cloudinary.com/di65luiy8/image/upload/v1774165331/midSection_admniy.webp" alt="Collection Image" />
</div>
</section>
<section id="statsRibbon">
<div class="stats">
<p class="dataStats" data-target="84" id="stat-1">0</p>
<p class="statsDesc">Of users discovered their new signature scent within the first month.</p>
</div>
<div class="stats">
<p class="dataStats" data-target="78" id="stat-2">0</p>
<p class="statsDesc">Report a significant boost in confidence when wearing our curated blends.</p>
</div>
<div class="stats">
<p class="dataStats" data-target="89" id="stat-3">0</p>
<p class="statsDesc">Of members prefer our subscription model over buying full-priced retail bottles.
</p>
</div>
<div class="stats">
<p class="dataStats" data-target="90" id="stat-4">0</p>
<p class="statsDesc">Customer retention rate thanks to our 100% authentic designer fragrances.
</p>
</div>
</section>
<section id="gtgChoice">
<div id="choiceHead">
<p id="dashed">---</p>
<p id="gtgChoiceLine">Why GTG is the #1 Choice</p>
</div>
<table>
<tr>
<th>Quantities</th>
<th><img loading="lazy" src="./assets//icons/gtg.png" alt="GTG perfume image"></th>
<th><img loading="lazy" src="./assets/icons/arose.png" alt="Arose perfume image"></th>
<th><img loading="lazy" src="./assets/icons/bella.png" alt="Bella perfume image"></th>
<th><img loading="lazy" src="./assets/icons/daisies.png" alt="Daisies perfume image"></th>
</tr>
<tr style="vertical-align: top;">
<th></th>
<th id="gtgTableHead">GTG</th>
<th class="tableHead">Arose</th>
<th class="tableHead">Bella</th>
<th class="tableHead">Daisies</th>
</tr>
<tr>
<td class="rowHead">Potency Concentration</td>
<td>10x</td>
<td>1x</td>
<td>1x</td>
<td>10x</td>
</tr>
<tr>
<td class="rowHead">Longevity</td>
<td><img loading="lazy" src="./assets/icons/gtgTick.svg" alt="present"></td>
<td><img loading="lazy" src="./assets/icons/cross.svg" alt="absent"></td>
<td><img loading="lazy" src="./assets/icons/cross.svg" alt="absent"></td>
<td><img loading="lazy" src="./assets/icons/tick.svg" alt="present"></td>
</tr>
<tr>
<td class="rowHead">Sillage</td>
<td><img loading="lazy" src="./assets/icons/gtgTick.svg" alt="present"></td>
<td><img loading="lazy" src="./assets/icons/cross.svg" alt="absent"></td>
<td><img loading="lazy" src="./assets/icons/cross.svg" alt="absent"></td>
<td><img loading="lazy" src="./assets/icons/cross.svg" alt="absent"></td>
</tr>
<tr>
<td class="rowHead">Bottle Design Score</td>
<td>9</td>
<td>5</td>
<td>6</td>
<td>2</td>
</tr>
<tr>
<td class="rowHead">Blend and Harmony</td>
<td><img loading="lazy" src="./assets/icons/gtgTick.svg" alt="present"></td>
<td><img loading="lazy" src="./assets/icons/cross.svg" alt="absent"></td>
<td><img loading="lazy" src="./assets/icons/cross.svg" alt="absent"></td>
<td><img loading="lazy" src="./assets/icons/cross.svg" alt="absent"></td>
</tr>
<tr>
<td class="rowHead">Skin Compatibility</td>
<td><img loading="lazy" src="./assets/icons/gtgTick.svg" alt="present"></td>
<td><img loading="lazy" src="./assets/icons/cross.svg" alt="absent"></td>
<td><img loading="lazy" src="./assets/icons/cross.svg" alt="absent"></td>
<td><img loading="lazy" src="./assets/icons/cross.svg" alt="absent"></td>
</tr>
<tr>
<td class="rowHead">Scent Profile</td>
<td><img loading="lazy" src="./assets/icons/gtgTick.svg" alt="present"></td>
<td><img loading="lazy" src="./assets/icons/tick.svg" alt="present"></td>
<td><img loading="lazy" src="./assets/icons/cross.svg" alt="absent"></td>
<td><img loading="lazy" src="./assets/icons/cross.svg" alt="absent"></td>
</tr>
<tr>
<td class="rowHead">Price vs. Quality</td>
<td><img loading="lazy" src="./assets/icons/gtgTick.svg" alt="present"></td>
<td><img loading="lazy" src="./assets/icons/tick.svg" alt="present"></td>
<td><img loading="lazy" src="./assets/icons/cross.svg" alt="absent"></td>
<td><img loading="lazy" src="./assets/icons/tick.svg" alt="present"></td>
</tr>
</table>
<button id="tryBtn">Try It Risk-Free</button>
</section>
</main>
<!-- Footer of the page -->
<footer id="footer" role="contentinfo">
<div><span id="logoGTGFooter">GTG</span></div>
<div id="contentFrame">
<div id="footerSubframe">
<div class="footerSection">
<a href="/" title="Link to Facebook">Home</a>
<a href="/shop" title="Link to shop">Shop</a>
<a href="/fragrances" title="Link to fragrances">Fragrances</a>
</div>
<div class="footerSection">
<a href="/about-us" title="Link to about us section">About Us</a>
<a href="/blog" title="Link to blog section">Blog</a>
<a href="/contact" title="Link to contact section">Contact</a>
</div>
<div class="footerSection">
<a href="https://www.facebook.com" target="_blank" title="Link to Facebook"><img loading="lazy"
style="height: 20px; width: 20px" src="./assets/icons/Facebook.png"
alt="Facebook icon" />Facebook</a>
<a href="https://www.instagram.com" target="_blank" title="Link to Instagram"><img loading="lazy"
style="height: 18px; width: 18px" src="./assets/icons/instagram.png"
alt="Instagram icon" />Instagram</a>
<a href="https://www.x.com" target="_blank" title="Link to X (formerly twitter)"><img loading="lazy"
style="height: 16px; width: 18px" src="./assets/icons/x.png"
alt="X (formerly twitter) icon" />X</a>
</div>
</div>
<div id="footerSubframe_1">
<p id="footerSubTag">Join our newsletter to stay up to date on features and releases.</p>
<div>
<input id="footerEmail" type="email" placeholder="Enter your email" />
<button id="footerSubscribe" onclick="">Subscribe</button>
</div>
<p id="footerSubtag_1">By subscribing you agree to with our <span>Privacy Policy</span> and provide
consent to receive updates from our company.</p>
</div>
</div>
<div id="footerCredit">
<p id="dashed-white">---</p>
<p>© <span id="year"></span> | Coded with <span class="heart">❤</span> by <a
href="https://rishumishra.web.app">Rishu Mishra</a></p>
</div>
</footer>
</body>
</html>