-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
314 lines (311 loc) · 13 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
303
304
305
306
307
308
309
310
311
312
313
314
<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="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Poppins:wght@300;400;500;600;700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="./styles.css">
<title>Vaccination</title>
</head>
<body>
<header class="nav">
<nav class="container nav-bar">
<div class="nav-logo"><a href="./" class="logo">Vaccination</a></div>
<div class="nav-links" id="nav-links">
<a class="nav-link">Database</a>
<a class="nav-link">Education</a>
<a class="nav-link">News</a>
<a class="nav-link">Regulation</a>
<a class="nav-link btn btn-blue">Hoax Buster</a>
</div>
<div class="nav-menu" id="menu-icon">
<i class="fa-solid fa-bars nav-menu-icon"></i>
</div>
</nav>
</header>
<div class="hero container">
<div class="hero-content">
<h1>Fight Virus With Vaccines</h1>
<p class="hero-text">
Let's stop this pandemic by killing the virus with a vaccine, don't let yourself and your family get
infected
</p>
<div class="hero-btns">
<a href="#" class="hero-btn">
<i class="fa-solid fa-shield-blank yellow"></i>
Best protection
</a>
<a href="#" class="hero-btn">
<i class="fa-solid fa-star yellow"></i>
Selected Vaccines
</a>
</div>
<a href="#" class="hero-btn big">
<i class="fa-solid fa-clock blue"></i>
Schedule your vaccinations
</a>
<div class="hero-card">
<div class="hero-card-item">
<p class="hero-card-text"><i class="fa-solid fa-location-dot blue"></i> Location</p>
<h2 class="hero-card-title">Shoto Todoroki</h2>
<br>
</div>
<div class="hero-card-item">
<p class="hero-card-text"><i class="fa-solid fa-calendar blue"></i> Date</p>
<h2 class="hero-card-title"> 08 July 2021
</h2>
<br>
</div>
<div class="hero-card-item">
<p class="hero-card-text"><i class="fa-solid fa-pen blue"></i> Vaccine Type</p>
<h2 class="hero-card-title">Moderna
</h2>
<br>
</div>
<div class="hero-card-item">
<a href="#" class="btn">Submit</a>
</div>
</div>
</div>
<div class="hero-img bg-gradient">
<img src="./img/img11.png" alt="">
</div>
</div>
<div class="container logos">
<img src="../CSSS/IMG/astrazeneca.png">
<img src="../CSSS/IMG/sinovac.png">
<img src="../CSSS/IMG/pfizer.png">
<img src="../CSSS/IMG/moderna.png">
</div>
<div class="text-1 container">
<h2>Why should I vaccine?</h2>
<p>
In order to avoid any doubts about getting the COVID-19
vaccine, indetify the following 4 benefits of COVID-19
vaccination:
</p>
</div>
<div class="cards container">
<div class="card">
<i class="fa-solid fa-virus-slash card-icon"></i>
<h2 class="card-title">Minimize the spread of viruses</h2>
<p class="card-text">
Vaccine has been proven effective to prevent someone from getting infected with
Coronavirus</p>
</div>
<div class="card">
<i class="fa-solid fa-shield-blank card-icon"></i>
<h2 class="card-title">Forming antibodies</h2>
<p class="card-text">
COVID-19 vaccine proven to help shape antibody response for immune system
</p>
</div>
<div class="card">
<i class="fa-solid fa-users card-icon"></i>
<h2 class="card-title">Protecting people nearby</h2>
<p class="card-text">
The benefits of COVID-19 vaccination are the vaccine that we get can also help
protect people around us
</p>
</div>
<div class="card">
<i class="fa-solid fa-chart-line card-icon"></i>
<h2 class="card-title">Creating group immunity</h2>
<p class="card-text">
COVID-19 vaccination is also beneficial for creating group immunity or herd immunity
</p>
</div>
</div>
<div class="text-end container">
<div></div>
<div class="text-2">
<h2>Preparations Before Vaccine</h2>
<p>
The success of vaccines is strongly influenced by the strength of the body's immune system.
Therefore, there are several things that can be tried to make the COVID-19 vaccine work:
</p>
</div>
</div>
<div class="faq container">
<div class="faq-image">
<div class="bg-gradient square">
<img src="../CSSS/IMG/img22.png" alt="" class="">
</div>
</div>
<div class="faq-container">
<div class="faq-item">
<div class="faq-button">
<div class="faq-title">
<i class="fa-solid fa-shield-blank"></i>
<h3>Avoid alcoholic beverages</h3>
</div>
<i class="fa-solid fa-caret-down faq-open"></i>
</div>
<div class="faq-content">
<p>Alcohol could make you suffer hard reaction!</p>
</div>
</div>
<div class="faq-item active">
<div class="faq-button">
<div class="faq-title">
<i class="fa-solid fa-square-xmark"></i>
<h3>Avoid stress</h3>
</div>
<i class="fa-solid fa-caret-down faq-open"></i>
</div>
<div class="faq-content">
<p>
Stress has a profound effect on inmmune work.
Moreover, prolonged stress can increase cortisol
production and oxidative stress in the body.
</p>
</div>
</div>
<div class="faq-item">
<div class="faq-button">
<div class="faq-title">
<i class="fa-solid fa-square-poll-vertical"></i>
<h3>Eat healthy food</h3>
</div>
<i class="fa-solid fa-caret-down faq-open"></i>
</div>
<div class="faq-content">
<p>Vaccines are made by chicken eggs and ARNr</p>
</div>
</div>
<div class="faq-item">
<div class="faq-button">
<div class="faq-title">
<i class="fa-solid fa-square-check"></i>
<h3>Get enough sleep</h3>
</div>
<i class="fa-solid fa-caret-down faq-open"></i>
</div>
<div class="faq-content">
<p>Did you know the vaccine can cause allergies?</p>
</div>
</div>
<div class="faq-item">
<div class="faq-button">
<div class="faq-title">
<i class="fa-solid fa-heart"></i>
<h3>Excersise or physical activity</h3>
</div>
<i class="fa-solid fa-caret-down faq-open"></i>
</div>
<div class="faq-content">
<p>Physical excersise could help to get healthy</p>
</div>
</div>
</div>
</div>
<div class="text-3 container">
<h2>Emergency Contact</h2>
<p>
Contact on of the contacts below if you or your family feel
unwell and have similar symptoms such as Covid-19, make sure you
also take care of yourself before reporting to us:
</p>
</div>
<div class="contact container">
<div class="contact-cards">
<div class="c-cards-item c-cards-item-end">
<div class="c-cards-content">
<i class="fa-solid fa-phone c-cards-icon"></i>
<div class="c-cards-text">
<h3>Call</h3>
<p>
021.123.145.14
</p>
</div>
</div>
<a href="#" class="btn-white">Call Now</a>
</div>
<div class="c-cards-item c-cards-item-end">
<div class="c-cards-content">
<i class="fa-solid fa-comment-dots c-cards-icon"></i>
<div class="c-cards-text">
<h3>Chat</h3>
<p>
021.123.145.14
</p>
</div>
</div>
<a href="#" class="btn-white">Chat Now</a>
</div>
<div class="c-cards-item c-cards-item-start">
<div class="c-cards-content">
<i class="fa-solid fa-video c-cards-icon"></i>
<div class="c-cards-text">
<h3>Video Call</h3>
<p>
021.123.145.14
</p>
</div>
</div>
<a href="#" class="btn-white">Video Call Now</a>
</div>
<div class="c-cards-item c-cards-item-start">
<div class="c-cards-content">
<i class="fa-solid fa-envelope c-cards-icon"></i>
<div class="c-cards-text">
<h3>Message</h3>
<p>
021.123.145.14
</p>
</div>
</div>
<a href="#" class="btn-white">Message Now</a>
</div>
</div>
<div class="contact-image">
<div class="bg-gradient square-2">
<img src="../CSSS/IMG/img33.png" alt="" class="">
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="footer-1">
<div class="footer-logo">
<a href="./" class="logo">Vaccination</a>
<p>Our goal is to help the world free from the ongoing pandemic</p>
</div>
<div class="footer-list-links">
<div class="footer-list">
<a href="#" class="link-strong">About</a>
<a href="#" class="link">About Us</a>
<a href="#" class="link">Features</a>
<a href="#" class="link">News & Blog</a>
</div>
<div class="footer-list">
<a href="#" class="link-strong">Company</a>
<a href="#" class="link">How We Work?</a>
<a href="#" class="link">Capital</a>
<a href="#" class="link">Security</a>
</div>
<div class="footer-list">
<a href="#" class="link-strong">Support</a>
<a href="#" class="link">FAQs</a>
<a href="#" class="link">Support Center</a>
<a href="#" class="link">Contact Us</a>
</div>
</div>
</div>
<div class="footer-2">
<p>@2022 Vaccination. All Rights Reserved</p>
<div class="footer-list-links">
<a href="#" class="link">Terms & Agreements</a>
<a href="#" class="link">Privacy Policy</a>
</div>
</div>
</div>
</footer>
<script src="./scripts.js"></script>
<script src="https://kit.fontawesome.com/c1cc1b3540.js" crossorigin="anonymous"></script>
</body>
</html>