-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
316 lines (236 loc) · 14.5 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
<!DOCTYPE html>
<html>
<head>
<title>Virtual HealthCare Website</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css" integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />"
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<!-- aos css file cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.css">
<!-- magnific popup css cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css">
<!-- bootstrap cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.3/css/bootstrap.min.css">
<!-- font awesome cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css">
</head>
<body>
<div class="container">
<nav id ="nav">
<div class ="nav-container" >
<div class ="nav-title-container" >
<a href="#" class ="nav-logo">HCV</a>
<a href="#" class ="nav-title">HeCaVi</a>
</div>
<input type="checkbox" id ="check">
<label for ="check" class ="nav-icon">
<i class="fa-solid fa-bars active"></i>
<i class="fa-solid fa-times cancel"></i>
</label>
<ul class="nav-menu">
<li class ="nav-item"><a href ="pportal.html" class ="nav-link">Login-Register</a></li>
<li class ="nav-item"><a href ="Appointment.html" class ="nav-link">Book-Meet</a></li>
<li class ="nav-item"><a href ="#customer" class ="nav-link">Virtual-Meet</a></li>
<li class ="nav-item"><a href ="#desc" class ="nav-link">Check-Ups</a></li>
<li class ="nav-item"><a href ="#service" class ="nav-link">Our Service</a></li>
</ul>
</div>
</div>
</nav>
<section class ="hero-section">
<div class="hero-container">
<div class="hero-text-container">
<h1 class ="hero-title">Virtual HealthCare For YOU</h1>
<p class = "hero- Description">HCV Provides progressive, and affordable healthcare, accessible on mobile and online for everyone</p>
<div class = "contact-right">
<center><a href="Appointment.html"><button class="hero-button">Consult Today</button></a></center>
</div>
</div>
<div class ="hero-img-container">
<img src="img/hero.png" alt="hero-img" class="hero-img" />
</div>
</div>
</section>
<div class="service" id="service">
<div class="service-container">
<div class="service-text-container">
<h1 class ="service-title">Our Service</h1>
<hr class="service-line">
<p class="service-desc">We provide you the best choices for you. Adjust it to your health needs and make sure your
undergo treatment with our high qualified doctors you can consult with us which type of service is suitable for your health
</p>
</div>
<div class="service-list-container">
<div class="service-list">
<img src="services/search-doctor.png" alt="service 1" class="service-list-img">
<h1 class="service-list-title">Search Doctor</h1>
<p class="service-list-desc">Choose your Doctor from thousand of specialist, genereal, and trusted hospitals </p>
<a href="Doctor.html"> <button class="service-button">Find Doctors</button></a>
</div>
<div class="service-list">
<img src="services/online-pharmacy.png" alt="service 2" class="service-list-img">
<h1 class="service-list-title">Online Pharmacy</h1>
<p class="service-list-desc">You can Easily Purchase Medicine from there and Get Fastest Delivery.</p>
<a href="https://pharmacy.amazon.com/"> <button class="service-button">Shop Now</button></a>
</div>
<div class="service-list">
<img src="services/consultation.png" alt="service 3" class="service-list-img">
<h1 class="service-list-title">Appointment</h1>
<p class="service-list-desc">Free Consultation with our trusted doctors and get the best recomendations. </p>
<a href="Appointment.html"> <button class="service-button">Book Now</button></a>
</div>
<div class="service-list">
<img src="services/details-info.png" alt="service 4" class="service-list-img">
<h1 class="service-list-title">Details Info</h1>
<p class="service-list-desc">Choose your Doctor from thousand of specialist, genereal, and trusted hospitals </p>
<a href="plogin.html"> <button class="service-button">Details</button></a>
</div>
<div class="service-list">
<img src="services/emergency-care.png" alt="service 5" class="service-list-img">
<h1 class="service-list-title">Emergency Care</h1>
<p class="service-list-desc">You can get 24/7 urgent care for yourself or your children and your lovely family. </p>
<a href="#about"> <button class="service-button">Emergency</button></a>
</div>
<div class="service-list">
<img src="services/tracking.png" alt="service 6" class="service-list-img">
<h1 class="service-list-title">Tracking</h1>
<p class="service-list-desc">Track and save your Medical History and Health data </p>
<a href="plogin.html"> <button class="service-button">Track </button></a>
</div>
<section class="about" id="about">
<div class="nav-link">
<div class="row min-vh-100 align-items-center">
<div class="col-md-6 content" >
<div class="box">
<h3> <i class="fas fa-ambulance"></i> ambulance services </h3>
<p>AMBULANCE-102.</p>
<p>Air Ambulance-9540161344</p>
<p>Road Accident Emergency Service:1073</p>
</div>
<div class="box">
<h3> <i class="fas fa-stethoscope"></i> free check-ups </h3>
<p>A Free medical Camp can be considered as a life-saving program that aims to provide free medical and
surgical services to poor communities living in rural or urban areas by a mobile team with varieties of medical specialized services. .</p>
</div>
</div>
<div class="col-md-6 d-none d-md-block" >
<img src="img/clipart-doctor-lady-doctor-11.png" width="100%" alt="">
</div>
<a href="plogin.html"><button class="hero-button">Register For Our Service</button></a>
</div>
</div>
</section>
<div class ="desc" id="desc">
<div class ="desc-container" >
<img src ="img/provider.png" alt="provider" class ="desc-img">
<div class="desc-text-container">
<h1 class = "desc-title">Leading Healthcare Providers</h1>
<hr class = "desc-line">
<p class = "desc-text"> HCV provides progressive, and affordable healthcare, accessible on online for everyone. To us, it's not just work. We take pride in the solutions we deliver</p>
<a href="Conf.html"> <button class="desc-button">Start Virtual Check-up</button></a>
</div>
</div>
<div class = "testimonial" id="customer">
<div class ="testimonial-container" >
<h1 class ="testimonial-title"> Start Virtual Check-Ups</h1>
<hr class ="testimonial-line">
<div class ="testimonial-content" >
<div class="testimonial-avatar-container">
<img src ="img/customer.jpg" alt ="avatar" class ="testimonial-avatar">
</div>
<div class="testimonial-text-container">
</div>
<p class="testimonial-desc">
<center><a href="Conf.html"> <button class="desc-button">Start Virtual Check-up</button></a></center>
</p>
</div>
</div>
</div>
<article style ="margin-top: 13.5em;" >
<div class ="article-container" >
<h1 class ="article-title">Check out our Latest article</h1>
<hr class="article-line">
<div class="article-content-container" >
<div class="article-content">
<img src="article/1.png" alt="Article 1" class="article-img">
<div class="article-text-container">
<div class="article-content-title">Disease detection, checkup in the laboratory</div>
<p class="article-content-desc">In this case, the role of the health Laboratory is very important to do a disease detection...</p>
<div class="article-link-container">
<a href="#" class="article-link">Read More</a>
<i class="fa-solid fa-arrow-right article-icon"></i>
</div>
</div>
</div>
<div class="article-content">
<img src="article/2.png" alt="Article 2" class="article-img">
<div class="article-text-container">
<div class="article-content-title">Herbal Medicine that are safe for Medicine</div>
<p class="article-content-desc">Herbal medicine is very widely used at this time because of it is very good for your health...</p>
<div class="article-link-container">
<a href="#" class="article-link">Read More</a>
<i class="fa-solid fa-arrow-right article-icon"></i>
</div>
</div>
</div>
<div class="article-content">
<img src="article/3.png" alt="Article 3" class="article-img">
<div class="article-text-container">
<div class="article-content-title">Natural Care for healthy Facial Skin</div>
<p class="article-content-desc">A healthy lifecycle should start from now and also for skin health .There are some...</p>
<div class="article-link-container">
<a href="#" class="article-link">Read More</a>
<i class="fa-solid fa-arrow-right article-icon"></i>
</div>
</div>
</div>
</div>
<button class="article-button">View all</button>
</div>
</article>
<footer>
<div class="footer-container" id="details">
<div class="footer-text-container">
<a href="#" class="footer-logo"></a>
<a href="#" class="footer-title">HCV</a>
<p class="footer-copyright">HCV provides progressive, and affordable, healthcare,accessible on mobile and online for everyone</p>
<p class="footer-copyright">@ HCV . All rights reserved</p>
</div>
<ul class="footer-list">
<li><p class ="footer-list-title">Company</p></li>
<li><a href="#" class="footer-link">About</a></li>
<li><a href="#" class="footer-link">Reviews</a></li>
<li><a href="#" class="footer-link">Find a doctor </a></li>
<li><a href="#" class="footer-link">Apps</a></li>
</ul>
<ul class="footer-list">
<li><p class ="footer-list-title">Region</p></li>
<li><a href="#" class="footer-link">India</a></li>
<li><a href="#" class="footer-link">Singapore</a></li>
<li><a href="#" class="footer-link">Canada </a></li>
<li><a href="#" class="footer-link">Indonesia</a></li>
</ul>
<ul class="footer-list">
<li><p class ="footer-list-title">Help</p></li>
<li><a href="#" class="footer-link">Help-center</a></li>
<li><a href="#" class="footer-link">Contact Support</a></li>
<li><a href="#" class="footer-link">Instructions </a></li>
<li><a href="#" class="footer-link">How it work</a></li>
</ul>
</div>
<div class = "footer-links" style="text-align: center;">
<br><br>
<a href = "#" class = "text-white flex"> <i class = "fab fa-facebook-f"></i></a>
<a href = "#" class = "text-white flex"> <i class = "fab fa-twitter"></i></a>
<a href = "#" class = "text-white flex"> <i class = "fab fa-linkedin"></i></a>
</div>
<br>
<div class = "contact-right">
<center><a href="Appointment.html"><button class="hero-button">Consult Today</button></a></center>
</div>
</footer>
</div>
<script defer src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script src ="script.js"></script>
</body>
</html>