-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCovidRestrictions.html
253 lines (205 loc) · 6.39 KB
/
CovidRestrictions.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
<!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"> -->
<title>Covid-19 Restrictions</title>
<link rel="stylesheet" href="main_style.css">
<script src="https://unpkg.com/[email protected]/dist/ionicons.js"></script>
<script src="script.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
* {
margin: 0;
padding: 0;
}
body {
background: rgb(34, 193, 195);
background: linear-gradient(0deg, rgba(34, 193, 195, 1) 0%, rgba(13, 191, 158, 1) 0%, rgba(4, 98, 152, 1) 100%, rgba(17, 225, 160, 1) 100%);
}
h1 {
color: white;
text-align: center;
font-weight: bold;
font-size: 2rem;
}
h2 {
color: white;
font-weight: bold;
font-size: 1rem;
}
p {
font-weight: 35;
font-size: 1rem;
}
h3 {
color: black;
font-weight: 700;
font-size: 1rem;
}
.textcenter img {
width: 100%;
}
.textcenter {
position: relative;
}
.textcenter .text-centered {
animation: shaketxt 3s infinite;
font-family: Verdana, Geneva, Tahoma, sans-serif;
position: absolute;
top: 20%;
left: 0;
width: 100%;
text-align: center;
color: white;
font-size: 4rem;
font-weight: bolder;
color: white;
font-weight: 500;
}
@keyframes shaketxt {
0% {
transform: translateY(0)
}
25% {
transform: translateY(10px);
}
50% {
transform: translateY(10px);
}
100% {
transform: translateY(0px);
}
}
table {
margin-top: 2em;
text-align: center;
width: 80%;
margin-left: 10%;
margin-right: 10%;
border-collapse: collapse;
}
th {
font-size: 1.2em;
padding: .5em;
background-color: rgb(84, 201, 247);
color: white;
border-style: solid;
border-color: black;
}
td {
padding: 1em;
border-style: solid;
}
.textTitle {
text-align: center;
padding: 1rem;
color: white;
font-weight: 700;
font-size: large;
}
iframe {
display: block;
align-self: center;
width: 70%;
height: 70vh;
margin: auto;
}
@media (max-width:1200px) {
h1 {
padding-left: clamp(2rem, 1.5vw + 3px, rem);
font-size: clamp(rem, 2.5vw, 1rem);
}
}
@media (max-height:800px) {
h1 {
padding-left: clamp(2rem, 1.5vw + 3px, 2rem);
font-size: clamp(1rem, 2.5vw, 2rem);
}
}
</style>
</head>
<body>
<header>
<nav>
<ul>
<li><a href="main_page.php">Home Page</a></li>
<!-- Sub navigation menu -->
<div class="subnav">
<li><a href="book_a_trip.php">Plan & Book <i class="fa fa-caret-down"></i></a></li>
<div class="subnav-content">
<li><a href="book_a_trip.php">Book a trip</a></li>
<li><a href="flight_schedule_search.php">Flight Schedule Search</a></li>
<li><a href="manage_booking.php">Manage Booking</a></li>
<li><a href="FlightStatus.php">Flight Status</a></li>
</div>
</div>
<div class="subnav">
<li><a href="PassengerServices.html">Services <i class="fa fa-caret-down"></i></a></li></button>
<div class="subnav-content">
<li><a href="PassengerServices.html">Passenger Services</a></li>
<li><a href="cargo.html">Cargo Services</a></li>
<li><a href="BaggageInfo.html">Baggage Info</a></li>
<li><a href="checkin.php">Check-in</a></li>
</div>
</div>
<li><a class="active" href="CovidRestrictions.html">Covid Restrictions</a></li>
<li><a href="Faq.html">FAQ</a>
<li><a href="login.php">Login/Register</a>
</ul>
<!-- hamburger menu, only essentiel links -->
<div class="topnav">
<a href="main_page.php">
<ion-icon name="airplane-outline"></ion-icon>
</a>
<div id="myLinks">
<a href="book_a_trip.php">Book a trip</a>
<a href="checkin.php">Check-in</a>
<a href="login.php">Login</a>
</div>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
</nav>
</header>
<figure class="textcenter">
<img src="covid19pics/covidimage.jpg" width="100%" height="400" alt="Covid19Picture">
<h1 class="text-centered">Covid Restrictions</h1>
</figure>
<h2 style="margin-top: 15px; text-align: center;">Here are some important steps to follow in order to minimize the
risk of catching and spreading Covid-19:
</h2>
<table style="margin-top:-1px">
<tr>
<th><img src="covid19pics/facemask.svg" alt="mask"><br></th>
<th><img src="covid19pics/disinfection.svg" alt="disenfectant"><br></th>
<th><img src="covid19pics/handluggage.svg" name="alt"><br></th>
<th><img src="covid19pics/physicaldistance.svg" alt="social distancing"><br></th>
</tr>
<tr>
<td>
<h3>It is important to keep your face mask on!</h3>
</td>
<td>
<h3>Frequently disenfect your hands using your hand sanitizer</h3>
</td>
<td>
<h3>Travel as light as possible</h3>
</td>
<td>
<h3>Physical distance at the airport</h3>
</td>
</tr>
</table>
<div>
<h2 class="textTitle">WHO Covid-19 Information</h2>
<iframe src="https://covid19.who.int/" title="HTML Tutorial Page">
Sorry, your browser does not support iFrames
</iframe>
<iframe src="https://www.youtube.com/embed/KsppEjaCyPU" title="Covid-19 precautions" frameborder="0" allow="accelerometer;
autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
Sorry, your browser does not support iFrames</iframe>
</div>
</body>
</html>