-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathservice.html
675 lines (511 loc) · 23.8 KB
/
service.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
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
<!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">
<meta name="description"
content="Rapid Ambulance Booking Services at Ambuvians. We provide 24/7 support.Choose from a variety of ambulances with customization options.">
<meta name="keywords" content="Healthcare, Ambuvians, Ambulances, BLS, ALS">
<link rel="stylesheet" href="service.css">
<!-- Font Awesome CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Kadwa:wght@400;700&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Kaisei+Decol:wght@400;500;700&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap"
rel="stylesheet">
<!-- Website Icon/ -->
<link rel="icon" type="image/x-icon" href="/images/logo1.webp">
<!-- Font Awesome 6.4.0 CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<title>Service</title>
</head>
<body>
<!-- Creating responsive Navbar -->
<!-- The header section contains a logo, navigation links, a language selection dropdown, and a profile picture. It also has a toggle button for a dropdown menu on smaller screens. -->
<header>
<div id="navbar">
<!-- left side of header that contain Logo -->
<div id="logo">
<a href="#"><img src="images/ambu logo.webp" alt="ambuvians Logo" id="logo1" loading="lazy"></a>
</div>
<!-- right side header that contain home, about, services and profile pic options -->
<div class="right-header">
<div class="laptop-links">
<ul class="links right-header-element">
<li><a href="#">HOME</a></li>
<li><a href="#">ABOUT</a></li>
<li><a href="#" style="padding: 5px;
background: linear-gradient(90deg, #0092ee 0%, #0c65ba 50%, #203381 100%);
background-repeat: no-repeat;
background-size: 50% 4px;
background-position: bottom;">SERVICES</a></li>
</ul>
</div>
<div style=" display: flex; gap: 1vw; justify-content: center; align-items: center;">
<!-- language changing option -->
<div class="right-header-element language">
<select name="language" id="language">
<option value="default-language" selected disabled hidden>Language</option>
<option value="english">English</option>
<option value="hindi">Hindi</option>
</select>
</div>
<!-- profile pic -->
<div class="right-header-element">
<abbr title="Pic"><img loading="lazy" class="pic" src="images/unnamed.webp"></abbr>
</div>
<!-- ham menu -->
<div class="toggle_btn">
<i class="fa-solid fa-bars"></i>
</div>
</div>
</div>
</div>
<!-- div for ham menu -->
<div class="dropdown_menu">
<div>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Services</a></li>
</ul>
</div>
</div>
</header>
<!-- main contains all the content of the page except header and footer -->
<main>
<!-- section 1 that contain title and lines about it with background image of ambulance -->
<section class="title box hidden">
<h1><abbr title="MEDICAL means AMBUvians">MEDICAL means AMBUvians</abbr></h1>
<p>We will try to provide best, fastest and safest ambulance service all over the INDIA </p>
<figure class="ambulance">
<img loading="lazy" src="./images/service page first section.webp" alt="cover image" style="width: 100vw;">
</figure>
</section>
<!-- Section 1 ends -->
<!-- section 2 - this section contains types of ambulance part -->
<section class="ambulance-types box hidden">
<!-- heading -->
<h1 class="underline"><abbr title=" Types of Ambulance "> Types of Ambulance </abbr></h1>
<div class="ambulance-list-div">
<!--left part of section that contain name and images of ambulances -->
<section class="ambulance-list js-ambulance-list">
</section>
<!-- right part that contain detail of selected ambulance -->
<section class="ambulance-detail">
<article>
<!-- full name of ambulance -->
<h1 class="ambulance-detail-h1">Advance Life Support</h1>
<!-- inner and outer images -->
<div class="selected-ambulance-img">
<figure class="selected-ambulance-outer-figure">
<img loading="lazy" src="images/ambulance/ALS.webp" alt="ALS" class="selected-ambulance-outer-img">
</figure>
<figure class="selected-ambulance-inner-figure">
<img loading="lazy" src="images/ambulance/inner-ALS.webp" alt="ALS interior"
class="selected-ambulance-inner-img">
</figure>
</div>
<!-- ambulance detail paragraph -->
<div class="selected-ambulance-detail">
<p class="selected-ambulance-detail-p">Large vehicle <br>
Advance Life Support is used for critical
patients</p>
</div>
<!-- ambulance features -->
<div class="selected-ambulance-features-div">
<!-- ambulance feature 1 -->
<abbr title="Ambulance Features">
<div class="flip-card selected-ambulance-features">
<div class="flip-card-inner">
<div class="flip-card-front">
<img loading="lazy" src="images/ambulance/features/ALS/FEATURES 1.webp" alt="Defibrillator"
class="selected-ambulance-feature-img ">
<p class=".selected-ambulance-feature-p">Defibrillator</p>
</div>
<div class="flip-card-back">
<h3>Defibrillator</h3>
<br>
<p>detail 1</p>
<p>detail 2</p>
</div>
</div>
</div>
</abbr>
<!-- ambulance feature 2 -->
<abbr title="Ambulance Features">
<div class="flip-card selected-ambulance-features">
<div class="flip-card-inner">
<div class="flip-card-front">
<img loading="lazy" src="images/ambulance/features/ALS/FEATURES 2.webp" alt="Medicines"
class="selected-ambulance-feature-img">
<p class=".selected-ambulance-feature-p">Medicines</p>
</div>
<div class="flip-card-back">
<h3>Defibrillator</h3>
<br>
<p>detail 1</p>
<p>detail 2</p>
</div>
</div>
</div>
</abbr>
<!-- ambulance feature 3 -->
<abbr title="Ambulance Features">
<div class="flip-card selected-ambulance-features">
<div class="flip-card-inner">
<div class="flip-card-front">
<img loading="lazy" src="images/ambulance/features/ALS/FEATURES 3.webp" alt="Stretcher"
class="selected-ambulance-feature-img">
<p class=".selected-ambulance-feature-p">Stretcher</p>
</div>
<div class="flip-card-back">
<h3>Stretcher</h3>
<br>
<p>detail 1</p>
<p>detail 2</p>
</div>
</div>
</div>
</abbr>
<!-- ambulance feature 4 -->
<abbr title="Ambulance Features">
<div class="flip-card selected-ambulance-features">
<div class="flip-card-inner">
<div class="flip-card-front">
<img loading="lazy" src="images/ambulance/features/ALS/FEATURES 4.webp" alt="Nurse"
class="selected-ambulance-feature-img">
<p class=".selected-ambulance-feature-p">Nurse</p>
</div>
<div class="flip-card-back">
<h3>Nurse</h3>
<br>
<p>detail 1</p>
<p>detail 2</p>
</div>
</div>
</div>
</abbr>
<!-- ambulance feature 5 -->
<abbr title="Ambulance Features">
<div class="flip-card selected-ambulance-features">
<div class="flip-card-inner">
<div class="flip-card-front">
<img loading="lazy" src="images/ambulance/features/ALS/FEATURES 5.webp" alt="Bandages"
class="selected-ambulance-feature-img">
<p class=".selected-ambulance-feature-p">Bandages</p>
</div>
<div class="flip-card-back">
<h3>Bandages</h3>
<br>
<p>detail 1</p>
<p>detail 2</p>
</div>
</div>
</div>
</abbr>
<!-- ambulance feature 6 -->
<abbr title="Ambulance Features">
<div class="flip-card selected-ambulance-features">
<div class="flip-card-inner">
<div class="flip-card-front">
<img loading="lazy" src="images/ambulance/features/ALS/FEATURES 6.webp" alt="Oxygen support"
class="selected-ambulance-feature-img">
<p class="selected-ambulance-feature-p">Oxygen support</p>
</div>
<div class="flip-card-back">
<h3>Oxygen support</h3>
<br>
<p>detail 1</p>
<p>detail 2</p>
</div>
</div>
</div>
</abbr>
</div>
</article>
</section>
</div>
</section>
<!-- Section 2 ends -->
<!-- section 3 - this section contain how it works content -->
<section class="how-it-works box hidden" style="position: relative;">
<!-- heading -->
<h1><abbr title="How it Works">How it Works</abbr></h1>
<section class="how-it-works-section animation-group-1">
<!-- images and there texts -->
<figure class="how-it-works-figure" data-animation="fadeInLeft">
<img loading="lazy" src="./images/HOW_IT_WORKS_1.webp" alt="Medical Emergency"
class="how-it-works-img animates">
<figcaption class="how-it-works-figcaption">A person having serious problem </figcaption>
</figure>
<figure class="arrow" data-animation="fadeInLeft">
<img loading="lazy" src="./images/Arrow 3.svg" alt="left arrow" class="how-it-works-arrow animates">
</figure>
<figure class="how-it-works-figure" data-animation="fadeInLeft">
<img loading="lazy" src="./images/HOW_IT_WORKS_5.webp" alt="Urgent Help" class="how-it-works-img animates">
<figcaption class="how-it-works-figcaption">Need for urgent Help</figcaption>
</figure>
<figure class="arrow" data-animation="fadeInLeft">
<img loading="lazy" src="./images/Arrow 3.svg" alt="left arrow" class="how-it-works-arrow animates">
</figure>
<figure class="how-it-works-figure" data-animation="fadeInLeft">
<img loading="lazy" src="./images/HOW_IT_WORKS_2.webp" alt="Contact us" class="how-it-works-img animates">
<figcaption class="how-it-works-figcaption">Contact us For Urgent Help </figcaption>
</figure>
<figure class="arrow" data-animation="fade">
<img loading="lazy" src="./images/Arrow 5.svg" alt="down arrow" class="down-arrow animates">
</figure>
<figure class="how-it-works-figure" data-animation="fadeInRight">
<img loading="lazy" src="./images/HOW_IT_WORKS_6.webp" alt="Happiness" class="how-it-works-img" animates">
<figcaption class="how-it-works-figcaption">Problem convert into Happiness</figcaption>
</figure>
<figure class="arrow" data-animation="fadeInRight">
<img loading="lazy" src="./images/Arrow 7.svg" alt="right arrow" class="how-it-works-arrow animates">
</figure>
<figure class="how-it-works-figure" data-animation="fadeInRight">
<img loading="lazy" src="./images/HOW_IT_WORKS_4.webp" alt="Prompt action" class="how-it-works-img animates">
<figcaption class="how-it-works-figcaption">Prompt action based on the situation</figcaption>
</figure>
<figure class="arrow" data-animation="fadeInRight">
<img loading="lazy" src="./images/Arrow 7.svg" alt="right arrow" class="how-it-works-arrow animates">
</figure>
<figure class="how-it-works-figure" data-animation="fadeInRight">
<img loading="lazy" src="./images/HOW_IT_WORKS_3.webp" alt="Ambulance" class="how-it-works-img
animates">
<figcaption class="how-it-works-figcaption">Help is on the way </figcaption>
</figure>
</section>
</section>
<!-- Section 3 ends -->
<!-- section 4 - contain quote -->
<section class="quote box hidden">
<div class="video">
<img loading="lazy" src="videos/video.gif" alt="Quotes" class="gif">
</div>
<div class="text-box text-overlay">
<h1 class="text-box-h">Future holds transformation services and technologies that
will reshape the world.</h1>
</div>
</section>
<!-- Section 4 ends -->
<!-- section 5 - this section contain customer support part -->
<section class="customer-support box hidden">
<!-- heading -->
<h1 class="underline"><abbr title="Unique Customer Support">Unique Customer Support </abbr></h1>
<div class="customer-support-div animation-group-2">
<!-- our supports -->
<abbr title="FASTER THAN EVER">
<figure class="customer-support-figure" style="position: absolute; left: 5%; top: 10%;"
data-animation="fadeInUp">
<img loading="lazy" src="./images/CUSTOMER SUPPORT FASTER THAN EVER .webp" alt="FASTER THAN EVER"
class="customer-support-img animates">
<figcaption class="customer-support-figcaption">
FASTER THAN EVER
</figcaption>
</abbr>
<abbr title="LINGUAL DIVERSITY">
</figure>
<figure class="customer-support-figure" style="position:absolute; left: 80%; top: 10%;"
data-animation="fadeInUp">
<img loading="lazy" src="./images/CUSTOMER SUPPORT LANGUAGE .webp" alt=" LINGUAL DIVERSITY"
class="customer-support-img animates">
<figcaption class="customer-support-figcaption">
LINGUAL DIVERSITY
</figcaption>
</abbr>
<abbr title="TOLL FREE NUMBER">
</figure>
<figure class="customer-support-figure" style="position: absolute; left: 42.5%; top: 40%;"
data-animation="fadeInUp">
<img loading="lazy" src="./images/CUSTOMER SUPPORT TOLL FREE.webp" alt="TOLL FREE NUMBER"
class="customer-support-img animates">
<figcaption class="customer-support-figcaption">
TOLL FREE NUMBER
</figcaption>
</abbr>
<abbr title="CHOOSE THE RIGHT ONE">
</figure>
<figure class="customer-support-figure" style="position: absolute; left: 5%; top: 70%;"
data-animation="fadeInUp">
<img loading="lazy" src="./images/CUSTOMER SUPPORT CHOOSE THE RIGHT ONE .webp" alt="CHOOSE THE RIGHT ONE"
class="customer-support-img animates">
<figcaption class="customer-support-figcaption">
CHOOSE THE RIGHT ONE
</figcaption>
</abbr>
<abbr title="CHEAPEST PRICE">
</figure>
<figure class="customer-support-figure" style="position: absolute; left: 80%; top: 70%;"
data-animation="fadeInUp">
<img loading="lazy" src="./images/CUSTOMER SUPPORT CHEAPER PRICE .webp" alt="Cheaper Price"
class="customer-support-img animates">
<figcaption class="customer-support-figcaption" align="button">
CHEAPEST PRICE
</figcaption>
</figure>
</abbr>
</div>
</section>
<!-- Section 5 ends -->
</main>
<!-- responsive footer -->
<div class="footer box">
<!-- heading in the footer -->
<div style="font-size: 1.5vw; margin: 1vw; align-items: center;" class="footer-title">
<img loading="lazy" src="images/indian-map.svg" alt="India map" style="width:4vw">
<h1> India's First Unified Health Care
Software</h1>
</div>
<!-- options inside footer - Know-us, services, connect, contact-us -->
<div class="footer-options">
<!-- know us footer -->
<div class="know-us">
<h2>
<abbr title="Know US">
Know US
</abbr>
</h2>
<ul>
<li><a href="#"><abbr title="Home">Home</abbr></a> </li>
<li><a href="#"><abbr title="Profile">Profile</abbr></a></li>
<li><a href="#"><abbr title="About us">About us</abbr></a></li>
<li><a href="#"><abbr title="Services">Services</abbr></a></li>
</ul>
</div>
<!-- services footer -->
<div class="services">
<h2>
<abbr title="Services">
Services
</abbr>
</h2>
<ul>
<li><a href="#"><abbr title="BLS Ambulance">BLS Ambulance</abbr></a></li>
<li><a href="#"><abbr title="PLS Ambulance">PLS Ambulance</abbr></a></li>
<li><a href="#"><abbr title="Mortality Ambulance">Mortality Ambulance</abbr></a></li>
<li><a href="#"><abbr title="ALS Ambulance">ALS Ambulance</abbr></a></li>
</ul>
</div>
<!-- connect footer -->
<div class="connect">
<h2>
<abbr title="Connect With Us">
Connect With Us
</abbr>
</h2>
<div class="contact-us-form">Contact Us</div>
</div>
<!-- connect us footer -->
<div class="contact-us">
<h2>
<abbr title="Contact Us">
Contact Us
</abbr>
</h2>
<ul style="max-width: 400px;">
<li style="display: flex; align-items: center;">
<div> <abbr title="Location"><img loading="lazy" src="images/location icon.webp" alt=""
style="width:3.5vw; margin-right: 1.5vw;"> </abbr></div>
<div style="font-size: 1.2vw;"> <a href="https://goo.gl/maps/Y2Eoynbw8ZAyd8NJ6"><abbr
title="XYZ ABC Technology Business Incubation Utter Pradesh India">4th Floor TBI,
KIET Group of Institutions <br>Ghaziabad Delhi NCR <br>201206</abbr></a></div>
</li>
<li style="display: flex; align-items: center;">
<div><abbr title="Mail"><img loading="lazy" src="images/gmail.svg" alt=""
style="width:3.5vw; margin-right: 1.5vw;">
</abbr></div>
<div style="font-size: 1.2vw;"><a href="mailto:[email protected]"> <abbr
title="[email protected]">[email protected]</abbr> </a> </div>
</li>
<li style="display: flex; align-items: center; margin-bottom: 1vw;">
<div><abbr title="Phone No."><img loading="lazy" src="images/icon_phone.webp" alt=""
style="width:3vw; margin-right: 1.5vw;"> </abbr></div>
<div style="font-size: 1.2vw;">
<a href=" tel:+917505853812"> <abbr title="7505853812">7505853812<br></abbr> </a>
<a href="tel:+918630729931"> <abbr title="8630729931">8630729931</abbr> </a>
</div>
</li>
</ul>
</div>
</div>
<!-- Connect Us Section -->
<div class="connect">
<p>Connect With Us</p>
<div class="icons">
<!-- our instagram handle -->
<abbr title="instagram" class="first-icon">
<a href="https://www.instagram.com/official.ambuvians/" target="_blank"><img loading="lazy"
src="images/Footer-images/instagram.webp" alt="" /></a>
</abbr>
<!-- our whatsapp handle-->
<abbr title="whatsapp" class="second-icon">
<a href="https://wa.me/+7505853812" target="_blank"><img loading="lazy"
src="images/Footer-images/whatsapp.webp" alt="" /></a>
</abbr>
<!-- our twitter handle -->
<abbr title="twitter" class="third-icon">
<a href="#"><img loading="lazy" src="images/Footer-images/twitter.webp" alt="" /></a>
</abbr>
<!-- our linkedin handle -->
<abbr title="linkedin" class="fourth-icon">
<a href="https://www.linkedin.com/company/ambuvians-healthcare-pvt-ltd/?viewAsMember=true"
target="_blank"><img loading="lazy" src="images/Footer-images/linkedin.webp" alt="" /></a>
</abbr>
</div>
</div>
<!-- Download section -->
<div class="download">
<!-- download our app from appstore -->
<div class="appstore">
<abbr title="app-store">
<img loading="lazy" src="images/Footer-images/app-store.webp" alt="" />
</abbr>
</div>
<!-- download our app from playstore -->
<div class="playstore">
<abbr title="play-store">
<img loading="lazy" src="images/Footer-images/play-store.webp" alt="" />
</abbr>
</div>
</div>
<!-- copyright -->
<div>
<p style="margin-left: 1vw;" class="copy"> <a href="#" style="color: white;"><abbr title="Click to Know More">
copyright@2023 AMBUvians organization </abbr></a> </p>
</div>
</div>
<div class="form" style="display: none;" data-animation="fade">
<div class="form-close-btn">
<i class="fa-solid fa-xmark"></i>
</div>
<h1>Query Form</h1><br>
<div class="form-item">
<input type="text" placeholder="Enter Name" class="form-input">
<input type="text" placeholder="Enter Email-id/Phone No" class="form-input">
<select name="Select" class="form-dropdown">
<option value="none" selected disabled hidden>Select</option>
<option value="ambulance-services">Ambulance Services</option>
<option value="data-security">Data Security</option>
<option value="address-updates">Address Updates</option>
<option value="know-more">Know More</option>
<option value="others">Others</option>
</select>
<input type="text" placeholder="Description" class="form-input">
<button class="submit">Submit</button>
</div>
</div>
<!-- Footer end -->
<script src="service.js"></script>
</body>
</html>