-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathiniciativas.html
49 lines (44 loc) · 1.81 KB
/
iniciativas.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
<!DOCTYPE html>
<html lang="es">
<head>
<title>sosvecinos.org</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Amatic+SC:400,700|Work+Sans:300,400,700" rel="stylesheet">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
</head>
<body>
<h1>¿De dónde sacamos la información?</h1>
<p>
Toda la información de esta web es recopilada de diferentes redes sociales
y está debidamente enlazada a las mismas.
</p>
<p>
Esta web simplemente visibiliza de una forma que creemos útil la información
que se genera a partir de diversas iniciativas solidarias:
</p>
<table id="origins" class="table table-stripped">
<thead class="thead-dark">
<tr>
<th>Red social</th>
<th>Cadena de búsqueda</th>
<th>Mensajes recopilados</th>
</tr>
</thead>
<tbody>
<tr>
<td>*</td>
<td>(introducido manualmente)</td>
<td>-</td>
</tr>
</tbody>
</table>
<script src="https://www.gstatic.com/firebasejs/7.11.0/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.11.0/firebase-database.js"></script>
<script src="src/config.js"></script>
<script src="src/iniciativas.js"></script>
</body>
</html>