-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
417 lines (392 loc) · 20.2 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
<!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>
<!-- Links -->
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lobster&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Carattere&display=swap" rel="stylesheet">
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- css links -->
<link rel="stylesheet" href="./assets/css/homepage.css">
<!-- Scripts -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
</head>
<body>
<header>
<!-- Nav Bar Start -->
<div style="background: #ebfbea !important;" class="navbar navbar-expand-lg bg-light navbar-light">
<div style="background: #ebfbea ; margin:8px 16px" class="container-fluid">
<a href="./index.html" class="navbar-brand"><img src="./assets/img/logo.png" alt=""></a>
<a href="./index.html" class="navbar-brand" id="logoname"><img src="./assets/img/name.png" alt=""></a>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-between" id="navbarCollapse">
<div class="navbar-nav ml-auto">
<a href="./index.html" class="nav-item nav-link mr-2">Home</a>
<a href="javascript:void(0)"
onclick="document.getElementById('vision').scrollIntoView({behavior: 'smooth', block: 'start'})"
class="nav-item nav-link mr-2">Our Vision</a>
<a href="javascript:void(0)"
onclick="document.getElementById('services').scrollIntoView({behavior: 'smooth', block: 'start'})"
class="nav-item nav-link mr-2">Our Services</a>
<!-- <a href="./pages/covidSection.html" class="nav-item nav-link mr-2">Covid</a> -->
<a href="javascript:void(0)"
onclick="document.getElementById('help').scrollIntoView({behavior: 'smooth', block: 'start'})"
class="nav-item nav-link mr-2">Get Help</a>
<!-- <a href="./pages/team-members.html" class="nav-item nav-link mr-2">Education</a> -->
<a href="./pages/team-members.html" class="nav-item nav-link mr-2">Team</a>
</div>
</div>
</div>
</div>
<!-- Nav Bar End -->
<!-- crousel start -->
<div id="demo" class="carousel slide" data-ride="carousel">
<!-- The slideshow -->
<div class="carousel-inner">
<div class="carousel-item active">
<img style="width: 100%; height: 500px;" id="c-imgs" src="./assets/img/c1.jpeg" alt="Los Angeles">
</div>
<div class="carousel-item">
<img style="width: 100%; height: 500px;" id="c-imgs" src="./assets/img/c2.jpeg" alt="Chicago">
</div>
<div class="carousel-item">
<img style="width: 100%; height: 500px;" id="c-imgs" src="./assets/img/c3.jpeg" alt="New York">
</div>
<div class="carousel-item">
<img style="width: 100%; height: 500px;" id="c-imgs" src="./assets/img/c4.jpeg" alt="New York">
</div>
<div class="carousel-item">
<img style="width: 100%; height: 500px;" id="c-imgs" src="./assets/img/c5.jpeg" alt="New York">
</div>
<div class="carousel-item">
<img style="width: 100%; height: 500px;" id="c-imgs" src="./assets/img/c6.jpeg" alt="New York">
</div>
</div>
</div>
<!-- crousel end -->
<!-- text div starts -->
<p class="custom-text">
<!-- <div ></div> -->
<span id="my-heading" style="font-family: Lobster, cursive;
text-shadow: 0 0 10px #ebfbea;">Sanjivani Health Care</span><br>
<span> <span class="txt-type" data-wait="3000"
data-words='["सर्वे सन्तु निरामयाः", "May All be Free from Illness.", "सभी रोगमुक्त रहें |"]'
id="my-demo1"></span><span class="my-cursor">|</span>
</span>
</p>
<!-- text div ends -->
</header>
<div class="body">
<!-- our vision -->
<div id="vision">
<h1>Our Vision</h1>
<p>To evolve as a benchmark in quality healthcare available to one and all.</p>
<code>Mission</code>
<ul type="circle">
<li>
To ensure accessible and affordable quality healthcare by compassionate medical professionals to
all.
</li>
<li>
To be the centre of excellence for medical research and academics.
</li>
<li>
To cultivate an environment of trust, honesty, mutual respect, equality, and ethics.
</li>
</ul>
</div>
<!-- vision ends -->
<!-- our services -->
<div id="services">
<h1>Our Services</h1>
<div class="cards">
<div class="flip">
<div class="front" style="background-image: url(./assets/img/clinic.jpeg)">
<h2 class="text-shadow">Clinics</h2>
</div>
<div class="back">
<p>Dental Clinic<br>
Alopathic Clinic<br>
Ayurvedic Clinic<br>
Homeopathic Clinic<br></p>
</div>
</div>
<div class="flip">
<div class="front" style="background-image: url(./assets/img/c3.jpeg)">
<h2 class="text-shadow">Campaingns</h2>
</div>
<div class="back">
<p>A project designed for volunteer groups, involving roving outreach campaigns delivering basic
healthcare in local communities.</p>
</div>
</div>
<div class="flip">
<div class="front"
style="background-image: url(./assets/img/y-center.jpeg); background-size: contain;">
<h2 class="text-shadow">Yoga Centers</h2>
</div>
<div class="back">
<p>Aasan<br>
Pranayam<br>
Personal Training<br>
Multi-Gym<br></p>
</div>
</div>
<div class="flip">
<div class="front" style="background-image: url(./assets/img/ap.jpeg)">
<h2 class="text-shadow">अक्षय पत्रा <br> <span
style="font-weight: 300; font-size: smaller; text-decoration: none !important;">Raise
against hunger
!!</span></h2>
</div>
<div style="padding-top:25px;" class="back">
<p>We are committed to provide quality food at our customer's door step. We strive to provide
quality services on time, based on best practices for the satisfaction of our customer.</p>
</div>
</div>
<div class="flip">
<div class="front" style="background-image: url(./assets/img/bb.jpeg)">
<h2 class="text-shadow">Blood Banks</h2>
</div>
<div style="padding-top:15px;" class="back">
<p style="font-size: smaller;">Sanjivani Centre of Excellence in Blood Banking, Committed to
Safe and High Quality Blood for Thalassemia and Leukemia Children, free of cost
<br>Voluntaring at all times, guided by principles of Compassion & Care
</p>
</div>
</div>
<div class="flip">
<div class="front" style="background-image: url(./assets/img/old.jpeg)">
<h2 style="color: #007b5f; font-weight: bold;" class="text-shadow">सहारा</h2>
</div>
<div style="padding-top:15px;" class="back">
<p style="font-size: smaller;">We provide companionship, emotional support, therapeutic occupation, recreation facilities and activities to overcome social isolation. To provide independence to senior citizens in daily life, and to re-establish high values of life nurtured by them.
</p>
</div>
</div>
<div class="flip">
<div class="front" style="background-image: url(./assets/img/sship.jpeg)">
<h2 style="color: #007b5f;" class="text-shadow">Education</h2>
</div>
<div style="padding-top:15px;" class="back">
<p style="font-size: smaller;">We provide companionship, emotional support, therapeutic occupation, recreation facilities and activities to overcome social isolation. To provide independence to senior citizens in daily life, and to re-establish high values of life nurtured by them.
</p>
</div>
</div>
</div>
</div>
<!-- services ends -->
<!-- help starts -->
<div id="help">
<h1>Get Help Nearby</h1>
<div class="form">
<select class="form-control custom-input" name="" id="States">
<option value="Select your state" selected>Select your state</option>
<option value="1">Andhra Pradesh</option>
<option value="2">Andaman and Nicobar Islands</option>
<option value="3">Arunachal Pradesh</option>
<option value="4">Assam</option>
<option value="5">Bihar</option>
<option value="6">Chandigarh</option>
<option value="7">Chhattisgarh</option>
<option value="8">Dadar and Nagar Haveli</option>
<option value="9">Daman and Diu</option>
<option value="10">Delhi</option>
<option value="11">Lakshadweep</option>
<option value="12">Puducherry</option>
<option value="13">Goa</option>
<option value="14">Gujarat</option>
<option value="15">Haryana</option>
<option value="16">Himachal Pradesh</option>
<option value="17">Jammu and Kashmir</option>
<option value="18">Jharkhand</option>
<option value="19">Karnataka</option>
<option value="20">Kerala</option>
<option value="21">Madhya Pradesh</option>
<option value="22">Maharashtra</option>
<option value="23">Manipur</option>
<option value="24">Meghalaya</option>
<option value="25">Mizoram</option>
<option value="26">Nagaland</option>
<option value="27">Odisha</option>
<option value="28">Punjab</option>
<option value="29">Rajasthan</option>
<option value="30">Sikkim</option>
<option value="31">Tamil Nadu</option>
<option value="32">Telangana</option>
<option value="33">Tripura</option>
<option value="34">Uttar Pradesh</option>
<option value="35">Uttarakhand</option>
<option value="36">West Bengal</option>
</select>
<button class="btn custom-btn" onclick="go()"><i class="fa fa-arrow-right"></i></button>
</div>
</div>
<!-- help ends -->
</div>
<!-- wave starts -->
<div id="wave-container" class="container">
<div class="waveWrapper waveAnimation">
<div class="waveWrapperInner bgTop">
<div class="wave waveTop"
style="background-image: url('http://front-end-noobs.com/jecko/img/wave-top.png')"></div>
</div>
<div class="waveWrapperInner bgMiddle">
<div class="wave waveMiddle"
style="background-image: url('http://front-end-noobs.com/jecko/img/wave-mid.png')"></div>
</div>
<div class="waveWrapperInner bgBottom">
<div class="wave waveBottom"
style="background-image: url('http://front-end-noobs.com/jecko/img/wave-bot.png')"></div>
</div>
</div>
</div>
<!-- wave ends -->
<footer>
<div class="my-footer row">
<div class="add col-md-6 col-sm-6 col-lg-3 col-xs-12">
<h1>Address</h1>
<p style="margin: 40px 0;"> <b> CARE Corporate Office: <br></b>
1st Floor, Kohinoor building,
Opp. Park Hyatt, Road No. 2,
Banjara Hills,
Hyderabad - 500034
</p>
<div id="social-links">
<a class="links" href="#" target="_blank">
<span><i class="fa fa-facebook"></i></span>
</a>
<a class="links" href="#" target="_blank">
<span><i class="fa fa-instagram"></i></span>
</a>
<a class="links" href="#" target="_blank">
<span><i class="fa fa-youtube"></i></span>
</a>
<a class="links" href="#" target="_blank">
<span><i class="fa fa-twitter"></i></span>
</a>
<a class="links" href="#" target="_blank">
<span><i class="fa fa-linkedin"></i></span>
</a>
</div>
<div class="contact">
<button class="btn my-btn">Contact Us</button>
</div>
</div>
<div class="specialists col-md-6 col-sm-6 col-lg-3 col-xs-12">
<h1>Specialists</h1>
<ul id="menu-three" class="menu">
<li class="menu-item"><a href="#">Cardiac Sciences</a></li>
<li class="menu-item"><a href="#">Oncology</a></li>
<li class="menu-item"><a href="#">Neuro Sciences</a></li>
<li class="menu-item"><a href="#">Orthopedics</a></li>
<li class="menu-item"><a href="#">Nephrology</a></li>
<li class="menu-item"><a href="#">HPB & Liver Transplantation</a></li>
<li class="menu-item"><a href="#">Laparoscopic and Bariatric Surgery</a></li>
<li class="menu-item"><a href="#">Plastic Surgery</a></li>
<li class="menu-item"><a href="#">Urology</a></li>
<li class="menu-item"><a href="#">Vascular Surgery</a></li>
</ul>
</div>
<div class="maps col-md-6 col-sm-6 col-lg-6 col-xs-12">
<h1>Map <i class="fa fa-map-marker"></i></h1>
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3657.6698247613567!2d87.34016441481111!3d23.544374984691338!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39f771cd91905181%3A0xf0c67e84751ea4f2!2sDr%20B%20C%20Roy%20Engineering%20College%20-%20Durgapur.!5e0!3m2!1sen!2sin!4v1632744952415!5m2!1sen!2sin"
width="400" height="300" style="border:0;" allowfullscreen="" loading="lazy">
</iframe>
</div>
</div>
</footer>
<!-- Scripts -->
<script>
var elem= document.getElementById('wave-container');
var i=0;
setInterval(() => {
if(window.innerWidth<1425 & window.innerWidth>950){
elem.parentNode.removeChild(elem);
i=1;
}
if(i==1){
clearInterval();
}
}, 100);
</script>
<script>
function go(){
var val =document.getElementById("States").value;
var inURL = window.location.href;
var outURL = inURL.slice(0,-10);
var finalURL=outURL+'pages/o'+val+'.html';
// alert(finalURL);
window.location.href=finalURL;
}
</script>
<script>
class TypeWriter {
constructor(txtElement, words, wait = 3000) {
this.txtElement = txtElement;
this.words = words;
this.txt = '';
this.wordIndex = 0;
this.wait = parseInt(wait, 10);
this.type();
this.isDeleting = false;
}
type() {
// Current index of word
const current = this.wordIndex % this.words.length;
// Get full text of current word
const fullTxt = this.words[current];
// Check if deleting
if (this.isDeleting) {
// Remove char
this.txt = fullTxt.substring(0, this.txt.length - 1);
} else {
// Add char
this.txt = fullTxt.substring(0, this.txt.length + 1);
}
// Insert txt into element
this.txtElement.innerHTML = `<span class="txt">${this.txt}</span>`;
// Initial Type Speed
let typeSpeed = 100;
if (this.isDeleting) {
typeSpeed /= 2;
}
// If word is complete
if (!this.isDeleting && this.txt === fullTxt) {
// Make pause at end
typeSpeed = this.wait;
// Set delete to true
this.isDeleting = true;
} else if (this.isDeleting && this.txt === '') {
this.isDeleting = false;
// Move to next word
this.wordIndex++;
// Pause before start typing
typeSpeed = 300;
}
setTimeout(() => this.type(), typeSpeed);
}
}
// Init On DOM Load
document.addEventListener('DOMContentLoaded', init);
// Init App
function init() {
const txtElement = document.querySelector('.txt-type');
const words = JSON.parse(txtElement.getAttribute('data-words'));
const wait = txtElement.getAttribute('data-wait');
// Init TypeWriter
new TypeWriter(txtElement, words, wait);
}
</script>
<script src="./assets/js/homepage.js"></script>
</body>
</html>