-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhistoria.html
72 lines (65 loc) · 2.87 KB
/
historia.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
<!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>
<div class="container bg-light" id="super-container">
<nav aria-label="breadcrumb" class="row">
<ol class="breadcrumb col-12">
<li class="breadcrumb-item"><a href="index.html">Todos</a></li>
<li class="breadcrumb-item active" id="nombre-bread" aria-current="page"></li>
</ol>
</nav>
<div class="row">
<div class="col-md-3 col-sm-4" id="pic-cont">
</div>
<div class="col-md-9 col-sm-8">
<h3 class="font-weight-bold" id="nombre"></h3>
<h4 id="centro"></h4>
<p class="m-0"><span class="badge bg-yellow mr-1"id="anyo"></span><span id="facultad"></span></p>
<hr class="m-0">
<small>Compartir historia:</small>
<div class="d-flex share-icons">
<a href="" target="_blank" id="share-fb" class="btn btn-light"><i class="fa fa-facebook fa-yellow"></i></a>
<a href="" target="_blank" id="share-ws" class="btn btn-light"><i class="fa fa-whatsapp fa-yellow"></i></a>
<a href="" target="_blank" id="share-tw" class="btn btn-light"><i class="fa fa-twitter fa-yellow"></i></a>
</div>
</div>
</div>
<hr>
<div class="row pl-3 pr-3 pb-3" id="preg-resp">
</div>
</div>
</body>
<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="data/respuestas.js"></script>
<script src="js/objetos.js"></script>
<script src="js/historia.js"></script>
</html>