forked from 18Nikhil786/CHITKARA-TRAVELS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCovid_Precautions.html
66 lines (64 loc) · 2.36 KB
/
Covid_Precautions.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="Covid_Precautions.css">
<title>Covid_Precautions</title>
</head>
<body>
<div id="emojy0">😷</div>
<div style="display: inline-block;" id="header">
<p><h1>Let's Work Together</h1></p>
<p id="p"><h1>To Prevent Covid-19</h1></p>
</div>
<div id="emojy">🤕</div>
<div id="div">
<div id="heading">
Prevention Rules for Covid-19
</div>
<div style="display: inline-block;">
<div class="image" id="image1"></div>
<div class="content" >
<ul >
<li>
Wash your hands frequently and thoroughly with soap and running water for more than 30 seconds.
</li>
<br>
<li>
For times when one cannot have a hand wash, please have personal sanitizers in your pocket/ bag. All students to have their personal soap / sanitizers and not to share same.
</li>
</ul>
</div>
<hr class="dashed">
<div class="image" id="image2"></div>
<div class="content" >
<ul >
<li>
All students are advised to have Aarogya Setu app uploaded in their mobile phones.
</li>
<br>
<li>
Wearing a mask is compulsory. Bus driver will allow only those faculty/staff/students to enter the bus, who are
wearing mask.
</li>
</ul>
</div>
<hr class="dashed">
<div class="image" id="image3"></div>
<div class="content" >
<ul >
<li>
Maintain social distance at stop while waiting for bus.
</li>
<br>
<li>
Shaking of hands, hugging, or throwing arms on shoulders is strictly prohibited.
</li>
</ul>
</div>
</div>
</div>
</body>
</html>