-
Notifications
You must be signed in to change notification settings - Fork 0
/
pre.html
395 lines (334 loc) · 10.4 KB
/
pre.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Covid19</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/icon" href="images/titlebar.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/fontawesome.min.css" integrity="sha512-kJ30H6g4NGhWopgdseRb8wTsyllFUYIx3hiUwmGAkgA9B/JbzUBDQVr2VVlWGde6sdBVOG7oU8AL35ORDuMm8g==" crossorigin="anonymous" />
<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/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Texturina:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styproject.css">
<link href="https://fonts.googleapis.com/css2?family=Texturina:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href=
"https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<link rel='stylesheet' href=
'https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css'>
<script src=
'https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js'>
</script>
<script src=
'https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js'>
</script>
<style >
body
{
font-family: 'Texturina', serif;
}
/*.container{
position: relative;
width: 1200px;
height: 300px;
margin: 240px auto;
}
.container .box{
position: relative;
width: calc(400px - 30px);
height: calc(300px - 30px);
background: #ff0;
float: left;
margin: 15px;
box-sizing: border-box;
overflow: hidden;
border-radius: 10px;
}
.icon {
height: 10px;
width: 10px;
display: block;
}
.container .box .icon{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background:white;
transition: 0.5s;
z-index:1;
}*/
h2{
font-size: 32px;
/*font-family: sans-serif;*/
margin: 0px,0px,16px;
}
p{
font-size: 16px ;
/*font-family: sans-serif;*/
color: #35404E;
text-align: center;
}
span{
/*font-family: sans-serif;*/
color: #706AD4;
background-color: #E8E7FA;
border-radius: 15px;
padding: 2px 15px;
}
.pid{
font-size: 16px ;
/*font-family: sans-serif;*/
color: #35404E;
/*text-align: left;*/
}
.fa-check-circle{
color: #00ff00
}
*{
margin: 0px;
padding:0px;
box-sizing: border-box;
}
body{
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
justify-content: center;
min-height: 100vh;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
background-color: #F9F9F9;
}
.quotes{
width: 80vw;
min-height: 400px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
z-index: 2;
box-sizing: border-box;
}
.quotes .box{
position: relative;
width: 25vw;
height: 50vh;
min-height: 320px;
background:#f2f2f2;
overflow: hidden;
transition: all 0.5s ease-in;
z-index: 2;
box-sizing: border-box;
padding:30px;
box-shadow: -5px 15px 30px rgba(0,0,0,0.3);
}
.quotes .box:hover{
/* color: #f2f2f2;*/
box-shadow: 10px 20px 50px rgba(0,0,0,0.5)
}
.centerdivi{
height: 100px;
display: flex;
justify-content: center;
align-items: center;
}
.footer_class{
height: 50px;
width: 50px;
background-color: #f5f6fa;
border-radius: 25px;
text-align: center;
margin: 10px;
box-shadow: 1px 4px 2px 2px #dcdde1;
line-height: 60px;
}
.footer_class i{
font-size: 20px;
transition: all 0.3s linear;
}
.footer_class:hover i{
transform: scale(1.4);
}
.navbar-nav{
display:table;
float:none;
margin: 0 auto;
table-layout: fixed;
font-size:18px;
padding-top: 10px;
padding-bottom: 6px;
}
li a:hover {
background-color: #006699;
border-radius: 5px;
}
@media only screen and (max-width: 768px){
navbar-nav{
float: left;
font-size: 10px;
}
.nav>li>a {padding: 10px;}
}
.navbar-brand{
font-size:24px;
padding-top: 28px;
padding-bottom: 38px;
}
.my_active{
background-color: white;
border-radius: 5px;
}
.centered {
position: absolute;
top: 50%;
left: 20%;
transform: translate(-50%, -50%);
font-family:
}
</style>
</head>
<body>
<div class="bg_img">
<div class="centered"><h1 style="font-family: Franklin Gothic Condensed; color: white; font-size: 50px;">Stay Safe<br>Stay Home<br>Stay Strong</h1></div>
</div>
<table class="table">
<nav class="navbar navbar-fixed-top navbar_class">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar" style="background-color:#337ab7"></span>
<span class="icon-bar" style="background-color:#337ab7"></span>
<span class="icon-bar" style="background-color:#337ab7"></span>
</button>
<a class="navbar-brand" href="#">Covid Tracker</a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav " style="font-family: Franklin Gothic Condensed;">
<li class="active"><a href="index.html">Home</a></li>
<li class="nav-item">
<a class="nav-link my_active" href="#">Awareness</a>
</li>
<li class="nav-item">
<a class="nav-link " href="pdf.html">News</a>
</li>
<li class="nav-item">
<a class="nav-link" href="container.html">Percaution</a>
</li>
</ul>
</div>
</div>
</nav>
</table>
<div class="container-fluid">
<center>
<br>
<h5><span>Covid-19 Preventions</span></h5><br>
<h2>How can I protect myself from covid-19?</h2><br>
<p class="pid">If you are traveling overseas <br>follow the CDC’s guidance:</p>
</center>
</div>
<center>
<div class="quotes">
<div class="card">
<div class="box ">
<img src="images/p-01.png" style="width: 70px;height: 70px;"><p><b>Wash your hands</b></p><br>
Clean your hands often. Use soap and water, or an alcohol-based hand rub.
</div>
</div>
<div class="card">
<div class="box ">
<img src="images/p-02.png" style="width: 70px;height: 70px;"><p><b>Avoid Contact</b></p><br>
Maintain a safe distance from anyone who is coughing or sneezing.
</div>
</div>
<div class="card">
<div class="box ">
<img src="images/p-03.png" style="width: 70px;height: 70px;"><p><b>Clean Pet</b></p><br>
It’s been proven again and again that having a pet contributes to better health.
</div>
</div>
</div>
</center>
<center>
<div class="quotes">
<div class="card">
<div class="box ">
<img src="images/p-04.png" style="width: 70px;height: 70px;"><p><b>Sleep Well</b></p><br>
Optimal sleep helps regulate mood, improve brain function, and increase energy and overall productivity during the day.
</div>
<div class="bg"></div>
</div>
<div class="card">
<div class="box ">
<img src="images/p-05.png" style="width: 70px;height: 70px;"><p><b>Exercise</b></p><br>
by doing 3-5 minutes of physical movement, such as walking or stretching, will help ease muscle strain, relieve mental tension and improve blood circulation and muscle activity.
</div>
<div class="bg"></div>
</div>
<div class="card">
<div class="box ">
<img src="images/p-06.png" style="width: 70px;height: 70px;"><p><b>Clean Surface</b></p><br>
Clean and disinfect surfaces frequently especially those which are regularly touched, such as door handles, faucets and phone screens.
</div>
<div class="bg"></div>
</div>
</div>
</center>
<center>
<div class="quotes">
<div class="card">
<div class="box ">
<img src="images/p-07.png" style="width: 70px;height: 70px;"><p><b>Wear face mask</b></p><br>
Wear a mask when physical distancing is not possible.
</div>
<div class="bg"></div>
</div>
<div class="card">
<div class="box ">
<img src="images/p-08.png" style="width: 70px;height: 70px;"><p><b>Wash your hands</b></p><br>
Clean your hands often. Use soap and water, or an alcohol-based hand rub.
</div>
<div class="bg"></div>
</div>
<div class="card">
<div class="box ">
<img src="images/p-09.png" style="width: 70px;height: 70px;"><p><b>Stay at home</b></p><br>
Stay home if you feel unwell.
</div>
<div class="bg"></div>
</div>
</div>
</center>
<br><br>
<center style='color:#007bff;font-weight: 900;font-size:18px'>Covid19India</center>
<center>We stand with everyone fighting on the frontlines</center>
<center><b>Contributed by:<a href="https://github.com/aniketbansal1201" target="_blank">Aniket Bansal</a></b></center>
<footer>
<div class="centerdivi">
<a href="http://www.linkedin.com/in/yashik-garg-7022a81a5" target="_blank" class="footer_class"><i class="fa fa-2x fa-linkedin-in"></i></a>
<a href="https://github.com/YashikGarg" target="_blank" class="footer_class"><i class="fa fa-2x fa-github"></i></a>
<a href="https://www.instagram.com/yashik_garg18/" target="_blank" class="footer_class"><i class="fa fa-2x fa-instagram"></i></a>
<a href="https://www.facebook.com/" target="_blank" class="footer_class"><i class="fa fa-2x fa-facebook"></i></a>
</div>
</footer>
<script >
$(document).ready(function(){
$(window).scroll(function(){
var scroll = $(window).scrollTop();
if (scroll > 650) {
$(".navbar_class").css("background" , "#000000");
}
else{
$(".navbar_class").css("background" , "transparent");
}
})
})
</script>
</body>
</html>