-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutUs.html
68 lines (56 loc) · 2.71 KB
/
aboutUs.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
<!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>
Buscamos mejorar la calidad de vida de los vecinos y vecinas transformando nuestra ciudad
en un lugar sustentable que gestiona responsablemente sus recursos y residuos.
Trabajamos para fortalecer la gestión social del sistema de reciclado, con mayor separación
en origen y mejor disposición en el espacio público.
<br><br>
<b>"Proyecto Reliquia"</b> es una herramienta pensada para incentivar el reciclaje,
ya que anima a los usuarios a que se acostumbren a separar los residuos generados para luego acudir a sus
contenedores correspondientes y
reciclarlos. Nuestra app se destaca por generar hábitos amigables con el medio ambiente y permite aprender a
reciclar.
</p>
</main>
<aside>
<iframe src="https://player.vimeo.com/video/156551079" frameborder="0" allowfullscreen=""></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>