-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgreenSpots.html
58 lines (47 loc) · 2.53 KB
/
greenSpots.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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="prefetch" as="document" href="https://epok.buenosaires.gob.ar/getGeoLayer/?categoria=contenedores_verdes&formato=geojson&srid=4326">
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="stylesheet" href="css/styles.css" media="screen" type="text/css">
<link rel="shortcut icon" href="icons/favicon.ico" type="image/x-icon" />
<title>Proyecto Reliquia</title>
</head>
<body>
<header>
<a href="index.html" id="logo"><img src="icons/leaf-icon.png" alt="logo">PROYECTO RELIQUIA</a>
<nav>
<a class="botonNav" href="index.html"><b>Inicio</b></a>
<a class="botonNav" href="aboutUs.html"><b>Nostros</b></a>
<a class="botonNav" href="greenSpots.html"><b>Puntos Verdes</b></a>
<a class="botonNav" href="contact.html"><b>Contacto</b></a>
</nav>
</header>
<main>
<p>Tenés los <b>Puntos Verdes</b> (Martes a Viernes de 14 a 19 y Sábados de 10 a 18 hs.) para dejar tus reciclables
por toda la Ciudad. Chequeá en el mapa dónde está el más cercano a tu domicilio.<br><br>
Si vivís en departamento con encargado o sos una empresa, oficina o comercio con una gran generación de residuos
reciclables, podés entregárselos a los recuperadores urbanos que pasan por tu cuadra.
<b><a href="contact.html">Contactate</a></b> con nosotros para ver las opciones de recolección a
domicilio.
</p>
</main>
<aside>
<iframe class="mapa" src="https://epok.buenosaires.gob.ar/pub/mapa/dglimpieza/reciclable/" importance="high"></iframe>
</aside>
<footer>
<a href="https://www.facebook.com/" target="_blank" rel="noopener noreferrer"><img class="fab facebook"
src="./icons/facebook.png"></a>
<a href="https://www.instagram.com/" target="_blank" rel="noopener noreferrer"><img class="fab instagram"
src="icons/instagram.png"></a>
<a href="https://chat.whatsapp.com/BiaPEpimmAbAiAVhz3EZm9" target="_blank" rel="noopener noreferrer"><img
class="fab whatsapp" src="icons/whatsapp.png"></a>
<a href="https://t.me/+5491134038784" target="_blank" rel="noopener noreferrer"><img class="fab telegram"
src="icons/telegram.png"></a>
</footer>
</body>
</html>