-
Notifications
You must be signed in to change notification settings - Fork 0
/
sanjivani.html
407 lines (307 loc) · 14 KB
/
sanjivani.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
<!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>Sanjivani</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header class="header">
<a href="#" class="logo"> <i class="fas fa-heartbeat"></i> Sanjivani</a>
<nav class="navbar">
<a href="#home">home</a>
<a href="#services">services</a>
<a href="#about">about</a>
<a href="#doctors">doctors</a>
<a href="#book">book an appointment</a>
<a href="#review">patient reviews</a>
<a href="#blogs">news</a>
</nav>
<div id="menu-btn" class="fas fa-bars"></div>
</header>
<!-- header section ends -->
<!-- home section starts -->
<section class="home" id="home">
<div class="image">
<img src="image/home-img.svg" alt="">
</div>
<div class="content">
<h3>stay safe, stay healthy</h3>
<p>Sanjivani is the largest health care ecosystem across Dehradun and Roorkee, on a mission to support your whole health.</p>
<a href="#" class="btn"> contact us <span class="fas fa-chevron-right"></span> </a>
</div>
</section>
<!-- home section ends -->
<!-- icons section starts -->
<section class="icons-container">
<div class="icons">
<i class="fas fa-user-md"></i>
<h3>140+</h3>
<p>doctors at work</p>
</div>
<div class="icons">
<i class="fas fa-users"></i>
<h3>1040+</h3>
<p>satisfied patients</p>
</div>
<div class="icons">
<i class="fas fa-procedures"></i>
<h3>500+</h3>
<p>bed facility</p>
</div>
<div class="icons">
<i class="fas fa-hospital"></i>
<h3>80+</h3>
<p>available hospitals</p>
</div>
</section>
<!-- icons section ends -->
<!-- services section starts -->
<section class="services" id="services">
<h1 class="heading"> our <span>services</span> </h1>
<div class="box-container">
<div class="box">
<i class="fas fa-notes-medical"></i>
<h3>free checkups</h3>
<p>Our doctor can tell you how often you need health checks.</p>
<a href="#" class="btn"> read more <span class="fas fa-chevron-right"></span> </a>
</div>
<div class="box">
<i class="fas fa-ambulance"></i>
<h3>24/7 ambulance</h3>
<p>No delay will occur in medical emergencies.</p>
<a href="#" class="btn"> read more <span class="fas fa-chevron-right"></span> </a>
</div>
<div class="box">
<i class="fas fa-user-md"></i>
<h3>expert doctors</h3>
<p>Cerified doctors will available to your services.</p>
<a href="#" class="btn"> read more <span class="fas fa-chevron-right"></span> </a>
</div>
<div class="box">
<i class="fas fa-pills"></i>
<h3>medicines</h3>
<p>All medicines are certified and trustworthy to use.</p>
<a href="#" class="btn"> read more <span class="fas fa-chevron-right"></span> </a>
</div>
<div class="box">
<i class="fas fa-procedures"></i>
<h3>bed facility</h3>
<p>Available with well air conditioned and non air conditioned.</p>
<a href="#" class="btn"> read more <span class="fas fa-chevron-right"></span> </a>
</div>
<div class="box">
<i class="fas fa-heartbeat"></i>
<h3>total care</h3>
<p>Full medications and treatment will provided to our patients.</p>
<a href="#" class="btn"> read more <span class="fas fa-chevron-right"></span> </a>
</div>
</div>
</section>
<!-- services section ends -->
<!-- about section starts -->
<section class="about" id="about">
<h1 class="heading"> <span>about</span> us </h1>
<div class="row">
<div class="image">
<img src="image/about-img.svg" alt="">
</div>
<div class="content">
<h3>we take care of your healthy life</h3>
<p>We provide a variety of treatment and prevention services, each at the forefront of the medical industry, designed to provide the most comprehensive benefits to our patients.</p>
<p>Use the power of creativity and commitment to innovation to enable us to be a regional leader in healthcare, a model provider of continuous learning, and the standard in workforce development.</p>
<a href="#" class="btn"> read more <span class="fas fa-chevron-right"></span> </a>
</div>
</div>
</section>
<!-- about section ends -->
<!-- doctors section starts -->
<section class="doctors" id="doctors">
<h1 class="heading"> our <span>doctors</span> </h1>
<div class="box-container">
<div class="box">
<img src="image/doc-1.jpg" alt="">
<h3>izzie stevens</h3>
<span>dermatologist</span>
</div>
<div class="box">
<img src="image/doc-2.jpg" alt="">
<h3>drake ramoray</h3>
<span>neurosurgeon</span>
</div>
<div class="box">
<img src="image/doc-3.jpg" alt="">
<h3>harry connick</h3>
<span>oncologist</span>
</div>
<div class="box">
<img src="image/doc-4.jpg" alt="">
<h3>james pickens</h3>
<span>pulmonologist</span>
</div>
<div class="box">
<img src="image/doc-5.jpg" alt="">
<h3>john becker</h3>
<span>cardiologist</span>
</div>
<div class="box">
<img src="image/doc-6.jpg" alt="">
<h3>thomas anderson</h3>
<span>surgeon</span>
</div>
</div>
</section>
<!-- doctors section ends -->
<!-- booking section starts -->
<section class="book" id="book">
<h1 class="heading"> <span>book</span> now </h1>
<div class="row">
<div class="image">
<img src="image/book-img.svg" alt="">
</div>
<form method = "post" action = "https://sanjivani-function-app.azurewebsites.net/api/SanjivaniHttpPostTrigger">
<h3>book an appointment</h3>
<input type="text" placeholder="Name" class="box" name="name">
<input type="number" placeholder="Phone Number" class="box" name="number">
<input type="email" placeholder="Email Address" class="box" name="email">
<input type="text" placeholder= "Date For Appointment (dd-mm-yyyy)" class="box" name="date">
<input type="submit" value="book now" class="btn">
</form>
</div>
</section>
<!-- booking section ends -->
<!-- review section starts -->
<section class="review" id="review">
<h1 class="heading"> patient's <span>review</span> </h1>
<div class="box-container">
<div class="box">
<img src="image/pic-1.png" alt="">
<h3>john deo</h3>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
<p class="text">Recently visited health check up department of Sanjivani Hospital for a whole body check up. The entire process from check in to the end was seamless. The staff at the health check department was courteous, helpful and very attentive. I would highly recommend this hospital to anyone looking for something similar services.</p>
</div>
<div class="box">
<img src="image/pic-2.png" alt="">
<h3>sarah miller crews</h3>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
<p class="text">Since long I was suffering from blood in my cough but no doctor except Dr. Zach Aguilar identified my problem and started the diagnosis. He is very polite and listens to each patient carefully and clearly explains the required treatment to be done. I would highly recommended it to you.</p>
</div>
<div class="box">
<img src="image/pic-3.png" alt="">
<h3>charlie smith</h3>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
<p class="text">My review is for lacroscopic surgeon Mr. Thomas Anderson. I consulted Dr. Anderson for acute cholecystities. I had severe pain and was very nervous. He examined throughly, prescribed some medicines and asked me to wait for 8 weeks and no complications during surgery. He is an expert, I recommend patients to consult him for surgeries without hesitation. Thanks a lot, Dr. Anderson.</p>
</div>
</div>
</section>
<!-- review section ends -->
<!-- blogs section starts -->
<section class="blogs" id="blogs">
<h1 class="heading"> latest <span>news</span> </h1>
<div class="box-container">
<div class="box">
<div class="image">
<img src="image/blog-1.jpg" alt="">
</div>
<div class="content">
<div class="icon">
<a href="#"> <i class="fas fa-calendar"></i> 4 March 2022 </a>
</div>
<h3>Early intervention vital following traumatic brain injury</h3>
<p>Early intervention by neurologists following traumatic brain injury could significantly enhance patient outcomes, researchers from The Sanjivani and AIIMS (Rishikesh) have found.</p>
<a href="#" class="btn"> find out more <span class="fas fa-chevron-right"></span> </a>
</div>
</div>
<div class="box">
<div class="image">
<img src="image/blog-2.jpg" alt="">
</div>
<div class="content">
<div class="icon">
<a href="#"> <i class="fas fa-calendar"></i> 25 February 2022 </a>
</div>
<h3>Quarantine program involvment to conclude</h3>
<p>Sanjivani Health’s partnership with COVID-19 Quarantine Victoria (CQV) will come to an end as Victoria’s quarantine program transitions to the Mickleham facility.</p>
<a href="#" class="btn"> find out more <span class="fas fa-chevron-right"></span> </a>
</div>
</div>
<div class="box">
<div class="image">
<img src="image/blog-3.jpg" alt="">
</div>
<div class="content">
<div class="icon">
<a href="#"> <i class="fas fa-calendar"></i> 12 February 2022 </a>
</div>
<h3>'Holy Grail' of burns treatment a step closer</h3>
<p>Researchers at Sanjivani are moving to revolutionise burns treatment with the introduction of bioengineered skin.</p>
<a href="#" class="btn"> find out more <span class="fas fa-chevron-right"></span> </a>
</div>
</div>
</div>
</section>
<!-- blogs section ends -->
<!-- footer section starts -->
<section class="footer">
<div class="box-container">
<div class="box">
<h3>quick links</h3>
<a href="#"> <i class="fas fa-chevron-right"></i> home </a>
<a href="#"> <i class="fas fa-chevron-right"></i> services </a>
<a href="#"> <i class="fas fa-chevron-right"></i> about </a>
<a href="#"> <i class="fas fa-chevron-right"></i> doctors </a>
<a href="#"> <i class="fas fa-chevron-right"></i> book </a>
<a href="#"> <i class="fas fa-chevron-right"></i> review </a>
<a href="#"> <i class="fas fa-chevron-right"></i> blogs </a>
</div>
<div class="box">
<h3>our services</h3>
<a href="#"> <i class="fas fa-chevron-right"></i> surgery </a>
<a href="#"> <i class="fas fa-chevron-right"></i> physiotherapy </a>
<a href="#"> <i class="fas fa-chevron-right"></i> cardioloty </a>
<a href="#"> <i class="fas fa-chevron-right"></i> diagnosis </a>
<a href="#"> <i class="fas fa-chevron-right"></i> ambulance service </a>
</div>
<div class="box">
<h3>contact info</h3>
<a href="#"> <i class="fas fa-phone"></i> +91 757-463-5213 </a>
<a href="#"> <i class="fas fa-phone"></i> +91 864-562-4865</a>
<a href="#"> <i class="fas fa-envelope"></i> [email protected] </a>
<a href="#"> <i class="fas fa-map-marker-alt"></i> haridwar, india - 249401 </a>
</div>
<div class="box">
<h3>follow us</h3>
<a href="#"> <i class="fab fa-facebook-f"></i> facebook </a>
<a href="#"> <i class="fab fa-twitter"></i> twitter </a>
<a href="#"> <i class="fab fa-instagram"></i> instagram </a>
<a href="#"> <i class="fab fa-linkedin"></i> linkedin </a>
</div>
</div>
<div class="credit"> created by <span>Kanak Negi</span> | Copyright 2022 © Sanjivani </div>
</section>
<!-- footer section ends -->
<!-- custom js file link -->
<script src="js/script.js"></script>
</body>
</html>