-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
683 lines (669 loc) · 28.6 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
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
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Wed of Thuan</title>
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="./assets/icon/anonymois.svg" />
<!-- reset -->
<link rel="stylesheet" href="./assets/css/reset.css" />
<!-- style -->
<link rel="stylesheet" href="./assets/css/style.css" />
<!-- responsive -->
<link rel="stylesheet" href="./assets/css/responvsive.css" />
<!-- font -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Sora:[email protected]&display=swap"
rel="stylesheet"
/>
</head>
<body>
<header class="header">
<div class="container">
<div class="header-top fixed">
<!-- logo -->
<a href="#!"
><img
src="./assets/icon/logo-shine-smile.svg"
alt="logo-shine"
class="logo"
/></a>
<!-- <div class="text">
<a href="#!" class="text-logo-top">Shine</a>
<a href="#!" class="text-logo-bot">smile</a>
</div> -->
<!-- nav -->
<nav class="navbar">
<ul class="navbar__list" id="navbar__list--pc">
<li class="navbar__item">
<a href="#!" class="navbar__link navbar__link--active">Home</a>
</li>
<li class="navbar__item">
<a href="#!" class="navbar__link">Services</a>
</li>
<li class="navbar__item">
<a href="#!" class="navbar__link">About</a>
</li>
<li class="navbar__item">
<a href="#!" class="navbar__link">Doctors</a>
</li>
</ul>
</nav>
<!-- cta action -->
<div class="header__action">
<a href="#!" class="header__action--login">Log In</a>
<a href="#!" class="btn header__action--signup">Sign Up</a>
</div>
</div>
<!-- Hero -->
<div class="hero">
<section class="hero__info">
<h1 class="hero__headinglv1">
Exceptional dental care for all ages.
</h1>
<p class="hero__desc">
Exceptional dental care for all ages. Your great smile begins with
a great dentist.
</p>
<div class="hero__contact">
<a href="#!" class="btn hero__contact--bookonline">Book Online</a>
<span class="hero__number">or call (123) 456-7890</span>
</div>
</section>
<div class="hero__media">
<figure class="hero__image">
<img
src="./assets/imgs/doctor330x540.png"
alt="doctor330x540"
class="hero__img hero__image--above"
/>
<img
src="./assets/imgs/doctor210x410.png"
alt="doctor210x410"
class="hero__img hero__image--below"
/>
</figure>
</div>
</div>
</div>
</header>
<!-- mobile -->
<div class="mobile-header">
<input
type="checkbox"
name="menu-checkbox"
id="menu-checkbox"
class="menu-checkbox"
hidden
/>
<label for="menu-checkbox">
<svg
class="menu-header__icon"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 448 512"
>
<!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.-->
<path
fill="currentColor"
d="M0 96C0 78.3 14.3 64 32 64l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 128C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 288c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32L32 448c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z"
/>
</svg>
</label>
<!-- overplay -->
<label for="menu-checkbox" class="menu-overplay"></label>
<!-- menu content -->
<div class="menu-drawer">
<!-- menu top -->
<div class="menu-drawer__top">
<!-- logo -->
<a href="#!"
><img
src="./assets/icon/logo-shine-smile.svg"
alt="logo-shine"
class="logo-drawer"
/></a>
<!-- icon exist -->
<label for="menu-checkbox">
<svg class="close__menu" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path fill="currentColor"
d="M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM175 175c-9.4 9.4-9.4 24.6 0 33.9l47 47-47 47c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l47-47 47 47c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-47-47 47-47c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-47 47-47-47c-9.4-9.4-24.6-9.4-33.9 0z"
/>
</svg>
</label>
</div>
<!-- nav mobile -->
<ul id="navbar__list--mobile"></ul>
<!-- script js-->
<script>
const navPC = document.querySelector("#navbar__list--pc");
const navMobile = document.querySelector("#navbar__list--mobile");
//sao chep
navMobile.innerHTML = navPC.innerHTML;
</script>
<!-- separate -->
<div class="separate"></div>
<!-- cta action mobile -->
<div class="show-on-mobile">
<li class="navbar__item">
<a href="#!" class="navbar__link">Log In</a>
</li>
<li class="navbar__item">
<a href="#!" class="navbar__link">Sign Up</a>
</li>
</div>
</div>
</div>
<main class="main">
<!-- services -->
<section class="services">
<div class="container">
<div class="services__top">
<h2 class="heading-lv2 services__heading-lv2">Our services</h2>
<p class="services__text">
Exceptional dental care for all ages. Your great smile begins with
a great dentist.
</p>
</div>
<div class="services__body">
<div class="services__meida">
<figure class="services__img">
<img src="./assets/imgs/sv-img.png" alt="dentist" class="ser__img" />
</figure>
</div>
<div class="services__body--right">
<div class="services__options">
<!-- option1 -->
<div class="service__option">
<div class="services__tooth">
<svg
xmlns="http://www.w3.org/2000/svg"
width="22"
height="24"
viewBox="0 0 22 24"
fill="none"
>
<path
d="M20.3598 2.63964C17.9506 -0.556131 14.2772 -0.568132 11.2481 1.10682C11.001 1.24657 10.7219 1.31411 10.4406 1.30222C10.1592 1.29033 9.88633 1.19945 9.65105 1.03931C8.49552 0.245717 7.29036 -0.316477 5.13904 0.207462C0.623408 1.3071 0 4.90379 0 8.99816C0.0797353 12.1602 0.500857 15.3032 1.25551 18.3683C2.11836 22.0168 3.90382 24 5.43354 24C6.96326 24 7.00963 22.2204 7.00963 20.8016C7.00963 19.2009 7.39505 14.8009 10.8642 14.8009C13.5317 14.8009 14.3333 18.4013 14.3333 20.8016C14.3329 23.095 15.1722 24 16.6628 24C19.5267 24 20.9796 15.3938 21.3719 13.1237C21.7642 10.8535 22.9882 6.12569 20.3598 2.63964Z"
fill="currentColor"
/>
</svg>
</div>
<div class="services__content">
<div class="services__title">Oral Surgery</div>
<div class="services__desc">
Everything you expect and then some. Cleanings, fillings,
and x-rays.
</div>
</div>
</div>
<!-- option2 -->
<div class="service__option">
<div class="services__tooth">
<svg
xmlns="http://www.w3.org/2000/svg"
width="22"
height="24"
viewBox="0 0 22 24"
fill="none"
>
<path
d="M20.3598 2.63964C17.9506 -0.556131 14.2772 -0.568132 11.2481 1.10682C11.001 1.24657 10.7219 1.31411 10.4406 1.30222C10.1592 1.29033 9.88633 1.19945 9.65105 1.03931C8.49552 0.245717 7.29036 -0.316477 5.13904 0.207462C0.623408 1.3071 0 4.90379 0 8.99816C0.0797353 12.1602 0.500857 15.3032 1.25551 18.3683C2.11836 22.0168 3.90382 24 5.43354 24C6.96326 24 7.00963 22.2204 7.00963 20.8016C7.00963 19.2009 7.39505 14.8009 10.8642 14.8009C13.5317 14.8009 14.3333 18.4013 14.3333 20.8016C14.3329 23.095 15.1722 24 16.6628 24C19.5267 24 20.9796 15.3938 21.3719 13.1237C21.7642 10.8535 22.9882 6.12569 20.3598 2.63964Z"
fill="currentColor"
/>
</svg>
</div>
<div class="services__content">
<div class="services__title">Wisdom Teeth Removal</div>
<div class="services__desc">
Everything you expect and then some. Cleanings, fillings,
and x-rays.
</div>
</div>
</div>
<!-- option3 -->
<div class="service__option">
<div class="services__tooth">
<svg
xmlns="http://www.w3.org/2000/svg"
width="22"
height="24"
viewBox="0 0 22 24"
fill="none"
>
<path
d="M20.3598 2.63964C17.9506 -0.556131 14.2772 -0.568132 11.2481 1.10682C11.001 1.24657 10.7219 1.31411 10.4406 1.30222C10.1592 1.29033 9.88633 1.19945 9.65105 1.03931C8.49552 0.245717 7.29036 -0.316477 5.13904 0.207462C0.623408 1.3071 0 4.90379 0 8.99816C0.0797353 12.1602 0.500857 15.3032 1.25551 18.3683C2.11836 22.0168 3.90382 24 5.43354 24C6.96326 24 7.00963 22.2204 7.00963 20.8016C7.00963 19.2009 7.39505 14.8009 10.8642 14.8009C13.5317 14.8009 14.3333 18.4013 14.3333 20.8016C14.3329 23.095 15.1722 24 16.6628 24C19.5267 24 20.9796 15.3938 21.3719 13.1237C21.7642 10.8535 22.9882 6.12569 20.3598 2.63964Z"
fill="currentColor"
/>
</svg>
</div>
<div class="services__content">
<div class="services__title">Preventative Dentistry</div>
<div class="services__desc">
Everything you expect and then some. Cleanings, fillings,
and x-rays.
</div>
</div>
</div>
</div>
<div class="btn services__options--Allservice">
<a href="#!">All Services</a>
</div>
</div>
</div>
</div>
</section>
<!-- Works -->
<section class="work">
<div class="container">
<!-- Top -->
<div class="work__top">
<h2 class="heading-lv2 work__heading">How it works</h2>
<p class="work__desc1">
Exceptional dental care for all ages. Your great smile begins with
a great dentist.
</p>
</div>
<!-- work list -->
<div class="work__list">
<!-- item 1 -->
<section class="work__item">
<img
src="./assets/icon/icon-1.svg"
alt="search doctor"
class="work__icon"
/>
<h3 class="heading-lv3 work__heading--lv3">Search doctor</h3>
<p class="work__desc">
Search a doctor by education, qualifications or
experience-contact for inquiry.
</p>
<a href="#!" class="work__item--learnmore">Learn More</a>
</section>
<!-- item 2 -->
<section class="work__item">
<img
src="./assets/icon/icon-2.svg"
alt="search doctor"
class="work__icon"
/>
<h3 class="heading-lv3 work__heading--lv3">Find best doctor</h3>
<p class="work__desc">
Search a doctor by education, qualifications or
experience-contact for inquiry.
</p>
<a href="#!" class="work__item--learnmore">Learn More</a>
</section>
<!-- item 3 -->
<section class="work__item">
<img
src="./assets/icon/icon-3.svg"
alt="search doctor"
class="work__icon"
/>
<h3 class="heading-lv3 work__heading--lv3">Get treatment</h3>
<p class="work__desc">
Search a doctor by education, qualifications or
experience-contact for inquiry.
</p>
<a href="#!" class="work__item--learnmore">Learn More</a>
</section>
</div>
</div>
</section>
<!-- About -->
<section class="about">
<div class="container">
<!-- left -->
<div class="about__row">
<div class="about__media">
<figure class="about__img">
<img
src="./assets/imgs/about-below.png"
alt="Take back your smile with shine."
class="about__img--bot"
/>
<img
src="./assets/imgs/about-top.png"
alt="Take back your smile with shine."
class="about__img--top"
/>
</figure>
</div>
<!-- right info -->
<div class="about__info">
<h2 class="heading-lv2 about__heading-lv2">
Take back your smile with shine.
</h2>
<p class="about__desc">
If you’re missing multiple teeth due to decay, injury, or
the natural aging process, dentures might be the perfect
solution.
</p>
<a href="#!2" class="btn about__btn--learn-more">Learn More</a>
</div>
</div>
</div>
</section>
<!-- Team -->
<section class="team">
<div class="container">
<!-- top -->
<div class="team__top">
<h2 class="heading-lv2 team__heading">Our virtual dentist</h2>
<a href="#!" class="btn team__btn--meet">Meet our dentist</a>
</div>
<!-- list card -->
<div class="team__list-card">
<!-- card 1 -->
<article class="team__card">
<div class="team__img">
<img
src="./assets/imgs/doc-1.png"
alt="Dr. Essence Page"
class="team__img-doctor"
/>
</div>
<figcaption class="team__caption">
<p class="team__img-name">Dr. Essence Page</p>
<span class="team__desc"
>DDS, California - Linda University</span
>
</figcaption>
</article>
<!-- card 2 -->
<article class="team__card">
<div class="team__img">
<img
src="./assets/imgs/doc-2.png"
alt="Dr. Essence Page"
class="team__img-doctor"
/>
</div>
<p class="team__img-name">Dr. Essence Page</p>
<span class="team__desc">DDS, California - Linda University</span>
</article>
<!-- card 3 -->
<article class="team__card">
<div class="team__img">
<img
src="./assets/imgs/doc-3.png"
alt="Dr. Essence Page"
class="team__img-doctor"
/>
</div>
<p class="team__img-name">Dr. Essence Page</p>
<span class="team__desc">DDS, California - Linda University</span>
</article>
<!-- card 4 -->
<article class="team__card">
<div class="team__img">
<img
src="./assets/imgs/doc-4.png"
alt="Dr. Essence Page"
class="team__img-doctor"
/>
</div>
<p class="team__img-name">Dr. Essence Page</p>
<span class="team__desc">DDS, California - Linda University</span>
</article>
</div>
<!-- cta next prev -->
<div class="control team__control">
<button class="control-btn team__cta--prev"><</button>
<button class="control-btn team__cta--next">></button>
</div>
</div>
</section>
<!-- CTA -->
<section class="cta">
<div class="container">
<div class="cta__bg">
<!-- left -->
<div class="cta__media">
<img
src="./assets/imgs/phone.png"
alt="phone"
class="cta__phone"
/>
</div>
<!-- right -->
<div class="cta__content">
<h2 class="heading-lv2 cta__heading-lv-2">
Take back your smile with dentures
</h2>
<p class="cta__desc">
If you’re missing multiple teeth due to decay, injury, or the
natural aging process, dentures might be the perfect solution.
</p>
<div class="cta__action">
<a href="#!"
><img
src="./assets/icon/AppStore.svg"
alt=""
class="cta__action--appstore"
/></a>
<a href="#!"
><img src="./assets/icon/ggplay.svg" alt="google play"
/></a>
</div>
</div>
</div>
</div>
</section>
<!-- BLogs -->
<section class="blog">
<div class="container">
<div class="blog__inner">
<!-- left -->
<div class="blog__content">
<h2 class="heading-lv2 blog__heading-lv2">
Read Latest News & Events.
</h2>
<span class="blog__desc-read">Read All Blog</span>
<div class="control blog__control">
<button class="control-btn blog__cta--prev"><</button>
<button class="control-btn blog__cta--next">></button>
</div>
</div>
<!-- right -->
<div class="blog__list">
<!-- item 1 -->
<div class="blog__item">
<!-- img -->
<div class="blog__img">
<img
src="./assets/imgs/imgb-1.png"
alt="Key Considerations for Regulatory Compliant"
class="blog__img-thumb"
/>
</div>
<!-- info -->
<div class="blog__info">
<h3 class="heading-lv3 blog__title">
Key Considerations for Regulatory Compliant.
</h3>
<div class="blog__desc">
It’s easy to think about medical care from a narrow
perspective. You go to the hospital.
</div>
<a href="#!" class="blog__learn">Learn More</a>
</div>
</div>
<!-- item 2 -->
<div class="blog__item">
<!-- img -->
<div class="blog__img">
<img
src="./assets/imgs/img-2.png"
alt="What Is Population Health Management?"
class="blog__img-thumb"
/>
</div>
<!-- info -->
<div class="blog__info">
<h3 class="heading-lv3 blog__title">
What Is Population Health Management?
</h3>
<div class="blog__desc">
It’s easy to think about medical care from a narrow
perspective. You go to the hospital.
</div>
<a href="#!" class="blog__learn">Learn More</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Appointment -->
<section class="appointment">
<div class="container">
<div class="appointment__inner">
<h1 class="appointment__heading-lv1">
Always welcoming new patients
</h1>
<p class="appointment__desc">
Take control of your dental health and get the personalized care
you deserve. Call (541) 772-8846 to schedule
</p>
<a href="#!" class="btn appointment__btn">Appointment</a>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container">
<div class="footer__top">
<!-- column 1 -->
<div class="footer__column footer-hidden-tablet">
<a href="#!">
<img
src="./assets/icon/logo-shine-smile.svg"
alt="logo-shine"
class="logo"
/>
</a>
<p class="footer__desc">
Exceptional dental care for all ages. Your great smile begins with
a great dentist.
</p>
</div>
<!-- column 2 -->
<div class="footer__column">
<h3 class="heading-lv3 footer__heading-lv3">Support</h3>
<ul class="footer__list">
<li class="footer__item">
<a href="#!" class="footer__link">Help Center</a>
</li>
<li class="footer__item">
<a href="#!" class="footer__link">Account information</a>
</li>
<li class="footer__item">
<a href="#!" class="footer__link">About</a>
</li>
<li class="footer__item">
<a href="#!" class="footer__link">Contact us</a>
</li>
</ul>
<h3 class="heading-lv3 footer__heading-lv3">Support</h3>
<ul class="footer__list">
<li class="footer__item">
<a href="#!" class="footer__link">Help Center</a>
</li>
<li class="footer__item">
<a href="#!" class="footer__link">Account information</a>
</li>
</ul>
</div>
<!-- Column 3 -->
<div class="footer__column">
<h3 class="heading-lv3 footer__heading-lv3">Support</h3>
<ul class="footer__list">
<li class="footer__item">
<a href="#!" class="footer__link">Help Center</a>
</li>
<li class="footer__item">
<a href="#!" class="footer__link">Account information</a>
</li>
</ul>
<h3 class="heading-lv3 footer__heading-lv3">Support</h3>
<ul class="footer__list">
<li class="footer__item">
<a href="#!" class="footer__link">Help Center</a>
</li>
</ul>
</div>
<!-- Column 4 -->
<div class="footer__column">
<h3 class="heading-lv3 footer__heading-lv3">Support</h3>
<div class="footer__social">
<a href="#!" class="footer__social-btn">
<svg
xmlns="http://www.w3.org/2000/svg"
width="6"
height="12"
viewBox="0 0 6 12"
fill="none"
>
<path
d="M3.98981 11.9358V6.0302H5.76473L6 3.9517H3.98981L3.9928 2.91132C3.9928 2.3692 4.0477 2.07885 4.87783 2.07885H5.98755V0H4.21224C2.07977 0 1.32931 1.00825 1.32931 2.70405V3.95186H0V6.03055H1.32931V11.8521C1.84718 11.9489 2.38257 12 2.93075 12C3.28487 12 3.63863 11.9786 3.98981 11.9358Z"
fill="currentColor"
/>
</svg>
</a>
<a href="#!" class="footer__social-btn">
<svg
xmlns="http://www.w3.org/2000/svg"
width="16"
height="12"
viewBox="0 0 16 12"
fill="none"
>
<path
d="M16 1.42062C15.405 1.66154 14.771 1.82123 14.11 1.89877C14.79 1.524 15.309 0.935077 15.553 0.225231C14.919 0.574154 14.219 0.820615 13.473 0.958154C12.871 0.366462 12.013 0 11.077 0C9.261 0 7.799 1.36062 7.799 3.02862C7.799 3.26862 7.821 3.49938 7.875 3.71908C5.148 3.59631 2.735 2.38985 1.114 0.552C0.831 1.00523 0.665 1.524 0.665 2.08246C0.665 3.13108 1.25 4.06062 2.122 4.59877C1.595 4.58954 1.078 4.44831 0.64 4.22585C0.64 4.23508 0.64 4.24708 0.64 4.25908C0.64 5.73046 1.777 6.95262 3.268 7.23415C3.001 7.30154 2.71 7.33385 2.408 7.33385C2.198 7.33385 1.986 7.32277 1.787 7.28215C2.212 8.48123 3.418 9.36277 4.852 9.39138C3.736 10.1972 2.319 10.6828 0.785 10.6828C0.516 10.6828 0.258 10.6717 0 10.6412C1.453 11.5062 3.175 12 5.032 12C11.068 12 14.368 7.38462 14.368 3.384C14.368 3.25015 14.363 3.12092 14.356 2.99262C15.007 2.56615 15.554 2.03354 16 1.42062Z"
fill="currentColor"
/>
</svg>
</a>
<a href="#!" class="footer__social-btn">
<svg
xmlns="http://www.w3.org/2000/svg"
width="13"
height="12"
viewBox="0 0 13 12"
fill="none"
>
<path
d="M0 1.39394C0 0.989891 0.146401 0.656558 0.439189 0.393939C0.731978 0.131309 1.11262 0 1.58108 0C2.04119 0 2.41344 0.129285 2.69788 0.387879C2.99066 0.654545 3.13707 1.00201 3.13707 1.4303C3.13707 1.81818 2.99486 2.14141 2.71042 2.4C2.41764 2.66667 2.03282 2.8 1.55598 2.8H1.54344C1.08333 2.8 0.711072 2.66667 0.426641 2.4C0.142209 2.13333 0 1.79798 0 1.39394ZM0.163127 12V3.90303H2.94884V12H0.163127ZM4.49228 12H7.27799V7.47879C7.27799 7.19595 7.31146 6.97777 7.37838 6.82424C7.49549 6.54949 7.67326 6.31716 7.91168 6.12727C8.1501 5.93737 8.44916 5.84242 8.80888 5.84242C9.74582 5.84242 10.2143 6.45252 10.2143 7.67273V12H13V7.35758C13 6.16161 12.7072 5.25455 12.1216 4.63636C11.536 4.01818 10.7622 3.70909 9.80019 3.70909C8.72104 3.70909 7.88031 4.15758 7.27799 5.05455V5.07879H7.26544L7.27799 5.05455V3.90303H4.49228C4.509 4.16161 4.51737 4.96565 4.51737 6.31515C4.51737 7.66464 4.509 9.55959 4.49228 12Z"
fill="currentColor"
/>
</svg>
</a>
</div>
<h3 class="footer__heading">Subscribe</h3>
<p class="footer__desc">
Subscribe our newsletter for the latest update of Dental care
</p>
<form class="footer-form" action="">
<input
type="email"
class="footer-form__input"
placeholder="Enter your email..."
/>
<button class="footer-form__submit">Subscribe</button>
</form>
</div>
</div>
<!-- copyright -->
<div class="footer__copyright">
<p class="footer__copyright-text">
2021 GDN. Copyright and All rights reserved.
</p>
</div>
</div>
</footer>
</body>
</html>