forked from panditakshay402/web-project
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
170 lines (135 loc) · 5.19 KB
/
index.html
File metadata and controls
170 lines (135 loc) · 5.19 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<div class="navi">
<div class="logo">
<img src="img/logo2.png" width="70px" height="60px" alt="logo">
</div>
<nav>
<ul >
<li class="dropdown">
<a href="" >About Us</a>
<ul class="dropdown-menu">
<li><a href=""><h4>Welcome to our healthcare website!</h4></br></br>
<h5><i> We are a team of dedicated healthcare professionals who are committed to providing you with high-quality healthcare services.
</br></br>Our mission is to help you achieve optimal health and wellness by offering comprehensive and personalized healthcare solutions.
Our team includes doctors, nurses, and other healthcare professionals who are experts in their respective fields.
</br> We believe in a collaborative approach to healthcare, and we work closely with each other to ensure that our patients receive the best possible care.
At our healthcare facility, we offer a wide range of services,
including preventive care, diagnostic testing, treatment for acute and chronic illnesses, and management of chronic conditions.
</br> We also offer counseling and education to help our patients make informed decisions about their health and wellbeing.
We are dedicated to providing compassionate and personalized care to each and every patient who walks through our doors.
We understand that every patient is unique, and we strive to tailor our services to meet the individual needs of each patient.
Thank you for choosing our healthcare facility for your healthcare needs. </br>
We look forward to serving you and helping you achieve your health and wellness goals.</i></h5></a></li>
</ul>
</li>
</ul>
<ul>
<li class="dropdown">
<a href="" >Conditions</a>
<ul class="dropdown-menu">
<li>
<p> sab badhiya</p>
</li>
</ul>
</li>
</ul>
<ul>
<li class="dropdown">
<a href="#" >Services</a>
<ul class="dropdown-menu" style="width:200px" >
<li>
<a href=""><h5>Online Appointment Booking</h5></a>
</li>
<li>
<a href=""><h5>Telemedicine Consultations</h5></a>
</li>
<li>
<a href=""><h5>Wellness Programs</h5></a>
</li>
</ul>
</li>
</ul>
<ul>
<li class="dropdown">
<a href="" >For Patients</a>
<ul class="dropdown-menu">
<li>
<p> sab badhiya</p>
</li>
</ul>
</li>
</ul>
<ul>
<li class="dropdown">
<a href="">Our Providers</a>
<ul class="dropdown-menu">
<li>
<p> sab badhiya</p>
</li>
</ul>
</li>
</ul>
<ul>
<li class="dropdown">
<a href="">Our Locations</a>
<ul class="dropdown-menu">
<li>
<p> sab badhiya</p>
</li>
</ul>
</li>
</ul>
<ul>
<li class="dropdown">
<a p href="">Contact Us</a>
<ul class="dropdown-menu">
<li>
<p> sab badhiya</p>
</li>
</ul>
</li>
</ul>
</nav>
<div class="but1">
<button class="bt1">Book an Appointment</button>
</div>
</div>
</header>
<div class="main">
<header>
<!-- <div class="logo">
<img src="img/logo.PNG" alt="logo" width="100px" height="">
</div> -->
<div class="bg">
<!-- <img src="img/dr.jpg" alt="doctor"> -->
</div>
</div>
<div class="reqB">
<p>Delivering Cutting-Edge <br>
Medical care, With Compassion
</p>
<div >
<button>Request a Appointment</button>
</div>
</div>
</header>
<br><br><hr>
<div class="vid">
<video src="vid/meeting.mp4" autoplay loop></video>
<video src="vid/BPcheck.mp4" autoplay loop></video>
</div>
<footer>
</footer>
</body>
<script src="script.js"></script>
</html>