-
Notifications
You must be signed in to change notification settings - Fork 0
/
Landing.html
67 lines (62 loc) · 2.91 KB
/
Landing.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="Landing.css" />
<title> MEDI & CURE</title>
</head>
<body>
<div class="container">
<nav>
<div class="nav__logo">MEDI & CURE</div>
<ul class="nav__links">
<li class="link"><a href="#"><u>Home</u></a></li>
<li class="link"><a href="#"><u>About Us</u></a></li>
<li class="link"><a href="#"><u>Courses</u></a></li>
<li class="link"><a href="#"><u>Pages</u></a></li>
<li class="link"><a href="#"><u>Blog</u></a></li>
<li class="link"><a href="#"><u>Contact</u></a></li>
</ul>
<button class="btn">Register Now</button>
</nav>
<header class="header">
<div class="content">
<h1><span>Get Quick</span><br /><u>Medical Services</u></h1>
<p>
A healthy individual is always prepared to perform tasks and be productive. Maintaining a balanced diet, sufficient sleep,
and regular exercise are the keys to a healthy lifestyle. A healthy life encourages prosperity and success.
In today's fast-paced world, access to prompt and efficient medical
services is of paramount importance. When faced with a medical
emergency or seeking immediate medical attention, the ability to
receive quick medical services can significantly impact the outcome
of a situation.
</p>
<button class="btn">Get Services</button>
</div>
<div class="image">
<span class="image__bg"></span>
<img src="https://parade.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cq_auto:good%2Cw_1200/MTk3MzY5OTYzNDM3MTA3MDk5/freddir-highmore-in-the-abc-series-the-good-doctor-photo-credit-art-streiberabc.jpg" alt="header image" />
<div class="boom"></div>
<div class="image__content image__content__1">
<span><i class="ri-user-3-line"></i></span>
<div class="details">
<h4>1630+</h4>
<p>Active Clients</p>
</div>
</div>
<div class="image__content image__content__2">
<ul>
<li>
<span><i class="ri-check-line"></i></span>
Get 25% off on every 1st month and Renew it accordingly
</li>
<li>
<span><i class="ri-check-line"></i></span>
<b>Expert Doctors & Doctresses</b>
</li>
</ul>
</div>
</div>
</header>
</div>
</body>
</html>