-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
91 lines (83 loc) · 3.23 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
href="https://fonts.googleapis.com/css?family=Roboto&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css"
/>
<link rel="stylesheet" href="style.css" />
<!--This is the Home Page of the Website-->
<link rel="shortcut icon" href="./images/favicon.ico">
<title>
Co-Fight
</title>
</head>
<body>
<header>
<nav>
<!--<div class="logo"><h1>CORONA</h1></div>-->
<ul class="list-items">
<li class="list"><a href="#" class="link">HOME</a></li>
<li class="list">
<a href="https://www.mohfw.gov.in/" class="link">MOHFW</a>
</li>
<li class="list">
<a href="https://cotrack.netlify.app/" class="link">COVID-19 Tracker</a>
</li>
<li class="list">
<a href="https://vaccination-map.vercel.app/" class="link">Vaccination Tracker</a>
</li>
<li class="list">
<a
href="https://www.who.int/emergencies/diseases/novel-coronavirus-2019/question-and-answers-hub/q-a-detail/coronavirus-disease-covid-19#:~:text=symptoms"
class="link"
>WHO</a
>
</li>
<li class="list">
<a href="https://www.cowin.gov.in/home" class="link">VACCINATION</a>
</li>
<li class="list">
<a href="self_assess.html" class="link">SELF ASSESS</a>
</li>
</ul>
</nav>
<div class="main">
<div class="main-left">
<img src="./images/covid2.gif" alt="none" style="float:right;width:200px;height:200px;" align="left">
<img src="./images/tenor.gif" alt="none" style="float:right;width:200px;height:200px;" align="left">
<img src="./images/covid3.gif" alt="none" style="float:right;width:200px;height:200px;" align="left">
<div class="text">
<span>Covid-19</span>
<p>
Coronavirus disease 2019 (COVID-19), also known as the
coronavirus, or COVID, is a contagious disease caused by severe
acute respiratory syndrome coronavirus 2 (SARS-CoV-2).<br />
The first known case was identified in Wuhan, China, in December
2019.<br />
The disease has since spread worldwide, leading to an ongoing
pandemic.
</p>
</div>
</div>
<div class="main-right">
<img class="img-v" src="./images/Coronavirus.png" alt="" >
</div>
</div>
</header>
<section></section>
<!--<div style="background: rgb(187, 120, 187);">-->
<div style="background-image: linear-gradient(135deg, #eb7272,#d271e6 );">
<div class="chatbot" style="width:50%;margin: auto;" >
<iframe width="100%" height="400px" allow="microphone;"
src="https://console.dialogflow.com/api-client/demo/embedded/a945f8ca-51c1-4e89-bb11-729c4fb2c83c"></iframe>
</div>
</div>
</body>
</html>