-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
266 lines (254 loc) · 11.5 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
<!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>Vacunación</title>
<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=Source+Sans+3:wght@500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<nav>
<div class="nav-left">
<p>Vaccination</p>
</div>
<div class="nav-right">
<ul class="nav-list">
<li>Database</li>
<li>Education</li>
<li>News</li>
<li>Regulation</li>
</ul>
<div class="nav-button-container">
<a href="#" class="blue-button">Hoax Buster</a>
</div>
</div>
</nav>
</header>
<!-- Section 1 - Fight Virus -->
<main>
<section class="title-section">
<!-- Section 1 - Left -->
<div class="title-container">
<h1>Fight Virus<br>With Vaccines</h1>
<p>Let's stop this pandemic by killing the virus with a vaccine, don't let yourself and your family get infected</p>
<div class="yellow-icon-container">
<span class="small-icon shield"></span>
<p>Best protection</p>
<span class="small-icon star"></span>
<p>Selected Vaccines</p>
</div>
<div class="schedule-container">
<span></span>
<p>Schedule your vaccinations</p>
</div>
</div>
<!-- Section 1 - Right -->
<figure class="title-image">
<img src="assets/img/female-nurse.webp" alt="female nurse in white medical suit with red mask and injection in her hands on blue">
</figure>
<!-- Section 1 - Card -->
<article class="floating-card">
<div class="floating-card-left">
<span class="floating-card-icon pin-icon"></span>
<p>Location<br><strong>Jakarta Utara</strong></p>
<span class="floating-card-icon calendar-icon"></span>
<p>Date<br><strong>08 July 2021</strong></p>
<span class="floating-card-icon shot-icon"></span>
<p>Vaccine Type<br><strong>Moderna</strong></p>
</div>
<div class="floatin-card-right">
<a href="#" class="blue-button">Submit</a>
</div>
</article>
</section>
<!-- Section 2 - Logos -->
<section class="logos">
<div class="logo-opaque">
<img src="assets/img/astra.svg" alt="logo de astra-zeneca">
</div>
<div class="logo-opaque">
<img src="assets/img/sinovac.svg" alt="logo de sinovac">
</div>
<div class="logo-opaque">
<img src="assets/img/pfizer.svg" alt="logo de pfizer">
</div>
<div class="logo-opaque">
<img src="assets/img/moderna.svg" alt="logo de moderna">
</div>
</section>
<!-- Section 3 - Reason for vaccination -->
<section class="reasons">
<div class="reasons-text">
<h2>Why should I vaccine?</h2>
<p>In order to avoid any doubts about getting the COVID-19 vaccine, identify the following 4 benefits of COVID-19 vaccination:</p>
</div>
<!-- Reasons Cards -->
<div class="reasons-card-container">
<article class="reasons-card">
<span class="reasons-card-icon"></span>
<h3>Minimize the spread of viruses</h3>
<p>Vaccine has been proven effective to prevent someone from getting infected with Coronavirus.</p>
</article>
<article class="reasons-card">
<span class="reasons-card-icon"></span>
<h3>Forming antibodies</h3>
<p>COVID-19 vaccine proven to help shape antibody response for immune system.</p>
</article>
<article class="reasons-card">
<span class="reasons-card-icon"></span>
<h3>Protecting people nearby</h3>
<p>The benefits of COVID-19 vaccination are the vaccine that we get can also help protect people around us.</p>
</article>
<article class="reasons-card">
<span class="reasons-card-icon"></span>
<h3>Creating group immunity</h3>
<p>COVID-19 vaccination is also beneficial for creating group immunity or herd immunity.</p>
</article>
</div>
</section>
<!-- Section 4 - Prep before vaccination -->
<section class="prep">
<!-- Section 4 - left -->
<figure class="prep-image">
<img src="assets/img/young-woman.webp" alt="young woman with one finger up and white face-mask">
</figure>
<!-- Section 4 - prep right -->
<div class="prep-container">
<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 class="prep-list-container">
<div class="list-item">
<span class="list-icon"></span>
<p>Avoid alcoholic beverages</p>
<span class="drop-icon"></span>
</div>
<div class="list-item">
<span class="list-icon"></span>
<p>Avoid stress</p>
<span class="drop-icon"></span>
</div>
<div class="list-item">
<span class="list-icon"></span>
<p>Eat healthy food</p>
<span class="drop-icon"></span>
</div>
<div class="list-item">
<span class="list-icon"></span>
<p>Get enough sleep</p>
<span class="drop-icon"></span>
</div>
<div class="list-item">
<span class="list-icon"></span>
<p>Exercise or phisical activity</p>
<span class="drop-icon"></span>
</div>
</div>
</div>
</section>
<!-- Section 5 - Contact info cards -->
<section class="contact">
<!-- Section 5 - contact left -->
<div class="contact-container">
<h2>Emergency Contact</h2>
<p>Contact one 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>
<!-- Contact Cards -->
<div class="contact-card-container">
<article class="contact-card">
<div class="contact-card-top">
<span class="card-icon"></span>
<div class="card-text-container">
<p><b>Call</b></p>
<p>021.123.145.14</p>
</div>
</div>
<div>
<a href="#" class="blue-button opaque-button">Call Now</a>
</div>
</article>
<article class="contact-card">
<div class="contact-card-top">
<span class="card-icon"></span>
<div class="card-text-container">
<p><b>Chat</b></p>
<p>021.123.145.14</p>
</div>
</div>
<div>
<a href="#" class="blue-button">Chat Now</a>
</div>
</article><br>
<article class="contact-card">
<div class="contact-card-top">
<span class="card-icon"></span>
<div class="card-text-container">
<p><b>Video Call</b></p>
<p>021.123.145.14</p>
</div>
</div>
<div>
<a href="#" class="blue-button opaque-button">Video Call Now</a>
</div>
</article>
<article class="contact-card">
<div class="contact-card-top">
<span class="card-icon"></span>
<div class="card-text-container">
<p><b>Message</b></p>
<p>021.123.145.14</p>
</div>
</div>
<div>
<a href="#" class="blue-button opaque-button">Message Now</a>
</div>
</article>
</div>
</div>
<!-- Section 5 - right -->
<figure class="contact-image">
<img src="assets/img/man-nurse.webp" alt="young male doctor smiling with a cellphone in his hands">
</figure>
</section>
</main>
<footer>
<!-- Footer Section -->
<div class="footer-top">
<div class="goal-side">
<h3>Vaccination</h3>
<p>Our goal is to help free the world from the ongoing pandemic</p>
</div>
<div class="about-side">
<ul>
<li><b>About</b></li>
<li>About us</li>
<li>Features</li>
<li>News & Blog</li>
</ul>
<ul>
<li><b>Company</b></li>
<li>How We Work?</li>
<li>Capital</li>
<li>Security</li>
</ul>
<ul>
<li><b>Support</b></li>
<li>FAQs</li>
<li>Support Center</li>
<li>Contact Us</li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p>@2021 Vaccination. All rights reserved</p>
<div>
<p>Terms & Agreements</p>
<p>Privacy Policy</p>
</div>
</div>
</footer>
</body>
</html>