-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
156 lines (122 loc) · 5 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
<!DOCTYPE html>
<html>
<head>
<title>COVID-19 Tracker</title>
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<body>
<!-- flaticon.com -->
<nav class="navbar navbar-expand-lg nav_styles">
<div class="logo">
<img src="./resources/img/logo.png" alt="" />
</div>
<a class="navbar-brand" href="#">COVID-19</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" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item active">
<a class="nav-link" href="form.html">Lets Test!</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Symptoms</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Prevention</a>
</li>
<li class="nav-item">
<a class="nav-link" href="graph.html">Statistics</a>
</li>
</ul>
</div>
</nav>
<div class="main_header">
<div class="row w-100 h-100">
<div class="col-lg-5 col-md-5 col-12">
<div class="leftside w-100 h-100 d-flex justify-content-center align-items-center">
<img src="images/img2.jpeg" width="300" height="300">
</div>
</div>
<div class="col-lg-6 col-md-6 col-12">
<div class="rightside w-100 h-100 d-flex justify-content-center align-items-center">
<h1>Lets Stay Safe And Fight Together Cor<span><img class='img-ani' src="images/img3.png" height="100px"></span>na Virus!!</h1>
</div>
</div>
</div>
</div>
<!-- UPDATES wala section -->
<!--
<section class="corona_update">
<div class="mb-3">
<h3 class="text-center">Covid-19 Updates</h3>
</div>
<div class="d-flex justify-content-around align-items-center">
<div>
<h1 class="count">5661705</h1>
<p>Total Cases In India</p>
</div>
<div>
<h1 class="count">968377</h1>
<p>Total Active Cases</p>
</div>
<div>
<h1 class="count">4598613</h1>
<p>Total Recovered Patients</p>
</div>
<div>
<h1 class="count">91020</h1>
<p>Total Deaths</p>
</div>
</div>
</section>
-->
<!-- covid info section -->
<div class="sub_section px-5 pb-5" id="aboutid">
<div class="section_header text-center mb-5 mt-5">
<h1> About COVID-19</h1>
</div>
<div class="row" style="margin: 0; padding: 0">
<div class="col-lg-6 col-md-6">
<img src="images/info.jpg" width="100%">
</div>
<div class="col-lg-5 col-md-5">
<h2 style="margin-bottom: 30px">What is COVID-19 (Corona Virus)</h2>
<p>Coronavirus disease 2019 (COVID-19) is an acute infectious respiratory disease caused by a newly discovered coronavirus (SARS-CoV-2). Most people infected with the COVID-19 virus will experience mild to moderate respiratory illness and recover without requiring special treatment.</p>
<p>The virus that causes COVID-19 is mainly transmitted through droplets generated when an infected person coughs, sneezes, or exhales. These droplets are too heavy to hang in the air, and quickly fall on floors or surfaces.
You can be infected by breathing in the virus if you are within close proximity of someone who has COVID-19, or by touching a contaminated surface and then your eyes, nose or mouth.</p>
</div>
</div>
</div>
<div class="sub_section px-5 pb-5">
<div class="section_header text-center mb-5 mt-5">
<h1> COVID-19 (Coronavirus) - Self Assessment Tool</h1>
</div>
<div class="row" style="margin: 0; padding: 0">
<!-- <div class="col-lg-6 col-md-6">
<img src="images/info.jpg" width="100%">
</div>
-->
<div class="col-lg-12 col-md-5 text-center">
<h2 style="margin-bottom: 30px">Self-assess Coronavirus symptoms</h2>
<table class="text-left" style="margin-left: auto; margin-right: auto;">
<tr><td><li></li></td><td>Your 1 minute test can help your family and friends</td></tr>
<tr><td><li></li></td><td>Self-assess daily</td></tr>
<tr><td><li></li></td><td>Help slow the outbreak</td></tr>
<tr><td><li></li></td><td>Identify your Covid-19 risk sooner</td></tr>
<tr><td><li></li></td><td>Get advice from Doctors straight away</td></tr>
</table>
</div>
</div>
<center>
<a class="btn btn-dark mt-5" href='form.html'>Lets Do A Test</a>
</center>
</div>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</body>
</html>