-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
579 lines (532 loc) · 26.8 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
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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>veKTR</title>
<link rel="icon" href="./img/icon/favicon.ico">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- animate CSS -->
<link rel="stylesheet" href="css/animate.css">
<!-- owl carousel CSS -->
<link rel="stylesheet" href="css/owl.carousel.min.css">
<!-- themify CSS -->
<link rel="stylesheet" href="css/themify-icons.css">
<!-- flaticon CSS -->
<link rel="stylesheet" href="css/flaticon.css">
<!-- magnific popup CSS -->
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- nice select CSS -->
<link rel="stylesheet" href="css/nice-select.css">
<!-- swiper CSS -->
<link rel="stylesheet" href="css/slick.css">
<!-- style CSS -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!--::header part start::-->
<header class="main_menu home_menu">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-12">
<nav class="navbar navbar-expand-lg navbar-light">
<a class="navbar-brand" href="index.html"> <img src="img/logo.png" class= "logoimage" alt="logo"> </a>
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse main-menu-item justify-content-end"
id="navbarSupportedContent">
<ul class="navbar-nav align-items-center">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">about</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#ourTeam">Our Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li> <li class="nav-item">
<a class="nav-link" href="#opportunities">opportunities</a>
</li>
<li class="d-none d-lg-block">
<a class="btn_1" href="../api/index.html">Start a diagnosis</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</header>
<!-- Header part end-->
<!-- banner part start-->
<section class="banner_part">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 col-xl-6">
<div class="banner_text">
<div class="banner_text_iner">
<h1>
Emergency medical diagnosis and analysis
</h1>
<p>
We bring professional diagnosis and <br> medical solutions to<br> patients everywhere
</p>
<a href="#" onClick="parent.open('../api/index.html')" class="btn_2">Start a diagnosis</a>
<div class="banner_item">
<div class="single_item">
<img src="img/icon/banner_1.svg" alt="">
<h5>Emergency Cases</h5>
</div>
<div class="single_item">
<img src="img/icon/banner_2.svg" alt="">
<h5>Head start into treatment</h5>
</div>
<div class="single_item">
<img src="img/icon/banner_3.svg" alt="">
<h5>Unmatched Accuracy</h5>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- banner part start-->
<!-- feature_part start-->
<section class="feature_part padding_top">
<div class="container">
<div class="row">
<div class="col-xl-4 col-md-4 align-self-center">
<div class="single_feature_text ">
<h2>Provide emergency diagnosis</h2>
<p>Our product, gives the power of medical analysis and diagnosis to the first responder at the scene of emergency, allowing him to analyse the situation and act accordingly!</p>
<a href="#about" class="btn_2">Know More</a>
</div>
</div>
<div class="col-lg-8 col-md-8">
<div class="feature_item">
<div class="row">
<div class="col-lg-6 col-sm-6">
<div class="single_feature">
<div class="single_feature_part">
<span class="single_feature_icon"><img src="img/icon/feature_2.svg"
alt=""></span>
<h4>Instantaneous results</h4>
<p>Our product gives you instant results, helping to save time during emergency situations and accidents, increasing chances of survival for the victim </p>
</div>
</div>
</div>
<div class="col-lg-6 col-sm-6">
<div class="single_feature">
<div class="single_feature_part">
<span class="ti-tablet"></span>
<h4>Intuitive UI</h4>
<p>Our intuitive and simplistic UI, ensures that even a layman can use and take benefit from our product, and ensure safety of their loved ones</p>
</div>
</div>
</div>
<div class="col-lg-6 col-sm-6">
<div class="single_feature">
<div class="single_feature_part">
<span class="ti-money"></span>
<h4>Free For All</h4>
<p>Our team strongly believes in providing access and safety to all, thus we provide this product free of cost to all, ensuring widespread application and use</p>
</div>
</div>
</div>
<div class="col-lg-6 col-sm-6">
<div class="single_feature">
<div class="single_feature_part">
<span class="single_feature_icon"><img src="img/icon/feature_1.svg"
alt=""></span>
<h4>One stop solution</h4>
<p>Our product not only diagnoses and analyses the ailment, but also guides you towards a cure, so that you can move ahead and health gets a win.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- feature_part start-->
<!-- our_ability part start-->
<section id = "about" class="our_ability section_padding">
<div class="container">
<div class="row justify-content-between align-items-center">
<div class="col-md-6 col-lg-6">
<div class="our_ability_img">
<img src="img/ability_img.png" alt="">
</div>
</div>
<div class="col-md-6 col-lg-5">
<div class="our_ability_member_text">
<h2>Our Users
Are at the Centre of
Everything We Do</h2>
<p>We bring medical diagnosis, personalized tests, medical delivery and ambulance services, all under one name <strong>veKTR</strong>.
<br>Our huge network of doctors and extensive databases ensure that you get your diagnosis everytime and with an unmatched level of accuracy!
</p>
<ul>
<li><span class="ti-mouse"></span>Modern Technology</li>
<li><span class="ti-heart-broken"></span> High Accuracy</li>
<li><span class="ti-package"></span>Medicine Delivery</li>
<li><span class="ti-headphone-alt"></span>24 Hours Support</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- our_ability part end-->
<!-- top_service part start-->
<section class="top_service our_ability padding_bottom">
<div class="container">
<div class="row justify-content-between align-items-center">
<div class="col-md-5 col-lg-5">
<div class="our_ability_member_text">
<h2>We Take Ressponsibility for Your
Health!</h2>
<p>We give you access to not only to medical diagnosis services, but also to medical deliveries, consultations and blogs </p>
<a href="#" class="btn_2">Our Team</a>
</div>
</div>
<div class="col-md-6 col-lg-6">
<div class="our_ability_img">
<img src="img/top_service.png" alt="">
</div>
</div>
</div>
</div>
</section>
<!-- top_service part end-->
<!--::review_part start::-->
<section class="review_part">
<div class="container">
<div class="title">
<h2 class="anticipation">Anticipation for our project</h2>
</div>
<div class="row justify-content-center">
<div class="col-lg-10">
<div class="client_review_part owl-carousel">
<div class="client_review_single">
<img src="img/quote.png" class="Quote" alt="quote">
<div class="client_review_text">
<p>This will help in increasing speed of response in medical emergency.
</p>
</div>
<h4>Dr. Tapas Badal,<span> Professor</span></h4>
</div>
<div class="client_review_single">
<img src="img/quote.png" class="Quote" alt="quote">
<div class="client_review_text">
<p>Your idea seems really cool.I hope to see it implemented soon. </p>
</div>
<h4>Harsh K,<span> Student</span></h4>
</div>
<div class="client_review_single">
<img src="img/quote.png" class="Quote" alt="quote">
<div class="client_review_text">
<p>Very novel thought which once implemented has capability to prevent deaths due to medical delay</p>
</div>
<h4>Rita Banerjee,<span> Mother</span></h4>
</div>
<div class="client_review_single">
<img src="img/quote.png" class="Quote" alt="quote">
<div class="client_review_text">
<div class="client_review_text">
<p>This project can be a good way to get first hand advice and save money instead of going to doctors.</p>
</div>
<h4>Parikshit Bhargawa,<span> Student</span></h4>
</div>
</div>
</div>
</div>
</div>
</section>
<!--::review_part end::-->
<!--::regervation_part start::-->
<section id="contact" class="regervation_part">
<div class="container">
<div class="row align-items-center regervation_content">
<div class="col-lg-7 col-md-6">
<div class="regervation_part_iner">
<form>
<h2>Contact Us</h2>
<div class="form-row">
<div class="form-group col-md-6">
<input type="email" class="form-control" id="inputEmail4" placeholder="Name">
</div>
<div class="form-group col-md-6">
<input type="password" class="form-control" id="inputPassword4"
placeholder="Email address">
</div>
<div class="form-group col-md-12">
<textarea class="form-control" id="Textarea" rows="4"
placeholder=" Your Message"></textarea>
</div>
</div>
<div class="regerv_btn">
<a href="#" class="regerv_btn_iner">Submit
</a>
</div>
</form>
</div>
</div>
<div class="col-lg-5 col-md-6">
<div class="reservation_img">
<img src="img/reservation.png" alt="">
</div>
</div>
</div>
</div>
</section>
<!--::regervation_part end::-->
<!--::doctor_part start::-->
<section id="ourTeam" class="doctor_part section_padding">
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-8">
<div class="section_tittle text-center">
<h2> Our Team</h2>
<h3>The brains behind this excellent project</h3>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-lg-2">
<div class="single_blog_item">
<div class="single_blog_img">
<img src="img/avatar/aaryan.jpeg" alt="doctor">
</div>
<div class="single_text">
<div class="single_blog_text">
<h3>Aaryan Kapur</h3>
<p>Project Manager, Full-stack developer</p>
</div>
</div>
</div>
</div> <div class="col-sm-6 col-lg-2">
<div class="single_blog_item">
<div class="single_blog_img">
<img src="img/avatar/cheeku.jpeg" alt="doctor">
</div>
<div class="single_text">
<div class="single_blog_text">
<h3>Abhinav Robinson</h3>
<p>Full-stack developer, Designer</p>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-lg-2">
<div class="single_blog_item">
<div class="single_blog_img">
<img src="img/avatar/abhimanyu.jpeg" alt="doctor">
</div>
<div class="single_text">
<div class="single_blog_text">
<h3>Abhimanyu Banerjee</h3>
<p>Documentation and version control manager</p>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-lg-2">
<div class="single_blog_item">
<div class="single_blog_img">
<img src="img/avatar/aniket.jpeg" alt="doctor">
</div>
<div class="single_text">
<div class="single_blog_text">
<h3>Aniket Chowdhury</h3>
<p>Research Specialist</p>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-lg-2">
<div class="single_blog_item">
<div class="single_blog_img">
<img src="img/avatar/jai.jpeg" alt="doctor">
</div>
<div class="single_text">
<div class="single_blog_text">
<h3>Jai Chhabra</h3>
<p>Designer</p>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-lg-2">
<div class="single_blog_item">
<div class="single_blog_img">
<img src="img/avatar/shrishtee.jpeg" alt="doctor">
</div>
<div class="single_text">
<div class="single_blog_text">
<h3>Shrishtee Kriti</h3>
<p>Research specialist, Alpha tester</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--::doctor_part end::-->
<!--::blog_part start::-->
<section id ="opportunities" class="blog_part section_padding">
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-8">
<div class="section_tittle text-center">
<h2>Opportunities</h2>
<p>How you can get involved</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-lg-4 col-xl-4">
<div class="single-home-blog">
<div class="card">
<img src="img/blog/blog_1.jpg" class="card-img-top" alt="blog">
<div class="card-body">
<ul>
<li> <span class="ti-user"></span>On call Support</li>
</ul>
<h5 class="card-title">Help others in trouble over call, as our representatives </h5>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-lg-4 col-xl-4">
<div class="single-home-blog">
<div class="card">
<img src="img/blog/blog_2.jpg" class="card-img-top" alt="blog">
<div class="card-body">
<ul>
<li> <span class="ti-user"></span>Join us as a doctor</li>
</ul>
<h5 class="card-title">Help others by reporting first, and analysing cases </h5>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-lg-4 col-xl-4">
<div class="single-home-blog">
<div class="card">
<img src="img/blog/blog_3.jpg" class="card-img-top" alt="blog">
<div class="card-body">
<ul>
<li> <span class="ti-user"></span>Join us as an ambulance partner</li>
</ul>
<h5 class="card-title">Help others at the emergency by providing transportation in time </h5>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--::blog_part end::-->
<!-- footer part start-->
<footer class="footer-area">
<div class="footer section_padding">
<div class="container">
<div class="row">
<div class="col-xl-2 col-sm-4 mb-4 mb-xl-0 single-footer-widget">
<h4>Services Link</h4>
<ul>
<li><a href="../api/index.html">Analysis</a></li>
<li><a href="https://www.netmeds.com">Order Medicines</a></li>
<li><a href="https://traan.co.in">Request Ambulance</a></li>
</ul>
</div>
<div class="col-xl-2 col-sm-4 mb-4 mb-xl-0 single-footer-widget">
<h4>Quick Links</h4>
<ul>
<li><a href="#about">About us</a></li>
<li><a href="#contact">contact</a></li>
<li><a href="#opportunities">opportunities</a></li>
</ul>
</div>
<div class="col-xl-2 col-sm-4 mb-4 mb-xl-0 single-footer-widget">
<h4>Explore</h4>
<ul>
<li><a href="https://www.github.com/vektrmedicare/vektrmedicare.github.io">github</a></li>
<li><a href="https://github.com/aaryan-kapur">team Github</a></li>
<li><a href="https://github.com/aniketchowdhury">team Github </a></li>
</ul>
</div>
<div class="col-xl-2 col-sm-4 mb-4 mb-xl-0 single-footer-widget">
<h4>Explore</h4>
<ul>
<li><a href="https://github.com/abhimanyubanerjee">team Github </a></li>
<li><a href="https://github.com/jaichhabra">team Github </a></li>
<li><a href="https://github.com/shrishtikriti">team Github </a></li>
</ul>
</div>
<div class="col-xl-4 col-sm-8 col-md-8 mb-4 mb-xl-0 single-footer-widget">
<h4>Newsletter</h4>
<p>Know about our details</p>
<div class="form-wrap" id="mc_embed_signup">
<form target="_blank"
action="https://spondonit.us12.list-manage.com/subscribe/post?u=1462626880ade1ac87bd9c93a&id=92a4423d01"
method="get" class="form-inline">
<input class="form-control" name="EMAIL" placeholder="Your Email Address"
onfocus="this.placeholder = ''" onblur="this.placeholder = 'Your Email Address '"
required="" type="email">
<button class="click-btn btn btn-default text-uppercase">subscribe</button>
<div style="position: absolute; left: -5000px;">
<input name="b_36c4fd991d266f23781ded980_aefe40901a" tabindex="-1" value=""
type="text">
</div>
<div class="info"></div>
</form>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- footer part end-->
<!-- jquery plugins here-->
<script src="js/jquery-1.12.1.min.js"></script>
<!-- popper js -->
<script src="js/popper.min.js"></script>
<!-- bootstrap js -->
<script src="js/bootstrap.min.js"></script>
<!-- easing js -->
<script src="js/jquery.magnific-popup.js"></script>
<!-- swiper js -->
<script src="js/swiper.min.js"></script>
<!-- swiper js -->
<script src="js/masonry.pkgd.js"></script>
<!-- particles js -->
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.nice-select.min.js"></script>
<!-- swiper js -->
<script src="js/slick.min.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<script src="js/waypoints.min.js"></script>
<!-- contact js -->
<script src="js/jquery.ajaxchimp.min.js"></script>
<script src="js/jquery.form.js"></script>
<script src="js/jquery.validate.min.js"></script>
<script src="js/mail-script.js"></script>
<script src="js/contact.js"></script>
<!-- custom js -->
<script src="js/custom.js"></script>
</body>
</html>