-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIndex.html
56 lines (47 loc) · 2.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Document</title>
<link rel="stylesheet" href="./css/vaccines.css">
</head>
<body>
<div id="contenedor1" class="container-fluid" style="flex-flow: row grid-template: ;;">
<div class="firstCol" >Vacinnation</div>
<div class="secondCol" >
<ul class="listHorizontal">
<li>Database </li>
<li>Educacion </li>
<li>News </li>
<li>Regulations</li>
</ul>
</div>
<div class="thirdCol" >
<button class="hoax">Hoax Buster</button>
</div>
</div>
<article id="contentNursey" class="fight">
<div class="fightLeft">
<div class="fighVac">
<div class="triangulo"></div>
<div class="trianguloMedio"></div>
<p class="fontVac"> Fight Virus <br> With Vaccines</p>
<p class="fontVacMedium"> Let's stop this pandemic by killing the virus<br> with a vaccine, don't let yourself and your<br> family get infected</p><br>
<p class="icons">
<img src="./img/shield.png" width="16px"> <a>Best Protection</a> <img src="./img/star.png" width="16px"> <a>Selected Vaccines</a>
</p><br><br>
<p class="schedule" ><img src="./img/clock.png" width="16px"> Schedule your vaccinations</p>
<p class="icons">
<img src="./img/shield.png" width="16px"> <a>Location</a>
<img src="./img/star.png" width="16px"> <a>Date</a>
<img src="./img/star.png" width="16px"> <a>Vaccine Type</a>
<button class="hoax">Submit</button>
</p><br><br>
</div>
</div>
<div class="fightRigth">
<img src="./img/vacc.png">
</div>
</article>
</body>
</html>