-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
302 lines (270 loc) · 10.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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<!-- To connect the CSS file -->
<link rel="stylesheet" href="style.css">
<!-- To use 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=Zen+Antique&display=swap" rel="stylesheet">
<title>Covi-Web</title>
</head>
<body>
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"></script>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-dark" style="background-color: #2c373d;">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img src="Image/logo2.1.jfif" alt="" width="60" height="30">
</a>
<a class="navbar-brand" href="#">Covi-Web</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-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 ms-auto">
<li class="nav-item">
<a name="back to top" class="nav-link active" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#About Us">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="#Contact Us">Contact Us </a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="weather.html" target="_blank">Weather</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container d-flex justify-content-center">
<h1>Welcome To Covi-Web
<hr>
</h1>
</div>
<!-- Section:1 Live Covid Cases -->
<div class="container d-flex justify-content-center my-2">
<h3>🔴 Live Covid Cases Updates
</h3>
</div>
<div class="container">
<ul>
<li>
<div class="bottom d-flex justify-content-center">
<div>
<p class="cardlettersmall d-flex justify-content-center">COUNTRY</p>
<p class="cardletterlarg d-flex justify-content-center">WORLD</p>
<img class="iconimg" src="./icons/world.png" alt="">
</div>
</div>
</li>
<li>
<div class="bottom d-flex justify-content-center">
<div>
<p class="cardlettersmall d-flex justify-content-center ">NEW CASES</p>
<p class="cardletterlarg d-flex justify-content-center" id="confirmed"> </p>
<img class="iconimg" src="./icons/health-report.png" alt="">
</div>
</div>
</li>
<li>
<div class="bottom d-flex justify-content-center">
<div>
<p class="cardlettersmall d-flex justify-content-center">TOTAL CASES</p>
<p class="cardletterlarg d-flex justify-content-center" id="totalconfirmed"></p>
<img class="iconimg" src="./icons/covid-19.png" alt="">
</div>
</div>
</li>
<li>
<div class="bottom d-flex justify-content-center">
<div>
<p class="cardlettersmall d-flex justify-content-center">TOTAL DEATHS</p>
<p class="cardletterlarg d-flex justify-content-center" id="Deaths"></p>
<img class="iconimg" src="./icons/death (1).png" alt="">
</div>
</div>
</li>
</ul>
</div>
<div class="container">
<ul>
<li>
<div class="bottom d-flex justify-content-center">
<div>
<p class="cardlettersmall d-flex justify-content-center">COUNTRY</p>
<p class="cardletterlarg d-flex justify-content-center">INDIA</p>
<img class="adjustimg" src="Image/Flag.png" alt="">
</div>
</div>
</li>
<li>
<div class="bottom d-flex justify-content-center">
<div>
<p class="cardlettersmall d-flex justify-content-center ">NEW CASES</p>
<p class="cardletterlarg d-flex justify-content-center" id="newcases"> </p>
<img class="iconimg" src="./icons/test-results.png" alt="">
</div>
</div>
</li>
<li>
<div class="bottom d-flex justify-content-center">
<div>
<p class="cardlettersmall d-flex justify-content-center">TOTAL CASES</p>
<p class="cardletterlarg d-flex justify-content-center" id="totalcases"></p>
<img class="iconimg" src="./icons/virus.png" alt="">
</div>
</div>
</li>
<li>
<div class="bottom d-flex justify-content-center">
<div>
<p class="cardlettersmall d-flex justify-content-center">TOTAL DEATHS</p>
<p class="cardletterlarg d-flex justify-content-center" id="totaldeaths"></p>
<img class="iconimg" src="./icons/death.png" alt="">
</div>
</div>
</li>
</ul>
</div>
<!-- Section:2 Slider for Precautions -->
<div class="container d-flex justify-content-center my-2">
<h3>Precautions
<hr>
</h3>
</div>
<div id="carouselExampleFade" class="carousel slide carousel-fade container-fluid my-2" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="Image/CoMasks_auto_x2_toned.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="Image/hand3_auto_x2_toned.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="Image/socialdistance1.jpg" class="d-block w-100" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleFade" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleFade" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<br>
<div class="container d-flex justify-content-center my-3">
<h3> Indian Government response to the COVID-19 pandemic
<hr>
</h3>
</div>
<div class="row row-cols-1 row-cols-md-2 g-4 my-1 mx-4">
<div class="col">
<div class="card">
<img src="Image/secr3.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title"> Government of India
<hr>
</h5>
<p class="card-text"> <b> Travel and entry restrictions</b>:- Indian government stopped issuing of new visas.
<br> <b> Lockdown, closedown and curfews</b>:- Government of India announced complete lockdown in 82
districts in 22 states.
</p>
</div>
</div>
</div>
<div class="col">
<div class="card">
<img src="Image/Immunity-and-Vaccination1.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">World fastest India has administered over 1.08 billion doses
<hr>
</h5>
<p class="card-text"> India began administration of COVID-19 vaccines on <b> 16 January 2021</b>. <br> In
India, nearly half the eligible population has got at least one shot, and 19 per cent received both nine
months after the vaccine rollout.</p>
</div>
</div>
</div>
</div>
<!-- Section:3 About Us -->
<div class="container d-flex justify-content-center my-3">
<h3><a name="About Us"></a> About Us
<hr>
</h3>
</div>
<div class="card mb-3 container" style="max-width: 1450px;">
<div class="row g-0">
<div class="col-md-4">
<img src="Image/boys.jpg" class="img-fluid rounded-start" alt="...">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Covi-Web
<hr>
</h5>
<p class="card-text">The word Covi-Web is made up of to words Covid-19 and Weather.'Covi' refers for that this
website tell about the Covid-19 Cases in India and 'We' that tells the weather of partiular area. <br>
This website is developed by two studends which are studying Bachelor of Technology at IIIT,UNA. <br> This
Website is developed for project purpose (As a Beginner).</p>
<p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p>
</div>
</div>
</div>
</div>
<div class="container d-flex justify-content-center my-3">
<h3><a name="Contact Us"></a> Contact Us
<hr>
</h3>
</div>
<!--Section:4 Form for Contact Us-->
<div class="container my-2">
<div class="mb-3">
<form action="form.html" name="myForm" method="post" onsubmit="return vaildform()">
<label for="exampleFormControlInput1" class="form-label">Name</label>
<input type="name" class="form-control" id="name" placeholder="Enter your Name.." autocomplete="off">
<span id="falsename" class="text-danger font-weight-bold"></span>
</div>
<div class="mb-3">
<label for="exampleFormControlInput1" class="form-label">Email Address</label>
<input type="email" class="form-control" id="email" placeholder="Enter your Email.." autocomplete="off">
<span id="falseemail" class="text-danger font-weight-bold"></span>
</div>
<div class="mb-3">
<label for="exampleFormControlTextarea1" class="form-label">Any Suggestion*</label>
<textarea class="form-control" id="feedback" rows="3" autocomplete="off"></textarea>
<span id="falsefeedback" class="text-danger font-weight-bold"></span>
</div>
<button type="submit" class="btn btn-outline-danger">Sumit</button>
</div>
</form>
<div class="container d-flex justify-content-center">
<h5>Thanks for visit
<hr>
</h5>
</div>
<!--Section:5 For Footer -->
<footer class="container-fluid">
<br>
<hr>
<p class="float-end"><a href="#back to top">Back to top</a></p>
<p> © 2020–2021 @Covi-Web.com, Inc. </p>
</footer>
</body>
<!-- To connect Javascript file -->
<script src="index.js"></script>
</html>