forked from dsccvrgu/zenkins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
672 lines (575 loc) · 42.9 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Zenkins</title>
<link rel="icon" href="img/titleimage.png">
<link rel="stylesheet" href="css/style.css">
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!-- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script> -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<script src="js/app.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark fixed-top">
<div class="container">
<a class="navbar-brand" href="index.html">
<img src="img/logo.png" alt="">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="dropdown nav-item">
<a class="dropdown-toggle nav-link" data-toggle="dropdown" href="#">Essentials
<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="sanitizer.html">Sanitizer</a></li>
<li><a href="mask.html">Mask</a></li>
<li><a href="gloves.html">Gloves</a></li>
<li><a href="medicines.html">Medicines</a></li>
<li><a href="instruments.html">Medical Instrument</a></li>
<li><a href="ppe.html">PPE Kit</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#blog">Blogs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#qna">Q/A</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="about.html">About us
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#reachus">Reach us</a>
</li>
</ul>
</div>
</div>
</nav>
<section class="">
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="img/banner1.jpg" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="img/banner2.jpg" alt="Second slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="img/banner3.jpg" alt="Third slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div></section>
<section class=" my-5" id="essentials">
<div class="col-xl-12">
<h1 class="heading">Essentials during pandemic</h1>
<div class="row">
<div class="card col-xl-3 col-xs-4 col-md-4 col-lg-3 m-4">
<a href="sanitizer.html">
<img
src="img/sanitizer.jpg"
class="card-img-top"
alt="..."
/>
<div class="card-body">
<h5 class="card-title">Sanitizer</h5>
<p class="card-text">
Sanitizers are an an excellent way to clean yourself your surrounding because they are effective and prevent the growth of bacteria.
</p>
</div>
</a>
</div>
<div class="card col-xl-3 col-xs-4 col-md-4 col-lg-3 m-4">
<a href="mask.html">
<img
src="img/mask.jpg"
class="card-img-top"
alt="..."
/>
<div class="card-body">
<h5 class="card-title">Mask</h5>
<p class="card-text">
Wearing a face mask will help prevent the spread of infection and prevent the individual from contracting any airborne infectious germs.
</p>
</div>
</a>
</div>
<div class="card col-xl-3 col-xs-4 col-md-4 col-lg-3 m-4">
<a href="gloves.html">
<img
src="img/gloves.jpg"
class="card-img-top"
alt="..."
/>
<div class="card-body">
<h5 class="card-title">Gloves</h5>
<p class="card-text">
To avoid spread of health care-associated infections , gloves are an essential tool for the health care professional. By wearing the right gloves you can protect yourself.
</p>
</div>
</a>
</div>
<div class="card col-xl-3 col-xs-4 col-md-4 col-lg-3 m-4">
<a href="medicines.html">
<img
src="img/medicines.png"
class="card-img-top"
alt="..."
/>
<div class="card-body">
<h5 class="card-title">Medicine</h5>
<p class="card-text">
Unless you have severe symptoms, you can most likely treat them at home by taking the right medicine by consulting the doctor remotely.
</p>
</div>
</a>
</div>
<div class="card col-xl-3 col-xs-4 col-md-4 col-lg-3 m-4">
<a href="instruments.html">
<img
src="img/instrument.jpg"
class="card-img-top"
alt="..."
/>
<div class="card-body">
<h5 class="card-title">Medical Instruments</h5>
<p class="card-text">
Medical instrument are the most important thing. They make us aware about the current health condition. Only then we can take the right medicine.
</p>
</div>
</a>
</div>
<div class="card col-xl-3 col-xs-4 col-md-4 col-lg-3 m-4">
<a href="ppe.html">
<img
src="img/ppe.jpg"
class="card-img-top"
alt="..."
/>
<div class="card-body">
<h5 class="card-title">PPE</h5>
<p class="card-text">
PPE is important because it prepares you for any health and safety risks and gives you extra protection from your surrounding even in corona infected area.
</p>
</div>
</a>
</div>
</div>
</div>
</section>
<section class="mt-5 mb-5" id="blog">
<div class="col-xl-12">
<h1 class="heading">Blogs</h1>
<div class="row">
<div class="col-xl-8 gapp">
<div class="media border p-3">
<img src="img/blog1.jpg" alt="John Doe" class="mr-3 mt-3 rounded-circle" style="width:60px;">
<div class="media-body">
<h3>The Truth About Coronavirus Vaccine Myths</h3>
<h4> <small><i>Posted on November 18, 2020</i></small></h4>
<p>Myth: The vaccine process is moving too fast and skipping important safety factors. <br>
Truth: Because COVID-19 is considered a public health emergency, vaccine manufacturers may choose to submit a request for an Emergency Use Authorization (EUA) before receiving approval from the Food and Drug Administration (FDA). </p>
<p><a class="visithere" href="https://www.adventhealth.com/coronavirus-resource-hub/blog/truth-about-coronavirus-vaccine-myths" target="_blank" > Read More </a></p>
</div>
</div>
</div>
<div class="col-xl-8 gapp">
<div class="media border p-3">
<img src="img/blog2.jpg" alt="John Doe" class="mr-3 mt-3 rounded-circle" style="width:60px;">
<div class="media-body">
<h3>Zinc, Vitamin D, Vitamin C: Do They Protect Against Coronavirus?</h3>
<h4> <small><i>Posted on November 18, 2020</i></small></h4>
<p>At this time, there is no hard evidence proving that zinc can help with COVID-19. High-dose zinc has been found to reduce how long cold symptoms last, and it is known to play a key role in supporting the immune system, but so far there hasn’t been enough research done to determine its impact on someone with coronavirus. </p>
<p> <a class="visithere" href="https://www.adventhealth.com/coronavirus-resource-hub/blog/zinc-vitamin-d-vitamin-c-do-they-protect-against-coronavirus" target="_blank" >Read More</a></p>
</div>
</div>
</div>
<div class="col-xl-8 gapp">
<div class="media border p-3">
<img src="img/blog3.jpg" alt="John Doe" class="mr-3 mt-3 rounded-circle" style="width:60px;">
<div class="media-body">
<h3>COVID-19: What to Expect as Cases Rise, Again</h3>
<h4> <small><i>Posted on November 11, 2020</i></small></h4>
<p>We expect there will be waves of coronavirus cases until there is broad immunity across the country, a vaccine is available or a possible treatment with medication is approved. Our experts anticipate that new surges in cases will likely vary from one area of the country to the next, with case numbers differing in each state depending on a variety of factors. </p>
<p> <a class="visithere" href="https://www.adventhealth.com/coronavirus-resource-hub/blog/covid-19-what-expect-cases-rise-again" target="_blank" > Read More</a></p>
</div>
</div>
</div>
<div class="col-xl-8 gapp">
<div class="media border p-3">
<img src="img/blog4.jpg" alt="John Doe" class="mr-3 mt-3 rounded-circle" style="width:60px;">
<div class="media-body">
<h3>COVID-19 Isn’t Over: Here’s How to Remain Safe</h3>
<h4> <small><i>Posted on November 11, 2020</i></small></h4>
<p>Be sure to stay informed about the latest recommendations from your state, county and city. If you or your child have recently had a known exposure to someone who tested positive for COVID-19, you should stay home, self-quarantine and clean thoroughly. Avoiding touching your face when your hands are not washed
Covering your mouth and nose with a mask or other face-covering whenever you’re around other people </p>
<p> <a class="visithere" href="https://www.adventhealth.com/coronavirus-resource-hub/blog/covid-19-isnt-over-heres-how-remain-safe" target="_blank" > Read More</a></p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="mt-5 mb-5 qa" id="qna">
<div class="col-xl-12">
<h1 class="heading" style="margin-top: 20px;padding-top: 20px;">Q/A</h1>
<div class="row">
<div class="container">
<div class="panel-group" id="accordion">
<div class="panel panel-default">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse1">
<div class="panel-heading">
<h5 class="panel-title">
What is COVID-19?
</h5>
</div>
</a>
<div id="collapse1" class="panel-collapse collapse in">
<div class="panel-body"><p>COVID-19 is the disease caused by a new coronavirus called SARS-CoV-2. WHO first learned of this new virus on 31 December 2019, following a report of a cluster of cases of ‘viral pneumonia’ in Wuhan, People’s Republic of China.</p></div>
</div>
</div>
<div class="panel panel-default">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse2">
<div class="panel-heading">
<h5 class="panel-title">
Who is most at risk of severe illness from COVID-19?
</h5>
</div>
</a>
<div id="collapse2" class="panel-collapse collapse">
<div class="panel-body"><p>People aged 60 years and over, and those with underlying medical problems like high blood pressure, heart and lung problems, diabetes, obesity or cancer, are at higher risk of developing serious illness.
<br> However, anyone can get sick with COVID-19 and become seriously ill or die at any age. </p> </div>
</div>
</div>
<div class="panel panel-default">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse3">
<div class="panel-heading">
<h5 class="panel-title">
What are the symptoms of COVID-19?
</h5>
</div>
</a>
<div id="collapse3" class="panel-collapse collapse">
<div class="panel-body"><p>The most common symptoms of COVID-19 are:Fever,Dry cough and Fatigue </p>
<p> Other symptoms that are less common and may affect some patients include:
Loss of taste or smell,
Nasal congestion,
Conjunctivitis (also known as red eyes),
Sore throat,
Headache,
Muscle or joint pain,
Different types of skin rash,
Nausea or vomiting,
Diarrhea,
Chills or dizziness. </p>
<p> Symptoms of severe COVID‐19 disease include:
Shortness of breath,
Loss of appetite,
Confusion,
Persistent pain or pressure in the chest,
High temperature (above 38 °C).</p>
<p> People of all ages who experience fever and/or cough associated with difficulty breathing or shortness of breath, chest pain or pressure, or loss of speech or movement should seek medical care immediately. If possible, call your health care provider, hotline or health facility first, so you can be directed to the right clinic.</p></div>
</div>
</div>
<div class="panel panel-default">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse4">
<div class="panel-heading">
<h5 class="panel-title">
Is there a vaccine for COVID-19?
</h5>
</div>
</a>
<div id="collapse4" class="panel-collapse collapse">
<div class="panel-body"><p>Not yet. Many potential vaccines for COVID-19 are being studied, and several large clinical trials may report results
later this year. If a vaccine is proven safe and effective, it must be approved by national regulators, manufactured, and distributed.
WHO is working with partners around the world to help coordinate key steps in this process. WHO is working through the ACT-Accelerator to facilitate equitable access to a safe and effective vaccine for the billions of people who will need it, once it is available.</p></div>
</div>
</div>
<div class="panel panel-default">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse5">
<div class="panel-heading">
<h5 class="panel-title">
Are antibiotics effective in preventing or treating COVID-19?
</h5>
</div>
</a>
<div id="collapse5" class="panel-collapse collapse">
<div class="panel-body"> <p>Antibiotics do not work against viruses; they only work on bacterial infections.
COVID-19 is caused by a virus, so antibiotics do not work. Antibiotics should not be used as a means of prevention or treatment of COVID-19.</p>
<p>In hospitals, physicians will sometimes use antibiotics to prevent or treat secondary bacterial infections which can be
a complication of COVID-19 in severely ill patients. They should only be used as directed by a physician to treat a bacterial infection.</p></div>
</div>
</div>
<div class="panel panel-default">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse6">
<div class="panel-heading">
<h5 class="panel-title">
What should I do if someone in my family gets really ill with COVID-19?
</h5>
</div>
</a>
<div id="collapse6" class="panel-collapse collapse">
<div class="panel-body"><p>
Seek medical care, if members of your family get seriously ill. If possible, either you or an adult should phone the local or national COVID-19
emergency number for advice on where and how you could get care. If your family member is confirmed as having COVID-19, you must be prepared that
you and other known contacts will need to monitor your symptoms,
and continue to self-quarantine for 14 days, even if you feel healthy.
</p></div>
</div>
</div>
<div class="panel panel-default">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse11">
<div class="panel-heading">
<h5 class="panel-title">
Schools are reopening in some areas of my country. Is it safe to go back to school?
</h5>
</div>
</a>
<div id="collapse11" class="panel-collapse collapse">
<div class="panel-body"><p>
A decision to reopen schools in every country and area is made based on careful assessment of the situation, with consensus among all the key parties involved, including the health and education policy-makers, teachers and other school staff, parents and health and community workers. In addition, the reopening of schools are carefully planned and prepared, with all necessary measures in place to protect the safety and health of everyone in the school community. </p>
<p>Therefore, if your school reopens, you should feel assured it is safe for you to go back to school – provided that you strictly follow the guidelines and rules that will be provided by your school. </p>
<p>Of course, if you have any concerns with going back to school, do not hesitate to speak out to your teachers and parents or guardians.
</p></div>
</div>
</div>
<div class="panel panel-default">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse7">
<div class="panel-heading">
<h5 class="panel-title">
When should masks be worn by the general public?
</h5>
</div>
</a>
<div id="collapse7" class="panel-collapse collapse">
<div class="panel-body"><p>Within wider environments where the virus is spreading, masks should be worn by the general public in settings where it is not possible to maintain at least 1 meter from others. Examples of these settings include indoor locations that are crowded and have poor ventilation, public transport and places of high population density – among others. </p>
</div>
</div>
</div>
<div class="panel panel-default">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse8">
<div class="panel-heading">
<h5 class="panel-title">
How large does a meeting or event need to be in order to be a “mass gathering”?
</h5>
</div>
</a>
<div id="collapse8" class="panel-collapse collapse">
<div class="panel-body"><p>High profile international sporting events such as the Olympics or World Cups as well as international religious
events such as the Hajj count as mass gatherings. However, lower profile conferences and events can also meet WHO’s definition of a mass
gathering. An event counts as a “mass gatherings” if the number of people it brings together is so large that it has the potential to
strain the planning and response resources of the health system in the community where it takes place. You need to consider the location
and duration of the event as well as the number of participants. For example, if the event takes place over several days in a small island
state where the capacity of the health system is quite limited then even an event with just a few thousand participants could place a big
strain on the health system and then be considered a “mass gathering” event. Conversely, if the event is held in a big city in a country
with a large, well-resourced health system and lasts just a few hours, the event may not constitute a “mass gathering” event. </p></div>
</div>
</div>
<div class="panel panel-default">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse9">
<div class="panel-heading">
<h5 class="panel-title">
Are pregnant women at higher risk from COVID-19?
</h5>
</div>
</a>
<div id="collapse9" class="panel-collapse collapse">
<div class="panel-body"><p> Pregnant women or recently pregnant women who are older, overweight, and have pre-existing medical conditions such as hypertension and diabetes seem to have an increased risk of developing severe COVID-19. When pregnant women develop severe disease, they also seem to more often require care in intensive care units than non-pregnant women of reproductive age.</p></div>
</div>
</div>
<div class="panel panel-default">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse10">
<div class="panel-heading">
<h5 class="panel-title">
Can COVID-19 be passed through breastfeeding?
</h5>
</div>
</a>
<div id="collapse10" class="panel-collapse collapse">
<div class="panel-body"><p>Transmission of active COVID-19 (virus that can cause infection) through breast milk and breastfeeding has not been detected to date. There is no reason to avoid or stop breastfeeding.</p></div>
</div>
</div>
</div>
</div>
</div>
<h5 style="text-align: center; padding-bottom: 20px; margin-bottom: 20px;">If you have any more queries <a class="visithere" href="https://www.who.int/emergencies/diseases/novel-coronavirus-2019/question-and-answers-hub" target="_blank">visit here</a></h5>
</div>
</section>
<section class="mt-5 mb-5" id="reachus">
<div class="col-xl-12">
<h1 class="heading">Reach us</h1>
<div class="row">
<div class=" col-xl-3 col-xs-4 col-md-4 col-lg-3 m-2">
<img
src="img/map.png"
class="card-img-top"
alt="..."
/>
<div class="card-body">
<h5 class="card-title">Locate us</h5>
<p class="card-text">
Bidyanagar, Bhubaneswar, Odisha 752054
</p>
</div>
</div>
<div class="col-xl-3 col-xs-4 col-md-4 col-lg-3 m-2">
<img
src="img/network.png"
class="card-img-top"
alt="..."
/>
<div class="card-body ">
<h5 class="card-title">Find us</h5>
<p class="card-text social ">
<a href=""> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" width="0.75em" height="1.5em" style="-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);" preserveAspectRatio="xMidYMid meet" viewBox="0 0 486.037 1000"><path d="M124.074 1000V530.771H0V361.826h124.074V217.525C124.074 104.132 197.365 0 366.243 0C434.619 0 485.18 6.555 485.18 6.555l-3.984 157.766s-51.564-.502-107.833-.502c-60.9 0-70.657 28.065-70.657 74.646v123.361h183.331l-7.977 168.945H302.706V1000H124.074" fill="#3b5998"/></svg>
<a href=""><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" width="1.5em" height="1.5em" style="-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32"><path d="M16 0c-4.349 0-4.891.021-6.593.093c-1.709.084-2.865.349-3.885.745a7.847 7.847 0 0 0-2.833 1.849A7.757 7.757 0 0 0 .84 5.52C.444 6.54.179 7.696.095 9.405c-.077 1.703-.093 2.244-.093 6.593s.021 4.891.093 6.593c.084 1.704.349 2.865.745 3.885a7.847 7.847 0 0 0 1.849 2.833a7.757 7.757 0 0 0 2.833 1.849c1.02.391 2.181.661 3.885.745c1.703.077 2.244.093 6.593.093s4.891-.021 6.593-.093c1.704-.084 2.865-.355 3.885-.745a7.847 7.847 0 0 0 2.833-1.849a7.716 7.716 0 0 0 1.849-2.833c.391-1.02.661-2.181.745-3.885c.077-1.703.093-2.244.093-6.593s-.021-4.891-.093-6.593c-.084-1.704-.355-2.871-.745-3.885a7.847 7.847 0 0 0-1.849-2.833A7.716 7.716 0 0 0 26.478.838c-1.02-.396-2.181-.661-3.885-.745C20.89.016 20.349 0 16 0zm0 2.88c4.271 0 4.781.021 6.469.093c1.557.073 2.405.333 2.968.553a4.989 4.989 0 0 1 1.844 1.197a4.931 4.931 0 0 1 1.192 1.839c.22.563.48 1.411.553 2.968c.072 1.688.093 2.199.093 6.469s-.021 4.781-.099 6.469c-.084 1.557-.344 2.405-.563 2.968c-.303.751-.641 1.276-1.199 1.844a5.048 5.048 0 0 1-1.844 1.192c-.556.22-1.416.48-2.979.553c-1.697.072-2.197.093-6.479.093s-4.781-.021-6.48-.099c-1.557-.084-2.416-.344-2.979-.563c-.76-.303-1.281-.641-1.839-1.199c-.563-.563-.921-1.099-1.197-1.844c-.224-.556-.48-1.416-.563-2.979c-.057-1.677-.084-2.197-.084-6.459c0-4.26.027-4.781.084-6.479c.083-1.563.339-2.421.563-2.979c.276-.761.635-1.281 1.197-1.844c.557-.557 1.079-.917 1.839-1.199c.563-.219 1.401-.479 2.964-.557c1.697-.061 2.197-.083 6.473-.083zm0 4.907A8.21 8.21 0 0 0 7.787 16A8.21 8.21 0 0 0 16 24.213A8.21 8.21 0 0 0 24.213 16A8.21 8.21 0 0 0 16 7.787zm0 13.546c-2.948 0-5.333-2.385-5.333-5.333s2.385-5.333 5.333-5.333c2.948 0 5.333 2.385 5.333 5.333S18.948 21.333 16 21.333zM26.464 7.459a1.923 1.923 0 0 1-1.923 1.921a1.919 1.919 0 1 1 0-3.838c1.057 0 1.923.86 1.923 1.917z" fill="#E1306C"/></svg></a>
<a href=""> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" width="1.5em" height="1.5em" style="-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);" preserveAspectRatio="xMidYMid meet" viewBox="0 0 64 64"><path fill="black" d="M32 0C14 0 0 14 0 32c0 21 19 30 22 30c2 0 2-1 2-2v-5c-7 2-10-2-11-5c0 0 0-1-2-3c-1-1-5-3-1-3c3 0 5 4 5 4c3 4 7 3 9 2c0-2 2-4 2-4c-8-1-14-4-14-15c0-4 1-7 3-9c0 0-2-4 0-9c0 0 5 0 9 4c3-2 13-2 16 0c4-4 9-4 9-4c2 7 0 9 0 9c2 2 3 5 3 9c0 11-7 14-14 15c1 1 2 3 2 6v8c0 1 0 2 2 2c3 0 22-9 22-30C64 14 50 0 32 0z"/></svg></a>
<a href=""> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" width="1.51em" height="1.5em" style="-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);" preserveAspectRatio="xMidYMid meet" viewBox="0 0 1046.16 1000"><path d="M237.485 1000V325.301H13.229V1000h224.256zM125.386 233.127c78.202 0 126.879-51.809 126.879-116.553C250.808 50.37 203.591-.001 126.87-.001C50.161-.001-.002 50.371-.002 116.574c0 64.747 48.665 116.553 123.924 116.553h1.457zM361.61 1000h224.256V623.215c0-20.165 1.457-40.309 7.379-54.724c16.212-40.289 53.111-82.017 115.06-82.017c81.149 0 113.613 61.872 113.613 152.572v360.949h224.242V613.129c0-207.241-110.636-303.668-258.183-303.668c-120.977 0-174.094 67.622-203.603 113.679h1.497v-97.853H361.615c2.943 63.31 0 674.699 0 674.699z" fill="#0e76a8"/></svg></a>
<a href=""><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" width="1.5em" height="1.5em" style="-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);" preserveAspectRatio="xMidYMid meet" viewBox="0 0 1200 1200"><path d="M1200 216.995c-8.026 16.946-22.966 38.351-44.816 64.214s-48.828 48.606-80.937 68.227c.893 7.136 1.562 13.824 2.007 20.067c3.463 96.12-19.561 195.847-51.505 278.93c-61.918 154.473-156.795 278.795-292.308 363.21c-141.314 81.058-305.892 98.298-457.525 83.612C174.25 1083.694 75.033 1050.822 0 988.901c137.233 16.404 265.305-30.28 366.555-105.687c-112.472 2.847-194.191-78.514-232.775-172.575c17.393 4.559 35.588 4.009 52.174 2.677c20.416-1.918 39.796-3.833 58.863-8.026c-71.717-23.139-134.469-65.675-167.224-129.767c-19.213-40.61-27.888-79.282-28.093-123.077c33.605 17.693 74.028 34.937 111.037 33.444c-55.892-47.347-100.7-107.857-109.03-177.258c-5.259-57.866 9.221-110.688 30.101-159.866c83.607 91.885 177.415 167.502 285.618 214.047c73.998 30.302 147.786 46.507 224.081 46.822c-8.807-68.145-1.959-134.05 30.101-189.967c37.73-60.118 92.778-94.998 154.516-112.375c88.337-22.652 174.496 9.345 228.763 70.903c58.521-6.321 114.58-32.283 159.197-58.863c-18.958 57.41-55.874 114.492-109.699 141.806c51.247-9.488 100.149-24.659 145.815-44.144z" fill="#00acee"/></svg></a>
<a href=""><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" width="1.5em" height="1.5em" style="-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g fill="none" stroke="#CB2D0D" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"/><path d="M22 6l-10 7L2 6"/></g></svg></a>
</p>
</div>
</div>
<div class="col-xl-3 col-xs-4 col-md-4 col-lg-3 m-2">
<img
src="img/call.png"
class="card-img-top"
alt="..."
/>
<div class="card-body">
<h5 class="card-title">Call us</h5>
<p class="card-text text-align-center">
<a href="tel:5551234567" class="visithere">+91-566-8787-7676</a> | <a href="tel:5551234567" class="visithere">+91-566-8787-7676</a>
</p>
</div>
</div>
</div>
</div>
</section>
<section style="overflow: hidden; ">
<div class="col-xl-12">
<div class="container-fluid px-0">
<div class="row d-flex block-9 mb-0">
<div class="col-md-12 mb-md-0 col-lg-6 justify-content-left mx-0">
<form action="#" class=" pr-5 pl-5 contact-form">
<h2 class="text-center mb-5">If you got any questions <br>Please do not hesitate to write to us</h2>
<div class="form-group">
<input type="text" class="form-control" placeholder="Your Name">
</div>
<div class="form-group">
<input type="text" class="form-control" placeholder="Your Email">
</div>
<div class="form-group">
<input type="text" class="form-control" placeholder="Subject">
</div>
<div class="form-group">
<textarea name="" id="" cols="30" rows="7" class="form-control" placeholder="Ellaborate Your Concern"></textarea>
</div>
<div class="form-group">
<button class="mybut" type="submit" class="btn button py-3 px-5"> Send Message</button>
</div>
</form>
</div>
<div class="col-md-12 col-lg-6 align-self-stretch justify-content-right">
<div id="map"><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3743.953205412001!2d85.73360411478023!3d20.219265486442463!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3a19a8fa59ac3c81%3A0xc81fc475faa77274!2sC.%20V.%20Raman%20Global%20University!5e0!3m2!1sen!2sin!4v1606483684934!5m2!1sen!2sin" width="670" height="550" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe></div>
</div>
</div>
</div>
</div>
</section>
<footer class="myfooter pt-3" style="background-color: #242424;">
<!-- Footer Links -->
<div class="container text-center text-md-left">
<!-- Grid row -->
<div class="row mt-3">
<!-- Grid column -->
<div class="col-md-3 col-lg-4 col-xl-3 mx-auto mb-4">
<!-- Content -->
<div style="text-align: center;"><img src="img/logo.png" style="height: 80px;"></div>
<p>This a website based on html css and js, where you will get the details of covid</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase font-weight-bold">Emergency <br> Numbers</h6>
<p>
<a href="tel:011-23978046" title="corona helpline">011-23978046</a>
<p>
<a href="09-84764823" title="helpline">09-84764823</a>
</p>
<p>
<a href="09-84764823" title="helpline">09-84764823</a>
</p>
<p>
<a href="09-84764823" title="helpline">09-84764823</a>
</p>
<p>
<a href="tel:097645635447" title="corona helpline">097645635447</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase font-weight-bold"> Quick <br> Links </h6>
<p>
<a href="index.html#blog">Blog</a>
</p>
<p>
<a href="index.html#qna"> Q/A</a>
</p>
<p>
<a href="about.html">About Us</a>
</p>
<p>
<a href="index.html#reachus">Reach us</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-4 col-lg-3 col-xl-3 mx-auto mb-md-0 mb-4">
<!-- Links -->
<h6 class="text-uppercase font-weight-bold">Reach <br> Us</h6>
<p>
<span class=" mr-0"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" width="1em" height="1em" style="-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path d="M19 9A7 7 0 1 0 5 9c0 1.387.41 2.677 1.105 3.765h-.008C8.457 16.46 12 22 12 22l5.903-9.235h-.007A6.98 6.98 0 0 0 19 9zm-7 3a3 3 0 1 1 0-6a3 3 0 0 1 0 6z" fill="white"/></svg></span> CV Raman Global University, Bhubaneswar</p>
<p>
<span class="mr-2"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" width="1em" height="1em" style="-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);" preserveAspectRatio="xMidYMid meet" viewBox="0 0 512 512"><path d="M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7c22.4 17.4 52.1 39.5 154.1 113.6c21.1 15.4 56.7 47.8 92.2 47.6c35.7.3 72-32.8 92.3-47.6c102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4c132.7-96.3 142.8-104.7 173.4-128.7c5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9c30.6 23.9 40.7 32.4 173.4 128.7c16.8 12.2 50.2 41.8 73.4 41.4z" fill="white"/></svg></span>[email protected]</p>
<p>
<span class=" mr-0"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" width="1em" height="1em" style="-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path d="M20 10.999h2C22 5.869 18.127 2 12.99 2v2C17.052 4 20 6.943 20 10.999z" fill="white"/><path d="M13 8c2.103 0 3 .897 3 3h2c0-3.225-1.775-5-5-5v2zm3.422 5.443a1.001 1.001 0 0 0-1.391.043l-2.393 2.461c-.576-.11-1.734-.471-2.926-1.66c-1.192-1.193-1.553-2.354-1.66-2.926l2.459-2.394a1 1 0 0 0 .043-1.391L6.859 3.513a1 1 0 0 0-1.391-.087l-2.17 1.861a1 1 0 0 0-.29.649c-.015.25-.301 6.172 4.291 10.766C11.305 20.707 16.323 21 17.705 21c.202 0 .326-.006.359-.008a.992.992 0 0 0 .648-.291l1.86-2.171a1 1 0 0 0-.086-1.391l-4.064-3.696z" fill="white"/></svg></span> + 91 234 567 88</p>
<div class="d-flex socialiconss social">
<a href=""> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" width="2em" height="2em" style="-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32"><path d="M23.446 18l.889-5.791h-5.557V8.451c0-1.584.776-3.129 3.265-3.129h2.526V.392S22.277.001 20.085.001c-4.576 0-7.567 2.774-7.567 7.795v4.414H7.431v5.791h5.087v14h6.26v-14z" fill="white"/></svg>
<a href=""> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" width="2em" height="2em" style="-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32"><path d="M16 0c-4.349 0-4.891.021-6.593.093c-1.709.084-2.865.349-3.885.745a7.847 7.847 0 0 0-2.833 1.849A7.757 7.757 0 0 0 .84 5.52C.444 6.54.179 7.696.095 9.405c-.077 1.703-.093 2.244-.093 6.593s.021 4.891.093 6.593c.084 1.704.349 2.865.745 3.885a7.847 7.847 0 0 0 1.849 2.833a7.757 7.757 0 0 0 2.833 1.849c1.02.391 2.181.661 3.885.745c1.703.077 2.244.093 6.593.093s4.891-.021 6.593-.093c1.704-.084 2.865-.355 3.885-.745a7.847 7.847 0 0 0 2.833-1.849a7.716 7.716 0 0 0 1.849-2.833c.391-1.02.661-2.181.745-3.885c.077-1.703.093-2.244.093-6.593s-.021-4.891-.093-6.593c-.084-1.704-.355-2.871-.745-3.885a7.847 7.847 0 0 0-1.849-2.833A7.716 7.716 0 0 0 26.478.838c-1.02-.396-2.181-.661-3.885-.745C20.89.016 20.349 0 16 0zm0 2.88c4.271 0 4.781.021 6.469.093c1.557.073 2.405.333 2.968.553a4.989 4.989 0 0 1 1.844 1.197a4.931 4.931 0 0 1 1.192 1.839c.22.563.48 1.411.553 2.968c.072 1.688.093 2.199.093 6.469s-.021 4.781-.099 6.469c-.084 1.557-.344 2.405-.563 2.968c-.303.751-.641 1.276-1.199 1.844a5.048 5.048 0 0 1-1.844 1.192c-.556.22-1.416.48-2.979.553c-1.697.072-2.197.093-6.479.093s-4.781-.021-6.48-.099c-1.557-.084-2.416-.344-2.979-.563c-.76-.303-1.281-.641-1.839-1.199c-.563-.563-.921-1.099-1.197-1.844c-.224-.556-.48-1.416-.563-2.979c-.057-1.677-.084-2.197-.084-6.459c0-4.26.027-4.781.084-6.479c.083-1.563.339-2.421.563-2.979c.276-.761.635-1.281 1.197-1.844c.557-.557 1.079-.917 1.839-1.199c.563-.219 1.401-.479 2.964-.557c1.697-.061 2.197-.083 6.473-.083zm0 4.907A8.21 8.21 0 0 0 7.787 16A8.21 8.21 0 0 0 16 24.213A8.21 8.21 0 0 0 24.213 16A8.21 8.21 0 0 0 16 7.787zm0 13.546c-2.948 0-5.333-2.385-5.333-5.333s2.385-5.333 5.333-5.333c2.948 0 5.333 2.385 5.333 5.333S18.948 21.333 16 21.333zM26.464 7.459a1.923 1.923 0 0 1-1.923 1.921a1.919 1.919 0 1 1 0-3.838c1.057 0 1.923.86 1.923 1.917z" fill="white"/></svg></a>
<a href=""> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" width="2em" height="2em" style="-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);" preserveAspectRatio="xMidYMid meet" viewBox="0 0 1046.16 1000"><path d="M237.485 1000V325.301H13.229V1000h224.256zM125.386 233.127c78.202 0 126.879-51.809 126.879-116.553C250.808 50.37 203.591-.001 126.87-.001C50.161-.001-.002 50.371-.002 116.574c0 64.747 48.665 116.553 123.924 116.553h1.457zM361.61 1000h224.256V623.215c0-20.165 1.457-40.309 7.379-54.724c16.212-40.289 53.111-82.017 115.06-82.017c81.149 0 113.613 61.872 113.613 152.572v360.949h224.242V613.129c0-207.241-110.636-303.668-258.183-303.668c-120.977 0-174.094 67.622-203.603 113.679h1.497v-97.853H361.615c2.943 63.31 0 674.699 0 674.699z" fill="white"/></svg></a>
<a href=""><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" width="2em" height="2em" style="-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);" preserveAspectRatio="xMidYMid meet" viewBox="0 0 1200 1200"><path d="M1200 216.995c-8.026 16.946-22.966 38.351-44.816 64.214s-48.828 48.606-80.937 68.227c.893 7.136 1.562 13.824 2.007 20.067c3.463 96.12-19.561 195.847-51.505 278.93c-61.918 154.473-156.795 278.795-292.308 363.21c-141.314 81.058-305.892 98.298-457.525 83.612C174.25 1083.694 75.033 1050.822 0 988.901c137.233 16.404 265.305-30.28 366.555-105.687c-112.472 2.847-194.191-78.514-232.775-172.575c17.393 4.559 35.588 4.009 52.174 2.677c20.416-1.918 39.796-3.833 58.863-8.026c-71.717-23.139-134.469-65.675-167.224-129.767c-19.213-40.61-27.888-79.282-28.093-123.077c33.605 17.693 74.028 34.937 111.037 33.444c-55.892-47.347-100.7-107.857-109.03-177.258c-5.259-57.866 9.221-110.688 30.101-159.866c83.607 91.885 177.415 167.502 285.618 214.047c73.998 30.302 147.786 46.507 224.081 46.822c-8.807-68.145-1.959-134.05 30.101-189.967c37.73-60.118 92.778-94.998 154.516-112.375c88.337-22.652 174.496 9.345 228.763 70.903c58.521-6.321 114.58-32.283 159.197-58.863c-18.958 57.41-55.874 114.492-109.699 141.806c51.247-9.488 100.149-24.659 145.815-44.144z" fill="white"/></svg></a>
</div>
</div>
</div>
</div>
<div class="footer-copyright text-center py-3">© 2020 Copyright
</div>
</footer>
<a id="button"></a>
</body>
</html>