-
Notifications
You must be signed in to change notification settings - Fork 0
/
vacunas.html
244 lines (236 loc) · 9.52 KB
/
vacunas.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
<!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="vacunas.css">
<link rel="stylesheet" href="style.css">
<script src="/jquery-1.6.3.min.js"></script>
<!--funcion de desenfoque al cargar la pagina-->
<script>
$(function(){
$("body").hide().fadeIn(1000)
});
</script>
<script src="https://kit.fontawesome.com/9c7f1ed8be.js" crossorigin="anonymous"></script>
<title>Vaccines</title>
</head>
<body>
<!-- header -->
<header class="header">
<div class="header_container">
<div class="box1">
<h1><a href="vacunas.html" class="logo">Vaccination </a></h1>
</div>
<div class="box2">
<nav class="navigation1">
<ul>
<li><a href="#education">education</a></li>
<li><a href="#news">News</a></li>
<li><a href="#regulation ">regulation</a></li>
<li><a href="#hoaxbuster" class="hb">hoaxbuster</a></li>
</ul>
</nav>
</div>
</div>
</header>
<!-- section education -->
<section class="education" id="education">
<!-- <br><br><br><br><br><br><br><br><br><br><br><br><br> -->
<div class="education-container right" id="education-img1">
<!-- seccion para imagen -->
</div>
<div class="education-container left education-content">
<h2 class="education-title">Fight virus <br> with vaccines</h2>
<p>
let´'s stop this pandemic by killing the virus <br>
with a vaccine don't let yourself and your <br>
family get infected <br>
</p>
<span class="icon icon-shield"></span><label for="">Best proteccion</label>
<span class="icon icon-star-full"></span><label for="">Selected vaccines</label><br><br><br>
<span class="icon icon-clock2 downspan"></span><label for="" class="down">Schedule your vaccinations</label>
</div>
<div class="info">
<div class="grupo2">
<div class="boxes">
<span class="icon icon-location2">Location</span>
<p>Jakarta Utara</p>
</div>
<div class="boxes">
<span class="icon icon-calendar">Date</span>
<p>08 July 2021</p>
</div>
<div class="boxes">
<span class="icon icon-pencil">Vaccine type</span>
<p>Moderna</p>
</div>
<div class="boxes">
<input type="button" value="Submit">
</div>
</div>
</div>
</section>
<!-- section news -->
<section class="news" id="news">
<h1 class="news-title">Why i should vaccine?</h1>
<p class="news-p">
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 class="cuadros">
<div class="acuadros">
<span class="icon icon-calculator"></span>
<h3>Minimize the <br> spread of viruses</h3>
<p>Vaccine has been proven <br>
effective to prevent someone <br>
from getting infected with <br>
coronavirus</p>
</div>
</div>
<div class="cuadros">
<div class="acuadros">
<span class="icon icon-shield"></span>
<h3>Forming <br>Antibodies</h3>
<p>COVID-19 vaccine proven to <br>
help shape antibody <br>
response for immune system</p>
</div>
</div>
<div class="cuadros">
<div class="acuadros">
<span class="icon icon-users"></span>
<h3>Protecting <br>people nearby</h3>
<p>The benefics of COVID-19 <br>
vaccination are the vaccine <br>
that we get can also help <br>
protect people around us</p>
</div>
</div>
<div class="cuadros">
<div class="acuadros">
<span class="icon icon-stats-dots"></span>
<h3>Creating group <br>immunity</h3>
<p>COVID-19 vaccination is also <br>
beneficial for creating group <br>
immunity or herd immunity</p>
</div>
</div>
</section>
<!-- seccion de regulation -->
<section class="regulation" id="regulation">
<div class="regulation-container left" id="regulation-img1">
<!-- contenedor para la imagen -->
</div>
<div class="regulation-container right regulation-content">
<h2 class="regulation-title">Preparations Before Vaccine</h2>
<p class="content">the success of vaccines is strongly influenced by the <br>
strength of the body's immune system. Therefore, there are <br>
several things that can be tried to make the COVID-19 <br>
vaccine work:
</p>
<div class="boxes">
<span class="icon icon-shield"></span><label for="">Avoid alcoholic beverages</label><span class="icon icon-pushpin back"></span><br>
</div>
<div class="boxes1">
<span class="icon icon-shield"></span><label for="">Avoid stress</label><br>
<p class="pboxes">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 class="boxes">
<span class="icon icon-stats-bars"></span><label for="">Eat healhy food</label><span class="icon icon-pushpin back3"></span><br>
</div>
<div class="boxes">
<span class="icon icon-quill"></span><label for="">Get enough sleep</label><span class="icon icon-pushpin back2"></span><br>
</div>
<div class="boxes">
<span class="icon icon-heart"></span><label for="">Exercise or physical activity</label><span class="icon icon-pushpin back1"></span><br>
</div>
</div>
</section>
<!-- Hoax buster section -->
<section class="hoaxbuster" id="hoaxbuster">
<div class="hux-container right" id="hux-img1">
<!-- contenedor para la imagen -->
</div>
<div class="hux-container left hux-content">
<h2 class="hux-title">Emergency contact</h2>
<p class="hux-cont">
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: <br>
</p>
<div class="hux">
<div class="huxes">
<span class="icon icon-phone"></span><h3>Call</h3>
<p>021.123.145.14</p>
<input type="button" class="input1" value="Call Now">
</div>
</div>
<div class="hux">
<div class="huxes">
<span class="icon icon-bubble"></span><h3>Chat</h3>
<p>021.123.145.14</p>
<input type="button" class="input2" value="Chat Now">
</div>
</div>
<div class="hux">
<div class="huxes">
<span class="icon icon-camera"></span><h3>Video Call</h3>
<p>021.123.145.14</p>
<input type="button" class="input1" value="Video Call Now">
</div>
</div>
<div class="hux">
<div class="huxes">
<span class="icon icon-envelop"></span><h3>Message</h3>
<p>021.123.145.14</p>
<input type="button" class="input1" value="Message Now">
</div>
</div>
</div>
</section>
<footer class="footer">
<div class="grupo1">
<div class="box">
<h3>Vacination</h3>
<p>Our goal is to help the <br>
world free from the <br>
ongoing pandemic</p>
</div>
<div class="box">
<h3>About</h3>
<p>About us <br>
Features <br>
News N' Blog</p>
</div>
<div class="box">
<h3>company</h3>
<p>How we work <br>
Capital <br>
security </p>
</div>
<div class="box">
<h3>Support</h3>
<p>FAQs <br>
Support Center <br>
Contact us</p>
</div>
</div>
<div class="foot">
<div class="grupo2">
<div class="boxxes">
<p>@2021 Vaccination All rights reserved</p>
</div>
<div class="grupo3">
<div class="boxxes">
<p>terms N' agreements Privacity y Policy</p>
</div>
</div>
</div>
</footer>
</body>
</html>