Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mapa de propiedades en renta #293

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions languages.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ var languagesModule = (function() {
nav_about: "Acerca de",
nav_how: "¿Cómo ayudar?",
nav_contact: "Contactos de Emergencia",
nav_maps: 'Mapas',
nav_tweets: 'Tweets',
nav_maps: 'Mapas',
nav_tweets: 'Tweets',
nav_volunteer: "Voluntarios",
nav_contribuir: "Contribuir",
intro_titulo: "Ayuda Sismo",
Expand Down Expand Up @@ -63,8 +63,8 @@ var languagesModule = (function() {
nav_about: "About",
nav_how: "How to help?",
nav_contact: "Emergency Contacts",
nav_maps: 'Maps',
nav_tweets: 'Tweets',
nav_maps: 'Maps',
nav_tweets: 'Tweets',
nav_volunteer: "Volunteers",
nav_contribuir: "Contribute",
intro_titulo: "Help Needed for Mexico Earthquake",
Expand Down Expand Up @@ -104,7 +104,8 @@ var languagesModule = (function() {
footer_contact: "Contact",
visualize_in_waze: "Visualize these collection centers in Waze by searching \"Ayuda\"",
title_map_v19s: "Real time verified information #Verificado19s",
title_map_dangerzones: "Transit and danger zones"
title_map_dangerzones: "Transit and danger zones",
title_map_houses: "Properties for rent for people affected by the earthquake"
},
};

Expand Down
5 changes: 5 additions & 0 deletions mapas.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,11 @@ <h2 data-lang="title_map_v19s">Información verificada en tiempo real #Verificad
<h2 data-lang="title_map_dangerzones">Tránsito y zonas de peligro</h2>
<iframe src="http://google.org/crisismap/google.com/puebla-mexico-earthquake-es?hl=es-MX&llbox=22.327%2C15.789%2C-92.538%2C-103.788&t=ROADMAP&layers=6%2C7%2C44%2C49%2C15%2C11%2C2%2C30%2C1%2C31%2C32%2C24" width="100%" height="580"></iframe>
</div>

<div id="cards_container" class="container">
<h2 data-lang="title_map_houses">Rentas de casas o departamentos para los afectados del terremoto</h2>
<iframe src="https://www.google.com/maps/d/embed?mid=1EbdsCcKMg2NqNMwO3RAiwHqpLcs" width="100%" height="580"></iframe>
</div>

</section>

Expand Down