-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (40 loc) · 2.29 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
<!DOCTYPE html>
<html lang="es">
<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="https://fonts.googleapis.com/css?family=Montserrat">
<link rel="stylesheet" href="style.css">
<link rel='stylesheet' href='https://cdn-uicons.flaticon.com/uicons-regular-rounded/css/uicons-regular-rounded.css'>
<title>Práctica 1 LaunchX</title>
</head>
<body>
</body>
<div class="header">
<ul>
<li style="position: absolute;left: 0;display: inline;text-align: center;padding: 14px 16px;color: #3656D4;">Vaccination</li>
<li><a href="Database">Database</a></li>
<li><a href="Education">Education</a></li>
<li><a href="News">News</a></li>
<li><a href="Regulation">Regulation</a></li>
<li><button class="button">Hoax Buster</button></li>
</ul>
</div>
<div class="container">
<div class="left" style="font-size: 30px;color: #214073;">
<h1>Fight Virus<br> With Vaccines</h1>
<p style="font-size: 14px;">Let's stop this pandemic by killing the virus<br>with a vaccine, don't let yourself and your<br>family get infected</p>
<h2 style="font-size: 14px;padding-top: 4%;"><i class="fi fi-rr-info"></i> Best protection <i class="fi fi-rr-info"></i> Selected Vaccines</h2>
<h2 style="font-size: 20px;padding-top: 4%;"><i class="fi fi-rr-alarm-clock"></i> Schedule your vaccinations</h2>
<div style="background-color: gray;height: 14vh;border-radius: 10px;width: fit-content;">
<h2 style="font-size: 13px;padding-top: 2%;"><i class="fi fi-rr-location-alt" style="padding-left:50px"></i> Location <i class="fi fi-rr-calendar" style="padding-left:50px"></i> Date <i class="fi fi-rr-pencil" style="padding-left:50px"></i> Vaccine type <button style="margin-left:50px;margin-right: 50px;">Submit</button></h2>
<table style="text-align: center;border-spacing:40px;font-size: 17px;margin-left: 40px;margin-top: -25px;">
<tr>
<th>Jakarta Utara</th>
<th>08 July 2021</th>
<th>Moderna</th>
</tr>
</div>
</div>
</div>