From 669737a17c09ee0a779c8196d91a4e82df69785f Mon Sep 17 00:00:00 2001 From: Oliver Fritz Date: Wed, 8 May 2024 11:41:58 +0200 Subject: [PATCH] feat(home): adapt home and acknowledgment --- README.md | 6 +++++- src/i18n/locales/de.json | 6 ++++-- src/i18n/locales/en.json | 6 ++++-- src/views/HomeView.vue | 19 +++++++++++++++---- 4 files changed, 28 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 9c72cdc..bb34df7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # MapSwipe Web App -Welcome to [MapSwipe4Web](https://web.mapswipe.org). This web application complements the existing [mobile app](https://github.com/mapswipe/mapswipe) and allows users to contribute to [MapSwipe](https://mapswipe.org) from their browser. It was initially developed by [HeiGIT](https://www.heigit.org) with the support of the [Humanitarian OpenStreetMap Team](https://www.hotosm.org/). +Welcome to [MapSwipe4Web](https://web.mapswipe.org). This web application complements the existing [mobile app](https://github.com/mapswipe/mapswipe) and allows users to contribute to [MapSwipe](https://mapswipe.org) from their browser. ## Developing, Building, and Contributing to MapSwipe @@ -48,3 +48,7 @@ chmod ug+x .git/hooks/* ### Deployment On any push to the main branch of this repository, the most recent **tagged** version **and** the latest version are built and deployed to [web.mapswipe.org](https://web.mapswipe.org) and [web.mapswipe.org/dev](https://web.mapswipe.org/dev) respectively (see [deployment workflow](.github/workflows/deploy.yml)). + +## Acknowledgement + +The web app was initially developed by [HeiGIT](https://www.heigit.org) with the support of the [Humanitarian OpenStreetMap Team](https://www.hotosm.org/). It is based on an application developed for the [UndercoverEisAgenten](www.undercovereisagenten) project. UndercoverEisAgenten is funded by the Federal Ministry of Education and Research as part of the Citizen Science funding area. It is one of 15 projects that will advance the cooperation between citizens and scientists in terms of content and methodology as well as provide answers to society’s challenges until the end of 2024. \ No newline at end of file diff --git a/src/i18n/locales/de.json b/src/i18n/locales/de.json index 4563d8c..7d53edc 100644 --- a/src/i18n/locales/de.json +++ b/src/i18n/locales/de.json @@ -51,9 +51,11 @@ }, "homeView": { "title": "Willkommen bei der MapSwipe Web App!", - "text": "Als Teil des Missing Maps-Projekts ist {mapswipeLink} eine mobile App, die entwickelt wurde, um Kartendaten von einem Netzwerk globaler Freiwilliger zu sammeln. Es geht darum, wichtige Infrastrukturen wie Gebäude und Straßen auf Satelliten- und Luftbildern zu finden, Schäden zu kartieren oder Veränderungen zu erkennen. Neben der {mobileAppLink} steht nun die neue Webanwendung zur Verfügung, die über einen Browser auf unterschiedlichen Geräten genutzen werden kann.{newline}{newline}Wenn du einen Bug findest oder ein Feature vorschlagen möchtest, {issueLink} auf GitHub.", + "text": "Als Teil des Missing Maps-Projekts ist {mapswipeLink} eine mobile App, die entwickelt wurde, um Kartendaten von einem Netzwerk globaler Freiwilliger zu sammeln. Es geht darum, wichtige Infrastrukturen wie Gebäude und Straßen auf Satelliten- und Luftbildern zu finden, Schäden zu kartieren oder Veränderungen zu erkennen. Neben der {mobileAppLink} steht nun die neue Webanwendung zur Verfügung, die über einen Browser auf unterschiedlichen Geräten genutzen werden kann.", + "acknowledgement": "Die Web App wurde durch das {heigitLink} mit Unterstützung des {hotLink} entwickelt. Wenn du einen Bug findest oder ein Feature vorschlagen möchtest, {issueLink} auf GitHub.", "mobileApp": "mobilen App", - "openAnIssue": "erstelle bitte ein Issue" + "openAnIssue": "erstelle bitte ein Issue", + "startMapping": "Jetzt kartieren" }, "languageSwitcher": { "switchLanguage": "Sprache wählen" diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index 106a0e7..a5782bf 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -51,9 +51,11 @@ }, "homeView": { "title": "Welcome to the MapSwipe web app!", - "text": "As part of the Missing Map project, {mapswipeLink} was created to crowdsource map data from a network of global volunteers - just one swipe at a time. Individuals, volunteers from communities all over the world, can find crucial infrastructure such as buildings and roads, identify changes in areas. In addition to the {mobileAppLink}, volunteers can now use the new MapSwipe web app and start contributing right away through a web browser on various devices.{newline}{newline}If you find a bug or want to request a feature, please {issueLink} on GitHub.", + "text": "As part of the Missing Map project, {mapswipeLink} was created to crowdsource map data from a network of global volunteers - just one swipe at a time. Individuals, volunteers from communities all over the world, can find crucial infrastructure such as buildings and roads, identify changes in areas. In addition to the {mobileAppLink}, volunteers can now use the new MapSwipe web app and start contributing right away through a web browser on various devices.", + "acknowledgement": "The web app was initially developed by {heigitLink} with the support of the {hotLink}. If you find a bug or want to request a feature, please {issueLink} on GitHub.", "mobileApp": "mobile app", - "openAnIssue": "open an issue" + "openAnIssue": "open an issue", + "startMapping": "Start mapping" }, "languageSwitcher": { "switchLanguage": "Switch Language" diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index f7d7839..eaf862e 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -1,5 +1,6 @@ + + + +
+ + -