-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
79 lines (61 loc) · 3.25 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<!-- saved from url=(0050)https://getbootstrap.com/docs/4.1/examples/album/# -->
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32x32.png">
<!--Preview Images-->
<meta property="og:image" content="https://ecologismo-argentina.github.io/assets/preview.png">
<link rel="image_src" href="/assets/preview.png">
<meta property="og:title" content="Páginas Verdes">
<title>Páginas Verdes</title>
<meta property="og:description" content="Listado de locales, productos y recursos ecológicos en Argentina.">
<meta name="description" content="Listado de locales, productos y recursos ecológicos en Argentina.">
<meta name="twitter:card" content="summary_large_image">
<!-- Bootstrap core CSS -->
<link href="./styles/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="./styles/album.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<link type="text/css" rel="stylesheet" href="https://cdn.datatables.net/1.10.25/css/jquery.dataTables.min.css" />
<script type="text/javascript" src="https://cdn.datatables.net/1.10.25/js/jquery.dataTables.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/PapaParse/5.2.0/papaparse.min.js"></script>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<link rel="stylesheet" href="./styles/style.css" />
<link
href="https://fonts.googleapis.com/css?family=Inconsolata&display=swap"
rel="stylesheet"
/>
</head>
<body>
<section class="text-center">
<h3>🌳 Páginas Verdes 🌳</h3>
Listado de locales, productos y recursos ecológicos en Argentina
</section>
<br>
<div id="search">
Filtrar por <b>Provincia</b> y <b>Categorias</b>
</div>
<table id="example" class="table" style="width:100%">
<thead>
<tr>
<th scope="col">Título</th>
<th scope="col">Descripción</th>
<th scope="col">Provincia</th>
<th scope="col">Categorías</th>
<th scope="col">Localidad</th>
</tr>
</thead>
</table>
<footer class="text-muted">
<div class="container">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSfZxXCIJe_nVwtWueVyW-Ei3jdj2lRjjJBnZmSQq1Eq1TT0Ow/viewform?usp=sf_link" target="blank">Contribuí al listado</a> o <a href="/arbol.html">jugá con un 🌳</a>
<br/>
<br/>
Desarrollado por <a href="https://mathigatti.com/" target="blank">Mathias Gatti</a> y <a href="https://solquemal.com" target="blank">Sol Sarratea</a> 🌈
</div>
</footer>
<script type='text/javascript' src="/script.js"></script>
</body>
</html>