-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (44 loc) · 1.73 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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="description" content="Voluntarios en Centros de aislamiento COVID-19">
<meta name="keywords" content="form js volunteers format whatsapp">
<meta name="author" content="Claudia Sánchez García, CUJAE">
<meta name="robots" content="noindex">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" >
<title>FEU-INF GitHub</title>
<link rel="stylesheet" href="modules/bootstrap/css/bootstrap.min.css" >
<link href="modules/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet" >
<link rel="icon" type="image/png" href="/img/favicon.png"/>
</head>
<body>
<div class="container">
<div class="header row">
<h3 class="col-md-6 col-12">Voluntarios en Centros de Aislamiento</h3>
<h6 class="col-md-5 pr-0 col-10 text-right">Facultad de Ingeniería Informática<br>Cujae</h6>
<div class="col-md-1 col-2">
<img src="img/IF.png" id="if" alt="">
</div>
</div>
<p class="text-center">
<span class="badge bg-yellow">#CorazonDeInformatica</span>
<span class="badge bg-yellow">#AccionesQueEngrandecen</span>
<span class="badge bg-yellow">#AlmaCujae</span>
</p>
<div class="row">
<div class="card-columns" id="contenedor">
</div>
</div>
</div>
</body>
<footer>
</footer>
<script src="modules/jquery/js/jquery-3.3.1.js"></script>
<script src="modules/bootstrap/js/popper.min.js" ></script>
<script src="modules/bootstrap/js/bootstrap.min.js" ></script>
<script src="js/objetos.js"></script>
<script src="data/respuestas.js"></script>
<script src="js/script.js"></script>
</html>