-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
125 lines (92 loc) · 4.67 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
<!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="estilos/estilos.css">
</head>
<body>
<section id="container">
<header>
</header>
<section id="banner">
<article id="banner1">
</article>
<article id="banner2">
<ul class="menu">
<li><a href="#home"></a>Database</li>
<li><a href="#cakes"></a>Education</li>
<li><a href="#decor"></a>News</li>
<li><a href="#order"></a>Regulation</li>
<li><a href="#admin"></a>Hoax Buster</li>
</ul>
</article>
</section>
<div class="wrapper">
<div class="box d"></div>
<div class="box e" style="color:#041b40">Fight Virus With Vaccines</div>
<div class="box f"></div>
<div class="box g" style="color:#515254"> Let's stop this pandemic by killing the virus with a vaccine,
don't let yourself and your family get infected</div>
<div class="box h" style="color:#041b40">☑️ Best protection</div>
<div class="box i" style="color:#041b40"> ⭐Selected Vaccines</div>
<div class="box j" style="color:#041b40"> 🕓 Schedule your vaccinations</div>
<article id="banner3">
<ul class="menu">
<li><a href="#home"></a>📍 Location</li>
<li><a href="#cakes"></a>📆 Date</li>
<li><a href="#decor"></a>💉 Vaccine Type</li>
<li><a href="#decor"></a></li>
<li><a href="#decor"></a></li>
<li><a href="#home"></a>Jacarta Utara</li>
<li><a href="#cakes"></a>08 July 2021</li>
<li><a href="#decor"></a>Moderna</li>
</ul>
</article>
<article id="banner4">
<ul class="menu">
<li><a href="#home"></a>Submit</li>
</ul>
</article>
<div class="box k" style="color:#041b40"> </div>
<div class="box l" style="color:#041b40"> </div>
<div class="box m" style="color:#041b40"> </div>
<div class="box n" style="color:#041b40"> </div>
<div class="box o" style="color:#041b40"> Why should I vaccine? </div>
<div class="box p" style="color:#041b40">In order to avoid any doubts about getting the COVID-19 vaccine,
identify the following 4 benefits of COVID-19 vaccination :
</div>
<div class="box q" style="color:#041b40"> 📉 Minimize the spread of viruses</div>
<div class="box r" style="color:#041b40"> ☑️ Forming antibodies</div>
<div class="box s" style="color:#041b40"> 🧑🤝🧑 Protecting people nearby</div>
<div class="box t" style="color:#041b40"> 📈 Creating group immunity</div>
<div class="box u" style="color:#041b40"> Vaccine has been proven effective to prevent someone from getting
infected with Coronavirus</div>
<div class="box v" style="color:#041b40"> COVID-19 vaccine proven to help shape antibody response for immune
system</div>
<div class="box w" style="color:#041b40"> The benefits of COVID-19 vaccination are the vaccine that we can
get also help protect people around us</div>
<div class="box x" style="color:#041b40"> COVID-19 vaccination is also beneficial for creating group
immunity or herd immunity1</div>
<div class="box aa"></div>
<div class="box bb" style="color:#041b40">Preparations Before Vaccine</div>
<div class="box cc" style="color:#041b40">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:</div>
<div class="box dd"></div>
<div class="box ee"></div>
<div class="box ff"></div>
</div>
<section id="separador">
</section>
<footer>
<p style="color:#041b40"> Copyright © 2021-<script>
document.write(new Date().getFullYear())
</script> Rogelio Valdés All Rights Reserved</p>
<article id="footer1"></article>
</footer>
</section>
</body>
</html>