-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
337 lines (286 loc) · 10.9 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
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
<!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>Vaccination</title>
<link rel="stylesheet" href="apariencia.css">
<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=Lato:wght@400;700&display=swap" rel="stylesheet">
<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=Noto+Sans+Limbu&family=Roboto+Condensed:wght@700&display=swap"
rel="stylesheet">
<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=Open+Sans:wght@500;600&display=swap" rel="stylesheet">
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
</head>
<body>
<header>
<section class="secciona">
<nav>
<div class="logo">
<h1>Vaccination</h1>
</div>
<div class="menu">
<a href="textoa">Database</a>
<a href="textoa">Education</a>
<a href="textoa">News</a>
<a href="textoa">Regulation</a>
</div>
<div class="boton">
<a href="textob">Hoax Buster</a>
</div>
</nav>
</section>
</header>
<section class="seccionb">
<div class="partea"></div>
<div class="parteb">
<h2 class="titulob">Fight Virus <br>With Vaccines</h2>
<p class="parrafob">Lets stop this pandemic by killing the virus <br>with a Vaccine, dont let yourself and your
<br>family get infected
</p>
<ul class="listab">
<img class="iconoa" src="/icon/001-shield.png" alt="icono">
<li class="listabb">Best protection</li>
<img class="iconoa" src="/icon/002-star.png" alt="icono">
<li class="listabb">Selectd Vaccines</li>
</ul>
<div class="sub">
<img class="iconob" src="/icon/017-clock.png" alt="icono">
<h4 class="parrafobb">Schedule your vaccinations</h4>
</div>
</div>
<div class="partec"></div>
<div class="parted">
<img src="/img/one.jpg" alt="one">
</div>
<div class="partee">
<ul class="listae">
<img class="iconoe" src="/icon/002-location-pin.png" alt="">
<li class="tituloe">Location
<ul>
<li class="textoe">
Jakarta Utara
</li>
</ul>
</li>
<img class="iconoe" src="/icon/001-calendar.png" alt="">
<li class="tituloe">Date
<ul>
<li class="textoe">
08 july 2021
</li>
</ul>
</li>
<img class="iconoe" src="/icon/005-pencil.png" alt="">
<li class="tituloe">Vaccine Type
<ul>
<li class="textoe">
Moderna
</li>
</ul>
</li>
</ul>
<div class="botondos">
<button class="botone">
Submit
</button>
</div>
</div>
</section>
<div class="imagenlogo">
<img src="/img/logovacunas.png" alt="logovacunas">
</div>
<section class="seccionc">
<div class="div partef">
<h2 class="h2c">Why should I vaccine?</h2>
<p class="parrafoc">In order to avoid any doubts about getting the COVID-19 <br>vaccine, identify the following
4 benefits of
COVID-19 <br>vaccination:</p>
</div>
<div class="div parteg"></div>
<div class="divs2 parteh">
<img class="img2" src="/icon/004-adjustment.png" alt="">
<h3 class="h32">Minimize the<br>spread of viruses</h3>
<p class="parrafoijk">Vaccine has been proven <br>effective to prevent someone <br>from getting infeced with
<br>Coronavirus
</p>
</div>
<div class="divs2 partei">
<img class="img2" src="/icon/003-security-on.png" alt="">
<h3 class="h32">Forming <br>antibodies</h3>
<p class="parrafoijk">COVID-19 vaccine proven to <br>help shape antibody <br>response for immune system</p>
</div>
<div class="divs2 partej">
<img class="img2" src="/icon/008-group.png" alt="">
<h3 class="h32">Protecting <br>people nearby</h3>
<p class="parrafoijk">The benefits of COVID-19 <br>vaccination are the vaccine <br>that we get can also help
<br>protect people around us
</p>
</div>
<div class="divs2 partek">
<img class="img2" src="/icon/007-line-ascendant-graphic-of-zigzag-arrow.png" alt="">
<h3 class="h32">Creating group <br>immunity</h3>
<p class="parrafoijk">COVID-19 vaccination is also <br>beneficial for crating group <br>immunityor herd
immunity.</p>
</div>
</section>
<!-- <div class="botonz">
<button id="boton3" style="display:none" type="button">Ocultar</button>
</div> -->
<section class="secciond">
<div class="triangulo"></div>
<div class="partel">
<h3 class="textol">Preparations Before Vaccine</h3>
<p class="parrafol">the success of vaccines is strongly influenced by the <br>strength of the bodys immune sustem.
Therefore, there are <br>several thing that can be tried to make the COVID-19 <br>vaccine work :</p>
</div>
<div class="imagendos">
<img src="/img/two.jpg" alt="">
</div>
<div class="container">
<div class="acordeon">
<div class="acordeonteam" id="dean">
<a class="titulol" href="#dean">
<img class="imgl" src="/icon/006-shield.png" alt="">
Avoid alcoholic beverages
<ion-icon class="arriba" name="caret-down-outline"></ion-icon>
<ion-icon class="abajo" name="caret-up-outline"></ion-icon>
</a>
<div class="parrafom">
<p class="parrafodos">Stress has a profound effect on immune work. <br>Moreover, prolonged stress can
increase cortisol <br>production and oxidative stress in the body.</p>
</div>
</div>
<div class="acordeonteam">
<a class="titulol" href="#">
<img class="imgl" src="/icon/018-remove.png" alt="">
Avoid stress
<ion-icon name="caret-down-outline"></ion-icon>
<ion-icon class="abajo" name="caret-up-outline"></ion-icon>
</a>
<div class="parrafom">
<p class="parrafodos">Stress has a profound effect on immune work. <br>Moreover, prolonged stress can
increase cortisol <br>production and oxidative stress in the body.</p>
</div>
</div>
<div class="acordeonteam">
<a class="titulol" href="#">
<img class="imgl" src="/icon/011-line-chart.png" alt="">
Eat healthy food
<ion-icon name="caret-down-outline"></ion-icon>
<ion-icon class="abajo" name="caret-up-outline"></ion-icon>
</a>
<div class="parrafom">
<p class="parrafodos">Stress has a profound effect on immune work. <br>Moreover, prolonged stress can
increase cortisol <br>production and oxidative stress in the body.</p>
</div>
</div>
<div class="acordeonteam">
<a class="titulol" href="#">
<img class="imgl" src="/icon/010-check.png" alt="">
Get enough sleep
<ion-icon name="caret-down-outline"></ion-icon>
<ion-icon class="abajo" |name="caret-up-outline"></ion-icon>
</a>
<div class="parrafom">
<p class="parrafodos">Stress has a profound effect on immune work. <br>Moreover, prolonged stress can
increase cortisol <br>production and oxidative stress in the body.</p>
</div>
</div>
<div class="acordeonteam">
<a class="titulol" href="#">
<img class="imgl" src="/icon/009-heart.png" alt="">
Excecise or physical activity
<ion-icon name="caret-down-outline"></ion-icon>
<ion-icon class="abajo" name="caret-up-outline"></ion-icon>
</a>
<div class="parrafom">
<p class="parrafodos">Stress has a profound effect on immune work. <br>Moreover, prolonged stress can
increase cortisol <br>production and oxidative stress in the body.</p>
</div>
</div>
</div>
</div>
</section>
<section class="seccione">
<div class="ae">
<h2 class="h2e">Emergency Contact</h2>
<p class="pe">Contact one of the contacts below if you or your family feel <br>unwell and have similar symptoms
such as COVID-19, make <br>sure you also take care of yourself before reporting to us :</p>
</div>
<div class="be"></div>
<div class="ce">
<div class="cea">
<div class="texte">
<img class="imgee" src="/icon/014-telephone.png" alt="">
<h3 class="h3ee">call</h3>
<p class="peall">021.123.145.14</p>
</div>
<BUtton class="botone">Call Now</BUtton>
</div>
<div class="cea">
<div class="texte">
<img class="imgee" src="/icon/chat.png" alt="">
<h3 class="h3ee">Chat</h3>
<p class="peall">021.123.145.14</p>
</div>
<button class="unico">Chat Now</button>
</div>
<div class="cea">
<div class="texte">
<img class="imgee" src="/icon/012-zoom.png" alt="">
<h3 class="h3ee">Video Call</h3>
<p class="peall">021.123.145.14</p>
</div>
<BUtton class="botone">Viedo Call Now</BUtton>
</div>
<div class="cea">
<div class="texte">
<img class="imgee" src="/icon/019-email.png" alt="">
<h3 class="h3ee">Message</h3>
<p class="peall">021.123.145.14</p>
</div>
<BUtton class="botone">Message Now</BUtton>
</div>
</div>
<div class="de">
<img class="imge" src="/img/tre.jpg" alt="">
</div>
</section>
<footer class="seccionf">
<div class="itemf">
<h2 class="h2ff">Vaccination</h2>
<p class="parrafoff">Our goal is to help the <br>world free from the <br>ongoing pandemic</p>
</div>
<div class="itemg">
<ul class="ulf">About
<li>About us</li>
<li>Features</li>
<li>News & Blog</li>
</ul>
<ul class="ulf">Company
<li>How We Wok?</li>
<li>Capital</li>
<li>Security</li>
</ul>
<ul class="ulf">Support
<li>FAQs</li>
<li>Support Center</li>
<li>Contact Us</li>
</ul>
</div>
<div class="itemh">
<a href="#">@2021 Vacinnation. All rights reserved</a>
<a href="#">Terms & Agreements Privacy Policy</a>
</div>
<div class="trianguloff"></div>
</footer>
</body>
</html>