diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9e591451..eb53611d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -4,7 +4,7 @@ env: ZOLA_VERSION: 0.17.2 on: - workflow_dispatch: # keep manual Github Action trigger in case of any issues with CF pages + workflow_dispatch: # keep manual Github Action trigger in case of any issues with CF section # push: jobs: @@ -26,7 +26,7 @@ jobs: ./zola build - name: Publish to Cloudflare Pages - uses: cloudflare/pages-action@v1 + uses: cloudflare/section-action@v1 with: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} diff --git a/.github/yarn.lock b/.github/yarn.lock new file mode 100644 index 00000000..e69de29b diff --git a/.gitignore b/.gitignore index 011303c5..4d50cad4 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ node_modules public translations.yaml +.idea/ \ No newline at end of file diff --git a/_draft/faq_post.html b/_draft/faq_post.html new file mode 100644 index 00000000..cc457f97 --- /dev/null +++ b/_draft/faq_post.html @@ -0,0 +1,76 @@ +{% extends 'base.html' %} + +{% block content %} +
+
+ +
+

+ {{ page.extra.hero_title | safe }} +

+ + +
+
+
+ + + +
+
+

App

+
+

How to edit or move bookmarks?

+
+ + + + + + +
+
+
+
+ img +
+
+

To edit a bookmark use longtap menu or hit "Edit bookmark" when bookmark is selected on map.

+
+
+
+
+ img +
+
+

You can change bookmark name, description, color, and folder. Don't forget to tap "Save".

+
+
+
+ +
+
+ +{% endblock content %} diff --git a/_draft/new-news.html b/_draft/new-news.html new file mode 100644 index 00000000..4bb127c4 --- /dev/null +++ b/_draft/new-news.html @@ -0,0 +1,9 @@ +{% extends "base.html" %} + +{%- block content %} + + + news + + +{%- endblock content %} \ No newline at end of file diff --git a/package-lock.json b/_draft/package-lock.json similarity index 100% rename from package-lock.json rename to _draft/package-lock.json diff --git a/_draft/post/index.md b/_draft/post/index.md new file mode 100644 index 00000000..5b0362b1 --- /dev/null +++ b/_draft/post/index.md @@ -0,0 +1,25 @@ +--- +description: +template: news_post.html +weight: 10 +extra: + hero_title: Donate + hero_image: /new-donate/donate-bg.png + menu_title_pre: Home + hero_description: Donate and create better maps together! + info_section_card_description_1: We rely on your donations to keep Organic Maps open, free, and without ads + info_section_card_description_2: We are a few enthusiasts contributing in our free time, and spending our families' money on the project. We love what we do, and we love our users + info_section_card_description_3: With your support, we are working toward a privacy-focused offering that is the preferred choice on the market + funding_section_title: How will funding be used? + funding_section_card_title_1: Developers + funding_section_card_title_2: Infrastructure + funding_section_card_title_3: Support + funding_section_card_description_1: Currently there is no full time team who is working to develop new features and improve the service. To consistently move the product forward, a core team is needed. + funding_section_card_description_2: We pay for fast servers, so anyone in the world can download free map data updates without delays. The maps data transfers are hundreds of terabytes monthly, and the amount is growing. + funding_section_card_description_3: User support, bug fixing, and improving the stability of the app are at the top of our priorities. There are 1200+ issues on GitHub that is growing every day, and a large number of items to address on AppStore, Google Play, and support emails. + users_way_section_title: Our users say + users_way_donation_description_1: I donate to Organic Maps for the unique offering they bring, and to support positive change + users_way_donation_description_2: I stopped using Google Maps and want to have an alternative to grow, for everyone to benefit from this + users_way_donation_name_1: Name Donat + users_way_donation_name_2: Name Donat +--- diff --git a/config.toml b/config.toml index d904909d..e2b88896 100644 --- a/config.toml +++ b/config.toml @@ -7,14 +7,53 @@ compile_sass = true title = "Organic Maps" description = "Free Android & iOS offline maps app for travelers, tourists, hikers, and cyclists based on OpenStreetMap data. It is a privacy-focused, open-source fork of Maps.me app (previously known as MapsWithMe), maintained by the same people who created MapsWithMe in 2011." author = "hello@organicmaps.app" -generate_feed = true -feed_filename = "rss.xml" +generate_feeds = true +feed_filenames = ["atom.xml", "rss.xml"] # Whether to build a search index to be used later on by a JavaScript library -build_search_index = false +build_search_index = true +#default_language = "en" + +#index_format = "elasticlunr_javascript" + +#[search] +# include_title = true +# include_description = true +# include_path = true +# include_content = true + + +taxonomies = [ + {name = "faq", feed = false}, +] + +# Whether to include the title of the page/section in the index +#include_title = true +# Whether to include the description of the page/section in the index +#include_description = false +# Whether to include the path of the page/section in the index +#include_path = true + +# Whether to include the rendered content of the page/section in the index +#include_content = true + +# At which character to truncate the content to. Useful if you have a lot of pages and the index would +# become too big to load on the site. Defaults to not being set. +# truncate_content_length = 100 + +# Wether to produce the search index as a javascript file or as a JSON file +# Accepted value "elasticlunr_javascript" or "elasticlunr_json" + ignored_content = [".DS_Store"] + + +#[taxonomies] +#name = "faq" +#paginate_by = 0 # This effectively disables pagination for this taxonomy if desired +#feed = false + [markdown] external_links_target_blank = true @@ -25,19 +64,60 @@ paths = "safe" [extra] stripe = "https://donate.organicmaps.app/" + # Default English translation [translations] address = "Address" back = "Back to News" contact = "Contact Us" +engines = "Supported TTS Engines" install-appgallery = "Install Organic Maps from Huawei AppGallery" install-appstore = "Install Organic Maps from the AppStore" install-googleplay = "Install Organic Maps from Google Play" install-fdroid="Install Organic Maps from F-Droid" language = "English" +const_lang = "Language" name = "Name" token = "Token" - +button-download = "Download" +home_title = "Home" +organic_title = "Organic" +community_title = "Community + Open Maps" +highlights_title = "Media Highlights" +hacker_title = "Organic Maps | Hacker News" +faq_content = "Organic Maps - F.A.Q." +questions_title = "questions" +help_request = "Need more help? Contact us directly:" +faq_title = "Faq" +all_title = "All" +news_title = "News" +releases_title = "Releases" +more_title = "More" +show_more_title = "Show more" +other_news_title = "Other news" +footer-copyright = "reg. code 16225385 Harju county, Tallinn, Kesklinna district, Rävala pst 8-810, 10143, Estonia" +donate-title = "Donate" +donate-description = "The app runs on your donations, help improve it" +ged-involved-title = "Ged Involved" +contribute-code-title = "Contribute Code" +contribute-code-description = "Build the app used by people around the world" +contribute-location-title = "Contribute Location Info" +contribute-location-description = "Add info around you, and make the product better for everyone" +search-label = "Search" +volunteer-button = "Volunteer" +organic_section_title = "Organic" +organic_section_description = "Community + Open Maps" +services_section_card_title_1 = "Offline Search and Route" +services_section_card_title_2 = "No Tracking or Data Collection" +services_section_card_title_3 = "Save Your Battery" +services_section_card_title_4 ="Free and Built by the Community" +services_section_card_description_1 = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike." +services_section_card_description_2 = "The app is designed with privacy as a priority and does not identify users, or track information about them." +services_section_card_description_3 = "Save Your Battery Efficiently uses your battery, doesn’t drain your battery like other navigation apps Learn more" +services_section_card_description_4 = "People like you helped build the app by adding locations to the OpenStreetMap, giving feedback on features, and contributing code" +single_section_title = "Offline Search and Route" +single_section_description = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike." +learn-more-link = "Learn more" # Please sort all other translation sections and values in alphabetical order. [languages.de] [languages.de.translations] @@ -51,6 +131,44 @@ install-fdroid = "Installiere Organic Maps aus F-Droid" language = "Deutsch" name = "Name" token = "Token" +donate-title = "Donate" +button-download = "Download" +home_title = "Home" +organic_title = "Organic" +community_title = "Community + Open Maps" +highlights_title = "Media Highlights" +hacker_title = "Organic Maps | Hacker News" +faq_content = "Organic Maps - F.A.Q." +questions_title = "questions" +help_request = "Need more help? Contact us directly:" +faq_title = "Faq" +all_title = "All" +news_title = "News" +releases_title = "Releases" +more_title = "More" +show_more_title = "Show more" +other_news_title = "Other news" +donate-description = "The app runs on your donations, help improve it" +ged-involved-title = "Ged Involved" +contribute-code-title = "Contribute Code" +contribute-code-description = "Build the app used by people around the world" +contribute-location-title = "Contribute Location Info" +contribute-location-description = "Add info around you, and make the product better for everyone" +search-label = "Search" +volunteer-button = "Volunteer" +organic_section_title = "Organic" +organic_section_description = "Community + Open Maps" +services_section_card_title_1 = "Offline Search and Route" +services_section_card_title_2 = "No Tracking or Data Collection" +services_section_card_title_3 = "Save Your Battery" +services_section_card_title_4 ="Free and Built by the Community" +services_section_card_description_1 = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike." +services_section_card_description_2 = "The app is designed with privacy as a priority and does not identify users, or track information about them." +services_section_card_description_3 = "Save Your Battery Efficiently uses your battery, doesn’t drain your battery like other navigation apps Learn more" +services_section_card_description_4 = "People like you helped build the app by adding locations to the OpenStreetMap, giving feedback on features, and contributing code" +single_section_title = "Offline Search and Route" +single_section_description = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike." +learn-more-link = "Learn more" [languages.fr] [languages.fr.translations] address = "Addresse" @@ -63,6 +181,44 @@ install-fdroid = "Installer Organic Maps depuis F-Droid" language = "Français" name = "Nom" token = "Jeton" +donate-title = "Donate" +button-download = "Download" +home_title = "Home" +organic_title = "Organic" +community_title = "Community + Open Maps" +highlights_title = "Media Highlights" +hacker_title = "Organic Maps | Hacker News" +faq_content = "Organic Maps - F.A.Q." +questions_title = "questions" +help_request = "Need more help? Contact us directly:" +faq_title = "Faq" +all_title = "All" +news_title = "News" +releases_title = "Releases" +more_title = "More" +show_more_title = "Show more" +other_news_title = "Other news" +donate-description = "The app runs on your donations, help improve it" +ged-involved-title = "Ged Involved" +contribute-code-title = "Contribute Code" +contribute-code-description = "Build the app used by people around the world" +contribute-location-title = "Contribute Location Info" +contribute-location-description = "Add info around you, and make the product better for everyone" +search-label = "Search" +volunteer-button = "Volunteer" +organic_section_title = "Organic" +organic_section_description = "Community + Open Maps" +services_section_card_title_1 = "Offline Search and Route" +services_section_card_title_2 = "No Tracking or Data Collection" +services_section_card_title_3 = "Save Your Battery" +services_section_card_title_4 ="Free and Built by the Community" +services_section_card_description_1 = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike." +services_section_card_description_2 = "The app is designed with privacy as a priority and does not identify users, or track information about them." +services_section_card_description_3 = "Save Your Battery Efficiently uses your battery, doesn’t drain your battery like other navigation apps Learn more" +services_section_card_description_4 = "People like you helped build the app by adding locations to the OpenStreetMap, giving feedback on features, and contributing code" +single_section_title = "Offline Search and Route" +single_section_description = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike." +learn-more-link = "Learn more" [languages.it] [languages.it.translations] address = "Indirizzi" @@ -75,6 +231,44 @@ install-fdroid = "Installa Organic Maps da F-Droid" language = "Italiano" name = "Nome" token = "Token" +donate-title = "Donate" +button-download = "Download" +home_title = "Home" +organic_title = "Organic" +community_title = "Community + Open Maps" +highlights_title = "Media Highlights" +hacker_title = "Organic Maps | Hacker News" +faq_content = "Organic Maps - F.A.Q." +questions_title = "questions" +help_request = "Need more help? Contact us directly:" +faq_title = "Faq" +all_title = "All" +news_title = "News" +releases_title = "Releases" +more_title = "More" +show_more_title = "Show more" +other_news_title = "Other news" +donate-description = "The app runs on your donations, help improve it" +ged-involved-title = "Ged Involved" +contribute-code-title = "Contribute Code" +contribute-code-description = "Build the app used by people around the world" +contribute-location-title = "Contribute Location Info" +contribute-location-description = "Add info around you, and make the product better for everyone" +search-label = "Search" +volunteer-button = "Volunteer" +organic_section_title = "Organic" +organic_section_description = "Community + Open Maps" +services_section_card_title_1 = "Offline Search and Route" +services_section_card_title_2 = "No Tracking or Data Collection" +services_section_card_title_3 = "Save Your Battery" +services_section_card_title_4 ="Free and Built by the Community" +services_section_card_description_1 = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike." +services_section_card_description_2 = "The app is designed with privacy as a priority and does not identify users, or track information about them." +services_section_card_description_3 = "Save Your Battery Efficiently uses your battery, doesn’t drain your battery like other navigation apps Learn more" +services_section_card_description_4 = "People like you helped build the app by adding locations to the OpenStreetMap, giving feedback on features, and contributing code" +single_section_title = "Offline Search and Route" +single_section_description = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike." +learn-more-link = "Learn more" [languages.pl] [languages.pl.translations] address = "Adres" @@ -87,6 +281,44 @@ install-fdroid = "Zainstaluj Organic Maps z F-Droid" language = "Polski" name = "Nazwa" token = "Token" +donate-title = "Donate" +button-download = "Download" +home_title = "Home" +organic_title = "Organic" +community_title = "Community + Open Maps" +highlights_title = "Media Highlights" +hacker_title = "Organic Maps | Hacker News" +faq_content = "Organic Maps - F.A.Q." +questions_title = "questions" +help_request = "Need more help? Contact us directly:" +faq_title = "Faq" +all_title = "All" +news_title = "News" +releases_title = "Releases" +more_title = "More" +show_more_title = "Show more" +other_news_title = "Other news" +donate-description = "The app runs on your donations, help improve it" +ged-involved-title = "Ged Involved" +contribute-code-title = "Contribute Code" +contribute-code-description = "Build the app used by people around the world" +contribute-location-title = "Contribute Location Info" +contribute-location-description = "Add info around you, and make the product better for everyone" +search-label = "Search" +volunteer-button = "Volunteer" +organic_section_title = "Organic" +organic_section_description = "Community + Open Maps" +services_section_card_title_1 = "Offline Search and Route" +services_section_card_title_2 = "No Tracking or Data Collection" +services_section_card_title_3 = "Save Your Battery" +services_section_card_title_4 ="Free and Built by the Community" +services_section_card_description_1 = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike." +services_section_card_description_2 = "The app is designed with privacy as a priority and does not identify users, or track information about them." +services_section_card_description_3 = "Save Your Battery Efficiently uses your battery, doesn’t drain your battery like other navigation apps Learn more" +services_section_card_description_4 = "People like you helped build the app by adding locations to the OpenStreetMap, giving feedback on features, and contributing code" +single_section_title = "Offline Search and Route" +single_section_description = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike." +learn-more-link = "Learn more" [languages.ru] [languages.ru.translations] address = "Адрес" @@ -99,6 +331,44 @@ install-fdroid = "Установите Organic Maps из F-Droid" language = "Русский" name = "Название" token = "Токен" +donate-title = "Donate" +button-download = "Download" +home_title = "Home" +organic_title = "Organic" +community_title = "Community + Open Maps" +highlights_title = "Media Highlights" +hacker_title = "Organic Maps | Hacker News" +faq_content = "Organic Maps - F.A.Q." +questions_title = "questions" +help_request = "Need more help? Contact us directly:" +faq_title = "Faq" +all_title = "All" +news_title = "News" +releases_title = "Releases" +more_title = "More" +show_more_title = "Show more" +other_news_title = "Other news" +donate-description = "The app runs on your donations, help improve it" +ged-involved-title = "Ged Involved" +contribute-code-title = "Contribute Code" +contribute-code-description = "Build the app used by people around the world" +contribute-location-title = "Contribute Location Info" +contribute-location-description = "Add info around you, and make the product better for everyone" +search-label = "Search" +volunteer-button = "Volunteer" +organic_section_title = "Organic" +organic_section_description = "Community + Open Maps" +services_section_card_title_1 = "Offline Search and Route" +services_section_card_title_2 = "No Tracking or Data Collection" +services_section_card_title_3 = "Save Your Battery" +services_section_card_title_4 ="Free and Built by the Community" +services_section_card_description_1 = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike." +services_section_card_description_2 = "The app is designed with privacy as a priority and does not identify users, or track information about them." +services_section_card_description_3 = "Save Your Battery Efficiently uses your battery, doesn’t drain your battery like other navigation apps Learn more" +services_section_card_description_4 = "People like you helped build the app by adding locations to the OpenStreetMap, giving feedback on features, and contributing code" +single_section_title = "Offline Search and Route" +single_section_description = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike." +learn-more-link = "Learn more" [languages.tr] [languages.tr.translations] address = "Adres" @@ -111,6 +381,44 @@ install-fdroid = "Organic Maps'i F-Droid'den İndir" language = "Türkçe" name = "İsim" token = "Token" +donate-title = "Donate" +button-download = "Download" +home_title = "Home" +organic_title = "Organic" +community_title = "Community + Open Maps" +highlights_title = "Media Highlights" +hacker_title = "Organic Maps | Hacker News" +faq_content = "Organic Maps - F.A.Q." +questions_title = "questions" +help_request = "Need more help? Contact us directly:" +faq_title = "Faq" +all_title = "All" +news_title = "News" +releases_title = "Releases" +more_title = "More" +show_more_title = "Show more" +other_news_title = "Other news" +donate-description = "The app runs on your donations, help improve it" +ged-involved-title = "Ged Involved" +contribute-code-title = "Contribute Code" +contribute-code-description = "Build the app used by people around the world" +contribute-location-title = "Contribute Location Info" +contribute-location-description = "Add info around you, and make the product better for everyone" +search-label = "Search" +volunteer-button = "Volunteer" +organic_section_title = "Organic" +organic_section_description = "Community + Open Maps" +services_section_card_title_1 = "Offline Search and Route" +services_section_card_title_2 = "No Tracking or Data Collection" +services_section_card_title_3 = "Save Your Battery" +services_section_card_title_4 ="Free and Built by the Community" +services_section_card_description_1 = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike." +services_section_card_description_2 = "The app is designed with privacy as a priority and does not identify users, or track information about them." +services_section_card_description_3 = "Save Your Battery Efficiently uses your battery, doesn’t drain your battery like other navigation apps Learn more" +services_section_card_description_4 = "People like you helped build the app by adding locations to the OpenStreetMap, giving feedback on features, and contributing code" +single_section_title = "Offline Search and Route" +single_section_description = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike." +learn-more-link = "Learn more" [languages.id] [languages.id.translations] address = "Alamat" @@ -123,6 +431,44 @@ install-fdroid = "Instal Peta Organik dari F-Droid" language = "Bahasa Indonesia" name = "Nama" token = "Token" +donate-title = "Donate" +button-download = "Download" +home_title = "Home" +organic_title = "Organic" +community_title = "Community + Open Maps" +highlights_title = "Media Highlights" +hacker_title = "Organic Maps | Hacker News" +faq_content = "Organic Maps - F.A.Q." +questions_title = "questions" +help_request = "Need more help? Contact us directly:" +faq_title = "Faq" +all_title = "All" +news_title = "News" +releases_title = "Releases" +more_title = "More" +show_more_title = "Show more" +other_news_title = "Other news" +donate-description = "The app runs on your donations, help improve it" +ged-involved-title = "Ged Involved" +contribute-code-title = "Contribute Code" +contribute-code-description = "Build the app used by people around the world" +contribute-location-title = "Contribute Location Info" +contribute-location-description = "Add info around you, and make the product better for everyone" +search-label = "Search" +volunteer-button = "Volunteer" +organic_section_title = "Organic" +organic_section_description = "Community + Open Maps" +services_section_card_title_1 = "Offline Search and Route" +services_section_card_title_2 = "No Tracking or Data Collection" +services_section_card_title_3 = "Save Your Battery" +services_section_card_title_4 ="Free and Built by the Community" +services_section_card_description_1 = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike." +services_section_card_description_2 = "The app is designed with privacy as a priority and does not identify users, or track information about them." +services_section_card_description_3 = "Save Your Battery Efficiently uses your battery, doesn’t drain your battery like other navigation apps Learn more" +services_section_card_description_4 = "People like you helped build the app by adding locations to the OpenStreetMap, giving feedback on features, and contributing code" +single_section_title = "Offline Search and Route" +single_section_description = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike." +learn-more-link = "Learn more" [languages.cs] [languages.cs.translations] address = "Adresa" @@ -135,6 +481,44 @@ install-fdroid = "Instalace Organic Maps z F-Droid" language = "Čeština" name = "Název" token = "Token" +donate-title = "Donate" +button-download = "Download" +home_title = "Home" +organic_title = "Organic" +community_title = "Community + Open Maps" +highlights_title = "Media Highlights" +hacker_title = "Organic Maps | Hacker News" +faq_content = "Organic Maps - F.A.Q." +questions_title = "questions" +help_request = "Need more help? Contact us directly:" +faq_title = "Faq" +all_title = "All" +news_title = "News" +releases_title = "Releases" +more_title = "More" +show_more_title = "Show more" +other_news_title = "Other news" +donate-description = "The app runs on your donations, help improve it" +ged-involved-title = "Ged Involved" +contribute-code-title = "Contribute Code" +contribute-code-description = "Build the app used by people around the world" +contribute-location-title = "Contribute Location Info" +contribute-location-description = "Add info around you, and make the product better for everyone" +search-label = "Search" +volunteer-button = "Volunteer" +organic_section_title = "Organic" +organic_section_description = "Community + Open Maps" +services_section_card_title_1 = "Offline Search and Route" +services_section_card_title_2 = "No Tracking or Data Collection" +services_section_card_title_3 = "Save Your Battery" +services_section_card_title_4 ="Free and Built by the Community" +services_section_card_description_1 = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike." +services_section_card_description_2 = "The app is designed with privacy as a priority and does not identify users, or track information about them." +services_section_card_description_3 = "Save Your Battery Efficiently uses your battery, doesn’t drain your battery like other navigation apps Learn more" +services_section_card_description_4 = "People like you helped build the app by adding locations to the OpenStreetMap, giving feedback on features, and contributing code" +single_section_title = "Offline Search and Route" +single_section_description = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike." +learn-more-link = "Learn more" [languages.pt-BR.translations] address = "Endereço" back = "Voltar às Notícias" @@ -146,6 +530,44 @@ install-fdroid = "Instale Organic Maps a partir do F-Droid" language = "Português (Brazil)" name = "Nome" token = "Token" +donate-title = "Donate" +button-download = "Download" +home_title = "Home" +organic_title = "Organic" +community_title = "Community + Open Maps" +highlights_title = "Media Highlights" +hacker_title = "Organic Maps | Hacker News" +faq_content = "Organic Maps - F.A.Q." +questions_title = "questions" +help_request = "Need more help? Contact us directly:" +faq_title = "Faq" +all_title = "All" +news_title = "News" +releases_title = "Releases" +more_title = "More" +show_more_title = "Show more" +other_news_title = "Other news" +donate-description = "The app runs on your donations, help improve it" +ged-involved-title = "Ged Involved" +contribute-code-title = "Contribute Code" +contribute-code-description = "Build the app used by people around the world" +contribute-location-title = "Contribute Location Info" +contribute-location-description = "Add info around you, and make the product better for everyone" +search-label = "Search" +volunteer-button = "Volunteer" +organic_section_title = "Organic" +organic_section_description = "Community + Open Maps" +services_section_card_title_1 = "Offline Search and Route" +services_section_card_title_2 = "No Tracking or Data Collection" +services_section_card_title_3 = "Save Your Battery" +services_section_card_title_4 ="Free and Built by the Community" +services_section_card_description_1 = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike." +services_section_card_description_2 = "The app is designed with privacy as a priority and does not identify users, or track information about them." +services_section_card_description_3 = "Save Your Battery Efficiently uses your battery, doesn’t drain your battery like other navigation apps Learn more" +services_section_card_description_4 = "People like you helped build the app by adding locations to the OpenStreetMap, giving feedback on features, and contributing code" +single_section_title = "Offline Search and Route" +single_section_description = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike." +learn-more-link = "Learn more" [languages.es.translations] address = "Dirección" back = "Volver a Noticias" @@ -157,6 +579,44 @@ install-fdroid = "Instalar Organic Maps desde F-Droid" language = "Español" name = "Nombre" token = "Ficha" +donate-title = "Donate" +button-download = "Download" +home_title = "Home" +organic_title = "Organic" +community_title = "Community + Open Maps" +highlights_title = "Media Highlights" +hacker_title = "Organic Maps | Hacker News" +faq_content = "Organic Maps - F.A.Q." +questions_title = "questions" +help_request = "Need more help? Contact us directly:" +faq_title = "Faq" +all_title = "All" +news_title = "News" +releases_title = "Releases" +more_title = "More" +show_more_title = "Show more" +other_news_title = "Other news" +donate-description = "The app runs on your donations, help improve it" +ged-involved-title = "Ged Involved" +contribute-code-title = "Contribute Code" +contribute-code-description = "Build the app used by people around the world" +contribute-location-title = "Contribute Location Info" +contribute-location-description = "Add info around you, and make the product better for everyone" +search-label = "Search" +volunteer-button = "Volunteer" +organic_section_title = "Organic" +organic_section_description = "Community + Open Maps" +services_section_card_title_1 = "Offline Search and Route" +services_section_card_title_2 = "No Tracking or Data Collection" +services_section_card_title_3 = "Save Your Battery" +services_section_card_title_4 ="Free and Built by the Community" +services_section_card_description_1 = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike." +services_section_card_description_2 = "The app is designed with privacy as a priority and does not identify users, or track information about them." +services_section_card_description_3 = "Save Your Battery Efficiently uses your battery, doesn’t drain your battery like other navigation apps Learn more" +services_section_card_description_4 = "People like you helped build the app by adding locations to the OpenStreetMap, giving feedback on features, and contributing code" +single_section_title = "Offline Search and Route" +single_section_description = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike." +learn-more-link = "Learn more" [languages.nl.translations] address = "Adres" back = "Terug naar Nieuws" @@ -168,6 +628,44 @@ install-fdroid = "Installeer Organic Maps op F-Droid" language = "Dutch" name = "Naam" token = "Token" +donate-title = "Donate" +button-download = "Download" +home_title = "Home" +organic_title = "Organic" +community_title = "Community + Open Maps" +highlights_title = "Media Highlights" +hacker_title = "Organic Maps | Hacker News" +faq_content = "Organic Maps - F.A.Q." +questions_title = "questions" +help_request = "Need more help? Contact us directly:" +faq_title = "Faq" +all_title = "All" +news_title = "News" +releases_title = "Releases" +more_title = "More" +show_more_title = "Show more" +other_news_title = "Other news" +donate-description = "The app runs on your donations, help improve it" +ged-involved-title = "Ged Involved" +contribute-code-title = "Contribute Code" +contribute-code-description = "Build the app used by people around the world" +contribute-location-title = "Contribute Location Info" +contribute-location-description = "Add info around you, and make the product better for everyone" +search-label = "Search" +volunteer-button = "Volunteer" +organic_section_title = "Organic" +organic_section_description = "Community + Open Maps" +services_section_card_title_1 = "Offline Search and Route" +services_section_card_title_2 = "No Tracking or Data Collection" +services_section_card_title_3 = "Save Your Battery" +services_section_card_title_4 ="Free and Built by the Community" +services_section_card_description_1 = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike." +services_section_card_description_2 = "The app is designed with privacy as a priority and does not identify users, or track information about them." +services_section_card_description_3 = "Save Your Battery Efficiently uses your battery, doesn’t drain your battery like other navigation apps Learn more" +services_section_card_description_4 = "People like you helped build the app by adding locations to the OpenStreetMap, giving feedback on features, and contributing code" +single_section_title = "Offline Search and Route" +single_section_description = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike." +learn-more-link = "Learn more" [languages.eu.translations] address = "Helbidea" back = "Back to News" @@ -179,6 +677,44 @@ install-fdroid = "Install Organic Maps from F-Droid" language = "Euskara" name = "Izena" token = "token" +donate-title = "Donate" +button-download = "Download" +home_title = "Home" +organic_title = "Organic" +community_title = "Community + Open Maps" +highlights_title = "Media Highlights" +hacker_title = "Organic Maps | Hacker News" +faq_content = "Organic Maps - F.A.Q." +questions_title = "questions" +help_request = "Need more help? Contact us directly:" +faq_title = "Faq" +all_title = "All" +news_title = "News" +releases_title = "Releases" +more_title = "More" +show_more_title = "Show more" +other_news_title = "Other news" +donate-description = "The app runs on your donations, help improve it" +ged-involved-title = "Ged Involved" +contribute-code-title = "Contribute Code" +contribute-code-description = "Build the app used by people around the world" +contribute-location-title = "Contribute Location Info" +contribute-location-description = "Add info around you, and make the product better for everyone" +search-label = "Search" +volunteer-button = "Volunteer" +organic_section_title = "Organic" +organic_section_description = "Community + Open Maps" +services_section_card_title_1 = "Offline Search and Route" +services_section_card_title_2 = "No Tracking or Data Collection" +services_section_card_title_3 = "Save Your Battery" +services_section_card_title_4 ="Free and Built by the Community" +services_section_card_description_1 = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike." +services_section_card_description_2 = "The app is designed with privacy as a priority and does not identify users, or track information about them." +services_section_card_description_3 = "Save Your Battery Efficiently uses your battery, doesn’t drain your battery like other navigation apps Learn more" +services_section_card_description_4 = "People like you helped build the app by adding locations to the OpenStreetMap, giving feedback on features, and contributing code" +single_section_title = "Offline Search and Route" +single_section_description = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike." +learn-more-link = "Learn more" [languages.hu.translations] address = "Cím" back = "Vissza a Hírekhez" @@ -190,6 +726,44 @@ install-fdroid = "Telepítse az Organic Maps-et az F-Droidról" language = "Magyar" name = "Név" token = "Token" +donate-title = "Donate" +button-download = "Download" +home_title = "Home" +organic_title = "Organic" +community_title = "Community + Open Maps" +highlights_title = "Media Highlights" +hacker_title = "Organic Maps | Hacker News" +faq_content = "Organic Maps - F.A.Q." +questions_title = "questions" +help_request = "Need more help? Contact us directly:" +faq_title = "Faq" +all_title = "All" +news_title = "News" +releases_title = "Releases" +more_title = "More" +show_more_title = "Show more" +other_news_title = "Other news" +donate-description = "The app runs on your donations, help improve it" +ged-involved-title = "Ged Involved" +contribute-code-title = "Contribute Code" +contribute-code-description = "Build the app used by people around the world" +contribute-location-title = "Contribute Location Info" +contribute-location-description = "Add info around you, and make the product better for everyone" +search-label = "Search" +volunteer-button = "Volunteer" +organic_section_title = "Organic" +organic_section_description = "Community + Open Maps" +services_section_card_title_1 = "Offline Search and Route" +services_section_card_title_2 = "No Tracking or Data Collection" +services_section_card_title_3 = "Save Your Battery" +services_section_card_title_4 ="Free and Built by the Community" +services_section_card_description_1 = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike." +services_section_card_description_2 = "The app is designed with privacy as a priority and does not identify users, or track information about them." +services_section_card_description_3 = "Save Your Battery Efficiently uses your battery, doesn’t drain your battery like other navigation apps Learn more" +services_section_card_description_4 = "People like you helped build the app by adding locations to the OpenStreetMap, giving feedback on features, and contributing code" +single_section_title = "Offline Search and Route" +single_section_description = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike." +learn-more-link = "Learn more" [languages.hi.translations] address = "पता" back = "ख़बरों पर वापस जाएं" @@ -201,6 +775,43 @@ install-fdroid = "F-Droid से ऑर्गेनिक मैप्स इं language = "हिंदी" name = "नाम" token = "टोकन/Token" +donate-title = "Donate" +button-download = "Download" +home_title = "Home" +organic_title = "Organic" +community_title = "Community + Open Maps" +highlights_title = "Media Highlights" +hacker_title = "Organic Maps | Hacker News" +faq_content = "Organic Maps - F.A.Q." +questions_title = "questions" +help_request = "Need more help? Contact us directly:" +faq_title = "Faq" +all_title = "All" +news_title = "News" +releases_title = "Releases" +more_title = "More" +show_more_title = "Show more" +other_news_title = "Other news" +donate-description = "The app runs on your donations, help improve it" +ged-involved-title = "Ged Involved" +contribute-code-title = "Contribute Code" +contribute-code-description = "Build the app used by people around the world" +contribute-location-title = "Contribute Location Info" +contribute-location-description = "Add info around you, and make the product better for everyone" +search-label = "Search" +volunteer-button = "Volunteer" +organic_section_title = "Organic" +organic_section_description = "Community + Open Maps" +services_section_card_title_1 = "Offline Search and Route" +services_section_card_title_2 = "No Tracking or Data Collection" +services_section_card_title_3 = "Save Your Battery" +services_section_card_title_4 ="Free and Built by the Community" +services_section_card_description_1 = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike." +services_section_card_description_2 = "The app is designed with privacy as a priority and does not identify users, or track information about them." +services_section_card_description_3 = "Save Your Battery Efficiently uses your battery, doesn’t drain your battery like other navigation apps Learn more" +services_section_card_description_4 = "People like you helped build the app by adding locations to the OpenStreetMap, giving feedback on features, and contributing code" +single_section_title = "Offline Search and Route" +single_section_description = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike." [languages.uk.translations] address = "Адреса" back = "Назад до Новин" @@ -212,17 +823,92 @@ install-fdroid = "Встановіть Organic Maps з F-Droid" language = "Українська" name = "Назва" token = "Токен" +donate-title = "Donate" +button-download = "Download" +home_title = "Home" +organic_title = "Organic" +community_title = "Community + Open Maps" +highlights_title = "Media Highlights" +hacker_title = "Organic Maps | Hacker News" +faq_content = "Organic Maps - F.A.Q." +questions_title = "questions" +help_request = "Need more help? Contact us directly:" +faq_title = "Faq" +all_title = "All" +news_title = "News" +releases_title = "Releases" +more_title = "More" +show_more_title = "Show more" +other_news_title = "Other news" +donate-description = "The app runs on your donations, help improve it" +ged-involved-title = "Ged Involved" +contribute-code-title = "Contribute Code" +contribute-code-description = "Build the app used by people around the world" +contribute-location-title = "Contribute Location Info" +contribute-location-description = "Add info around you, and make the product better for everyone" +search-label = "Search" +volunteer-button = "Volunteer" +organic_section_title = "Organic" +organic_section_description = "Community + Open Maps" +services_section_card_title_1 = "Offline Search and Route" +services_section_card_title_2 = "No Tracking or Data Collection" +services_section_card_title_3 = "Save Your Battery" +services_section_card_title_4 ="Free and Built by the Community" +services_section_card_description_1 = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike." +services_section_card_description_2 = "The app is designed with privacy as a priority and does not identify users, or track information about them." +services_section_card_description_3 = "Save Your Battery Efficiently uses your battery, doesn’t drain your battery like other navigation apps Learn more" +services_section_card_description_4 = "People like you helped build the app by adding locations to the OpenStreetMap, giving feedback on features, and contributing code" +single_section_title = "Offline Search and Route" +single_section_description = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike." +learn-more-link = "Learn more" [languages.ca.translations] address = "Adreça" back = "Torna a Notícies" -contact = "Contacteu amb nosaltres" -install-appgallery = "Instal·leu l’Organic Maps des de l’AppGallery de Huawei" -install-appstore = "Instal·leu l’Organic Maps des de l’AppStore" -install-googleplay = "Instal·leu l’Organic Maps des del Google Play" -install-fdroid = "Instal·leu l’Organic Maps des del F-Droid" +contact = "Contacta'ns" +install-appgallery = "Instal·la l’Organic Maps des de l’AppGallery de Huawei" +install-appstore = "Instal·la l’Organic Maps des de l’AppStore" +install-googleplay = "Instal·la l’Organic Maps des del Google Play" +install-fdroid = "Instal·la l’Organic Maps des del F-Droid" language = "Català" name = "Nom" token = "Testimoni" +donate-title = "Donate" +button-download = "Download" +home_title = "Home" +organic_title = "Organic" +community_title = "Community + Open Maps" +highlights_title = "Media Highlights" +hacker_title = "Organic Maps | Hacker News" +faq_content = "Organic Maps - F.A.Q." +questions_title = "questions" +help_request = "Need more help? Contact us directly:" +faq_title = "Faq" +all_title = "All" +news_title = "News" +releases_title = "Releases" +more_title = "More" +show_more_title = "Show more" +other_news_title = "Other news" +donate-description = "The app runs on your donations, help improve it" +ged-involved-title = "Ged Involved" +contribute-code-title = "Contribute Code" +contribute-code-description = "Build the app used by people around the world" +contribute-location-title = "Contribute Location Info" +contribute-location-description = "Add info around you, and make the product better for everyone" +search-label = "Search" +volunteer-button = "Volunteer" +organic_section_title = "Organic" +organic_section_description = "Community + Open Maps" +services_section_card_title_1 = "Offline Search and Route" +services_section_card_title_2 = "No Tracking or Data Collection" +services_section_card_title_3 = "Save Your Battery" +services_section_card_title_4 ="Free and Built by the Community" +services_section_card_description_1 = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike." +services_section_card_description_2 = "The app is designed with privacy as a priority and does not identify users, or track information about them." +services_section_card_description_3 = "Save Your Battery Efficiently uses your battery, doesn’t drain your battery like other navigation apps Learn more" +services_section_card_description_4 = "People like you helped build the app by adding locations to the OpenStreetMap, giving feedback on features, and contributing code" +single_section_title = "Offline Search and Route" +single_section_description = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike." [languages.zh-CN] [languages.zh-CN.translations] address = "地址" @@ -235,6 +921,44 @@ install-fdroid = "从 F-Droid 安装有机地图" language = "英语" name = "姓名" token = "令牌" +donate-title = "Donate" +button-download = "Download" +home_title = "Home" +organic_title = "Organic" +community_title = "Community + Open Maps" +highlights_title = "Media Highlights" +hacker_title = "Organic Maps | Hacker News" +faq_content = "Organic Maps - F.A.Q." +questions_title = "questions" +help_request = "Need more help? Contact us directly:" +faq_title = "Faq" +all_title = "All" +news_title = "News" +releases_title = "Releases" +more_title = "More" +show_more_title = "Show more" +other_news_title = "Other news" +donate-description = "The app runs on your donations, help improve it" +ged-involved-title = "Ged Involved" +contribute-code-title = "Contribute Code" +contribute-code-description = "Build the app used by people around the world" +contribute-location-title = "Contribute Location Info" +contribute-location-description = "Add info around you, and make the product better for everyone" +search-label = "Search" +volunteer-button = "Volunteer" +organic_section_title = "Organic" +organic_section_description = "Community + Open Maps" +services_section_card_title_1 = "Offline Search and Route" +services_section_card_title_2 = "No Tracking or Data Collection" +services_section_card_title_3 = "Save Your Battery" +services_section_card_title_4 ="Free and Built by the Community" +services_section_card_description_1 = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike." +services_section_card_description_2 = "The app is designed with privacy as a priority and does not identify users, or track information about them." +services_section_card_description_3 = "Save Your Battery Efficiently uses your battery, doesn’t drain your battery like other navigation apps Learn more" +services_section_card_description_4 = "People like you helped build the app by adding locations to the OpenStreetMap, giving feedback on features, and contributing code" +single_section_title = "Offline Search and Route" +single_section_description = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike." +learn-more-link = "Learn more" [languages.sv.translations] address = "Adress" back = "Tillbaka till nyheter" @@ -246,6 +970,44 @@ install-fdroid = "Installera Organic Maps från F-Droid" language = "Svenska" name = "Namn" token = "Token" +donate-title = "Donate" +button-download = "Download" +home_title = "Home" +organic_title = "Organic" +community_title = "Community + Open Maps" +highlights_title = "Media Highlights" +hacker_title = "Organic Maps | Hacker News" +faq_content = "Organic Maps - F.A.Q." +questions_title = "questions" +help_request = "Need more help? Contact us directly:" +faq_title = "Faq" +all_title = "All" +news_title = "News" +releases_title = "Releases" +more_title = "More" +show_more_title = "Show more" +other_news_title = "Other news" +donate-description = "The app runs on your donations, help improve it" +ged-involved-title = "Ged Involved" +contribute-code-title = "Contribute Code" +contribute-code-description = "Build the app used by people around the world" +contribute-location-title = "Contribute Location Info" +contribute-location-description = "Add info around you, and make the product better for everyone" +search-label = "Search" +volunteer-button = "Volunteer" +organic_section_title = "Organic" +organic_section_description = "Community + Open Maps" +services_section_card_title_1 = "Offline Search and Route" +services_section_card_title_2 = "No Tracking or Data Collection" +services_section_card_title_3 = "Save Your Battery" +services_section_card_title_4 ="Free and Built by the Community" +services_section_card_description_1 = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike." +services_section_card_description_2 = "The app is designed with privacy as a priority and does not identify users, or track information about them." +services_section_card_description_3 = "Save Your Battery Efficiently uses your battery, doesn’t drain your battery like other navigation apps Learn more" +services_section_card_description_4 = "People like you helped build the app by adding locations to the OpenStreetMap, giving feedback on features, and contributing code" +single_section_title = "Offline Search and Route" +single_section_description = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike." +learn-more-link = "Learn more" [languages.mr.translations] address = "पत्ता" back = "बातम्यांवर परता" @@ -257,6 +1019,44 @@ install-fdroid = "F-Droid द्वारे Organic Maps स्थापित language = "मराठी" name = "नाव" token = "Token" +donate-title = "Donate" +button-download = "Download" +home_title = "Home" +organic_title = "Organic" +community_title = "Community + Open Maps" +highlights_title = "Media Highlights" +hacker_title = "Organic Maps | Hacker News" +faq_content = "Organic Maps - F.A.Q." +questions_title = "questions" +help_request = "Need more help? Contact us directly:" +faq_title = "Faq" +all_title = "All" +news_title = "News" +releases_title = "Releases" +more_title = "More" +show_more_title = "Show more" +other_news_title = "Other news" +donate-description = "The app runs on your donations, help improve it" +ged-involved-title = "Ged Involved" +contribute-code-title = "Contribute Code" +contribute-code-description = "Build the app used by people around the world" +contribute-location-title = "Contribute Location Info" +contribute-location-description = "Add info around you, and make the product better for everyone" +search-label = "Search" +volunteer-button = "Volunteer" +organic_section_title = "Organic" +organic_section_description = "Community + Open Maps" +services_section_card_title_1 = "Offline Search and Route" +services_section_card_title_2 = "No Tracking or Data Collection" +services_section_card_title_3 = "Save Your Battery" +services_section_card_title_4 ="Free and Built by the Community" +services_section_card_description_1 = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike." +services_section_card_description_2 = "The app is designed with privacy as a priority and does not identify users, or track information about them." +services_section_card_description_3 = "Save Your Battery Efficiently uses your battery, doesn’t drain your battery like other navigation apps Learn more" +services_section_card_description_4 = "People like you helped build the app by adding locations to the OpenStreetMap, giving feedback on features, and contributing code" +single_section_title = "Offline Search and Route" +single_section_description = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike." +learn-more-link = "Learn more" [languages.zh-Hans.translations] address = "地址" back = "返回到新闻" @@ -268,6 +1068,44 @@ install-fdroid = "从F-Droid安装Organic Maps" language = "简体中文" name = "名称" token = "令牌" +donate-title = "Donate" +button-download = "Download" +home_title = "Home" +organic_title = "Organic" +community_title = "Community + Open Maps" +highlights_title = "Media Highlights" +hacker_title = "Organic Maps | Hacker News" +questions_title = "questions" +help_request = "Need more help? Contact us directly:" +faq_title = "Faq" +all_title = "All" +news_title = "News" +releases_title = "Releases" +more_title = "More" +show_more_title = "Show more" +other_news_title = "Other news" +donate-description = "The app runs on your donations, help improve it" +ged-involved-title = "Ged Involved" +contribute-code-title = "Contribute Code" +faq_content = "Organic Maps - F.A.Q." +contribute-code-description = "Build the app used by people around the world" +contribute-location-title = "Contribute Location Info" +contribute-location-description = "Add info around you, and make the product better for everyone" +search-label = "Search" +volunteer-button = "Volunteer" +organic_section_title = "Organic" +organic_section_description = "Community + Open Maps" +services_section_card_title_1 = "Offline Search and Route" +services_section_card_title_2 = "No Tracking or Data Collection" +services_section_card_title_3 = "Save Your Battery" +services_section_card_title_4 ="Free and Built by the Community" +services_section_card_description_1 = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike." +services_section_card_description_2 = "The app is designed with privacy as a priority and does not identify users, or track information about them." +services_section_card_description_3 = "Save Your Battery Efficiently uses your battery, doesn’t drain your battery like other navigation apps Learn more" +services_section_card_description_4 = "People like you helped build the app by adding locations to the OpenStreetMap, giving feedback on features, and contributing code" +single_section_title = "Offline Search and Route" +single_section_description = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike." +learn-more-link = "Learn more" [languages.oc.translations] address = "Address" back = "Back to News" @@ -279,6 +1117,44 @@ install-fdroid = "Installar Mapas Organicas de F-Droid" language = "Occitan" name = "Nom" token = "geton" +donate-title = "Donate" +button-download = "Download" +home_title = "Home" +organic_title = "Organic" +community_title = "Community + Open Maps" +highlights_title = "Media Highlights" +hacker_title = "Organic Maps | Hacker News" +faq_content = "Organic Maps - F.A.Q." +questions_title = "questions" +help_request = "Need more help? Contact us directly:" +faq_title = "Faq" +all_title = "All" +news_title = "News" +releases_title = "Releases" +more_title = "More" +show_more_title = "Show more" +other_news_title = "Other news" +donate-description = "The app runs on your donations, help improve it" +ged-involved-title = "Ged Involved" +contribute-code-title = "Contribute Code" +contribute-code-description = "Build the app used by people around the world" +contribute-location-title = "Contribute Location Info" +contribute-location-description = "Add info around you, and make the product better for everyone" +search-label = "Search" +volunteer-button = "Volunteer" +organic_section_title = "Organic" +organic_section_description = "Community + Open Maps" +services_section_card_title_1 = "Offline Search and Route" +services_section_card_title_2 = "No Tracking or Data Collection" +services_section_card_title_3 = "Save Your Battery" +services_section_card_title_4 ="Free and Built by the Community" +services_section_card_description_1 = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike." +services_section_card_description_2 = "The app is designed with privacy as a priority and does not identify users, or track information about them." +services_section_card_description_3 = "Save Your Battery Efficiently uses your battery, doesn’t drain your battery like other navigation apps Learn more" +services_section_card_description_4 = "People like you helped build the app by adding locations to the OpenStreetMap, giving feedback on features, and contributing code" +single_section_title = "Offline Search and Route" +single_section_description = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike." +learn-more-link = "Learn more" [languages.af.translations] address = "Adres" back = "Terug na nuus" @@ -290,6 +1166,43 @@ install-fdroid = "Installeer Organic Maps vanaf F-Droid" language = "Afrikaans" name = "Naam" token = "Teken" +donate-title = "Donate" +button-download = "Download" +home_title = "Home" +organic_title = "Organic" +community_title = "Community + Open Maps" +highlights_title = "Media Highlights" +hacker_title = "Organic Maps | Hacker News" +questions_title = "questions" +help_request = "Need more help? Contact us directly:" +faq_title = "Faq" +all_title = "All" +news_title = "News" +releases_title = "Releases" +more_title = "More" +show_more_title = "Show more" +other_news_title = "Other news" +donate-description = "The app runs on your donations, help improve it" +ged-involved-title = "Ged Involved" +contribute-code-title = "Contribute Code" +contribute-code-description = "Build the app used by people around the world" +contribute-location-title = "Contribute Location Info" +contribute-location-description = "Add info around you, and make the product better for everyone" +search-label = "Search" +volunteer-button = "Volunteer" +organic_section_title = "Organic" +organic_section_description = "Community + Open Maps" +services_section_card_title_1 = "Offline Search and Route" +services_section_card_title_2 = "No Tracking or Data Collection" +services_section_card_title_3 = "Save Your Battery" +services_section_card_title_4 ="Free and Built by the Community" +services_section_card_description_1 = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike." +services_section_card_description_2 = "The app is designed with privacy as a priority and does not identify users, or track information about them." +services_section_card_description_3 = "Save Your Battery Efficiently uses your battery, doesn’t drain your battery like other navigation apps Learn more" +services_section_card_description_4 = "People like you helped build the app by adding locations to the OpenStreetMap, giving feedback on features, and contributing code" +single_section_title = "Offline Search and Route" +single_section_description = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike." +learn-more-link = "Learn more" [languages.ar.translations] address = "العنوان" back = "العودة إلى الأخبار" @@ -301,3 +1214,40 @@ install-fdroid = "تثبيت Organic Maps من F-Droid" language = "العربية" name = "الاسم" token = "رمز" +donate-title = "Donate" +button-download = "Download" +home_title = "Home" +organic_title = "Organic" +community_title = "Community + Open Maps" +highlights_title = "Media Highlights" +hacker_title = "Organic Maps | Hacker News" +questions_title = "questions" +help_request = "Need more help? Contact us directly:" +faq_title = "Faq" +all_title = "All" +news_title = "News" +releases_title = "Releases" +more_title = "More" +show_more_title = "Show more" +other_news_title = "Other news" +donate-description = "The app runs on your donations, help improve it" +ged-involved-title = "Ged Involved" +contribute-code-title = "Contribute Code" +contribute-code-description = "Build the app used by people around the world" +contribute-location-title = "Contribute Location Info" +contribute-location-description = "Add info around you, and make the product better for everyone" +search-label = "Search" +volunteer-button = "Volunteer" +organic_section_title = "Organic" +organic_section_description = "Community + Open Maps" +services_section_card_title_1 = "Offline Search and Route" +services_section_card_title_2 = "No Tracking or Data Collection" +services_section_card_title_3 = "Save Your Battery" +services_section_card_title_4 ="Free and Built by the Community" +services_section_card_description_1 = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike." +services_section_card_description_2 = "The app is designed with privacy as a priority and does not identify users, or track information about them." +services_section_card_description_3 = "Save Your Battery Efficiently uses your battery, doesn’t drain your battery like other navigation apps Learn more" +services_section_card_description_4 = "People like you helped build the app by adding locations to the OpenStreetMap, giving feedback on features, and contributing code" +single_section_title = "Offline Search and Route" +single_section_description = "See the place you want to go while in an underground parking garage, and navigate while on a distant hike." +learn-more-link = "Learn more" diff --git a/content/_index.af.md b/content/_index.af.md deleted file mode 100644 index 358a50a7..00000000 --- a/content/_index.af.md +++ /dev/null @@ -1,130 +0,0 @@ ---- -description: 'Vinnige, gedetailleerde, vanlyn kaarte vir reisigers, toeriste, motorbestuurders, wandelaars en fietsers geskep deur die oprigters van MapsWithMe (Maps.Me).' -extra: - menu_title: Tuis -page_template: index.html -sort_by: weight -title: 'Organic Maps: Vanlyn voetslaan, fietsry, roetes en navigasie' ---- - -**Organic Maps** is ’n gratis Android & iOS vanlyn kaarttoep vir reisigers, toeristen, voetslaners en fietsers gebaseer op skareverkreë **[OpenStreetMap][openstreetmap]**-data. Dit is ’n privaatheidgefokusde, oopbron [vurk][fork] van die toep **Maps.me** (voorheen bekend as [**MapsWithMe**][mapswithme]), en word onderhou deur dieselfde mense wat **MapsWithMe** in 2011 geskep het. - -**Organic Maps** is een van die min toeps deesdae wat 100% van die funksionaliteit het sonder ’n aktiewe internetverbinding. Installeer Organic Maps, laai kaarte af, gooi u SIM-kaart weg (trouens, u verskaffer spoor u altyd na), en gaan ’n week op pad sonder om u battery te moet laai en sonder dat daar een greep na die netwerk verstuur word. - -### Laai af en installeer Organic Maps in die [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], [Huawei AppGallery][appgallery] {#install} - -{{ badges() }} - -{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Voetslaan') }} - -{{ screenshot(src='/images/screenshots/prague.jpg', alt='Praag') }} - -{{ screenshot(src='/images/screenshots/search.jpg', alt='Vanlyn Soek') }} - -{{ screenshot(src='/images/screenshots/dark.jpg', alt='Navigasie in -donkermodus') }} - -## Funksies - -Organic Maps is die topkameraadtoep vir reisigers, toeriste, voetslaners en -fietsers: - -- Gedetailleerde vanlyn kaarte met plekke wat nie op ander kaarte bestaan - nie, danksy [OpenStreetMap][openstreetmap] -- Fietsroetes, voetslaanroetes en -paaie -- Kontoerlyne, hoogteprofiele, pieke en hellings -- Roetebegeleiding vir voetslaan en fietsry en motornavigasie met - stembegeleiding -- Soek vinnig vanlyn op die kaart -- Stuur boekmerke uit en voer dit in in KML/KMZ-formate (GPX is - [beplan][gpx_issue]) -- Donkermodus om u oë te beskerm -- Lande en streke neem nie baie spasie op nie -- Gratis en oopbron - -## Waarom ‘Organic’? - -Organic Maps is suiwer en organies, met liefde gemaak: - -- Eerbiedig u privaatheid -- Bespaar u battery -- Geen onverwagte mobieledatarekeninge - -Organic Maps is vry van naspoorders en ander slegte dinge: - -- Geen advertensies -- Geen nasporing -- Geen dataversameling -- Geen ‘huis toe bel’ nie -- Geen irriterende registrasie -- Geen verpligte tutoriale -- Geen opdringerige gemorspos -- Geen stootkennisgewings -- Geen kafware -- ~~Geen insekdoders~~ Heeltemal organies! - -Die toepassing is geverifieer deur [Exodus Privacy Project][exodus]: - -{{ exodus_screenshot() }} - -Die iOS-toepassing is geverifieer deur [TrackerControl for -iOS][trackercontrol]: - -{{ trackercontrol_screenshot() }} - -Organic Maps vra nie om oordrewe magtigings om op u te spioeneer nie: - -{{ privacy_screenshots() }} - -By Organic Maps glo ons dat privaatheid ’n fundamentele mensereg is: - -- Organic Maps is ’n onafhanklike gemeenskapsgedrewe oopbronprojek -- Ons beskerm u privaatheid van tegnoreuse se nuuskierige oë -- Bly veilig, waar u ook al is - -Weier waarneming – omarm u vryheid. - -**[Probeer Organic Maps gerus!](#install)** - -## Wie betaal vir die gratis toep? - -Die toep is gratis vir almal. [Skenk](@/donate/index.nl.md) asseblief om ons -te ondersteun! - -Om onmiddellik te skenk kan u op ’n voorkeurbetaalmetode hier onder klik: - -{{ donate_buttons() }} - -### Ons borge: - -[Mythic Beasts](https://www.mythic-beasts.com/) ISP [voorsien -ons][mythic_beasts_donation] van twee virtuele bedieners met 400 TB/maand -aan gratis bandbreedte om ons gebruikers te help om kaarte af te laai en by -te werk. - -## Gemeenskap - -Organic Maps is [oopbronprogrammatuur][github], wat gelisenseer is onder die -Apache Lisensie 2.0. - -- Sluit asseblief aan by ons beta-program, stel funksies voor en rapporteer - foute: - * [iOS Beta (TestFlight)][testflight] - * [Android Beta (Firebase)][firebase] - * [Linux Desktop Beta (Flatpak)][flatpak] - * [Linux Desktop Beta (packages)][repology] -- Rapporteer foute of probleme d.m.v. [die probleemspoorder][issues] of - [stuur ’n e-pos][email]. -- [Bespreek][ideas] ideë of stel funksieversoeke voor. -- Teken in op ons [Telegram-kanaal][telegram] of op die - [matrix-ruimte][matrix] vir opdaterings. -- Sluit aan by ons [Telegram-groep][telegram_chat] om met ander gebruikers - te bespreek. -- Besoek ons [GitHub-blad][github]. -- Volg ons opdaterings op [Mastodon][mastodon], [Facebook][facebook], - [Twitter][twitter], [Instagram][instagram], [Reddit][reddit], - [LinkedIn][LinkedIn]. - -[fork]: https://en.wikipedia.org/wiki/Fork_(software_development) - -{{ references() }} diff --git a/content/_index.ar.md b/content/_index.ar.md deleted file mode 100644 index b8ee6ae2..00000000 --- a/content/_index.ar.md +++ /dev/null @@ -1,123 +0,0 @@ ---- -description: 'خرائط مفصلة بدون إنترنت لأجل المسافرين، السياح، السائقين، المتنزهين و راكبي الدراجات، انشأت من قبل مؤسسي تطبيق MapsWithMe (Maps.Me).' -extra: - menu_title: الرئيسية -page_template: index.html -sort_by: weight -title: 'Organic Maps: تنزَّه وقد دراجتك وشُدَّ الرحال حيثما أردت بدون الإنترنت' ---- - -**Organic Maps** هو تطبيق أندرويد و آيفون مجاني ولا يحتاج الإتصال بالإنترنت لأجل المسافرين، السياح، السائقين، المتنزهين و راكبي الدراجات مبني على بيانات المصدر العام **[OpenStreetMap][openstreetmap]**. مهتم بخصوصية المستخدمين، مفتوح المصدر، متفرع من تطبيق **Maps.Me** (المعروف سابقا بـ [**MapsWithMe**][mapswithme])، يقوم بصيانته نفس الأشخاص الذين أسسو **MapsWithMe** سنة 2011. - -**Organic Maps** من التطبيقات القليلة في يومنا هذا التي توفر 100% من المزايا بدون اتصال مباشر بشبكة الإنترنت. ثبّت Organic Maps، نزل الخرائط، ارمي بطاقة الشبكة خاصتك (بالمناسبة، مزود الخدمة يتتبعك باستمرار)، واذهب في رحلة اسبوعية بشحن البطارية مرة واحدة ودون أي بايت مرسل من خلال الشبكة. - -### نزّل و ثبت Organic Maps من [AppStore][appstore]، [Google Play][googleplay]، [FDroid][fdroid]، [Huawei AppGallery][appgallery] {#install} - -{{ badges() }} - -{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Hiking') }} - -{{ لقطة شاشة(src='/images/screenshots/hiking.jpg', alt='محبي المشي لمسافات -طويلة') }} - -{{ screenshot(src='/images/screenshots/search.jpg', alt='البحث دون اتصال') -}} - -{{ screenshot(src='/images/screenshots/dark.jpg', alt='التنقل في الوضع -الداكن') }} - -## المميزات - -تطبيق Organic Maps هو الرفيق الأفضل للمسافرين، السياح، المتنزهين و راكبي -الدراجات: - -- خرائط تفصيلية بدون إنترنت مع أماكن غير متواجدة في تطبيقات أخرى، بفضل - [OpenStreetMap][openstreetmap] -- مسارات الدراجات، مسارات للتنزه، ومسارات للمشي -- الخطوط الكنتورية، المرتفعات، القمم والمنحدرات -- المشي خطوة بخطوة، ركوب الدراجة، قيادة السيارة بالتوجيه الصوتي -- بحث سريع في الخريطة بدون الحاجة لإنترنت -- تصدير المراجع المحفوضة واستيرادها، بصيغ KML/KMZ (GPX [مخطط له][gpx_issue]) -- الوضع الداكن لحماية العينين -- الدول والمناطق لا تحتاج للكثير من المساحة -- مجاني ومفتوح المصدر - -## لماذا Organic؟ - -Organic Maps خالصٌ وعضوي! صنع بحبٍ: - -- يحترم خصوصيتك -- يُحافظ على بطاريتك -- لا يستخدم بيانات الموبايل بشكل غير متوقع - -تطبيق Organic Maps لا يحتوي على البرامج التجسسية والأشياء الأخرى السيئة: - -- بدون إعلانات -- لا تتبع أو تجسس -- لا يجمع بيانات المستخدمين -- لا يتصل سرً بأي خادم -- لاحاجة للتسجيل -- لا تعليمات اجبارية -- لا بريد إلكتروني مزعج -- لا إشعارات مزعجة -- لا اشياء غير مفيدة -- ~~لا مبيدات~~ عضوية بالكامل! - -تم التحقق من التطبيق بواسطة [مشروع Exodus Privacy][exodus]: - -{{ exodus_screenshot() }} - -تم التحقق من تطبيق iOS بواسطة [TrackerControl لـ iOS][trackercontrol]: - -{{ trackercontrol_screenshot() }} - -Organic Maps لا يطلب أذونات مفرطة للتجسس عليك: - -{{ privacy_screenshots() }} - -في Organic Maps نعتقد أن الخصوصية هي حق أساسي من حقوق الإنسان: - -- Organic Maps هو مشروع مفتوح المصدر مُدار من طرف مُجتمع مستقل -- نحن نحمي خصوصيتك من أعين المتطفلين لدى شركات التقنيات الكبيرة -- ابق آمنًا بغض النظر عن مكان وجودك - -ارفض المراقبة - احتضن حريتك. - -**[أعطي Organic Maps تجربة!](#install)** - -## من الذي يدفع مقابل التطبيق المجاني؟ - -التطبيق مجاني للجميع. من فضلك [تبرع](@/donate/index.md) لدعمنا! - -To donate conveniently, click on your preferred payment method icon below: - -{{ donate_buttons() }} - -### الرعاة - -[Mythic Beasts](https://www.mythic-beasts.com/) مزود خدمة الإنترنت [يقدم -لنا][mythic_beasts_donation] اثنين من الخوادم الافتراضية مع 400 تيرابايت/شهر -من النطاق الترددي المجاني لمساعدة مستخدمينا في تنزيلات الخرائط والتحديثات. - -## المجتمع - -Organic Maps هو [برنامج مفتوح المصدر][github] مرخّص تحت ترخيص Apache 2.0. - -- يرجى الانضمام إلى برنامجنا التجريبي، واقتراح ميزاتك، والإبلاغ عن الأخطاء: - * [iOS تجريبي (TestFlight)][testflight] - * [أندرويد تجريبي (Firebase)][firebase] - * [سطح مكتب Linux تجريبي (Flatpak)][flatpak] - * [سطح مكتب Linux تجريبي (حزم)][repology] -- أبلغ عن الأخطاء أو المشكلات إلى [متعقب المشكلات][issues] أو [مراسلتنا عبر - البريد الإلكتروني][email]. -- [مناقشة][ideas] الأفكار أو اقتراح طلبات الميزات. -- اشترك في [قناة Telegram][telegram] أو في [فضاء ماتركس][matrix] للحصول على - التحديثات. -- انضم إلى [مجموعة Telegram][telegram_chat] للمناقشة مع المستخدمين الآخرين. -- زُر [صفحة Github][github]. -- تابع تحديثاتنا في [ماستودون ][mastodon]، [فيسبوك][facebook]، - [تويتر][twitter]، [Instagram][instagram]، [Reddit][reddit]. - -[fork]: https://en.wikipedia.org/wiki/Fork_(software_development) - -{{ references() }} diff --git a/content/_index.ca.md b/content/_index.ca.md deleted file mode 100644 index c8b22180..00000000 --- a/content/_index.ca.md +++ /dev/null @@ -1,131 +0,0 @@ ---- -description: 'Mapes detallats, ràpids i sense connexió per a viatgers, turistes, conductors, excursionistes i ciclistes creats pels fundadors de l’aplicació MapsWithMe (Maps.Me).' -extra: - menu_title: Inici -page_template: index.html -sort_by: weight -title: 'Organic Maps: passejos, bici, rutes i GPS sense connexió' ---- - -L’**Organic Maps** és una aplicació gratuïta de mapes sense connexió per a l’Android i l’iOS per a viatgers, turistes, excursionistes i ciclistes, basada en dades d’origen col·lectiu de l’**[OpenStreetMap][openstreetmap]**. És una [bifurcació][fork] centrada en la privadesa del **Maps.me** (anteriorment conegut com a [**MapsWithMe**][mapswithme]), mantinguda per les mateixes persones que van crear el **MapsWithMe** el 2011. - -L’**Organic Maps** és una de les poques aplicacions actuals que admet fer servir totes les seves funcions sense una connexió a Internet activa. Instal·leu l’Organic Maps, baixeu mapes, llenceu la vostra targeta SIM (per cert, el vostre operador us rastreja constantment) i feu un viatge setmanal amb una sola càrrega de bateria sense que cap byte s’enviï a la xarxa. - -### Baixeu i instal·leu l’Organic Maps des de l’[AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid] o [Huawei AppGallery][appgallery] {#install} - -{{ badges() }} - -{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Senderisme') }} - -{{ screenshot(src='/images/screenshots/prague.jpg', alt='Praga') }} - -{{ screenshot(src='/images/screenshots/search.jpg', alt='Cerca fora de -línia') }} - -{{ screenshot(src='/images/screenshots/dark.jpg', alt='Navegació en mode -fosc') }} - -## Funcionalitats - -L’Organic Maps és l’aplicació definitiva per a viatgers, turistes, -excursionistes i ciclistes: - -- Mapes detallats fora de línia amb llocs que no existeixen en altres mapes, - gràcies a l'[OpenStreetMap][openstreetmap] -- Rutes ciclistes, pistes de senderisme i camins -- Línies de contorn, perfils d'elevació, pics i pendents -- Navegació pas a pas a peu, amb bicicleta i amb cotxe amb guia de veu -- Cerques ràpides al mapa, sense connexió -- Marcadors i rutes en format KML, KMZ i GPX -- Mode fosc per a protegir els vostres ulls -- Els països i les regions usen poc espai -- De codi lliure i obert - -## Per què triar l’Organic? - -L’Organic Maps és pur i orgànic i el fem amb amor: - -- Respecta la vostra privadesa -- Estalvia la bateria -- Sense càrrecs d'ús de dades inesperades - -L'aplicació Organic Maps està lliure de rastrejadors i altres coses -dolentes: - -- Sense anuncis -- No inclou rastrejadors -- Sense recol·lecció de dades -- No es connecta en secret a cap servidor -- Sense registres incòmodes -- No hi ha tutorials obligatoris -- No us enviem correu brossa per correu electrònic -- Notificacions emergents -- Sense components brossa -- ~~Sense pesticides~~ Completament orgànic! - -L'aplicació està verificada pel [Projecte Exodus Privacy][exodus]: - -{{ exodus_screenshot() }} - -L'aplicació iOS està verificada per[ TrackerControl per a -iOS][trackercontrol]: - -{{ trackercontrol_screenshot() }} - -L'Organic Maps no us espia ni demana permisos excessius: - -{{ privacy_screenshots() }} - -En Organic Maps, creiem que la privadesa és un dret humà fonamental: - -- Organic Maps és un projecte independent, comunitari i obert -- Protegim la vostra privadesa de la mirada espia de les grans tecnològiques -- Utilització segura sense importar on sou - -Rebutgeu la vigilància. Assumiu la vostra llibertat. - -**[Proveu l'Organic Maps!](#install)** - -## Qui paga per l'aplicació gratuïta? - -L'aplicació és gratuïta per a tothom. Si us plau, -[doneu](@/donate/index.ca.md) per a ajudar-nos! - -Per a fer un donatiu immediatament, feu clic a la icona del mètode de -pagament preferit: - -{{ donate_buttons() }} - -### Els nostres socis: - -El proveïdor [Mythic Beasts](https://www.mythic-beasts.com/) [ens -aporta][mythic_beasts_donation] dos servidors virtuals amb 400 TB/mes -d'amplada de banda gratis per a ajudar als nostres usuaris amb -actualitzacions i descàrregues dels mapes. - -## Comunitat - -Organic Maps és un [programa lliure][github] disponible en virtut de la -Llicència Apache 2.0. - -- Uniu-vos al nostre programa beta i suggeriu funcionalitats o informeu - d'errors: - * [Beta d'iOS (TestFlight)][testflight] - * [Beta d'Android (Firebase)][firebase] - * [Beta de PC Linux (Flatpak)][flatpak] - * [Beta de PC Linux (paquets)][repology] -- Informeu d'errors o problemes mitjançant el [rastrejador d'errors][issues] - o [enviant-nos un correu electrònic][email]. -- [Debateu][ideas] idees o proposeu característiques. -- Uniu-vos al nostre [canal del Telegram][telegram] o al [Matrix][matrix] - per a estar al dia. -- Uniu-vos al nostre [grup del Telegram][telegram_chat] i converseu amb - altres usuaris. -- Visiteu el nostre [GitHub][github]. -- Seguiu les nostres novetats al [Mastodon][mastodon], [Facebook][facebook], - [Twitter][twitter], [Instagram][instagram], [Reddit][reddit] i - [LinkedIn][LinkedIn]. - -[fork]: https://ca.wikipedia.org/wiki/Fork - -{{ references() }} diff --git a/content/_index.cs.md b/content/_index.cs.md deleted file mode 100644 index 091ea51f..00000000 --- a/content/_index.cs.md +++ /dev/null @@ -1,132 +0,0 @@ ---- -description: 'Rychlé podrobné offline mapy pro cestovatele, turisty, řidiče, výletníky a cyklisty vytvořené zakladateli aplikace MapsWithMe (Maps.Me).' -extra: - menu_title: Domů -page_template: index.html -sort_by: weight -title: 'Organic Maps: Offline pěší turistika, cykloturistika, stezky a navigace' ---- - -**Organic Maps** je bezplatná offline mapová aplikace pro Android a iOS pro cestovatele, turisty, výletníky a cyklisty založená na datech **[OpenStreetMap][openstreetmap]**. Jedná se o open-source [odnož][fork] zaměřenou na ochranu soukromí aplikace **Maps.me** (dříve známé jako [**MapsWithMe**][mapswithme]), kterou spravují stejní lidé, kteří v roce 2011 vytvořili **MapsWithMe**. - -**Organic Maps** je jednou z mála aplikací, která v dnešní době podporuje 100 % funkcí bez aktivního připojení k internetu. Nainstalujte si Organic Maps, stáhněte si mapy, zahoďte SIM kartu (mimochodem, váš operátor vás neustále sleduje) a vyrazte na týdenní výlet na jedno nabití baterie bez jakéhokoli bajtu odeslaného do sítě. - -### Stáhněte si a nainstalujte Organic Maps z [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], [Huawei AppGallery][appgallery] {#install} - -{{ badges() }} - -{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Turistika') }} - -{{ screenshot(src='/images/screenshots/prague.jpg', alt='Praha') }} - -{{ screenshot(src='/images/screenshots/search.jpg', alt='Offline -vyhledávání') }} - -{{ screenshot(src='/images/screenshots/dark.jpg', alt='Navigace v tmavém -režimu') }} - -## Vlastnosti - -Organic Maps je dokonalá aplikace pro cestovatele, turisty, pěší turisty a -cyklisty: - -- Podrobné offline mapy s místy, která na jiných mapách neexistují, díky - [OpenStreetMap][openstreetmap] -- Cyklistické trasy, turistické stezky a pěší trasy -- Vrstevnice, výškové profily, vrcholy a svahy -- Pěší, cyklistická a automobilová navigace krok za krokem s hlasovými - pokyny -- Rychlé offline vyhledávání na mapě -- Export a import záložek ve formátech KML/KMZ (GPX je - [plánováno][gpx_issue]) -- Tmavý režim pro ochranu očí -- Země a regiony nezabírají mnoho místa -- Svobodný a otevřený zdrojový kód - -## Proč Organic? - -Organic Maps je čistý a organický produkt vyrobený s láskou: - -- Respektuje vaše soukromí -- Šetří baterii -- Žádné neočekávané poplatky za mobilní data - -Organic Maps neobsahuje sledovací zařízení a další špatné věci: - -- Bez reklam -- Žádné sledování -- Žádný sběr dat -- Žádné telefonování domů -- Žádná obtěžující registrace -- Žádné povinné výukové programy -- Žádný hlučný e-mailový spam -- Žádná oznámení push -- Žádný crapware -- ~~Žádné pesticidy~~ Čistě organické! - -Aplikace je ověřena od [Exodus Privacy Project][exodus]: - -{{ exodus_screenshot() }} - -Aplikace pro iOS je ověřena pomocí [TrackerControl for iOS][trackercontrol]: - -{{ trackercontrol_screenshot() }} - -Organic Maps nevyžaduje nadměrná oprávnění ke špehování: - -{{ privacy_screenshots() }} - -V Organic Maps věříme, že soukromí je základním lidským právem: - -- Organic Maps je nezávislý projekt s otevřeným zdrojovým kódem, který je - řízen komunitou -- Chráníme vaše soukromí před zvědavýma očima velkých technologických firem -- Zůstaňte v bezpečí, ať jste kdekoli - -Odmítněte dohled - přijměte svou svobodu. - -**[Vyzkoušejte Organic Maps!](#install)** - -## Kdo platí za bezplatnou aplikaci? - -Aplikace je pro všechny zdarma. Podpořte nás prosím -[donate](@/donate/index.cs.md)! - -Chcete-li přispět okamžitě, klikněte na ikonu preferovaného způsobu platby -níže: - -{{ donate_buttons() }} - -### Naši sponzoři: - -[Mythic Beasts](https://www.mythic-beasts.com/) ISP -[nám][mythic_beasts_donation] poskytuje dva virtuální servery se šířkou -pásma 400 TB/měsíc zdarma, abychom našim uživatelům pomohli se stahováním -map a aktualizacemi. - -## Komunita - -Organic Maps je [open-source software][github] licencovaný pod Apache -License 2.0. - -- Zapojte se prosím do našeho beta programu, navrhujte funkce a nahlašujte - chyby: - * [iOS Beta (TestFlight)] [testflight] - * [Android Beta (Firebase)][firebase] - * [Linux Desktop Beta (Flatpak)] [flatpak] - * [Linux Desktop Beta (balíčky)][repology] -- Chyby nebo problémy nahlaste na [issue tracker][issues] nebo [na - e-mail][email]. -- [Diskutujte][ideas] nápady nebo navrhněte požadavky na funkce. -- Přihlaste se k odběru novinek na našem [Telegram kanálu][telegram] nebo na - [matrix space][matrix]. -- Připojte se k naší [Telegram skupině][telegram_chat] a diskutujte s - ostatními uživateli. -- Navštivte náš [GitHub][github]. -- Sledujte naše aktualizace na [Mastodonu][mastodon], [Facebooku][facebook], - [Twitteru][twitter], [Instagramu][instagram], [Redditu][reddit], - [LinkedIn][LinkedIn]. - -[fork]: https://en.wikipedia.org/wiki/Fork_(software_development) - -{{ references() }} diff --git a/content/_index.de.md b/content/_index.de.md deleted file mode 100644 index be64df95..00000000 --- a/content/_index.de.md +++ /dev/null @@ -1,134 +0,0 @@ ---- -description: 'Schnelle, detaillierte Offline-Karten für Reisende, Touristen, Autofahrer, Wanderer und Radfahrer, erstellt von den Gründern der MapsWithMe-App (Maps.Me).' -extra: - menu_title: Startseite -page_template: index.html -sort_by: weight -title: 'Organic Maps: Offline Wandern, Radfahren, Wanderwege und Navigation' ---- - -**Organic Maps** ist eine freie und kostenlose Offline-Karten-App für Android und iOS für Reisende, Touristen, Wanderer und Radfahrer, die auf den Daten von **[OpenStreetMap][openstreetmap]** basiert. Es handelt sich um eine datenschutzfreundliche, quelloffene [Abspaltung][fork] der **Maps.me**-App (früher bekannt als [**MapsWithMe**][mapswithme]), die von denselben Leuten gepflegt wird, die **MapsWithMe** im Jahr 2011 erstellt haben. - -**Organic Maps** ist heutzutage eine der wenigen Apps, die 100% ihrer Funktionen ohne aktive Internetverbindung unterstützt. Installiere Organic Maps, lade Karten herunter, wirf deine SIM-Karte weg (dein Betreiber verfolgt dich übrigens ständig) und mache einen Wochenausflug mit einer einzigen Akkuladung, ohne dass ein Byte an das Netz gesendet wird. - -### Organic Maps von [AppStore][appstore], [Google Play][googleplay], [F-Droid][fdroid], [Huawei AppGallery][appgallery] herunterladen und installieren {#install} - -{{ badges() }} - -{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Wandern') }} - -{{ screenshot(src='/images/screenshots/prague.jpg', alt='Prag') }} - -{{ screenshot(src='/images/screenshots/search.jpg', alt='Offline Suche') }} - -{{ screenshot(src='/images/screenshots/dark.jpg', alt='Navigation im dunklen -Modus') }} - -## Funktionen - -Organic Maps ist die ultimative Begleit-App für Reisende, Touristen, -Wanderer und Radfahrer: - -- Detaillierte Offline-Karten mit Orten, die es auf anderen Karten nicht - gibt, dank [OpenStreetMap][openstreetmap] -- Rad-, Wander- und Spazierwege -- Höhenlinien, Höhenprofile, Bergspitzen und Steigungen -- Schritt-für-Schritt-Navigation für Fußgänger, Radfahrer und Autofahrer mit - Sprachführung -- Schnelle Offline-Suche von Orten auf der Karte -- Export und Import von Lesezeichen im KML/KMZ-Format (GPX ist - [geplant][gpx_issue]) -- Dunkler Modus zum Schutz deiner Augen -- Länder und Regionen nehmen nicht viel Speicherplatz in Anspruch -- Kostenlos und Open-Source - -## Warum Organic? - -Organic Maps ist rein, organisch und mit Liebe gemacht: - -- Respektiert deine Privatsphäre -- Schont deinen Akku -- Keine unerwarteten Gebühren für mobile Daten - -Organic Maps ist frei von Trackern und schlechten Dingen: - -- Keine Werbung -- Kein Tracking -- Keine Datenerfassung -- Kein Telefonieren nach Hause -- Keine lästige Registrierung -- Keine obligatorischen Tutorials -- Kein lästiger E-Mail-Spam -- Keine Push-Benachrichtigungen -- Keine Crapware -- ~~Keine Pestizide~~ Rein und organisch! - -Die App wurde vom [Exodus Privacy Project][exodus] geprüft: - -{{ exodus_screenshot() }} - -Die iOS-App wurde von [TrackerControl für iOS][trackercontrol] geprüft: - -{{ trackercontrol_screenshot() }} - -Organic Maps fordert keine unnötigen Berechtigungen an, um dich -auszuspionieren: - -{{ privacy_screenshots() }} - -Wir bei Organic Maps glauben, dass die Privatsphäre ein grundlegendes -Menschenrecht ist: - -- Organic Maps ist ein von einer unabhängigen Gemeinschaft betriebenes - Open-Source-Projekt -- Wir schützen deine Privatsphäre vor den neugierigen Augen der großen - Technologiekonzerne -- Bleib sicher, egal wo du bist - -Lehne Überwachung ab - lebe deine Freiheit. - -**[Teste Organic Maps!](#install)** - -## Wer zahlt für die kostenlose App? - -Die App ist für alle kostenlos. Bitte unterstütze uns mit einer -[Spende](@/donate/index.de.md)! - -Wenn du sofort spenden möchtest, klicke unten auf das Symbol einer -bevorzugten Zahlungsmethode: - -{{ donate_buttons() }} - -### Unsere Sponsoren: - -[Mythic Beasts](https://www.mythic-beasts.com/) ISP [stellt -uns][mythic_beasts_donation] zwei virtuelle Server mit 400 TB/Monat -kostenloser Bandbreite zur Verfügung, um unseren Nutzern das Herunterladen -und Aktualisieren von Karten zu ermöglichen. - -## Gemeinschaft - -Organic Maps ist eine [Open-Source-Software][github], die unter der Apache -License 2.0 lizenziert ist. - -- Bitte nimm an unserem Beta-Programm teil, schlage Funktionen vor und melde - Fehler: - * [iOS Beta (TestFlight)][testflight] - * [Android Beta (Firebase)][firebase] - * [Linux Desktop Beta (Flatpak)][flatpak] - * [Linux Desktop Beta (Pakete)][repology] -- Melde Bugs oder Probleme an den [Issue Tracker][issues] oder per [E-Mail - an uns][email]. -- [Diskutiere][ideas] Ideen oder äußere Funktionswünsche. -- Abonniere unseren [Telegram-Channel][telegram] oder den - [Matrix-Raum][matrix] für Neuigkeiten. -- Tritt unserer [Telegram-Gruppe][telegram_chat] bei, um mit anderen - Benutzern zu diskutieren. -- Besuche unsere [GitHub-Seite][github]. -- Verfolge unsere Neuigkeiten auf [Mastodon][mastodon], - [Facebook][facebook], [Twitter][twitter], [Instagram][instagram], - [Reddit][reddit], [LinkedIn][LinkedIn]. - -[fork]: https://de.wikipedia.org/wiki/Abspaltung_(Softwareentwicklung) - -{{ references() }} diff --git a/content/_index.es.md b/content/_index.es.md deleted file mode 100644 index 1637a2c9..00000000 --- a/content/_index.es.md +++ /dev/null @@ -1,131 +0,0 @@ ---- -description: 'Mapas rápidos y detallados sin conexión para viajantes, turistas, conductores, senderistas y ciclistas creados por los fundadores de MapsWithMe (Maps.Me).' -extra: - menu_title: Inicio -page_template: index.html -sort_by: weight -title: 'Organic Maps: senderismo, ciclismo y GPS sin conexión' ---- - -**Organic Maps** es una aplicación libre para Android y iOS de mapas sin conexión para viajantes, turistas, senderistas y ciclistas basados en los datos cartográficos abiertos de **[OpenStreetMap][openstreetmap]**. Es una [bifurcación][fork] libre y centrada en la privacidad de la aplicación **Maps.me** (anteriormente conocida como [**MapsWithMe**][mapswithme]), mantenida por la misma gente que creó **MapsWithMe** en 2011. - -**Organic Maps** es una de las pocas aplicaciones que hoy en día permiten usar todas las funcionalidades sin una conexión a Internet activa. Instale Organic Maps, descargue mapas, deseche su tarjeta SIM (por cierto, su operadora le rastrea constantemente) y emprenda un viaje semanal con una única carga sin ningún byte enviado a la red. - -### Descargue e instale Organic Maps desde el [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid] o [Huawei AppGallery][appgallery] {#install} - -{{ badges() }} - -{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Senderismo') }} - -{{ screenshot(src='/images/screenshots/prague.jpg', alt='Praga') }} - -{{ screenshot(src='/images/screenshots/search.jpg', alt='Búsqueda sin -conexión') }} - -{{ screenshot(src='/images/screenshots/dark.jpg', alt='Navegación en modo -oscuro') }} - -## Funcionalidades - -Organic Maps es la aplicación definitiva para viajantes, turistas, -senderistas y ciclistas: - -- Mapas detallados sin conexión con lugares que no existen en otros mapas, - gracias a [OpenStreetMap][openstreetmap] -- Rutas ciclistas, pistas de senderismo y caminos -- Líneas de contorno, perfiles de elevación, picos y pendientes -- Navegación paso a paso con guía por voz a pie, en bici y en coche -- Búsqueda rápida en el mapa y sin conexión -- Los marcadores se exportan e importan en los formatos KML/KMZ (está - [planificado][gpx_issue] GPX) -- Modo oscuro para proteger sus ojos -- Los países y regiones no ocupan demasiado espacio -- Libre y de código abierto - -## ¿Por qué Organic? - -Organic Maps es pura y orgánica, hecha con amor: - -- Respeta su privacidad -- Ahorra batería -- Sin cargos de uso de datos inesperados - -La aplicación Organic Maps está libre de rastreadores y otras cosas malas: - -- Sin anuncios -- Sin rastreadores -- Sin recolección de datos -- No se conecta en secreto a ningún servidor -- Sin registros molestos -- Sin tutoriales obligatorios -- Sin spam por correo electrónico -- Sin notificaciones -- Sin componentes basura -- ~~Sin pesticidas~~ ¡Completamente orgánico! - -La aplicación está verificada por el [Proyecto Exodus Privacy][exodus]: - -{{ exodus_screenshot() }} - -La aplicación iOS es verificada por [TrackerControl para -iOS][trackercontrol]: - -{{ trackercontrol_screenshot() }} - -Organic Maps no pide permisos excesivos para espiarle: - -{{ privacy_screenshots() }} - -En Organic Maps, creemos que la privacidad es un derecho humano fundamental: - -- Organic Maps es un proyecto independiente, comunitario y abierto -- Protegemos su privacidad de los ojos espías de las grandes tecnológicas -- Manténgase a salvo sin importar dónde esté - -Rechace la vigilancia. Asuma su libertad. - -**[¡Pruebe Organic Maps!](#install)** - -## ¿Quién paga por la aplicación gratuita? - -La aplicación es gratis para todo el mundo. ¡[Haga una -donación](@/donate/index.es.md) para apoyarnos! - -Para donar inmediatamente, haz clic en el icono del método de pago que -prefieras: - -{{ donate_buttons() }} - -### Nuestros patrocinadores: - -El proveedor [Mythic Beasts](https://www.mythic-beasts.com/) [nos -aporta][mythic_beasts_donation] dos servidores virtuales con 400 TB/mes de -ancho de banda gratis para ayudar a nuestros usuarios con actualizaciones y -descargas de los mapas. - -## Comunidad - -Organic Maps es un [programa libre][github] disponible en virtud de la -Licencia Apache 2.0. - -- Incorpórese a nuestro programa beta para sugerir funcionalidades e - informar de defectos: - * [Beta de iOS (TestFlight)][testflight] - * [Beta de Android (Firebase)][firebase] - * [Beta de PC Linux (Flatpak)][flatpak] - * [Beta de PC Linux (paquetes)][repology] -- Informe de defectos o problemas al [rastreador de errores][issues] o - [mándenos un correo electrónico][email]. -- [Debata][ideas] ideas o haga peticiones de funcionalidades. -- Suscríbase a nuestro [canal de Telegram][telegram] o al [espacio de - Matrix][matrix] para recibir noticias. -- Únase a nuestro [grupo de Telegram][telegram_chat] para hablar con otros - usuarios. -- Visite nuestra [página de GitHub][github]. -- Siga nuestras novedades en [Mastodon][mastodon], [Facebook][facebook], - [Twitter][twitter], [Instagram][instagram], [Reddit][reddit] y - [LinkedIn][LinkedIn]. - -[fork]: https://es.wikipedia.org/wiki/Bifurcaci%C3%B3n_(desarrollo_de_software) - -{{ references() }} diff --git a/content/_index.eu.md b/content/_index.eu.md deleted file mode 100644 index 6ef3a972..00000000 --- a/content/_index.eu.md +++ /dev/null @@ -1,131 +0,0 @@ ---- -description: 'Detaile handiko offline mapa azkarrak, bidaiari, turista, gidari, mendizale eta txirrindularientzat, MapsWithMe (Maps.me) app-aren sortzaileek garatutakoa.' -extra: - menu_title: Hasiera -page_template: index.html -sort_by: weight -title: 'Organic Maps: Offline mapak mendizale, txirrindulari, ibiltari eta nabigaziorako' ---- - -**Organic Maps** Android & iOS-erako offline-mapen app bat da, bidaiari, turista, mendizale eta txirrindularientzat, auzolanean sortutako **[OpenStreetMap][openstreetmap]** datuetan oinarrituta. Aurrez ezaguna zen **Maps.me** app-aren kode-irekiko eta pribazitate helburu duen [fork][fork] bat da (lehenago [**MapsWithMe**][mapswithme] izenarekin ezaguna), 2011an **MapsWithMe** app-a sortu zuten pertsona berdinek mantenduta. - -**Organic Maps** da konexiorik gabe %100-ean funtzionatzen duen aplikazio gutxietako bat. Instalatu Organic Maps, deskargatu mapak eta bota zaborretara zure SIM txartela (bide batez, zure telefono konpainiak uneoro jarraipena egiten dizu), eta joan asteroko ibilaldira bateria karga batekin eta sarera byte bakarra ere bidali gabe. - -### Deskargatu eta instalatu Organic Maps hemendik: [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], [Huawei AppGallery][appgallery] {#install} - -{{ badges() }} - -{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Mendian') }} - -{{ screenshot(src='/images/screenshots/prague.jpg', alt='Praga') }} - -{{ screenshot(src='/images/screenshots/search.jpg', alt='Offline bilaketa') -}} - -{{ screenshot(src='/images/screenshots/dark.jpg', alt='Nabigazioa modu -ilunean') }} - -## Berezitasunak - -Organic Maps da bidaiari, turista, mendizale eta txirrindularientzat app -egokiena: - -- Beste mapetan azaltzen ez diren tokietako offline mapa detailatuak, - [OpenStreetMap][openstreetmap]-i esker -- Bizikletarako ibilbideak, mendiko zidorrak eta ibiltzeko bideak -- Profil lerroak, sestra kurbak, gailur eta aldapak -- Pausoz-pausoko nabigazioa oinez, bizikletan edo autoz ibiltzeko, ahotsaren - aukerarekin -- Mapan offline bilaketa azkarra -- Tokien laster-markak esportatu eta inportatzeko aukera KML/KMZ formatuetan - (GPX [planned][gpx_issue]) -- Modu iluna zure begiak babesteko -- Nazio eta herrialdeek ez dute toki askorik hartzen -- Librea eta kode irekikoa - -## Zergatik Organic? - -Organic Maps garbia eta organikoa da, maitasunez egindakoa: - -- Zure pribatutasuna errespetatzen du -- Bateria aurrezten laguntzen dizu -- Espero gabeko datu mugikorrik ez - -Organic Maps app-ak ez du tracker edo beste trikimailu zikinik: - -- Iragarkirik gabe -- Jarraipenik ez -- Datu bilketarik gabe -- Zure datuak ez ditugu biltzen -- Izen-emate astunik ez -- Erabilera tutorial beharrik ez -- Eposta spamik ez -- Push jakinarazpenik ez -- Zabor-koderik ez -- ~~Pestizidarik ez~~ Guztiz organikoa! - -Aplikazio hau [Exodus Privacy Project][exodus]-ek egiaztatzen du: - -{{ exodus_screenshot() }} - -The iOS application is verified by [TrackerControl for iOS][trackercontrol]: - -{{ trackercontrol_screenshot() }} - -Organic Maps-ek ez du zu espiatzeko gehiegizko baimenik eskatzen: - -{{ privacy_screenshots() }} - -Organic Maps-en sinesten dugu pribatutasuna oinarrizko eskubide bat dela: - -- Organic Maps komunitateak bultzatutako kode irekiko proiektu independentea - da -- Enpresa teknologiko handien begietatik babesten dugu zure pribatutasuna -- Seguru egon edozein tokitan - -Errefusatu jarraipena - besarkatu zure askatasuna. - -**[Eman aukera Organic Maps-i](#install)** - -## Nork ordaintzen du doako app hau? - -App-a denontzat doakoa da. Mesedez [donate](@/donate/index.eu.md) guri -laguntzeko! - -To donate conveniently, click on your preferred payment method icon below: - -{{ donate_buttons() }} - -### Gure babesleak: - -[Mythic Beasts](https://www.mythic-beasts.com/) ISP [provides -us][mythic_beasts_donation] bi zerbitzari eskaintzen dizkigu hilero 400 -TB-ko doako banda zabalerarekin, gure erabiltzaileei mapa deskarga eta -eguneraketekin laguntzeko. - -## Komunitatea - -Organic Maps [open-source software][github] da, Apache License 2.0 -lizentziapean. - -- Mesedez parte-hartu gure beta programan, iradoki zure ideia berriak eta - akatsen berri eman: - * [iOS Beta (TestFlight)][testflight] - * [Android Beta (Firebase)][firebase] - * [Linux Desktop Beta (Flatpak)][flatpak] - * [Linux Desktop Beta (packages)][repology] -- Akats edo arazoen berri eman [issue tracker-ean][issues] edo [idatzi - guri][email]. -- [Eztabaidatu][ideas] ideiak edo proposatu berezitasun berriak. -- Harpidetu gure [Telegram kanalera][telegram] edo [matrix - space][matrix]-era eguneraketak jasotzeko. -- Sartu gure [Telegram taldean][telegram_chat] beste erabiltzaileekin hitz - egiteko. -- Bisitatu gure [GitHub orria][github]. -- Jarrai itzazu gure eguneraketak [Mastodon][mastodon], - [Facebook][facebook], [Twitter][twitter], [Instagram][instagram], - [Reddit][reddit]-en eta [LinkedIn][LinkedIn]. - -[fork]: https://eu.wikipedia.org/wiki/Fork - -{{ references() }} diff --git a/content/_index.fr.md b/content/_index.fr.md deleted file mode 100644 index 59e68366..00000000 --- a/content/_index.fr.md +++ /dev/null @@ -1,122 +0,0 @@ ---- -title: "Organic Maps: cartes hors ligne et navigateur GPS" -description: Cartes open source pour voyageurs, touristes, cyclistes et randonneurs. -page_template: index.html -sort_by: weight -extra: - menu_title: Page d'accueil ---- - -**Organic Maps** est une application Android et iOS gratuite de cartes hors ligne pour les voyageurs, les touristes, les randonneurs et les cyclistes, basée sur des données provenant des contributeurs. **[OpenStreetMap](https://www.openstreetmap.org)**. Il s'agit d'un [fork](https://en.wikipedia.org/wiki/Fork_(software_development)) de l'application **Maps.me** (précédemment connue sous le nom de [**MapsWithMe**](https://en.wikipedia.org/wiki/Maps.me)), axé sur la confidentialité et maintenu par les mêmes personnes qui ont créé **MapsWithMe** en 2011. - -**Organic Maps** est l'une des rares applications actuelles à prendre en charge 100 % des fonctionnalités sans connexion Internet active. Installez Organic Maps, téléchargez des cartes, jetez votre carte SIM (d'ailleurs, votre opérateur vous suit constamment), et partez pour un voyage hebdomadaire sur une seule charge de batterie sans aucun octet envoyé au réseau. - -### Télécharger et installer Organic Maps depuis [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], [Huawei AppGallery][appgallery] {#install} - -{{ badges() }} - -{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Hiking') }} -{{ screenshot(src='/images/screenshots/prague.jpg', alt='Prague') }} -{{ screenshot(src='/images/screenshots/search.jpg', alt='Offline Search') }} -{{ screenshot(src='/images/screenshots/dark.jpg', alt='Navigation in dark mode') }} - -## Fonctionnalités - -Organic Maps est l'application idéale pour les voyageurs, les touristes, les randonneurs et les cyclistes : - -- Cartes détaillées hors ligne avec des lieux qui n'existent pas sur d'autres cartes, grâce à [OpenStreetMap](https://osm.org) -- Itinéraires cyclables, sentiers de randonnée et chemins de promenade. -- Courbes de niveau, profils d'élévation, sommets et pentes. -- Navigation à pied, à vélo et en voiture, virage par virage, avec guidage vocal. -- Recherche rapide hors ligne sur la carte -- Exportation et importation de signets aux formats KML/KMZ (GPX est [prévu](https://github.com/organicmaps/organicmaps/issues/624)) -- Mode sombre pour protéger vos yeux -- Les pays et les régions ne prennent pas beaucoup de place -- Gratuit et open-source - -## Pourquoi Organic? - -Organic Maps est pur et biologique, fabriqué avec amour : - -- Respecte votre vie privée -- Économise votre batterie -- Pas de frais de données mobiles inattendus - -L'application Organic Maps est exempte de traceurs et d'autres éléments indésirables : - -- Une expérience hors ligne ultra-rapide -- Respecte votre vie privée -- Économise votre batterie -- Pas de frais de données mobiles inattendus -- Simplicité d'utilisation, avec uniquement les fonctions les plus importantes. - -Sans trackers et autres mauvaises choses : - -- Pas de publicité -- Pas de pistage -- Pas de collecte de données -- Pas d'appel au domicile -- Pas d'inscription fastidieuse -- Pas de tutoriels obligatoires -- Pas de spam excessif -- Pas de notifications push -- Pas de logiciels malveillants -- N̶o̶ ̶p̶e̶s̶t̶i̶c̶i̶d̶e̶s̶ Entièrement bio - -Selon Exodus Privacy Project il n'y a aucun tracker et les autorisations requises sont minimales: -
- - -Organic Maps ne demande pas de permissions excessives pour vous espionner: - - - - -Chez Organic Maps, nous pensons que la vie privée est un droit humain fondamental : - -• Organic Maps est un projet indépendant open-source dirigé par la communauté. -• Nous protégeons la vie privée des regards indiscrets des géants de la tech -• Restez en sécurité, où que vous soyez - -Rejeter la surveillance - embrasser votre liberté. - -Essayez Organic Maps ! - -## Qui paie pour l'application gratuite ? - -L'application est gratuite pour tous. Veuillez [faire un don](@/donate/index.fr.md) pour nous soutenir ! - -### Il y a plusieurs façons de faire un don : - -{{ donate_buttons() }} - -### Nos sponsors : - -Le FAI [Mythic Beasts](https://www.mythic-beasts.com/) [nous][mythic_beasts_donation] fournit deux serveurs virtuels avec 400 TB/mois de bande passante gratuite pour aider nos utilisateurs à télécharger et mettre à jour les cartes. - -### Contribuer - -Il existe de nombreuses façons de nous soutenir, énumérées [ici](@/support-us/index.fr.md). - -## Beta - -Rejoignez notre programme bêta, proposez vos fonctionnalités et signalez les bogues : - -- [iOS Beta (TestFlight)][testflight] -- [Android Beta (Firebase)][firebase] -- [Linux Desktop Beta (Flatpak)](https://flathub.org/apps/details/app.organicmaps.desktop) -- [Linux Desktop Beta (packages)](https://repology.org/project/organicmaps/versions) - -## Communauté - -Organic Maps est un [logiciel libre][github] sous licence Apache 2.0. - -- Signalez les bogues ou les problèmes à [l'outil de suivi des problèmes][issues] ou [envoyez-nous un courriel][email]. -- [Discutez][ideas] des idées ou proposez des demandes de fonctionnalités. -- Abonnez-vous à notre [Canal Telegram][telegram] ou à l'espace [matrix][matrix] pour les mises à jour. -- Rejoignez notre [Groupe Telegram][telegram_chat] pour discuter avec d'autres utilisateurs. -- Visitez notre [page GitHub][github]. -- Suivez nos mises à jour sur Mastodon, [Facebook][facebook], [Twitter][twitter], [Instagram][instagram]. - - -{{ references() }} diff --git a/content/_index.hi.md b/content/_index.hi.md deleted file mode 100644 index ce0a0ef1..00000000 --- a/content/_index.hi.md +++ /dev/null @@ -1,127 +0,0 @@ ---- -description: 'विस्तृत एवं फास्ट ऑफ़लाइन नक़्शे यात्रियों, पर्यटकों, ड्राइवरों, एवं साइकिल चालकों के लिए| Maps.me के संस्थापकों द्वारा बनाया गया ऐप|' -extra: - menu_title: होम -page_template: index.html -sort_by: weight -title: 'ऑर्गेनिक नक़्शे: ऑफ़लाइन सैर, बाइकिंग, रास्ते, और दिशाएं' ---- - -**ऑर्गेनिक मैप्स**[OpenStreetMap][openstreetmap]** डेटा के शीर्ष पर आधारित यात्रियों, पर्यटकों, हाइकर्स और साइकिल चालकों के लिए एक मुफ़्त Android और iOS ऑफ़लाइन मैप्स ऐप है। यह **Maps.me** ऐप (जिसे पहले [**MapsWithMe**][mapswithme] के नाम से जाना जाता था) का एक गोपनीयता-केंद्रित, खुला-स्रोत [fork][fork] है, जिसकी देखरेख वही लोग करते हैं जिन्होंने **MapsWithMe बनाया था ** 2011 में। - -**ऑर्गेनिक मैप्स** आजकल के कुछ एप्लिकेशन में से एक है जो सक्रिय इंटरनेट कनेक्शन के बिना 100% सुविधाओं का समर्थन करता है। ऑर्गेनिक मैप्स इंस्टॉल करें, मैप्स डाउनलोड करें, अपना सिम कार्ड फेंक दें (वैसे, आपका ऑपरेटर आपको लगातार ट्रैक करता है), और नेटवर्क पर कुछ भी भेजे बिना सिर्फ एक बैटरी चार्ज पर साप्ताहिक यात्रा के लिए जाएं। - -### [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], [Huawei AppGallery][appgallery] से ऑर्गेनिक मानचित्र डाउनलोड और इंस्टॉल करें {#install} - -{{ badges() }} - -{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Hiking') }} - -{{ screenshot(src='/images/screenshots/prague.jpg', alt='Prague') }} - -{{ screenshot(src='/images/screenshots/search.jpg', alt='Offline Search') }} - -{{ screenshot(src='/images/screenshots/dark.jpg', alt='Navigation in dark -mode') }} - -## विशेषताएं - -ऑर्गेनिक मैप्स यात्रियों, पर्यटकों, हाइकर्स और साइकिल चालकों के लिए उच्चतम -सहयोगी ऐप है: - -- उन स्थानों के साथ विस्तृत ऑफ़लाइन नक़्शे जो अन्य नक्शों पर मौजूद नहीं हैं, - [OpenStreetMap][openstreetmap] की बदौलत -- साइक्लिंग, हाइकिंग, तथा टहलने के रास्ते -- समोच्च रेखाएँ, उन्नयन प्रोफाइल, चोटियाँ और ढलान -- आवाज निर्देशन के साथ बारी-बारी से चलना, साइक्लिंग करना और कार नेविगेशन -- तेज़ ऑफ़लाइन खोज नक़्शे पर -- KML/KMZ प्रारूप में एक्सपोर्ट एवं इंपोर्ट करें(GPX [आयोजित][gpx_issue] है) -- डार्क मोड, अपनी आंखों की रक्षा के लिए -- देश एवं क्षेत्र ज्यादा जगह नहीं लेते हैं -- नि: शुल्क और मुक्त स्रोत - -## आर्गेनिक नक़्शे ही क्यों? - -ऑर्गेनिक नक़्शे शुद्ध और ऑर्गेनिक हैं, जिन्हें प्यार से बनाया गया है: - -- यह आपकी निजता का सम्मान करता है -- आपकी बैटरी बचाता है -- कोई अनपेक्षित मोबाइल डेटा शुल्क नहीं - -ऑर्गेनिक मैप्स ऐप ट्रैकर्स और अन्य खराब चीजों से विमुक्त है: - -- बिना विज्ञापन -- कोई ट्रैकिंग नहीं -- कोई डेटा संग्रह नहीं -- घर पर फ़ोन करने की ज़रुरत नहीं -- कोई कष्टप्रद रजिस्ट्रेशन नहीं -- कोई अनिवार्य ट्यूटोरियल नहीं -- कोई ईमेल स्पैम नहीं -- कोई पुश सूचनाएँ नहीं -- कोई क्रैपवेयर नहीं -- ~~कोई कीटनाशक नहीं~~केवल आर्गेनिक! - -यह ऐप [Exodus Privacy Project][exodus] द्वारा सत्यापित किया गया है: - -{{ exodus_screenshot() }} - -The iOS application is verified by [TrackerControl for iOS][trackercontrol]: - -{{ trackercontrol_screenshot() }} - -ऑर्गेनिक नक़्शे आपकी जासूसी करने के लिए अत्यधिक अनुमतियों का अनुरोध नहीं -करता है: - -{{ privacy_screenshots() }} - -ऑर्गेनिक मैप्स में हम मानते हैं कि गोपनीयता एक मौलिक मानव अधिकार है: - -- ऑर्गेनिक मैप्स एक इंडी समुदाय संचालित ओपन-सोर्स प्रोजेक्ट है -- हम आपकी गोपनीयता को बिग टेक की ताक-झांक से बचाकर रखते हैं -- आप जहां भी हैं सुरक्षित रहेंगे - -निगरानी को अस्वीकार करें - अपनी स्वतंत्रता को अपनाएं। - -**[ऑर्गेनिक मानचित्रों को आज़माएं!](#install)** - -## मुफ्त ऐप के लिए क्यों भुगतान करें? - -ऐप सभी के लिए मुफ्त है। हमारा समर्थन करने के लिए कृपया -[दान](@/donate/index.hi.md) करें! - -To donate conveniently, click on your preferred payment method icon below: - -{{ donate_buttons() }} - -### हमारे प्रायोजक: - -[Mythic Beasts](https://www.mythic-beasts.com/) ISP [हमें प्रदान करता -है][mythic_beasts_donation] 400 TB/महीने की मुफ्त बैंडविड्थ वाले दो वर्चुअल -सर्वर जो हमारे उपयोगकर्ताओं को मैप डाउनलोड और अपडेट करने में मदद करते हैं। - -## समुदाय - -ऑर्गेनिक मैप्स एक [ओपन-सोर्स सॉफ्टवेयर][github] है जिसे अपाचे(Apache) -लाइसेंस 2.0 के तहत लाइसेंस दिया गया है। - -- कृपया हमारे बीटा प्रोग्राम में शामिल हों, अपनी सुविधाओं का सुझाव दें, और - बग्स को रिपोर्ट करें: - * [iOS Beta (TestFlight)][testflight] - * [एंड्रॉइड बीटा (फायरबेस)][firebase] - * [Linux Desktop Beta (Flatpak)][flatpak] - * [Linux Desktop Beta (packages)][repology] -- [समस्या ट्रैकर][issues] या [हमें ईमेल करें][email] पर बग या मुद्दों की - रिपोर्ट करें। -- [Discuss][ideas] विचार या सुविधा अनुरोधों का प्रस्ताव करें। -- अपडेट के लिए हमारे [Telegram Channel][telegram] या [matrix space][matrix] - की सदस्यता लें। -- अन्य उपयोगकर्ताओं के साथ चर्चा करने के लिए हमारे [Telegram - Group][telegram_chat] में शामिल हों। -- हमारे [गिटहब पेज][github] पर जाएं। -- [Mastodon][mastodon], [Facebook][facebook], [Twitter][twitter], - [Instagram][instagram], [Reddit][reddit], [LinkedIn][LinkedIn] पर हमारे - अपडेट का पालन करें। - -[fork]: https://en.wikipedia.org/wiki/Fork_(software_development) - -{{ references() }} diff --git a/content/_index.hu.md b/content/_index.hu.md deleted file mode 100644 index fafde76d..00000000 --- a/content/_index.hu.md +++ /dev/null @@ -1,130 +0,0 @@ ---- -description: 'A MapsWithMe (Maps.Me) alkalmazás alapítói által készített gyors, részletes offline térképek utazók, turisták, sofőrök, túrázók és kerékpárosok számára.' -extra: - menu_title: Kezdőlap -page_template: index.html -sort_by: weight -title: 'Organic Maps: Offline túra, kerékpár, nyomvonalak és navigáció' ---- - -Az **Organic Maps** egy ingyenes Android és iOS offline térképalkalmazás utazók, turisták, túrázók és kerékpárosok számára, amely az ingyenes **[OpenStreetMap][openstreetmap]** adatokon alapul. Ez egy adatvédelmi fókuszú, nyílt forráskódú [fork][fork] a **Maps.me** alkalmazásból (korábban [**MapsWithMe**][mapswithme] néven volt ismert), amelyet ugyanazok az emberek tartanak fenn, akik 2011-ben létrehozták a **MapsWithMe** alkalmazást. - -**Az Organic Maps** egyike azon kevés alkalmazásoknak, amelyek manapság 100%-ban támogatják a funkciókat aktív internetkapcsolat nélkül. Telepítse az Organic Maps-et, töltse le a térképeket, dobja el a SIM-kártyáját (máskülönben a szolgáltatója folyamatosan nyomon követi Önt), és egyetlen akkumulátortöltéssel, a hálózatra küldött egyetlen byte nélkül induljon el egy egyhetes útra. - -### Töltse le és telepítse az Organic Maps-et az [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], [Huawei AppGallery][appgallery] {#install} - -{{ badges() }} - -{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Túrázás') }} - -{{ screenshot(src='/images/screenshots/prague.jpg', alt='Prága') }} - -{{ screenshot(src='/images/screenshots/search.jpg', alt='Offline keresés') -}} - -{{ screenshot(src='/images/screenshots/dark.jpg', alt='Navigáció sötét -módban') }} - -## Funkciók - -Az Organic Maps az utazók, turisták, túrázók és kerékpárosok tökéletes -társa: - -- Részletes offline térképek olyan helyekkel, amelyek más térképeken nem - léteznek, az [OpenStreetMap][openstreetmap] jóvoltából -- Kerékpárutak, túraútvonalak és sétaútvonalak -- Szintvonalak, magassági profilok, csúcsok és lejtők -- Részletes gyalogos, kerékpáros és autós navigáció hangutasítással -- Gyors offline keresés a térképen -- Könyvjelzők exportálása és importálása KML/KMZ formátumba/ból (GPX - [tervezett][gpx_issue]) -- Sötét mód a szem védelme érdekében -- Az országok és régiók adatai nem foglalnak el sok helyet -- Ingyenes és nyílt forráskódú - -## Miért az Organic? - -Az Organic Maps tiszta és organikus, szeretettel készült: - -- Tiszteletben tartja az Ön magánszféráját -- Kíméli az akkumulátort -- Nincsenek váratlan mobil adatforgalmi díjak - -Az Organic Maps alkalmazás mentes a nyomkövetőktől és egyéb rossz dolgoktól: - -- Nincsenek hirdetések -- Nincs nyomkövetés -- Nincs adatgyűjtés -- Nincs hazatelefonálás -- Nincs bosszantó regisztráció -- Nincsenek kötelező oktatóprogramok -- Nincs e-mail spam -- Nincsenek leküldéses értesítések -- Nincs crapware -- ~~Nincsenek növényvédő szerek~~ Tisztán bio! - -Az alkalmazás az [Exodus Privacy Project][exodus] által ellenőrzött: - -{{ exodus_screenshot() }} - -The iOS application is verified by [TrackerControl for iOS][trackercontrol]: - -{{ trackercontrol_screenshot() }} - -Az Organic Maps nem kér rengeteg engedélyt, hogy kémkedjen Ön után: - -{{ privacy_screenshots() }} - -Az Organic Mapsnél hiszünk abban, hogy a magánélet alapvető emberi jog: - -- Az Organic Maps egy független közösség által irányított nyílt forráskódú - projekt -- Megvédjük a magánéletét a nagy techcégek kíváncsi szemeitől -- Maradjon biztonságban, bárhol is van - -Utasítsd el a megfigyelést - gyakorold a szabadságodat. - -**[Próbálja ki az Organic Maps-et!](#install)** - -## Ki fizet az ingyenes alkalmazásért? - -Az alkalmazás mindenki számára ingyenes. Kérjük, -[adományozzon](@/donate/index.hu.md), hogy támogasson minket! - -To donate conveniently, click on your preferred payment method icon below: - -{{ donate_buttons() }} - -### Szponzoraink: - -[Mythic Beasts](https://www.mythic-beasts.com/) ISP [biztosít -nekünk][mythic_beasts_donation] két virtuális szervert 400 TB/hó ingyenes -sávszélességgel, hogy segítse felhasználóinkat a térképek letöltésében és -frissítésében. - -## Közösség - -Az Organic Maps egy [nyílt forráskódú szoftver][github], amely az Apache -License 2.0-t használja. - -- Kérjük, csatlakozzon a béta programunkhoz, javasoljon funkciókat, és - jelezze a hibákat: - * [iOS Béta (TestFlight)][testflight] - * [Android Béta (Firebase)][firebase] - * [Asztali Linux Béta (Flatpak)][flatpak][flatpak] - * [Asztali Linux Béta (csomagok)][repology] -- Jelentsd a hibákat vagy problémákat [a hibakövetőnkbe][issues] vagy [küldj - számunkra egy e-mailt][email]. -- [Vita][ideas] ötletek vagy funkciókérések. -- Iratkozz fel a [Telegram csatornánkra][telegram] vagy a [matrix - terünkre][matrix] az újdonságokért. -- Csatlakozz a [Telegram csoportunkhoz][telegram_chat], hogy beszélgethess a - többi felhasználóval. -- Látogasson el a [GitHub oldalunkra][github]. -- Kövesse frissítéseinket, újdonságainkat a [Mastodon][mastodon], - [Facebook][facebook], [Twitter][twitter], [Instagram][instagram], - [Reddit][reddit] és [LinkedIn][LinkedIn] szolgáltatásokon. - -[fork]: https://hu.wikipedia.org/wiki/Fork_%28szoftverfejleszt%C3%A9s%29 - -{{ references() }} diff --git a/content/_index.id.md b/content/_index.id.md deleted file mode 100644 index 614d28f4..00000000 --- a/content/_index.id.md +++ /dev/null @@ -1,133 +0,0 @@ ---- -description: 'Peta luring cepat terperinci untuk pelancong, turis, pengemudi, pejalan kaki, dan pengendara sepeda yang dibuat oleh pendiri aplikasi MapsWithMe (Maps.Me).' -extra: - menu_title: 'Halaman depan' -page_template: index.html -sort_by: weight -title: 'Organic Maps: Pendakian, Bersepeda, Jalan Setapak, dan Navigasi Luring' ---- - -**Organic Maps** adalah aplikasi peta luring Android & iOS gratis untuk pelancong, turis, pejalan kaki, dan pesepeda yang berbasis di atas data **[OpenStreetMap][openstreetmap]** yang bersumber dari orang-orang. Ini adalah [modifikasi][fork] sumber terbuka yang berfokus pada privasi dari aplikasi **Maps.me** (sebelumnya dikenal sebagai [**MapsWithMe**][mapswithme]), dikelola oleh orang yang sama yang menciptakan **MapsWithMe** pada tahun 2011. - -**Organic Maps** adalah salah satu dari sedikit aplikasi saat ini yang mendukung 100% fitur tanpa koneksi Internet aktif. Instal Organic Maps, unduh peta, buang kartu SIM Anda (ngomong-ngomong, operator Anda terus melacak Anda), dan lakukan perjalanan mingguan dengan satu kali pengisian baterai tanpa bita apa pun yang dikirim ke jaringan. - -### Unduh dan instal Organic Maps dari [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], [Huawei AppGallery][appgallery] {#install} - -{{ badges() }} - -{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Pendakian') }} - -{{ screenshot(src='/images/screenshots/prague.jpg', alt='Praha') }} - -{{ screenshot(src='/images/screenshots/search.jpg', alt='Pencarian Luring') -}} - -{{ screenshot(src='/images/screenshots/dark.jpg', alt='Navigasi dalam mode -gelap') }} - -## Fitur - -Organic Maps adalah aplikasi pendamping terlengkap bagi para pelancong, -turis, pejalan kaki, dan pengendara sepeda: - -- Peta luring terperinci dengan tempat-tempat yang tidak ada di peta lain, - berkat [OpenStreetMap][openstreetmap] -- Rute bersepeda, jalur pendakian, dan jalur pejalan kaki -- Garis kontur, profil ketinggian, puncak, dan lereng -- Navigasi berjalan kaki, bersepeda, dan mobil belok demi belok dengan - panduan suara -- Pencarian luring cepat pada peta -- Ekspor dan impor penanda dalam format KML/KMZ (GPX - [direncanakan][gpx_issue]) -- Mode Gelap untuk melindungi mata Anda -- Negara dan wilayah tidak memakan banyak ruang -- Bebas dan sumber terbuka - -## Mengapa Organik? - -Organic Maps murni dan organik, dibuat dengan cinta: - -- Menghormati privasi Anda -- Menghemat baterai Anda -- Tidak ada biaya data seluler yang tidak diduga - -Aplikasi Organic Maps bebas dari pelacak dan hal-hal buruk lainnya: - -- Tanpa iklan -- Tanpa pelacakan -- Tanpa pengumpulan data -- Tanpa menelepon ke rumah -- Tanpa pendaftaran mengganggu -- Tanpa panduan wajib -- Tanpa spam surel berisik -- Tanpa pemberitahuan dorong -- Tanpa perangkat lunak tidak berguna -- ~~Tanpa pestisida~~ Organik secara murni! - -Aplikasi ini diverifikasi oleh [Proyek Privasi Exodus][exodus]: - -{{ exodus_screenshot() }} - -Aplikasi iOS telah diverifikasi oleh [TrackerControl untuk -iOS][trackercontrol]: - -{{ trackercontrol_screenshot() }} - -Organic Maps tidak meminta izin berlebihan untuk memata-matai Anda: - -{{ privacy_screenshots() }} - -Di Organic Maps, kami percaya bahwa privasi adalah hak asasi manusia yang -mendasar: - -- Organic Maps adalah proyek sumber terbuka yang digerakkan oleh komunitas - tersendiri -- Kami melindungi privasi Anda dari pengintaian Teknologi Besar -- Tetap aman di mana pun Anda berada - -Tolak pengawasan — rangkul kebebasan Anda. - -**[Cobalah Organic Maps!](#install)** - -## Siapa yang membayar untuk aplikasi gratis ini? - -Aplikasi ini gratis untuk semua orang. Silakan -[berdonasi](@/donate/index.id.md) untuk mendukung kami! - -Untuk segera berdonasi, klik ikon metode pembayaran pilihan di bawah ini: - -{{ donate_buttons() }} - -### Sponsor kami: - -Penyedia layanan internet [Mythic Beasts](https://www.mythic-beasts.com/) -[menyediakan kami][mythic_beasts_donation] dua peladen virtual dengan -bandwidth 400 TB/bulan gratis untuk membantu pengguna kami dengan unduhan -dan pembaruan peta. - -## Komunitas - -Organic Maps adalah [perangkat lunak sumber terbuka][github] yang -dilisensikan di bawah lisensi Apache 2.0. - -- Silakan bergabung dengan program beta kami, sarankan fitur Anda, dan - laporkan kutu: - * [Beta iOS (TestFlight)][testflight] - * [Beta Android (Firebase)][firebase] - * [Beta Desktop Linux (Flatpak)][flatpak] - * [Beta Desktop Linux (paket)][repology] -- Laporkan kutu atau masalah ke [pelacak masalah][issues] atau [kirim surel - kepada kami][email]. -- [Diskusikan][ideas] ide atau usulkan permintaan fitur. -- Berlangganan ke [saluran Telegram][telegram] atau ke [space - Matrix][matrix] untuk pembaruan. -- Bergabunglah dengan [grup Telegram][telegram_chat] kami untuk berdiskusi - dengan pengguna lain. -- Kunjungi [laman GitHub][github] kami. -- Ikuti pembaruan kami di [Mastodon][mastodon], [Facebook][facebook], - [Twitter][twitter], [Instagram][instagram], [Reddit][reddit], - [LinkedIn][LinkedIn]. - -[fork]: https://en.wikipedia.org/wiki/Fork_(software_development) - -{{ references() }} diff --git a/content/_index.it.md b/content/_index.it.md deleted file mode 100644 index 147588a8..00000000 --- a/content/_index.it.md +++ /dev/null @@ -1,117 +0,0 @@ ---- -title: "Organic Maps: Escursioni a piedi, in bicicletta, su sentieri e navigazione offline" -description: Mappe offline veloci e dettagliate per viaggiatori, turisti, automobilisti, escursionisti e ciclisti, basate su OpenStreetMap e curate con amore dai fondatori dell'applicazione MapsWithMe (Maps.Me). -page_template: index.html -sort_by: weight -extra: - menu_title: Home ---- - -**Organic Maps** è un'applicazione gratuita di mappe offline per Android e iOS per viaggiatori, turisti, escursionisti e ciclisti, basata su dati crowd-sourced di **[OpenStreetMap](https://www.openstreetmap.org)**. -Si tratta di un [fork][fork] open source dell'applicazione **Maps.me** (precedentemente nota come [**MapsWithMe**](https://en.wikipedia.org/wiki/Maps.me)), incentrato sulla privacy e gestito dalle stesse persone che hanno creato **MapsWithMe** nel 2011. - -### Scaricare e installare Organic Maps da [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], [Huawei AppGallery][appgallery] {#install} - -{{ badges() }} - -{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Hiking') }} -{{ screenshot(src='/images/screenshots/prague.jpg', alt='Prague') }} -{{ screenshot(src='/images/screenshots/search.jpg', alt='Offline Search') }} -{{ screenshot(src='/images/screenshots/dark.jpg', alt='Navigation in dark mode') }} - -## Funzionalità - -Organic Maps è l'applicazione definitiva per viaggiatori, turisti, escursionisti e ciclisti: - -- Mappe offline dettagliate con luoghi che non esistono su altre mappe, grazie a [OpenStreetMap](https://osm.org) -- Percorsi ciclabili, sentieri escursionistici e percorsi pedonali -- Curve di livello, profili altimetrici, picchi e pendenze -- Navigazione a piedi, in bicicletta e in auto con guida vocale, svolta per svolta -- Ricerca veloce offline sulla mappa -- Esportazione e importazione di punti di interesse nei formati KML/KMZ (GPX è [previsto](https://github.com/organicmaps/organicmaps/issues/624)) -- Modalità scura per proteggere gli occhi -- I paesi e le regioni non occupano molto spazio -- Gratuito e open-source - -## Perché Organic? - -Organic Maps è pura e organica, fatta con amore: - -- Rispetta la tua privacy -- Risparmia la batteria -- Nessun addebito imprevisto sui dati mobili - -Organic Maps è priva di tracker e di altri elementi negativi: - -- Nessuna pubblicità -- Nessun tracciamento -- Nessuna raccolta dati -- Nessuna chiamata a casa -- Nessuna registrazione fastidiosa -- Nessun tutorial obbligatorio -- Nessuno spam di e-mail fastidiose -- Nessuna notifica push -- Nessun crapware -- ~~Nessun pesticida~~ Puramente organico! - -L'applicazione è verificata da Exodus Privacy Project: -
- - -Organic Maps non richiede permessi eccessivi per spiare l'utente: - - - - -Noi di Organic Maps crediamo che la privacy sia un diritto umano fondamentale: - -- Organic Maps è un progetto open-source indipendente guidato dalla comunità. -- Proteggiamo la vostra privacy dagli occhi indiscreti dei Big Tech -- Resta al sicuro ovunque tu sia - -Rifiuta la sorveglianza - difendi la tua libertà. - - -Prova Organic Maps! - -## Chi paga per l'app gratuita? - -L'applicazione è gratuita per tutti. Per favore [donate](@/donate/index.it.md) per sostenerci! - -### Ci sono diversi modi per donare: - -{{ donate_buttons() }} - -### I nostri sponsor: - -[Mythic Beasts](https://www.mythic-beasts.com/) ISP [ci offre](https://www.mythic-beasts.com/blog/2021/10/06/improving-the-world-bit-by-expensive-bit/) due server virtuali con 400 TB/mese di larghezza di banda gratuita per aiutare i nostri utenti a scaricare e aggiornare le mappe. - -### Supportaci - -Ci sono molti modi per sostenerci, elencati [qui](@/support-us/index.it.md). - -## Beta - -Partecipa al nostro programma beta, suggerisci funzionalità e segnala bug: - -- [iOS Beta (TestFlight)][testflight] -- [Android Beta (Firebase)][firebase] -- [Linux Desktop Beta (Flatpak)](https://flathub.org/apps/details/app.organicmaps.desktop) -- [Linux Desktop Beta (paketleri)](https://repology.org/project/organicmaps/versions) - -## La comunità - -Organic Maps è un [software open-source][github] con licenza Apache 2.0. - -- Segnala bug o problemi tramite il [tracker dei problemi][issues] o [inviaci un email][email]. -- [Discuti][ideas] idee o proponi richieste di funzionalità. -- Iscriviti al nostro [Canale Telegram][telegram] o allo spazio [matrix][matrix] per ricevere aggiornamenti. -- Unisciti al nostro [Gruppo Telegram][telegram_chat] per discutere con altri utenti. -- Присоединяйтесь к нашей [русскоязычной группе в Telegram][telegram_chat_ru] для обратной связи и помощи. -- Diğer kullanıcılarla tartışmak için [Telegram Grubumuza](https://t.me/OrganicMapsTR) katılın. -- Visita la nostra [pagina GitHub][github]. -- Segui i nostri aggiornamenti su [Facebook][facebook], [Twitter][twitter], [Instagram][instagram]. - -[fork]: https://it.wikipedia.org/wiki/Fork_(sviluppo_software) - -{{ references() }} diff --git a/content/_index.md b/content/_index.md index 496f69fc..dd811b01 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,113 +1,37 @@ --- -title: "Organic Maps: Offline Hike, Bike, Trails and Navigation" -description: Fast detailed offline maps for travelers, tourists, drivers, hikers and cyclists created by MapsWithMe (Maps.Me) app founders. -page_template: index.html +title: "Navigate with Privacy. Drive, Hike, Bike Offline" +description: 'The ultimate companion app for travelers, +built by the community.' +template: home.html sort_by: weight extra: menu_title: Home + organic_section_title: Organic + organic_section_description: Community + Open Maps + services_section_card_title_1: Offline Search and Route + services_section_card_title_2: No Tracking or Data Collection + services_section_card_title_3: Save Your Battery + services_section_card_title_4: Free and Built by the Community + services_section_card_description_1: See the place you want to go while in an underground parking garage, and navigate while on a distant hike. + services_section_card_description_2: The app is designed with privacy as a priority and does not identify users, or track information about them. + services_section_card_description_3: Save Your Battery Efficiently uses your battery, doesn’t drain your battery like other navigation apps Learn more + services_section_card_description_4: People like you helped build the app by adding locations to the OpenStreetMap, giving feedback on features, and contributing code + single_section_title: Freedom Is Here + single_section_description: Discover your journey, navigate the world with privacy and community at the forefront. + services_section_card_title_1: Offline Search and Route + services_section_card_title_2: No Tracking or Data Collection + services_section_card_title_3: Save Your Battery + services_section_card_title_4: Free and Built by the Community + services_section_card_description_1: See the place you want to go while in an underground parking garage, and navigate while on a distant hike. + services_section_card_description_2: The app is designed with privacy as a priority and does not identify users, or track information about them. + services_section_card_description_3: Save Your Battery Efficiently uses your battery, doesn’t drain your battery like other navigation apps Learn more + services_section_card_description_4: People like you helped build the app by adding locations to the OpenStreetMap, giving feedback on features, and contributing code + services_section_card_button_info_1: No internet needed + services_section_card_button_info_2: No additional permissions required + services_section_card_button_info_3: less power usage + services_section_card_button_info_4: Free for everyone, Made with love + single_section_title: Offline Search and Route + single_section_description: See the place you want to go while in an underground parking garage, and navigate while on a distant hike. --- -**Organic Maps** is a free Android & iOS offline maps app for travelers, tourists, hikers, and cyclists based on top of crowd-sourced **[OpenStreetMap][openstreetmap]** data. It is a privacy-focused, open-source [fork][fork] of **Maps.me** app (previously known as [**MapsWithMe**][mapswithme]), maintained by the same people who created **MapsWithMe** in 2011. -**Organic Maps** is one of the only applications nowadays that supports 100% of features without an active Internet connection. Install Organic Maps, download maps, throw away your SIM card (by the way, your operator constantly tracks you), and go for a weeklong trip on a single battery charge without any byte sent to the network. - -### Download and install Organic Maps from [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], [Huawei AppGallery][appgallery] {#install} - -{{ badges() }} - -{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Hiking') }} - -{{ screenshot(src='/images/screenshots/prague.jpg', alt='Prague') }} - -{{ screenshot(src='/images/screenshots/search.jpg', alt='Offline Search') }} - -{{ screenshot(src='/images/screenshots/dark.jpg', alt='Navigation in dark mode') }} - -## Features - -Organic Maps is the ultimate companion app for travelers, tourists, hikers, and cyclists: - -- Detailed offline maps with places that don't exist on other maps, thanks to [OpenStreetMap][openstreetmap] -- Cycling routes, hiking trails, and walking paths -- Contour lines, elevation profiles, peaks, and slopes -- Turn-by-turn walking, cycling, and car navigation with voice guidance -- Fast offline search on the map -- Bookmarks and tracks in KML, KMZ, GPX formats -- Dark Mode to protect your eyes -- Countries and regions don't take a lot of space -- Free and open-source - -## Why Organic? - -Organic Maps is pure and organic, made with love: - -- Respects your privacy -- Saves your battery -- No unexpected mobile data charges - -Organic Maps app is free from trackers and other bad stuff: - -- No ads -- No tracking -- No data collection -- No phoning home -- No annoying registration -- No mandatory tutorials -- No noisy email spam -- No push notifications -- No crapware -- ~~No pesticides~~ Purely organic! - -The application is verified by [Exodus Privacy Project][exodus]: - -{{ exodus_screenshot() }} - -The iOS application is verified by [TrackerControl for iOS][trackercontrol]: - -{{ trackercontrol_screenshot() }} - -Organic Maps doesn't request excessive permissions to spy on you: - -{{ privacy_screenshots() }} - -At Organic Maps, we believe that privacy is a fundamental human right: - -- Organic Maps is an indie community-driven open-source project -- We protect your privacy from Big Tech's prying eyes -- Stay safe no matter wherever you are - -Reject surveillance - embrace your freedom. - -**[Give Organic Maps a try!](#install)** - -## Who is paying for the free app? - -The app is free for everyone. Please [donate](@/donate/index.md) to support us! - -To donate conveniently, click on your preferred payment method icon below: - -{{ donate_buttons() }} - -### Our sponsors: - -[Mythic Beasts](https://www.mythic-beasts.com/) ISP [provides us][mythic_beasts_donation] two virtual servers with 400 TB/month of free bandwidth to help our users with maps downloads and updates. - -## Community - -Organic Maps is an [open-source software][github] licensed under the Apache License 2.0. - -- Please join our beta program, suggest your features, and report bugs: - * [iOS Beta (TestFlight)][testflight] - * [Android Beta (Firebase)][firebase] - * [Linux Desktop Beta (Flatpak)][flatpak] - * [Linux Desktop Beta (packages)][repology] -- Report bugs or issues to [the issue tracker][issues] or [email us][email]. -- [Discuss][ideas] ideas or propose feature requests. -- Subscribe to our [Telegram Channel][telegram] or to the [matrix space][matrix] for updates. -- Join our [Telegram Group][telegram_chat] to discuss with other users. -- Visit our [GitHub page][github]. -- Follow our updates in [Mastodon][mastodon], [Facebook][facebook], [Twitter][twitter], [Instagram][instagram], [Reddit][reddit], [LinkedIn][LinkedIn]. - -[fork]: https://en.wikipedia.org/wiki/Fork_(software_development) - -{{ references() }} diff --git a/content/_index.mr.md b/content/_index.mr.md deleted file mode 100644 index d8f9dc4e..00000000 --- a/content/_index.mr.md +++ /dev/null @@ -1,127 +0,0 @@ ---- -description: 'MapsWithMe (Maps.Me) च्या संस्थापकांनी प्रवाशी, पर्यटक, चालक, गिर्यारोहक व सायकल चालकांसाठी तयार केलेले जलद, संविस्तर ऑफलाईन नकाशे.' -extra: - menu_title: घर -page_template: index.html -sort_by: weight -title: 'Organic Maps : ऑफलाईन भटकंती, सायकल व मार्गनिर्देशन' ---- - -**Organic Maps** (ऑर्गनिक मॅप्स) हे एक अँड्रॉईड व iOS वर चालणारे ऑफलाईन नकाशांचे निःशुल्क अॅप आहे जे जनयोगदानातून तयार केलेल्या **[OpenStreetMap(ओपन स्ट्रीट मॅप)][openstreetmap]** च्या डेटा वर आधारीत आहे. - -**Organic Maps** हे आजकाल विनाइंटरनेटचे सर्व वैशिष्ट्यांसकट चालणाऱ्या मोजक्या अॅप पैकी एक अॅप आहे. - -### Organic Maps इथून डाऊनलोड व स्थापीत करा : [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], [Huawei AppGallery][appgallery] {#install} - -{{ badges() }} - -{{ screenshot(src='/images/screenshots/hiking.jpg', alt='भटकंती') }} - -{{ screenshot(src='/images/screenshots/prague.jpg', alt='प्राग') }} - -{{ screenshot(src='/images/screenshots/search.jpg', alt='ऑफलाईन शोध') }} - -{{ screenshot(src='/images/screenshots/dark.jpg', alt='गडद मोड मध्ये -मार्गनिर्देशन') }} - -## वैशिष्ट्ये - -प्रवाशी, पर्यटक, गिर्यारोहक व सायकल चालकांसाठी Organic Maps हे अत्यंत -ऊपयुक्त ऍप आहे: - -- [OpenStreetMap][openstreetmap] च्या आभारे, इतर नकाशांवर अस्तित्वात - नसलेल्या ठिकाणांसोबत सखोल ऑफलाईन नकाशे -- सायकलिंग मार्ग, भटकंती व चालण्याचे मार्ग -- समोच्च रेषा, उंची प्रोफाइल, शिखरे व चढ-उतार -- ध्वनी मार्गदर्शनासह कार, सायकल व चालण्याचे वळणावळणाप्रमाणे दिशा निर्देशन -- नकाशावर वेगवान ऑफलाईन शोध -- KML/KMZ स्वरूपात बुकमार्क निर्यात व आयात (GPS [नियोजित][gpx_issue]) -- तुमच्या डोळ्यांच्या संरक्षणासाठी, गडद मोड -- देश आणि प्रदेश जास्त जागा घेत नाहीत -- विनामूल्य व मुक्त स्रोत - -## ऑर्गेनिक (सेंद्रिय) कशाला? - -Organic Maps हे शुद्ध व सेंद्रिय आहे, व प्रेमाने निर्मित आहे: - -- तुमच्या गोपनीयतेचा आदर करते -- तुमची बॅटरी वाचवते -- कोणतेही अनपेक्षित मोबाइल डेटा शुल्क नाही - -Organic Maps अॅप माहिती चोरांपासून आणि इतर वाईट गोष्टींपासून मुक्त आहे: - -- विना जाहिराती -- महितीचा मागोवा नाही -- डेटा संग्रह नाही -- घरी फोन येणार नाही -- त्रासदायक नोंदणी नाही -- कोणतीही अनिवार्य शिकवणी नाही -- त्रासदायक ईमेल नाही -- अधिसूचना नाही -- कचरासॉफ्टवेयर नाही -- ~~कीटकनाशक नाही~~~ शुद्ध व सेंद्रिय! - -[Exodus Privacy Project][exodus] कडून तपासलेले ऍप: - -{{ exodus_screenshot() }} - -The iOS application is verified by [TrackerControl for iOS][trackercontrol]: - -{{ trackercontrol_screenshot() }} - -तुमच्यावर गुप्तहेरी करायला Organic Maps अनावश्यक परवानग्या मागत नाही: - -{{ privacy_screenshots() }} - -Organic Maps मध्ये आम्ही ह्या विचारांचे आहोत की गोपनीयता हा प्रत्येकाचा -मानवी हक्क आहे: - -- Organic Maps हे एक समुदाय चलित मुक्त स्रोत प्रकल्प आहे -- बिग टेकच्या गुप्तहेरी नजरेपासून आम्ही तुमचे रक्षण करतो -- तुम्ही जिथे कुठे असाल तिथे सुरक्षित रहा - -Reject surveillance - embrace your freedom. - -**[Organic Maps वापरुन बघा!](#install)** - -## ह्या निःशुल्क ऍपचा खर्च कोण काढत आहे? - -हे ऍप सर्वांसाठी विमानुल्य आहे. आम्हाला पाठिंबा द्यायला कृपया [देणगी -द्या](@/donate/index.md)! - -To donate conveniently, click on your preferred payment method icon below: - -{{ donate_buttons() }} - -### आमचे प्रायोजक: - -तुमच्यापर्यंत नकाशा अद्यतने व डाऊनलोड पोचवण्यासाठी [Mythic -Beasts](https://www.mythic-beasts.com/) ISP [provides -us][mythic_beasts_donation] आम्हाला 400 TB/महिना विनामूल्य वापराचे २ -व्हर्चुअल सर्व्हर प्रदान करत आहे. - -## समुदाय - -Apache License 2.0 परवान्य अंतर्गत Organic Maps हे एक [मुक्त स्रोत -सॉफ्टवेअर][github] आहे. - -- आमच्या बीटा कार्यक्रमात सहभागी होऊन, ऍप वैशिष्ट्ये सुचवा, व आम्हाला - बग(त्रुटी) कळवा: - * [iOS Beta (TestFlight)][testflight] - * [Android Beta (Firebase)][firebase] - * [Linux Desktop Beta (Flatpak)][flatpak] - * [Linux Desktop Beta (packages)][repology] -- बग किंवा त्रुटी आम्हाला [इशू ट्रॅकर][issues] or [ईमेल द्वारे][email] कळवा. -- नवीन कल्पना किंवा वैशिष्ट्ये सुचवण्यासाठी [चर्चा करा][ideas]. -- नविनतम माहितीसाठी आमच्या [टेलिग्राम चॅनल][telegram] किंवा [मैट्रिक्स - स्पेस][matrix] चे सदस्य व्हा. -- इतर वापरकर्त्यांसोबत चर्चा करायला आमच्या [टेलिग्राम गटात][telegram_chat] - सहभागी व्हा. -- आमच्या [GitHub पृष्ठावर][github] भेट द्या. -- [Mastodon][mastodon], [Facebook][facebook], [Twitter][twitter], - [Instagram][instagram], [Reddit][reddit], [LinkedIn][LinkedIn] वरुन आमची - माहिती मिळवा. - -[फोर्क]: https://en.wikipedia.org/wiki/Fork_(software_development) - -{{ references() }} diff --git a/content/_index.nl.md b/content/_index.nl.md deleted file mode 100644 index 6b38fe7f..00000000 --- a/content/_index.nl.md +++ /dev/null @@ -1,129 +0,0 @@ ---- -description: 'Snelle, gedetailleerde, offline kaarten voor reizigers, toeristen, automobilisten, wandelaars, en fietsers gemaakt door de oprichters van de app MapsWithMe (Maps.Me).' -extra: - menu_title: Start -page_template: index.html -sort_by: weight -title: 'Organic Maps: Offline Wandelen, Fietsen, Routes en Navigatie' ---- - -**Organic Maps** is een gratis Android & iOS offline kaartenapp voor reizigers, toeristen, wandelaars en fietsers gebaseerd op gecrowdsourcete **[OpenStreetMap][openstreetmap]** gegevens. Het is een privacy-gefocuste, open-source [fork][fork] van de app **Maps.me** (voorheen bekend als [**MapsWithMe**][mapswithme]), en wordt onderhouden door dezelfde mensen die **MapsWithMe** hebben gemaakt in 2011. - -**Organic Maps** is één van de weinige apps heden ten dage die 100% van de functionaliteit heeft zonder actieve internetverbinding. Installeer Organic Maps, download kaarten, gooi je SIM kaart weg (trouwens, je provider trackt je altijd), en ga een week op pad zonder je batterij op te laden en zonder dat er één byte naar het netwerk verzonden wordt. - -### Download en installeer Organic Maps in de [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], [Huawei AppGallery][appgallery] {#install} - -{{ badges() }} - -{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Wandelen') }} - -{{ screenshot(src='/images/screenshots/prague.jpg', alt='Praag') }} - -{{ screenshot(src='/images/screenshots/search.jpg', alt='Offline Zoeken') }} - -{{ screenshot(src='/images/screenshots/dark.jpg', alt='Navigation in donkere -stand') }} - -## Functies - -Organic Maps is als app de ultieme metgezel voor reizigers, toeristen, -wandelaars en fietsers: - -- Gedetailleerde offline kaarten met plaatsen die niet bestaan op andere - kaarten, dankzij [OpenStreetMap][openstreetmap] -- Fietsroutes, wandelroutes en -paden -- Contourlijnen, hoogteprofielen, pieken en hellingen -- Routebegeleiding voor wandelen en fietsen en autonavigatie met - stembegeleiding -- Snel offline zoeken op de kaart -- Bladwijzers exporteren en importeren in KML/KMZ formats (GPX is - [gepland][gpx_issue]) -- Donkere stand om je ogen te beschermen -- Landen en regio's nemen niet veel ruimte in beslag -- Gratis en open source - -## Waarom 'Organic'? - -Organic Maps is puur en organisch, met liefde gemaakt: - -- Respecteert je privacy -- Bespaart je batterij -- Geen onverwachte mobiele data rekeningen - -Organic Maps is vrij van trackers en andere slechte dingen: - -- Geen advertenties -- Geen tracking -- Geen dataverzameling -- Geen 'naar huis bellen' -- Geen irritante aanmelding -- Geen verplichte instructies -- Geen opdringerige spam-emails -- Geen pushmeldingen -- Geen crapware -- ~~Geen pesticiden~~ Volledig organisch! - -De applicatie is geverifieerd door [Exodus Privacy Project][exodus]: - -{{ exodus_screenshot() }} - -The iOS application is verified by [TrackerControl for iOS][trackercontrol]: - -{{ trackercontrol_screenshot() }} - -Organic Maps vraagt niet om excessieve machtigingen om je te bespioneren: - -{{ privacy_screenshots() }} - -Bij Organic Maps geloven wij dat privacy een fundamenteel mensenrecht is: - -- Organic Maps is een indie communitygedreven project -- Wij beschermen jouw privacy van de nieuwsgierige ogen van Big Tech -- Blijf veilig, waar je ook bent - -Weiger toezicht – omarm je vrijheid. - -**[Probeer Organic Maps eens!](#install)** - -## Wie betaalt er voor de gratis app? - -De app is voor iedereen gratis. [Doneer](@/donate/index.nl.md) alstublieft -om ons te ondersteunen! - -To donate conveniently, click on your preferred payment method icon below: - -{{ donate_buttons() }} - -### Onze sponsoren: - -[Mythic Beasts](https://www.mythic-beasts.com/) ISP [voorziet -ons][mythic_beasts_donation] van twee virtuele servers met 400 TB/maand aan -gratis bandbreedte om onze gebruikers te helpen met kaarten downloaden en -updaten. - -## Gemeenschap - -Organic Maps is [open-source software][github], die gelicenseerd is onder de -Apache License 2.0. - -- Neemt u alstublieft deel aan ons beta-programma, suggereer uw functies en - rapporteer fouten: - * [iOS Beta (TestFlight)][testflight] - * [Android Beta (Firebase)][firebase] - * [Linux Desktop Beta (Flatpak)][flatpak] - * [Linux Desktop Beta (paketten)][repology] -- Rapporteer bugs of problemen via [de issue tracker][issues] of [mail - ons][email]. -- [Bediscussieer][ideas] ideeën of stel functieverzoeken voor. -- Abonneer op ons [Telegram kanaal][telegram] of op de [matrix - space][matrix] voor updates. -- Kom bij onze [Telegram groep][telegram_chat] om te discussiëren met andere - gebruikers. -- Bezoek onze [GitHub pagina][github]. -- Volg onze update op [Mastodon][mastodon], [Facebook][facebook], - [Twitter][twitter], [Instagram][instagram], [Reddit][reddit], - [LinkedIn][LinkedIn]. - -[fork]: https://nl.wikipedia.org/wiki/Fork_(ontwikkeling) - -{{ references() }} diff --git a/content/_index.oc.md b/content/_index.oc.md deleted file mode 100644 index 71a1d3fd..00000000 --- a/content/_index.oc.md +++ /dev/null @@ -1,132 +0,0 @@ ---- -description: 'De mapas detalhadas, rapidas e sensa connexion per lei viatgaires, lei toristas, leis automobilistas, leis caminaires e lei ciclistas creadas per lei fondators de l’aplicacion MapsWithMe (Maps.Me).' -extra: - menu_title: Acuèlh -page_template: index.html -sort_by: weight -title: 'De Mapas Organicas : escorregudas ciclistas, caminadas, itineraris e percors guidats fòra de linha' ---- - -**Mapas Organicas** es una aplicacion de mapas a gratis sensa connexion per Android e iOS destinada ai viatgaires, toristas, caminaires d’escorregudas e ciclistas, basada sus lei donadas d’**[OpenStreetMap][openstreetmap]**. Es una [bifurcacion][fork] centrada sus la privadesa de **Maps.me** (ancianament conegut per [**MapsWithMe**][mapswithme]), e mantenguda per lei meteissas personas que crearàn **MapsWithMe** en 2011. - -N’i a gaire a l’ora d’ara d’aplicacions coma **Mapas Organicas** que foncionan entierament sensa la connexion a Internet activa. Installatz Mapas Organicas, teledescargatz de mapas, escampatz vòstra carteta SIM (que, o sabètz, vòstre operator vos es a l’après de lònga) e partètz per una setmana de viatge amb un solet plen de batariá sensa un bit mandat au malhum. - -### Telecargatz e installatz Mapas Organicas de l’[AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid] o [Huawei AppGallery][appgallery] {#install} - -{{ badges() }} - -{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Escorregudas') }} - -{{ screenshot(src='/images/screenshots/prague.jpg', alt='Praga') }} - -{{ screenshot(src='/images/screenshots/search.jpg', alt='Recèrca fòra de -linha') }} - -{{ screenshot(src='/images/screenshots/dark.jpg', alt='Navigacion en mòde -fosc') }} - -## Foncionalitats - -Mapas Organicas es l’aplicacion ultima per lei viatjaires, lei caminaires e -lei ciclistas : - -- De mapas detalhadas fòra de linha amb de luòcs que se tròban pas sus leis - autreis mapas, gràcias a [OpenStreetMap][openstreetmap] -- Percors ciclistes, draias d’escorregudas e caminaments -- Linhas de contorn, perfius d’elevacion, cimas e pendents -- Navigacion pas a pas d’a pès, amb la bicicleta, l’automobila e guida de - votz -- Recèrcas rapidas sus la mapa e fòra de linha -- Lei marcadors s'expòrtan e impòrtan en formats KML/KMZ (GPX es - [planificat][gpx_issue]) -- Mòde fosc per protegir vòstreis uelhs -- Lei país e lei regions utilizan gaire d'espaci -- De còde liure e dobèrt - -## Perque chausir Organic? - -Mapas Organicas es pur e organic e mai o fasèm amb amor: - -- Respècta vòstra vida privada -- Esparnha la batariá -- A pas besonh de cargar una quantitat de donadas inesperadas - -L'aplicacion Mapas Organicas escapa ais espiadors e autreis seguidors -malins: - -- Sensa anóncias -- Conten pas d'espiadors -- Sensa culhida de donadas -- Se connècta pas d'escondons en ges de servidor -- Sensa enregistraments penibles -- Ges de tutoriaus obligatòris -- Sensa spam per corrier electronic -- Push notifications -- Sensa complements complicats -- ~~Sensa pesticides~~ Completament organic! - -L'aplicacion es verificada per lo [Projecte Exodus Privacy][exodus]: - -{{ exodus_screenshot() }} - -The iOS application is verified by [TrackerControl for iOS][trackercontrol]: - -{{ trackercontrol_screenshot() }} - -Mapas Organicas demanda pas de permissions excessivas per vos espiar: - -{{ privacy_screenshots() }} - -En cò de Mapas Organicas, cresèm que la vida privada es un drech uman -fondamentau: - -- Mapas Organicas es un projècte independent, comunautari e dobèrt -- Gardam la vida privada de cadun deis espiadors dei Grandei Tecnologias -- Gardatz-vos sauves e segurs onte que vos trobètz - -Rebutar la susvelhança. Assegurar la libertat. - -**[¡Assaja Mapas Organicas!](#install)** - -## Cu paga per l'aplicacion a gratis? - -L'aplicacion es a gratis per totei. Se volètz [donar](@/donate/index.ca.md) -per nos ajudar! - -To donate conveniently, click on your preferred payment method icon below: - -{{ donate_buttons() }} - -### Nòstres esponsòrs - -Lo fornidor [Mythic Beasts](https://www.mythic-beasts.com/) [nos -apòrta][mythic_beasts_donation] dos servidors virtuaus amb 400 TB/mes -d'amplada de banda gratis per ajudar nòstreis utilizators amb -l’actualizacion e la descarga dei mapas. - -## Comunautat - -Mapas Organicas es un [programa liure][github] disponible en vertut de la -Licéncia Apatxe 2.0. - -- Rejonhètz nòstre programa beta per suggerir de fonccionalitats e avertir - d’errors: - * [Beta de iOS (TestFlight)][testflight] - * [Beta de Android (Firebase)][firebase] - * [Beta de PC Linux (Flatpak)][flatpak] - * [Beta de PC Linux (paquets)][repology] -- Senhalatz d'errors ò de dificultats per lo [seguidor d'errors][issues] ò - [mandatz-nos un corrier electronic][email]. -- [Debatre][ideas] d'idèas ò prepausar de foncions. -- Marcatz-vos a nòstre [canau Telegram][telegram] ò a l’ [espaci - matritz][matrix] per èstre au corrent. -- Rejonhètz nòstre [grop Telegram][telegram_chat] per charrar amb d’autrei - utilizators. -- Visitatz nòstra [pagina GitHub][github]. -- Seguissètz lei noveutats sus [Mastodon][mastodon], [Facebook][facebook], - [Twitter][twitter], [Instagram][instagram], [Reddit][reddit] e - [LinkedIn][LinkedIn]. - -[fork]: https://en.wikipedia.org/wiki/Fork_(software_development) - -{{ references() }} diff --git a/content/_index.pl.md b/content/_index.pl.md deleted file mode 100644 index 74b6fadd..00000000 --- a/content/_index.pl.md +++ /dev/null @@ -1,135 +0,0 @@ ---- -description: 'Szybkie szczegółowe mapy offline dla podróżników, turystów, kierowców, wędrowców i rowerzystów stworzone przez założycieli aplikacji MapsWithMe (Maps.Me).' -extra: - menu_title: 'Strona główna' -page_template: index.html -sort_by: weight -title: 'Organic Maps: wędrówki, jazda na rowerze, szlaki i nawigacja offline' ---- - -**Organic Maps** to darmowa aplikacja na Androida i iOS z mapami offline dla podróżników, turystów, wędrowców i rowerzystów, bazująca na współtworzonych danych **[OpenStreetMap][openstreetmap]**. Jest otwartoźródłowym [forkiem][fork] aplikacji **Maps.me** (wcześniej znanej jako [**MapsWithMe**][mapswithme]) z naciskiem na prywatność, utrzymywanym przez te same osoby, które stworzyły **MapsWithMe** w 2011 roku. - -**Organic Maps** to jedna z niewielu obecnie aplikacji, która obsługuje 100% funkcji bez aktywnego połączenia z internetem. Zainstaluj Organic Maps, pobierz mapy, wyrzuć kartę SIM (tak przy okazji, Twój operator stale Cię śledzi) i wybierz się na tygodniową wycieczkę na jednym ładowaniu baterii bez żadnego bajtu wysłanego do sieci. - -### Pobierz i zainstaluj Organic Maps z [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], [Huawei AppGallery][appgallery] {#install} - -{{ badges() }} - -{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Turystyka piesza') -}} - -{{ screenshot(src='/images/screenshots/prague.jpg', alt='Praga') }} - -{{ screenshot(src='/images/screenshots/search.jpg', alt='Wyszukiwanie -offline') }} - -{{ screenshot(src='/images/screenshots/dark.jpg', alt='Nawigacja w trybie -ciemnym') }} - -## Funkcje - -Organic Maps to doskonała aplikacja towarzysząca dla podróżników, turystów, -wędrowców i rowerzystów: - -- Szczegółowe mapy offline z miejscami, które nie istnieją na innych mapach, - dzięki [OpenStreetMap][openstreetmap] -- Trasy rowerowe, szlaki turystyczne, ścieżki spacerowe -- Linie konturowe, profile wysokościowe, szczyty i zbocza -- Nawigacja piesza, rowerowa i samochodowa "zakręt po zakręcie" ze - wskazówkami głosowymi -- Szybkie wyszukiwanie offline na mapie -- Eksport i import zakładek w formatach KML/KMZ (GPX jest - [planowane][gpx_issue]) -- Tryb ciemny, aby chronić Twoje oczy -- Kraje i regiony nie zajmują dużo miejsca -- Wolne i otwarte źródło - -## Dlaczego Organic? - -Organic Maps jest czyste i organiczne, wykonane z miłością: - -- Szanuje Twoją prywatność -- Oszczędza baterię -- Brak nieoczekiwanych opłat za dane mobilne - -Aplikacja Organic Maps jest wolna od mechanizmów śledzących i innych złych -rzeczy: - -- Brak reklam -- Brak śledzenia -- Brak gromadzenia danych -- Brak możliwości dzwonienia do domu -- Brak irytującej rejestracji -- Brak obowiązkowych samouczków -- Brak hałaśliwego spamu pocztowego -- Brak wyskakujących powiadomień push -- Brak programów typu "crapware" -- ~~Brak pestycydów~~ Czysto organiczne! - -Aplikacja jest weryfikowana przez [Projekt Prywatności Exodus][exodus]: - -{{ exodus_screenshot() }} - -Aplikacja iOS jest weryfikowana przez [TrackerControl for -iOS][trackercontrol]: - -{{ trackercontrol_screenshot() }} - -Organic Maps nie żąda nadmiernych uprawnień celem szpiegowania użytkownika: - -{{ privacy_screenshots() }} - -W Organic Maps wierzymy, że prywatność jest podstawowym prawem człowieka: - -- Organic Maps to niezależny, kierowany przez społeczność projekt - otwartoźródłowy -- Chronimy Twoją prywatność przed wścibskimi oczami megakorporacji - technologicznych -- Utrzymuj bezpieczeństwo bez względu na to, gdzie jesteś - -Odrzuć inwigilację - ogarnij swoją wolność. - -**[Daj szansę Organic Maps!](#install).** - -## Kto płaci za darmową aplikację? - -Aplikacja jest darmowa dla wszystkich. Prosimy o [przekazanie -darowizny](@/donate/index.pl.md), aby nas wesprzeć! - -Aby natychmiast przekazać darowiznę, kliknij ikonę preferowanej metody -płatności poniżej: - -{{ donate_buttons() }} - -### Nasi sponsorzy: - -Dostawca usług internetowych [Mythic Beasts](https://www.mythic-beasts.com/) -[udostępnia nam][mythic_beasts_donation] dwa wirtualne serwery z 400 -TB/miesiąc darmowej przepustowości, aby pomóc naszym użytkownikom w -pobieraniu map i aktualizacji. - -## Społeczność - -Organic Maps to oprogramowanie [otwarte][github] licencjonowane na Apache -License 2.0. - -- Dołącz do naszego programu beta, zaproponuj swoje funkcje i zgłoś błędy: - * [iOS Beta (TestFlight)][testflight] - * [Android Beta (Firebase)][firebase] - * [Linux PC Beta (Flatpak)][flatpak] - * [Linux PC Beta (pakiety)][repology] -- Zgłoś błędy lub problemy na [GitHub][issues] lub [napisz nam - e-mail][email]. -- [Dyskutuj o][ideas] pomysłach lub zaproponuj nowe funkcje. -- Subskrybuj nasz [kanał Telegram][telegram] lub [przestrzeń matrix][matrix] - dla aktualizacji. -- Dołącz do naszej [grupy Telegram][telegram_chat], aby dyskutować z innymi - użytkownikami. -- Odwiedź naszą stronę [GitHub][github]. -- Śledź nasze aktualizacje na [Mastodonie][mastodon], [Facebooku][facebook], - [Twitterze][twitter], [Instagramie][instagram], [Reddicie][reddit], - [LinkedIn][LinkedIn]. - -[fork]: https://pl.wikipedia.org/wiki/Fork - -{{ references() }} diff --git a/content/_index.pt-BR.md b/content/_index.pt-BR.md deleted file mode 100644 index 8329f4f5..00000000 --- a/content/_index.pt-BR.md +++ /dev/null @@ -1,129 +0,0 @@ ---- -description: 'Mapas offline rápidos e detalhados para viajantes, turistas, motoristas, caminhantes e ciclistas criados pelos fundadores do app MapsWithMe (Maps.Me).' -extra: - menu_title: Início -page_template: index.html -sort_by: weight -title: 'Organic Maps: Caminhada, Ciclismo, Trilhas e Navegação Offline' ---- - -**Organic Maps** é um aplicativo gratuito para Android e iOS de mapas offline para viajantes, turistas, caminhantes e ciclistas baseado nos dados do **[OpenStreetMap][openstreetmap]**. É um aplicativo com foco na privacidade, sendo uma [bifurcação][fork] aberta do app **Maps.me** (anteriormente conhecido como [**MapsWithMe**][mapswithme]), mantido pelas mesmas pessoas que criaram o **MapsWithMe** em 2011. - -**Organic Maps** é atualmente um dos poucos apps que suporta 100% das suas funcionalidades sem uma conexão ativa com a internet. Instale Organic Maps, baixe mapas, jogue fora seu chip (a propósito, sua operadora o rastreia constantemente), e faça uma viagem no fim de semana com uma única carga de bateria sem nenhum byte enviado para a rede. - -### Baixe e instale Organic Maps a partir da [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], [Huawei AppGallery][appgallery] {#install} - -{{ badges() }} - -{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Caminhada') }} - -{{ screenshot(src='/images/screenshots/prague.jpg', alt='Praga') }} - -{{ screenshot(src='/images/screenshots/search.jpg', alt='Busca Offline') }} - -{{ screenshot(src='/images/screenshots/dark.jpg', alt='Navegação em modo -escuro') }} - -## Recursos - -Organic Maps é o app companheiro ideal para viajantes, turistas, caminhantes -e ciclistas: - -- Mapas offline detalhados com lugares que não existem em outros mapas, - graças ao [OpenStreetMap][openstreetmap] -- Rotas de ciclismo, trilhas para caminhadas e caminhos para pedestres -- Curvas de nível, perfis de elevação, picos e encostas -- Navegação passo a passo a pé, bicicleta e carro, com orientação por voz -- Busca rápida offline no mapa -- Exportação e importação de marcadores nos formatos KML/KMZ (GPX é - [planejado][gpx_issue]) -- Modo escuro para proteger seus olhos -- Países e regiões não ocupam muito espaço -- Livre e de código aberto - -## Por que orgânico? - -O Organic Maps é puro e orgânico, feito com amor: - -- Respeita sua privacidade -- Economiza sua bateria -- Sem cobranças inesperadas de dados móveis - -O app Organic Maps está livre de rastreadores e outras coisas ruins: - -- Sem anúncios -- Sem rastreamento -- Sem coleta de dados -- Sem conexões para servidores externos -- Sem registros desnecessários -- Sem tutoriais obrigatórios -- Sem lixo eletrônico por e-mail -- Sem notificações push -- Sem recursos desnecessários -- ~~Sem pesticidas~~ Puramente orgânico! - -O app é verificado pelo [Projeto Exodus Privacy][exodus]: - -{{ exodus_screenshot() }} - -A versão iOS é verificada por [TrackerControl for iOS][trackercontrol]: - -{{ trackercontrol_screenshot() }} - -Organic Maps não solicita permissões excessivas para espioná-lo: - -{{ privacy_screenshots() }} - -No Organic Maps, acreditamos que a privacidade é um direito humano -fundamental: - -- Organic Maps é um projeto independente voltado para a comunidade -- Protegemos a sua privacidade dos olhos curiosos das grandes empresas -- Fique protegido, não importa onde você esteja - -Rejeite a vigilância - abrace sua liberdade. - -**[Experimente Organic Maps!](#install)** - -## Quem está pagando pelo app gratuito? - -O app é gratuito para todos. Por favor [faça uma -doação](@/donate/index.pt-BR.md) para nos apoiar! - -Para doar imediatamente, clique no método preferido de pagamento abaixo: - -{{ donate_buttons() }} - -### Nossos patrocinadores: - -O provedor [Mythic Beasts](https://www.mythic-beasts.com/) [nos -fornece][mythic_beasts_donation] dois servidores virtuais com 400 TB/mês de -tráfego gratuito para ajudar nossos usuários com downloads de mapas e -atualizações. - -## Comunidade - -Organic Maps é um [software de código aberto][github] licenciado sob a -Licença Apache 2.0. - -- Por favor, junte-se ao nosso programa beta, faça suas sugestões e relate - erros: - * [iOS Beta (TestFlight)][testflight] - * [Android Beta (Firebase)][firebase] - * [Linux Desktop Beta (Flatpak)][flatpak] - * [Linux Desktop Beta (packages)][repology] -- Relate erros ou problemas no [rastreador de problemas][issues] ou por - [e-mail][email]. -- [Discuta][ideas] ideias ou proponha novos recursos. -- Inscreva-se em nosso [canal do Telegram][telegram] ou no [espaço - matrix][matrix] para novidades. -- Junte-se ao nosso [grupo do Telegram][telegram_chat] para conversar com - outros usuários. -- Visite nossa [página no GitHub][github]. -- Siga nossas atualizações no [Mastodon][mastodon], [Facebook][facebook], - [Twitter][twitter], [Instagram][instagram], [Reddit][reddit] e - [LinkedIn][LinkedIn]. - -[fork]: https://pt.wikipedia.org/wiki/Bifurcação_(desenvolvimento_de_software) - -{{ references() }} diff --git a/content/_index.ru.md b/content/_index.ru.md deleted file mode 100644 index 62dd5455..00000000 --- a/content/_index.ru.md +++ /dev/null @@ -1,70 +0,0 @@ ---- -title: "Organic Maps: бесплатные офлайн карты и навигация" -description: Бесплатные офлайн карты для путешественников, туристов, велосипедистов и водителей на основе данных OpenStreetMap от создателей приложения MapsWithMe, позже переименованного в Maps.me -page_template: index.html -sort_by: weight -extra: - menu_title: Главная ---- - -**Organic Maps** — это бесплатные iOS и Android офлайн карты с навигацией для путешественников, туристов, велосипедистов и водителей на основе данных **[OpenStreetMap](https://www.openstreetmap.org)** (**OSM**), -с открытым исходным кодом, с фокусом на приватность и безопасность пользователей, от создателей приложения **MapsWithMe**, позже переименованного в **Maps.me**. - -*Organic Maps* поддерживает 100% функций без активного Интернет-подключения. Загрузите нужные карты, выбросьте SIM-карту (кстати, ваш оператор постоянно отслеживает вас) и отправляйтесь в недельное путешествие на одном заряде батареи. - -### Загрузить и установить Organic Maps из [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], [Huawei AppGallery][appgallery] {#install} - -{{ badges() }} - -{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Пеший поход') }} -{{ screenshot(src='/images/screenshots/prague.jpg', alt='Прага') }} -{{ screenshot(src='/images/screenshots/search.jpg', alt='Офлайн поиск') }} -{{ screenshot(src='/images/screenshots/dark.jpg', alt='Навигация в ночном режиме') }} - -## Возможности - -- Детальные и *быстрые* карты всего мира с местами, которых нет в других картах -- Велосипедные маршруты, пешеходные тропы и пешеходные дорожки -- Авто, вело и пеший навигатор с голосовыми подсказками -- Карты метро для крупных городов -- Быстрый поиск интересных мест на карте -- Экспорт и импорт закладок в форматах KML/KMZ (GPX [планируется](https://github.com/organicmaps/organicmaps/issues/624)) - -## Почему Organic? - -Organic Maps — это офлайн-карты здорового человека, сделанные с любовью и уважением к своим пользователям: - -- Работают без Интернета; -- Карты занимают мало места; -- Не жрут батарею; -- Не тормозят; -- [Не шпионят за пользователями](https://reports.exodus-privacy.eu.org/en/reports/app.organicmaps/latest/); -- Не содержат рекламы; -- Без регистрации и SMS; -- С открытым исходным кодом. - -## Помощь проекту - -Organic Maps развивается сообществом энтузиастов благодаря вашей поддержке. - -{{ donate_buttons() }} - -Помогите проекту [финансово](/ru/donate "поддержать деньгами") чтобы приложение могло жить и развиваться. - -## Сообщество - -- Подписывайтесь на наш [канал новостей в Telegram][telegram]; -- Присоединяйтесь к [русскоязычной группе в Telegram][telegram_chat_ru] или [Matrix space][matrix_ru] для обратной связи и помощи; -- Подключайтесь к программе тестирования бета-версий: - * [iOS Beta (TestFlight)][testflight] - * [Android Beta (Firebase)][firebase] - * [Linux Desktop Beta (Flatpak)](https://flathub.org/apps/details/app.organicmaps.desktop) - * [Linux Desktop Beta (packages)](https://repology.org/project/organicmaps/versions) -- Сообщайте о проблемах и предлагайте новые идеи [на GitHub][issues] или [по почте][email]; -- Нарисуйте свой дом и район вокруг в [OpenStreetMap](https://openstreetmap.org); -- Помогите с [переводом](https://github.com/organicmaps/organicmaps/blob/master/docs/TRANSLATIONS.md) приложения и веб-сайта на другие языки. -- Поучаствуйте в [разработке][contributing] приложения под Android и iOS; -- Подпишитесь на нас в [Facebook][facebook], [Twitter][twitter] и [Instagram][instagram]. -- Расскажите своим друзьям и знакомым. - -{{ references() }} diff --git a/content/_index.sv.md b/content/_index.sv.md deleted file mode 100644 index 0e4d4bdb..00000000 --- a/content/_index.sv.md +++ /dev/null @@ -1,132 +0,0 @@ ---- -description: 'Snabba detaljerade offline-kartor för resenärer, turister, förare, vandrare och cyklister skapade av grundarna av appen MapsWithMe (Maps.Me).' -extra: - menu_title: Hem -page_template: index.html -sort_by: weight -title: 'Organic Maps: Offline Vandring, Cykling, Leder och Navigering' ---- - -**Organic Maps** är en gratis Android- och iOS-app för resenärer, turister, vandrare och cyklister som bygger på data från publiken **[OpenStreetMap][openstreetmap]**. Det är en [fork][fork] med öppen källkod av appen **Maps.me** (tidigare känd som [**MapsWithMe**][mapswithme]), som underhålls av samma personer som skapade **MapsWithMe** 2011. - -**Organic Maps** är ett av få program som numera stöder 100 % av funktionerna utan en aktiv internetanslutning. Installera Organic Maps, ladda ner kartor, släng ditt SIM-kort (din operatör spårar dig förresten hela tiden) och gör en veckolång resa med en enda batteriladdning utan att någon byte skickas till nätet. - -### Ladda ner och installera Organic Maps från [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], [Huawei AppGallery][appgallery] {#install} - -{{ badges() }} - -{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Vandring') }} - -{{ screenshot(src='/images/screenshots/prague.jpg', alt='Prag') }} - -{{ screenshot(src='/images/screenshots/search.jpg', alt='Offline Sökning') -}} - -{{ screenshot(src='/images/screenshots/dark.jpg', alt='Navigation i mörkt -läge') }} - -## Funktioner - -Organic Maps är den ultimata appen för resenärer, turister, vandrare och -cyklister: - -- Detaljerade offline-kartor med platser som inte finns på andra kartor, - tack vare [OpenStreetMap][openstreetmap] -- Cykelvägar, vandringsleder och promenadvägar -- Konturlinjer, höjdprofiler, toppar och sluttningar -- Tur-för-tur-navigering för promenader, cykling och bilnavigering med - röststyrning -- Snabb offline-sökning på kartan -- Export och import av bokmärken i KML/KMZ-format (GPX är - [planerat][gpx_issue]) -- Mörkt läge för att skydda dina ögon -- Länder och regioner tar inte mycket plats -- Gratis och öppen källkod - -## Varför Organisk? - -Organic Maps är ren och organisk, gjord med kärlek: - -- Respekterar din integritet -- Sparar ditt batteri -- Inga oväntade avgifter för mobildata - -Organic Maps app är fri från spårare och andra dåliga saker: - -- Inga annonser -- Ingen spårning -- Ingen data samling -- Ingen uppringning hem -- Ingen irriterande registrering -- Inga obligatoriska handledningar -- Ingen brusig email spam -- Inga push-notifikationer -- Ingen skitvara -- ~~Icke-besprutat~~ Rent organiskt! - -Ansökan verifieras av [Exodus Privacy Project][exodus]: - -{{ exodus_screenshot() }} - -iOS-applikationen har verifierats av [TrackerControl för -iOS][trackercontrol]: - -{{ trackercontrol_screenshot() }} - -Organic Maps begär inte överdrivna behörigheter för att spionera på dig: - -{{ privacy_screenshots() }} - -På Organic Maps anser vi att integritet är en grundläggande mänsklig -rättighet: - -- Organic Maps är ett indiegemenskapsdrivet projekt med öppen källkod -- Vi skyddar din integritet från Big Techs nyfikna ögon -- Håll dig säker oavsett var du befinner dig - -Vägra övervakning. Välkomna friheten. - -**[Testa Organic Maps!](#install)** - -## Vem betalar för den kostnadsfria appen? - -Appen är gratis för alla. Vänligen [donera](@/donate/index.sv.md) för att -stödja oss! - -För att donera omedelbart, klicka på en ikon för önskad betalningsmetod -nedan: - -{{ donate_buttons() }} - -### Våra sponsorer: - -[Mythic Beasts](https://www.mythic-beasts.com/) ISP [ger -oss][mythic_beasts_donation] två virtuella servrar med 400 TB/månad gratis -bandbredd för att hjälpa våra användare med nedladdningar och uppdateringar -av kartor. - -## Gemenskap - -Organic Maps är en [programvara med öppen källkod][github] licensierad under -Apache License 2.0. - -- Gå med i vårt betaprogram, föreslå funktioner och rapportera fel: - * [iOS Beta (TestFlight)][testflight] - * [Android Beta (Firebase)][firebase] - * [Linux Desktop Beta (Flatpak)][flatpak] - * [Linux Desktop Beta (paket)][repology] -- Rapportera fel eller problem till [problemspåraren][issues] eller [mejla - oss][email]. -- [Diskutera][ideas] idéer eller föreslå önskemål om funktioner. -- Prenumerera på vår [Telegram Channel][telegram] eller på [matrix - space][matrix] för uppdateringar. -- Gå med i vår [Telegramgrupp][telegram_chat] för att diskutera med andra - användare. -- Besök vår [GitHub-sida][github]. -- Följ våra uppdateringar på [Mastodon][mastodon], [Facebook][facebook], - [Twitter][twitter], [Instagram][instagram], [Reddit][reddit], - [LinkedIn][LinkedIn]. - -[fork]: https://sv.wikipedia.org/wiki/Fork - -{{ references() }} diff --git a/content/_index.tr.md b/content/_index.tr.md deleted file mode 100644 index 52614987..00000000 --- a/content/_index.tr.md +++ /dev/null @@ -1,116 +0,0 @@ ---- -title: "Organic Maps: Çevrimdışı Yürüyüş, Bisiklet, Parkurlar ve Navigasyon" -description: OpenStreetMap'e dayanan ve MapsWithMe'nin (Maps.Me) kurucuları tarafından sevgiyle yapılan. Gezginler, turistler, yürüyüşçüler ve bisikletçiler için hızlı ve ayrıntılı çevrimdışı harita uygulaması. -page_template: index.html -sort_by: weight -extra: - menu_title: Ana sayfa ---- - -**Organic Maps** gezginler, turistler, yürüyüşçüler ve bisikletçiler için ücretsiz bir Android ve iOS çevrimdışı harita uygulamasıdır. -Topluluk kaynaklı [**OpenStreetMap**][openstreetmap] verilerine dayanmaktadır. -Daha önce [**MapsWithMe**][mapswithme] olarak bilinen **Maps.me** uygulamasının gizlilik odaklı, açık kaynaklı bir [çatalı](https://tr.wikipedia.org/wiki/%C3%87atal_(yaz%C4%B1l%C4%B1m_geli%C5%9Ftirme)) olan Organic Maps, 2011 yılında **MapsWithMe** uygulamasını geliştiren kişiler tarafından sürdürülmektedir. - -### Organic Maps'i [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], [Huawei AppGallery][appgallery] adresinden indirin ve yükleyin {#install} - -{{ badges() }} - -{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Yürüyüş') }} -{{ screenshot(src='/images/screenshots/prague.jpg', alt='Prag') }} -{{ screenshot(src='/images/screenshots/search.jpg', alt='Çevrimdışı Arama') }} -{{ screenshot(src='/images/screenshots/dark.jpg', alt='Koyu modda navigasyon') }} - -## Özellikler - -Organic Maps gezginler, turistler, yürüyüşçüler ve bisikletçiler için mükemmel bir uygulamadır: - -- [OpenStreetMap][openstreetmap] sayesinde diğer haritalarda bulunmayan yerleri içeren ayrıntılı çevrimdışı haritalar -- Bisiklet yolları, doğa yürüyüşü parkurları ve yürüyüş yolları -- Eş yükselti çizgileri, yükseklik profilleri, tepe noktaları ve eğimler -- Sesli yönlendirmelerle adım adım yürüyüş, bisiklet ve araç navigasyonu -- Haritada hızlı ve çevrimdışı arama -- Yer imlerini KML/KMZ formatlarında dışa ve içe aktarma (GPX desteği de [planlanıyor][gpx_issue]) -- Gözlerinizi korumak için Koyu Mod -- Fazla depolama alanı kaplamayan ülke ve bölgeler -- Özgür ve açık kaynak kodlu - -## Neden Organic? - -Organic Maps saf ve organiktir, sevgiyle yapılmıştır: - -- Gizliliğinize saygı duyar -- Pil gücünden tasarruf sağlar -- Beklenmeyen mobil veri ücreti olmaz - -Organic Maps uygulaması izleyicilerden ve diğer kötü şeylerden arındırılmıştır: - -- Reklam yok -- İzleme yok -- Veri toplama yok -- Evi aramak yok -- Rahatsız edici kayıt yok -- Zorunlu öğretici yok -- Gürültülü e-posta spam yok -- Push bildirimleri yok -- Crapware yok -- ~~Böcek ilacı yok~~ Tamamen organik! - -Uygulama Exodus Gizlilik Projesi tarafından doğrulandı: -
- - -Organic Maps sizi gözetlemek için aşırı izinler istemez: - - - - -Organic Maps'te gizliliğin temel bir insan hakkı olduğuna inanıyoruz: - -- Organic Maps, bağımsız bir topluluk tarafından yönlendirilen açık kaynaklı bir projedir -- Gizliliğinizi Big Tech'in meraklı gözlerinden koruyoruz -- Nerede olursanız olun güvende kalın - -Gözetlenmeyi reddedin - özgürlüğünüzü kucaklayın. - -Organic Maps'i deneyin! - -## Uygulamanın ücretsiz kalması için kim ödeme yapıyor? - -Bu uygulama herkes için ücretsizdir. Lütfen bizi desteklemek için [bağış yapın](@/donate/index.tr.md)! - -### Bağış yapmanın farklı yolları vardır: - -{{ donate_buttons() }} - -### Sponsorlarımız: - -[Mythic Beasts](https://www.mythic-beasts.com/) ISS kullanıcılarımıza harita indirmeleri ve güncellemeleri konusunda yardımcı olmak için ayda 400 TB ücretsiz bant genişliğine sahip iki sanal sunucu [sağlıyor](https://www.mythic-beasts.com/blog/2021/10/06/improving-the-world-bit-by-expensive-bit/). - -### Bizi destekle - -Bizi desteklemenin birçok yolu var, tüm yollar [burada](@/support-us/index.tr.md) mevcut. - -## Beta - -Lütfen beta programımıza katılın, yeni özellikler önerin ve hataları bildirin: - -- [iOS Beta (TestFlight)][testflight] -- [Android Beta (Firebase)][firebase] -- [Linux Desktop Beta (Flatpak)](https://flathub.org/apps/details/app.organicmaps.desktop) -- [Linux Desktop Beta (pacchetti)](https://repology.org/project/organicmaps/versions) - -## Topluluk - -Organic Maps, Apache License 2.0 altında lisanslanmış bir [açık kaynaklı yazılımdır][github]. - -- [Sorun izleyicisine][issues] sorunları ve hataları bildirin. -- Fikirleri [tartışın][ideas] ya da özellik istekleri önerin -- Güncellemeler için [Telegram Kanalımıza][telegram] abone olun -- Diğer kullanıcılarla tartışmak için [Telegram Grubumuza](https://t.me/OrganicMapsTR) veya [matrix odamıza][matrix] katılın -- Join our [Telegram Group][telegram_chat] to discuss with other users. -- [GitHub sayfamızı][github] ziyaret edin -- [E-posta][email] ile bizimle iletişime geçin -- Güncellemelerimizi [Facebook][facebook], [Twitter][twitter] ve -- [Instagram](https://instagram.com/organicmapstr/) üzerinden takip edin. - -{{ references() }} diff --git a/content/_index.uk.md b/content/_index.uk.md deleted file mode 100644 index 68dd22cc..00000000 --- a/content/_index.uk.md +++ /dev/null @@ -1,133 +0,0 @@ ---- -description: 'Швидкі та детальні офлайн-карти для мандрівників, туристів, водіїв, пішоходів та велосипедистів, створені засновниками застосунку MapsWithMe (Maps.Me).' -extra: - menu_title: Головна -page_template: index.html -sort_by: weight -title: 'Organic Maps: Офлайн карти та GPS навігація' ---- - -**Organic Maps** - це безкоштовний офлайн застосунок під Android та iOS для мандрівників, туристів, пішоходів та велосипедистів, що базується на даних з відкритого джерела **[OpenStreetMap][openstreetmap]**. Це орієнтований на конфіденційність, відкритий [форк][fork] застосунку **Maps.me** (раніше відомого, як [**MapsWithMe**][mapswithme]), який підтримується тими ж людьми, що створили **MapsWithMe** у 2011 році. - -**Organic Maps** - один з небагатьох застосунків, який підтримує 100% функціональність без активного інтернет-з’єднання. Встановіть Organic Maps, завантажте мапи, викиньте SIM-карту (до речі, ваш оператор постійно відстежує вас) та вирушайте в тижневу подорож на одному заряді батареї без жодного байта, відправленого в мережу. - -### Завантажте та встановіть Organic Maps з [AppStore][appstore], [Google Play][googleplay], [F-Droid][fdroid], [Huawei AppGallery][appgallery] {#install} - -{{ badges() }} - -{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Піші прогулянки') -}} - -{{ screenshot(src='/images/screenshots/prague.jpg', alt='Прага') }} - -{{ screenshot(src='/images/screenshots/search.jpg', alt='Офлайн пошук') }} - -{{ screenshot(src='/images/screenshots/dark.jpg', alt='Навігація в нічному -режимі') }} - -## Особливості - -Organic Maps - це незамінний застосунок компаньйон для мандрівників, -туристів, пішоходів та велосипедистів: - -- Детальні офлайн мапи з місцями, яких немає на інших мапах, завдяки - [OpenStreetMap][openstreetmap] -- Велосипедні маршрути, туристичні стежки та пішохідні доріжки -- Контурні лінії, профілі висот, піки та схили -- Покрокові інструкції для пішоходів, велосипедистів та автомобільна - навігація з голосовим супроводом -- Швидкий офлайн пошук на мапі -- Експорт та імпорт закладок та треків у форматах KML/KMZ та GPX -- Темний режим для захисту ваших очей -- Країни та регіони не займають багато місця в телефоні -- Безкоштовний та з відкритим початковим кодом - -## Чому Organic? - -Organic Maps - це чистий і органічний застосунок, зроблений з любов’ю: - -- Поважає вашу конфіденційність -- Економить вашу батарею -- Жодних несподіваних платежів за мобільні дані - -Organic Maps не містить відстеження та інших поганих речей: - -- Без реклами -- Без відстеження -- Без збору даних -- Без передачі даних -- Без дратівливої реєстрації -- Без обов’язкових навчальних посібників -- Без спаму на електронну пошту -- Без push-повідомлень -- Без сміття -- ~~Без пестицидів!~~ Чиста органіка! - -Застосунок перевірений [Exodus Privacy Project][exodus]: - -{{ exodus_screenshot() }} - -Застосусок для iOS перевірено за допомогою [TrackerControl for -iOS][trackercontrol]: - -{{ trackercontrol_screenshot() }} - -Organic Maps не запитує надмірних дозволів, щоб шпигувати за вами: - -{{ privacy_screenshots() }} - -В Organic Maps ми віримо, що конфіденційність є фундаментальним правом -людини: - -- Organic Maps - це незалежний проєкт із відкритим початковим кодом, - керований спільнотою -- Ми захищаємо вашу конфіденційність від сторонніх очей великих компаній -- Залишайтеся в безпеці, де б ви не були - -Відмовтеся від стеження – оберіть свободу. - -**[Спробуйте Organic Maps!](#install)** - -## Хто платить за безкоштовний застосунок? - -Застосунок безкоштовний для всіх. Будь ласка, -[пожертвуйте](@/donate/index.uk.md), щоб підтримати нас! - -Щоб зробити пожертву відразу, натисніть на іконку бажаного способу оплати -нижче: - -{{ donate_buttons() }} - -### Наші спонсори: - -[Mythic Beasts](https://www.mythic-beasts.com/) провайдер [надає -нам][mythic_beasts_donation] два віртуальні сервери з 400 ТБ/місяць -безкоштовної пропускної здатності, щоб допомогти нашим користувачам -завантажувати та оновлювати мапи. - -## Спільнота - -Organic Maps - це [ПЗ з відкритим початковим кодом][github], ліцензоване за -ліцензією Apache License 2.0. - -- Будь ласка, приєднуйтесь до нашої бета-програми, пропонуйте свої функції - та повідомляйте про помилки: - * [iOS Beta (TestFlight)][testflight] - * [Android Beta (Firebase)][firebase] - * [Linux Desktop Beta (Flatpak)][flatpak] - * [Linux Desktop Beta (packages)][repology] -- Повідомляйте про помилки або проблеми на [GitHub][issues] або через - [ел. пошту][email]. -- [Обговорюйте][ideas] ідеї або пропонуйте запити на нові функції. -- Підписуйтесь на наш [Telegram канал][telegram] або на [matrix - space][matrix]. -- Приєднуйтесь до нашої [Telegram групи][telegram_chat], щоб подискутувати з - іншими користувачами. -- Відвідайте нашу [сторінку на GitHub][github]. -- Слідкуйте за нами у [Mastodon][mastodon], [Facebook][facebook], - [Twitter][twitter], [Instagram][instagram], [Reddit][reddit], - [LinkedIn][LinkedIn]. - -[fork]: https://uk.wikipedia.org/wiki/%D0%A4%D0%BE%D1%80%D0%BA - -{{ references() }} diff --git a/content/_index.zh-Hans.md b/content/_index.zh-Hans.md deleted file mode 100644 index 76573300..00000000 --- a/content/_index.zh-Hans.md +++ /dev/null @@ -1,113 +0,0 @@ ---- -description: 由MapsWithMe(Maps.Me)应用程序的创始人为旅行者、游客、司机、徒步旅行者和骑行者创建的细致而快速的离线地图。 -extra: - menu_title: 主页 -page_template: index.html -sort_by: weight -title: 'Organic Maps:离线的远足、自行车、登山和导航地图' ---- - -**Organic Maps** 是一个免费的安卓和iOS平台离线地图应用程序,为旅行者、游客、徒步旅行者和骑行者提供基于**[OpenStreetMap][openstreetmap]** 的众源数据。它是**Maps.me** 应用程序(以前称为[**MapsWithMe**][mapswithme],由2011年创建**MapsWithMe** 的同一个人维护)的一个开源且注重隐私的[分支][fork]。 - -**Organic Maps** 是目前少数几个不需要持续互联网连接就能支持100%功能的应用程序之一。安装Organic Maps,下载地图,扔掉你的SIM卡(顺便说一下,你的运营商会不断地跟踪你),充一次电池就可以出去旅行一周而不需要通过网络发送哪怕一个字节。 - -### 从 [AppStore][appstore]、[Google Play][googleplay]、[FDroid][fdroid]、[华为 AppGallery][appgallery] 下载并安装Organic Maps {#install} - -{{ badges() }} - -{{ screenshot(src='/images/screenshots/hiking.jpg', alt='登山') }} - -{{ screenshot(src='/images/screenshots/prague.jpg', alt='布拉格') }} - -{{ screenshot(src='/images/screenshots/search.jpg', alt='离线搜索') }} - -{{ screenshot(src='/images/screenshots/dark.jpg', alt='夜间模式下的导航') }} - -## 功能 - -Organic Maps 是旅行者、游客、徒步旅行者和骑行者的终极伴侣应用: - -- 详细的离线地图,有其他地图上没有的地方,感谢[OpenStreetMap][openstreetmap] -- 骑行路线、远足小径和步行道 -- 等高线、高程剖面、山峰和山坡 -- 弯弯绕的步行、骑行和汽车导航都有语音向导 -- 地图上的快速离线搜索 -- 以KML/KMZ格式导出和导入书签(GPX已列入[计划][gpx_issue]中) -- 保护您眼睛的黑暗模式 -- 国家和地区不会占用太大的空间 -- 自由且开源 - -## 为什么选择Organic Maps? - -Organic Maps 既纯粹而有机,用爱发电: - -- 尊重您的隐私 -- 省电 -- 没有意外的移动数据费用 - -Organic Maps 应用没有跟踪器和其他糟糕的东西: - -- 无广告 -- 无跟踪器 -- 不收集数据 -- 不电话打扰 -- 无需烦琐注册 -- 无强制教程 -- 无推送邮件 -- 无推送通知 -- 无垃圾软件 -- ~~无有毒内容~~ 纯粹绿色! - -本应用程序已经[Exodus Privacy Project][exodus]认证: - -{{ exodus_screenshot() }} - -The iOS application is verified by [TrackerControl for iOS][trackercontrol]: - -{{ trackercontrol_screenshot() }} - -Organic Maps 无需过多权限: - -{{ privacy_screenshots() }} - -在Organic Maps,我们相信隐私是一项基本人权: - -- Organic Maps是一个独立的社区驱动的开源项目 -- 我们保护您的隐私不受大型科技公司的窥视 -- 无论身处何处,安全在您左右 - -拒绝监视 - 拥抱自由。 - -**[给Organic Maps一个机会!](#install)** - -## 谁在为免费的应用付费? - -本应用免费。但请通过[捐赠](@/donate/index.zh-Hans.md)支持我们! - -To donate conveniently, click on your preferred payment method icon below: - -{{ donate_buttons() }} - -### 友情赞助: - -[神话兽](https://www.mythic-beasts.com/)ISP[为我们提供][mythic_beasts_donation]两台虚拟服务器,400TB/月的免费带宽来帮助我们的用户下载地图和更新。 - -## 社区 - -Organic Maps是一个以Apache许可证2.0授权的[开源软件][github]。 - -- 邀您加入测试计划,提出建议、反馈问题: - * [iOS测试版(TestFlight)][testflight] - * [安卓测试版(Firebase)][firebase] - * [Linux 桌面端 Beta (Flatpak)][flatpak] - * [Linux桌面测试版(软件包)][Repology] -- 报告bug、跟踪问题 [the issue tracker][issues]或联系我们[email us][email]。 -- [Discuss][ideas]创意点子、功能需求。 -- 订阅我们的[Telegram频道][telegram]或[matrix空间][matrix]以获取最新信息。 -- 加入我们的[Telegram组][telegram_chat],与其他用户讨论。 -- Visit our [GitHub page][github]. -- 在[Mastodon][mastodon]、[Facebook][facebook]、[Twitter][twitter]、[Instagram][instagram]、[LinkedIn][LinkedIn]关注我们的更新。 - -[fork]: https://zh.wikipedia.org/wiki/%E5%88%86%E5%8F%89_(%E8%BD%AF%E4%BB%B6%E5%BC%80%E5%8F%91) - -{{ references() }} diff --git a/content/about-us/about-bg.png b/content/about-us/about-bg.png new file mode 100644 index 00000000..2decf83a Binary files /dev/null and b/content/about-us/about-bg.png differ diff --git a/content/about-us/index.af.md b/content/about-us/index.af.md new file mode 100644 index 00000000..8099b7a4 --- /dev/null +++ b/content/about-us/index.af.md @@ -0,0 +1,24 @@ +--- +description: Discover the world of open and private navigation. Built by the community, it's the top choice for drivers, hikers, and cyclists seeking privacy and freedom. +template: about-us.html +weight: 10 +extra: + hero_title: About Us + hero_image: /about-us/about-bg.png + hero_description_1: Free and open navigation with privacy + hero_description_2: Built by the community + menu_title_pre: Home + project_info_section_title: Free and open navigation with privacy, built by the community + project_info_section_description: Organic Maps is a community-focused privacy navigation app for travelers, drivers, hikers, and cyclists. It uses the crowd-sourced OpenStreetMap data with contributors from all over the globe. It offers navigation with privacy - no location tracking, no data collection, and no phoning home so users can take control of their data. All Organic Maps features can operate without an active internet connection for offline navigation at urban or distant locations where a cell signal is not available. Organic Maps is an open-source project, and prioritizes community development. + project_info_card_title_1: Mission + project_info_card_title_2: Vision + project_info_card_description_1: Unlock the freedom to easily navigate with privacy-focused maps for drivers, hikers, and cyclists, powered by the community. + project_info_card_description_2: Create a world where navigating with maps has privacy by default and the top choice on the planet. + history_section_title: History + history_section_20_11: MapsWithMe (later renamed to Maps.me) was created by founders who later founded Organic Maps. + history_section_20_15: Maps.me opened the source code under Apache 2.0 license. + history_section_20_21: Organic Maps was founded by founders of Maps.me, based on open-source code. A public release was available in the app stores in August. + history_section_20_22: Partnerships were formed with organizations such as TheHiking Club which navigates trails in the Alps, to strengthen connection with the community. + history_section_20_23: The app hit a milestone of 1 million users around the world. + integration_section_title: Integration +--- \ No newline at end of file diff --git a/content/about-us/index.ar.md b/content/about-us/index.ar.md new file mode 100644 index 00000000..8099b7a4 --- /dev/null +++ b/content/about-us/index.ar.md @@ -0,0 +1,24 @@ +--- +description: Discover the world of open and private navigation. Built by the community, it's the top choice for drivers, hikers, and cyclists seeking privacy and freedom. +template: about-us.html +weight: 10 +extra: + hero_title: About Us + hero_image: /about-us/about-bg.png + hero_description_1: Free and open navigation with privacy + hero_description_2: Built by the community + menu_title_pre: Home + project_info_section_title: Free and open navigation with privacy, built by the community + project_info_section_description: Organic Maps is a community-focused privacy navigation app for travelers, drivers, hikers, and cyclists. It uses the crowd-sourced OpenStreetMap data with contributors from all over the globe. It offers navigation with privacy - no location tracking, no data collection, and no phoning home so users can take control of their data. All Organic Maps features can operate without an active internet connection for offline navigation at urban or distant locations where a cell signal is not available. Organic Maps is an open-source project, and prioritizes community development. + project_info_card_title_1: Mission + project_info_card_title_2: Vision + project_info_card_description_1: Unlock the freedom to easily navigate with privacy-focused maps for drivers, hikers, and cyclists, powered by the community. + project_info_card_description_2: Create a world where navigating with maps has privacy by default and the top choice on the planet. + history_section_title: History + history_section_20_11: MapsWithMe (later renamed to Maps.me) was created by founders who later founded Organic Maps. + history_section_20_15: Maps.me opened the source code under Apache 2.0 license. + history_section_20_21: Organic Maps was founded by founders of Maps.me, based on open-source code. A public release was available in the app stores in August. + history_section_20_22: Partnerships were formed with organizations such as TheHiking Club which navigates trails in the Alps, to strengthen connection with the community. + history_section_20_23: The app hit a milestone of 1 million users around the world. + integration_section_title: Integration +--- \ No newline at end of file diff --git a/content/about-us/index.ca.md b/content/about-us/index.ca.md new file mode 100644 index 00000000..8099b7a4 --- /dev/null +++ b/content/about-us/index.ca.md @@ -0,0 +1,24 @@ +--- +description: Discover the world of open and private navigation. Built by the community, it's the top choice for drivers, hikers, and cyclists seeking privacy and freedom. +template: about-us.html +weight: 10 +extra: + hero_title: About Us + hero_image: /about-us/about-bg.png + hero_description_1: Free and open navigation with privacy + hero_description_2: Built by the community + menu_title_pre: Home + project_info_section_title: Free and open navigation with privacy, built by the community + project_info_section_description: Organic Maps is a community-focused privacy navigation app for travelers, drivers, hikers, and cyclists. It uses the crowd-sourced OpenStreetMap data with contributors from all over the globe. It offers navigation with privacy - no location tracking, no data collection, and no phoning home so users can take control of their data. All Organic Maps features can operate without an active internet connection for offline navigation at urban or distant locations where a cell signal is not available. Organic Maps is an open-source project, and prioritizes community development. + project_info_card_title_1: Mission + project_info_card_title_2: Vision + project_info_card_description_1: Unlock the freedom to easily navigate with privacy-focused maps for drivers, hikers, and cyclists, powered by the community. + project_info_card_description_2: Create a world where navigating with maps has privacy by default and the top choice on the planet. + history_section_title: History + history_section_20_11: MapsWithMe (later renamed to Maps.me) was created by founders who later founded Organic Maps. + history_section_20_15: Maps.me opened the source code under Apache 2.0 license. + history_section_20_21: Organic Maps was founded by founders of Maps.me, based on open-source code. A public release was available in the app stores in August. + history_section_20_22: Partnerships were formed with organizations such as TheHiking Club which navigates trails in the Alps, to strengthen connection with the community. + history_section_20_23: The app hit a milestone of 1 million users around the world. + integration_section_title: Integration +--- \ No newline at end of file diff --git a/content/about-us/index.cs.md b/content/about-us/index.cs.md new file mode 100644 index 00000000..8099b7a4 --- /dev/null +++ b/content/about-us/index.cs.md @@ -0,0 +1,24 @@ +--- +description: Discover the world of open and private navigation. Built by the community, it's the top choice for drivers, hikers, and cyclists seeking privacy and freedom. +template: about-us.html +weight: 10 +extra: + hero_title: About Us + hero_image: /about-us/about-bg.png + hero_description_1: Free and open navigation with privacy + hero_description_2: Built by the community + menu_title_pre: Home + project_info_section_title: Free and open navigation with privacy, built by the community + project_info_section_description: Organic Maps is a community-focused privacy navigation app for travelers, drivers, hikers, and cyclists. It uses the crowd-sourced OpenStreetMap data with contributors from all over the globe. It offers navigation with privacy - no location tracking, no data collection, and no phoning home so users can take control of their data. All Organic Maps features can operate without an active internet connection for offline navigation at urban or distant locations where a cell signal is not available. Organic Maps is an open-source project, and prioritizes community development. + project_info_card_title_1: Mission + project_info_card_title_2: Vision + project_info_card_description_1: Unlock the freedom to easily navigate with privacy-focused maps for drivers, hikers, and cyclists, powered by the community. + project_info_card_description_2: Create a world where navigating with maps has privacy by default and the top choice on the planet. + history_section_title: History + history_section_20_11: MapsWithMe (later renamed to Maps.me) was created by founders who later founded Organic Maps. + history_section_20_15: Maps.me opened the source code under Apache 2.0 license. + history_section_20_21: Organic Maps was founded by founders of Maps.me, based on open-source code. A public release was available in the app stores in August. + history_section_20_22: Partnerships were formed with organizations such as TheHiking Club which navigates trails in the Alps, to strengthen connection with the community. + history_section_20_23: The app hit a milestone of 1 million users around the world. + integration_section_title: Integration +--- \ No newline at end of file diff --git a/content/about-us/index.de.md b/content/about-us/index.de.md new file mode 100644 index 00000000..8099b7a4 --- /dev/null +++ b/content/about-us/index.de.md @@ -0,0 +1,24 @@ +--- +description: Discover the world of open and private navigation. Built by the community, it's the top choice for drivers, hikers, and cyclists seeking privacy and freedom. +template: about-us.html +weight: 10 +extra: + hero_title: About Us + hero_image: /about-us/about-bg.png + hero_description_1: Free and open navigation with privacy + hero_description_2: Built by the community + menu_title_pre: Home + project_info_section_title: Free and open navigation with privacy, built by the community + project_info_section_description: Organic Maps is a community-focused privacy navigation app for travelers, drivers, hikers, and cyclists. It uses the crowd-sourced OpenStreetMap data with contributors from all over the globe. It offers navigation with privacy - no location tracking, no data collection, and no phoning home so users can take control of their data. All Organic Maps features can operate without an active internet connection for offline navigation at urban or distant locations where a cell signal is not available. Organic Maps is an open-source project, and prioritizes community development. + project_info_card_title_1: Mission + project_info_card_title_2: Vision + project_info_card_description_1: Unlock the freedom to easily navigate with privacy-focused maps for drivers, hikers, and cyclists, powered by the community. + project_info_card_description_2: Create a world where navigating with maps has privacy by default and the top choice on the planet. + history_section_title: History + history_section_20_11: MapsWithMe (later renamed to Maps.me) was created by founders who later founded Organic Maps. + history_section_20_15: Maps.me opened the source code under Apache 2.0 license. + history_section_20_21: Organic Maps was founded by founders of Maps.me, based on open-source code. A public release was available in the app stores in August. + history_section_20_22: Partnerships were formed with organizations such as TheHiking Club which navigates trails in the Alps, to strengthen connection with the community. + history_section_20_23: The app hit a milestone of 1 million users around the world. + integration_section_title: Integration +--- \ No newline at end of file diff --git a/content/about-us/index.es.md b/content/about-us/index.es.md new file mode 100644 index 00000000..8099b7a4 --- /dev/null +++ b/content/about-us/index.es.md @@ -0,0 +1,24 @@ +--- +description: Discover the world of open and private navigation. Built by the community, it's the top choice for drivers, hikers, and cyclists seeking privacy and freedom. +template: about-us.html +weight: 10 +extra: + hero_title: About Us + hero_image: /about-us/about-bg.png + hero_description_1: Free and open navigation with privacy + hero_description_2: Built by the community + menu_title_pre: Home + project_info_section_title: Free and open navigation with privacy, built by the community + project_info_section_description: Organic Maps is a community-focused privacy navigation app for travelers, drivers, hikers, and cyclists. It uses the crowd-sourced OpenStreetMap data with contributors from all over the globe. It offers navigation with privacy - no location tracking, no data collection, and no phoning home so users can take control of their data. All Organic Maps features can operate without an active internet connection for offline navigation at urban or distant locations where a cell signal is not available. Organic Maps is an open-source project, and prioritizes community development. + project_info_card_title_1: Mission + project_info_card_title_2: Vision + project_info_card_description_1: Unlock the freedom to easily navigate with privacy-focused maps for drivers, hikers, and cyclists, powered by the community. + project_info_card_description_2: Create a world where navigating with maps has privacy by default and the top choice on the planet. + history_section_title: History + history_section_20_11: MapsWithMe (later renamed to Maps.me) was created by founders who later founded Organic Maps. + history_section_20_15: Maps.me opened the source code under Apache 2.0 license. + history_section_20_21: Organic Maps was founded by founders of Maps.me, based on open-source code. A public release was available in the app stores in August. + history_section_20_22: Partnerships were formed with organizations such as TheHiking Club which navigates trails in the Alps, to strengthen connection with the community. + history_section_20_23: The app hit a milestone of 1 million users around the world. + integration_section_title: Integration +--- \ No newline at end of file diff --git a/content/about-us/index.eu.md b/content/about-us/index.eu.md new file mode 100644 index 00000000..8099b7a4 --- /dev/null +++ b/content/about-us/index.eu.md @@ -0,0 +1,24 @@ +--- +description: Discover the world of open and private navigation. Built by the community, it's the top choice for drivers, hikers, and cyclists seeking privacy and freedom. +template: about-us.html +weight: 10 +extra: + hero_title: About Us + hero_image: /about-us/about-bg.png + hero_description_1: Free and open navigation with privacy + hero_description_2: Built by the community + menu_title_pre: Home + project_info_section_title: Free and open navigation with privacy, built by the community + project_info_section_description: Organic Maps is a community-focused privacy navigation app for travelers, drivers, hikers, and cyclists. It uses the crowd-sourced OpenStreetMap data with contributors from all over the globe. It offers navigation with privacy - no location tracking, no data collection, and no phoning home so users can take control of their data. All Organic Maps features can operate without an active internet connection for offline navigation at urban or distant locations where a cell signal is not available. Organic Maps is an open-source project, and prioritizes community development. + project_info_card_title_1: Mission + project_info_card_title_2: Vision + project_info_card_description_1: Unlock the freedom to easily navigate with privacy-focused maps for drivers, hikers, and cyclists, powered by the community. + project_info_card_description_2: Create a world where navigating with maps has privacy by default and the top choice on the planet. + history_section_title: History + history_section_20_11: MapsWithMe (later renamed to Maps.me) was created by founders who later founded Organic Maps. + history_section_20_15: Maps.me opened the source code under Apache 2.0 license. + history_section_20_21: Organic Maps was founded by founders of Maps.me, based on open-source code. A public release was available in the app stores in August. + history_section_20_22: Partnerships were formed with organizations such as TheHiking Club which navigates trails in the Alps, to strengthen connection with the community. + history_section_20_23: The app hit a milestone of 1 million users around the world. + integration_section_title: Integration +--- \ No newline at end of file diff --git a/content/about-us/index.fr.md b/content/about-us/index.fr.md new file mode 100644 index 00000000..8099b7a4 --- /dev/null +++ b/content/about-us/index.fr.md @@ -0,0 +1,24 @@ +--- +description: Discover the world of open and private navigation. Built by the community, it's the top choice for drivers, hikers, and cyclists seeking privacy and freedom. +template: about-us.html +weight: 10 +extra: + hero_title: About Us + hero_image: /about-us/about-bg.png + hero_description_1: Free and open navigation with privacy + hero_description_2: Built by the community + menu_title_pre: Home + project_info_section_title: Free and open navigation with privacy, built by the community + project_info_section_description: Organic Maps is a community-focused privacy navigation app for travelers, drivers, hikers, and cyclists. It uses the crowd-sourced OpenStreetMap data with contributors from all over the globe. It offers navigation with privacy - no location tracking, no data collection, and no phoning home so users can take control of their data. All Organic Maps features can operate without an active internet connection for offline navigation at urban or distant locations where a cell signal is not available. Organic Maps is an open-source project, and prioritizes community development. + project_info_card_title_1: Mission + project_info_card_title_2: Vision + project_info_card_description_1: Unlock the freedom to easily navigate with privacy-focused maps for drivers, hikers, and cyclists, powered by the community. + project_info_card_description_2: Create a world where navigating with maps has privacy by default and the top choice on the planet. + history_section_title: History + history_section_20_11: MapsWithMe (later renamed to Maps.me) was created by founders who later founded Organic Maps. + history_section_20_15: Maps.me opened the source code under Apache 2.0 license. + history_section_20_21: Organic Maps was founded by founders of Maps.me, based on open-source code. A public release was available in the app stores in August. + history_section_20_22: Partnerships were formed with organizations such as TheHiking Club which navigates trails in the Alps, to strengthen connection with the community. + history_section_20_23: The app hit a milestone of 1 million users around the world. + integration_section_title: Integration +--- \ No newline at end of file diff --git a/content/about-us/index.hi.md b/content/about-us/index.hi.md new file mode 100644 index 00000000..8099b7a4 --- /dev/null +++ b/content/about-us/index.hi.md @@ -0,0 +1,24 @@ +--- +description: Discover the world of open and private navigation. Built by the community, it's the top choice for drivers, hikers, and cyclists seeking privacy and freedom. +template: about-us.html +weight: 10 +extra: + hero_title: About Us + hero_image: /about-us/about-bg.png + hero_description_1: Free and open navigation with privacy + hero_description_2: Built by the community + menu_title_pre: Home + project_info_section_title: Free and open navigation with privacy, built by the community + project_info_section_description: Organic Maps is a community-focused privacy navigation app for travelers, drivers, hikers, and cyclists. It uses the crowd-sourced OpenStreetMap data with contributors from all over the globe. It offers navigation with privacy - no location tracking, no data collection, and no phoning home so users can take control of their data. All Organic Maps features can operate without an active internet connection for offline navigation at urban or distant locations where a cell signal is not available. Organic Maps is an open-source project, and prioritizes community development. + project_info_card_title_1: Mission + project_info_card_title_2: Vision + project_info_card_description_1: Unlock the freedom to easily navigate with privacy-focused maps for drivers, hikers, and cyclists, powered by the community. + project_info_card_description_2: Create a world where navigating with maps has privacy by default and the top choice on the planet. + history_section_title: History + history_section_20_11: MapsWithMe (later renamed to Maps.me) was created by founders who later founded Organic Maps. + history_section_20_15: Maps.me opened the source code under Apache 2.0 license. + history_section_20_21: Organic Maps was founded by founders of Maps.me, based on open-source code. A public release was available in the app stores in August. + history_section_20_22: Partnerships were formed with organizations such as TheHiking Club which navigates trails in the Alps, to strengthen connection with the community. + history_section_20_23: The app hit a milestone of 1 million users around the world. + integration_section_title: Integration +--- \ No newline at end of file diff --git a/content/about-us/index.hu.md b/content/about-us/index.hu.md new file mode 100644 index 00000000..8099b7a4 --- /dev/null +++ b/content/about-us/index.hu.md @@ -0,0 +1,24 @@ +--- +description: Discover the world of open and private navigation. Built by the community, it's the top choice for drivers, hikers, and cyclists seeking privacy and freedom. +template: about-us.html +weight: 10 +extra: + hero_title: About Us + hero_image: /about-us/about-bg.png + hero_description_1: Free and open navigation with privacy + hero_description_2: Built by the community + menu_title_pre: Home + project_info_section_title: Free and open navigation with privacy, built by the community + project_info_section_description: Organic Maps is a community-focused privacy navigation app for travelers, drivers, hikers, and cyclists. It uses the crowd-sourced OpenStreetMap data with contributors from all over the globe. It offers navigation with privacy - no location tracking, no data collection, and no phoning home so users can take control of their data. All Organic Maps features can operate without an active internet connection for offline navigation at urban or distant locations where a cell signal is not available. Organic Maps is an open-source project, and prioritizes community development. + project_info_card_title_1: Mission + project_info_card_title_2: Vision + project_info_card_description_1: Unlock the freedom to easily navigate with privacy-focused maps for drivers, hikers, and cyclists, powered by the community. + project_info_card_description_2: Create a world where navigating with maps has privacy by default and the top choice on the planet. + history_section_title: History + history_section_20_11: MapsWithMe (later renamed to Maps.me) was created by founders who later founded Organic Maps. + history_section_20_15: Maps.me opened the source code under Apache 2.0 license. + history_section_20_21: Organic Maps was founded by founders of Maps.me, based on open-source code. A public release was available in the app stores in August. + history_section_20_22: Partnerships were formed with organizations such as TheHiking Club which navigates trails in the Alps, to strengthen connection with the community. + history_section_20_23: The app hit a milestone of 1 million users around the world. + integration_section_title: Integration +--- \ No newline at end of file diff --git a/content/about-us/index.id.md b/content/about-us/index.id.md new file mode 100644 index 00000000..8099b7a4 --- /dev/null +++ b/content/about-us/index.id.md @@ -0,0 +1,24 @@ +--- +description: Discover the world of open and private navigation. Built by the community, it's the top choice for drivers, hikers, and cyclists seeking privacy and freedom. +template: about-us.html +weight: 10 +extra: + hero_title: About Us + hero_image: /about-us/about-bg.png + hero_description_1: Free and open navigation with privacy + hero_description_2: Built by the community + menu_title_pre: Home + project_info_section_title: Free and open navigation with privacy, built by the community + project_info_section_description: Organic Maps is a community-focused privacy navigation app for travelers, drivers, hikers, and cyclists. It uses the crowd-sourced OpenStreetMap data with contributors from all over the globe. It offers navigation with privacy - no location tracking, no data collection, and no phoning home so users can take control of their data. All Organic Maps features can operate without an active internet connection for offline navigation at urban or distant locations where a cell signal is not available. Organic Maps is an open-source project, and prioritizes community development. + project_info_card_title_1: Mission + project_info_card_title_2: Vision + project_info_card_description_1: Unlock the freedom to easily navigate with privacy-focused maps for drivers, hikers, and cyclists, powered by the community. + project_info_card_description_2: Create a world where navigating with maps has privacy by default and the top choice on the planet. + history_section_title: History + history_section_20_11: MapsWithMe (later renamed to Maps.me) was created by founders who later founded Organic Maps. + history_section_20_15: Maps.me opened the source code under Apache 2.0 license. + history_section_20_21: Organic Maps was founded by founders of Maps.me, based on open-source code. A public release was available in the app stores in August. + history_section_20_22: Partnerships were formed with organizations such as TheHiking Club which navigates trails in the Alps, to strengthen connection with the community. + history_section_20_23: The app hit a milestone of 1 million users around the world. + integration_section_title: Integration +--- \ No newline at end of file diff --git a/content/about-us/index.it.md b/content/about-us/index.it.md new file mode 100644 index 00000000..8099b7a4 --- /dev/null +++ b/content/about-us/index.it.md @@ -0,0 +1,24 @@ +--- +description: Discover the world of open and private navigation. Built by the community, it's the top choice for drivers, hikers, and cyclists seeking privacy and freedom. +template: about-us.html +weight: 10 +extra: + hero_title: About Us + hero_image: /about-us/about-bg.png + hero_description_1: Free and open navigation with privacy + hero_description_2: Built by the community + menu_title_pre: Home + project_info_section_title: Free and open navigation with privacy, built by the community + project_info_section_description: Organic Maps is a community-focused privacy navigation app for travelers, drivers, hikers, and cyclists. It uses the crowd-sourced OpenStreetMap data with contributors from all over the globe. It offers navigation with privacy - no location tracking, no data collection, and no phoning home so users can take control of their data. All Organic Maps features can operate without an active internet connection for offline navigation at urban or distant locations where a cell signal is not available. Organic Maps is an open-source project, and prioritizes community development. + project_info_card_title_1: Mission + project_info_card_title_2: Vision + project_info_card_description_1: Unlock the freedom to easily navigate with privacy-focused maps for drivers, hikers, and cyclists, powered by the community. + project_info_card_description_2: Create a world where navigating with maps has privacy by default and the top choice on the planet. + history_section_title: History + history_section_20_11: MapsWithMe (later renamed to Maps.me) was created by founders who later founded Organic Maps. + history_section_20_15: Maps.me opened the source code under Apache 2.0 license. + history_section_20_21: Organic Maps was founded by founders of Maps.me, based on open-source code. A public release was available in the app stores in August. + history_section_20_22: Partnerships were formed with organizations such as TheHiking Club which navigates trails in the Alps, to strengthen connection with the community. + history_section_20_23: The app hit a milestone of 1 million users around the world. + integration_section_title: Integration +--- \ No newline at end of file diff --git a/content/about-us/index.md b/content/about-us/index.md new file mode 100644 index 00000000..e8884f96 --- /dev/null +++ b/content/about-us/index.md @@ -0,0 +1,24 @@ +--- +description: Discover the world of open and private navigation. Built by the community, it's the top choice for drivers, hikers, and cyclists seeking privacy and freedom. +template: about-us.html +weight: 10 +extra: + hero_title: About Us + hero_image: /about-us/about-bg.png + hero_description_1: Free and open navigation with privacy + hero_description_2: Built by the community + menu_title_pre: Home + project_info_section_title: Free and open navigation with privacy, built by the community + project_info_section_description: Organic Maps is a community-focused privacy navigation app for travelers, drivers, hikers, and cyclists. It uses the crowd-sourced OpenStreetMap data with contributors from all over the globe. It offers navigation with privacy - no location tracking, no data collection, and no phoning home so users can take control of their data. All Organic Maps features can operate without an active internet connection for offline navigation at urban or distant locations where a cell signal is not available. Organic Maps is an open-source project, and prioritizes community development. + project_info_card_title_1: Mission + project_info_card_title_2: Vision + project_info_card_description_1: Unlock the freedom to easily navigate with privacy-focused maps for drivers, hikers, and cyclists, powered by the community. + project_info_card_description_2: Create a world where navigating with maps has privacy by default and the top choice on the planet. + history_section_title: History + history_section_20_11: MapsWithMe (later renamed to Maps.me) was created by founders who later founded Organic Maps. + history_section_20_15: Maps.me opened the source code under Apache 2.0 license. + history_section_20_21: Organic Maps was founded by founders of Maps.me, based on open-source code. A public release was available in the app stores in August. + history_section_20_22: Partnerships were formed with organizations such as TheHiking Club which navigates trails in the Alps, to strengthen connection with the community. + history_section_20_23: The app hit a milestone of 1 million users around the world. + integration_section_title: Integration +--- \ No newline at end of file diff --git a/content/about-us/index.nl.md b/content/about-us/index.nl.md new file mode 100644 index 00000000..8099b7a4 --- /dev/null +++ b/content/about-us/index.nl.md @@ -0,0 +1,24 @@ +--- +description: Discover the world of open and private navigation. Built by the community, it's the top choice for drivers, hikers, and cyclists seeking privacy and freedom. +template: about-us.html +weight: 10 +extra: + hero_title: About Us + hero_image: /about-us/about-bg.png + hero_description_1: Free and open navigation with privacy + hero_description_2: Built by the community + menu_title_pre: Home + project_info_section_title: Free and open navigation with privacy, built by the community + project_info_section_description: Organic Maps is a community-focused privacy navigation app for travelers, drivers, hikers, and cyclists. It uses the crowd-sourced OpenStreetMap data with contributors from all over the globe. It offers navigation with privacy - no location tracking, no data collection, and no phoning home so users can take control of their data. All Organic Maps features can operate without an active internet connection for offline navigation at urban or distant locations where a cell signal is not available. Organic Maps is an open-source project, and prioritizes community development. + project_info_card_title_1: Mission + project_info_card_title_2: Vision + project_info_card_description_1: Unlock the freedom to easily navigate with privacy-focused maps for drivers, hikers, and cyclists, powered by the community. + project_info_card_description_2: Create a world where navigating with maps has privacy by default and the top choice on the planet. + history_section_title: History + history_section_20_11: MapsWithMe (later renamed to Maps.me) was created by founders who later founded Organic Maps. + history_section_20_15: Maps.me opened the source code under Apache 2.0 license. + history_section_20_21: Organic Maps was founded by founders of Maps.me, based on open-source code. A public release was available in the app stores in August. + history_section_20_22: Partnerships were formed with organizations such as TheHiking Club which navigates trails in the Alps, to strengthen connection with the community. + history_section_20_23: The app hit a milestone of 1 million users around the world. + integration_section_title: Integration +--- \ No newline at end of file diff --git a/content/about-us/index.pl.md b/content/about-us/index.pl.md new file mode 100644 index 00000000..8099b7a4 --- /dev/null +++ b/content/about-us/index.pl.md @@ -0,0 +1,24 @@ +--- +description: Discover the world of open and private navigation. Built by the community, it's the top choice for drivers, hikers, and cyclists seeking privacy and freedom. +template: about-us.html +weight: 10 +extra: + hero_title: About Us + hero_image: /about-us/about-bg.png + hero_description_1: Free and open navigation with privacy + hero_description_2: Built by the community + menu_title_pre: Home + project_info_section_title: Free and open navigation with privacy, built by the community + project_info_section_description: Organic Maps is a community-focused privacy navigation app for travelers, drivers, hikers, and cyclists. It uses the crowd-sourced OpenStreetMap data with contributors from all over the globe. It offers navigation with privacy - no location tracking, no data collection, and no phoning home so users can take control of their data. All Organic Maps features can operate without an active internet connection for offline navigation at urban or distant locations where a cell signal is not available. Organic Maps is an open-source project, and prioritizes community development. + project_info_card_title_1: Mission + project_info_card_title_2: Vision + project_info_card_description_1: Unlock the freedom to easily navigate with privacy-focused maps for drivers, hikers, and cyclists, powered by the community. + project_info_card_description_2: Create a world where navigating with maps has privacy by default and the top choice on the planet. + history_section_title: History + history_section_20_11: MapsWithMe (later renamed to Maps.me) was created by founders who later founded Organic Maps. + history_section_20_15: Maps.me opened the source code under Apache 2.0 license. + history_section_20_21: Organic Maps was founded by founders of Maps.me, based on open-source code. A public release was available in the app stores in August. + history_section_20_22: Partnerships were formed with organizations such as TheHiking Club which navigates trails in the Alps, to strengthen connection with the community. + history_section_20_23: The app hit a milestone of 1 million users around the world. + integration_section_title: Integration +--- \ No newline at end of file diff --git a/content/about-us/index.pt-BR.md b/content/about-us/index.pt-BR.md new file mode 100644 index 00000000..8099b7a4 --- /dev/null +++ b/content/about-us/index.pt-BR.md @@ -0,0 +1,24 @@ +--- +description: Discover the world of open and private navigation. Built by the community, it's the top choice for drivers, hikers, and cyclists seeking privacy and freedom. +template: about-us.html +weight: 10 +extra: + hero_title: About Us + hero_image: /about-us/about-bg.png + hero_description_1: Free and open navigation with privacy + hero_description_2: Built by the community + menu_title_pre: Home + project_info_section_title: Free and open navigation with privacy, built by the community + project_info_section_description: Organic Maps is a community-focused privacy navigation app for travelers, drivers, hikers, and cyclists. It uses the crowd-sourced OpenStreetMap data with contributors from all over the globe. It offers navigation with privacy - no location tracking, no data collection, and no phoning home so users can take control of their data. All Organic Maps features can operate without an active internet connection for offline navigation at urban or distant locations where a cell signal is not available. Organic Maps is an open-source project, and prioritizes community development. + project_info_card_title_1: Mission + project_info_card_title_2: Vision + project_info_card_description_1: Unlock the freedom to easily navigate with privacy-focused maps for drivers, hikers, and cyclists, powered by the community. + project_info_card_description_2: Create a world where navigating with maps has privacy by default and the top choice on the planet. + history_section_title: History + history_section_20_11: MapsWithMe (later renamed to Maps.me) was created by founders who later founded Organic Maps. + history_section_20_15: Maps.me opened the source code under Apache 2.0 license. + history_section_20_21: Organic Maps was founded by founders of Maps.me, based on open-source code. A public release was available in the app stores in August. + history_section_20_22: Partnerships were formed with organizations such as TheHiking Club which navigates trails in the Alps, to strengthen connection with the community. + history_section_20_23: The app hit a milestone of 1 million users around the world. + integration_section_title: Integration +--- \ No newline at end of file diff --git a/content/about-us/index.ru.md b/content/about-us/index.ru.md new file mode 100644 index 00000000..8099b7a4 --- /dev/null +++ b/content/about-us/index.ru.md @@ -0,0 +1,24 @@ +--- +description: Discover the world of open and private navigation. Built by the community, it's the top choice for drivers, hikers, and cyclists seeking privacy and freedom. +template: about-us.html +weight: 10 +extra: + hero_title: About Us + hero_image: /about-us/about-bg.png + hero_description_1: Free and open navigation with privacy + hero_description_2: Built by the community + menu_title_pre: Home + project_info_section_title: Free and open navigation with privacy, built by the community + project_info_section_description: Organic Maps is a community-focused privacy navigation app for travelers, drivers, hikers, and cyclists. It uses the crowd-sourced OpenStreetMap data with contributors from all over the globe. It offers navigation with privacy - no location tracking, no data collection, and no phoning home so users can take control of their data. All Organic Maps features can operate without an active internet connection for offline navigation at urban or distant locations where a cell signal is not available. Organic Maps is an open-source project, and prioritizes community development. + project_info_card_title_1: Mission + project_info_card_title_2: Vision + project_info_card_description_1: Unlock the freedom to easily navigate with privacy-focused maps for drivers, hikers, and cyclists, powered by the community. + project_info_card_description_2: Create a world where navigating with maps has privacy by default and the top choice on the planet. + history_section_title: History + history_section_20_11: MapsWithMe (later renamed to Maps.me) was created by founders who later founded Organic Maps. + history_section_20_15: Maps.me opened the source code under Apache 2.0 license. + history_section_20_21: Organic Maps was founded by founders of Maps.me, based on open-source code. A public release was available in the app stores in August. + history_section_20_22: Partnerships were formed with organizations such as TheHiking Club which navigates trails in the Alps, to strengthen connection with the community. + history_section_20_23: The app hit a milestone of 1 million users around the world. + integration_section_title: Integration +--- \ No newline at end of file diff --git a/content/about-us/index.sv.md b/content/about-us/index.sv.md new file mode 100644 index 00000000..8099b7a4 --- /dev/null +++ b/content/about-us/index.sv.md @@ -0,0 +1,24 @@ +--- +description: Discover the world of open and private navigation. Built by the community, it's the top choice for drivers, hikers, and cyclists seeking privacy and freedom. +template: about-us.html +weight: 10 +extra: + hero_title: About Us + hero_image: /about-us/about-bg.png + hero_description_1: Free and open navigation with privacy + hero_description_2: Built by the community + menu_title_pre: Home + project_info_section_title: Free and open navigation with privacy, built by the community + project_info_section_description: Organic Maps is a community-focused privacy navigation app for travelers, drivers, hikers, and cyclists. It uses the crowd-sourced OpenStreetMap data with contributors from all over the globe. It offers navigation with privacy - no location tracking, no data collection, and no phoning home so users can take control of their data. All Organic Maps features can operate without an active internet connection for offline navigation at urban or distant locations where a cell signal is not available. Organic Maps is an open-source project, and prioritizes community development. + project_info_card_title_1: Mission + project_info_card_title_2: Vision + project_info_card_description_1: Unlock the freedom to easily navigate with privacy-focused maps for drivers, hikers, and cyclists, powered by the community. + project_info_card_description_2: Create a world where navigating with maps has privacy by default and the top choice on the planet. + history_section_title: History + history_section_20_11: MapsWithMe (later renamed to Maps.me) was created by founders who later founded Organic Maps. + history_section_20_15: Maps.me opened the source code under Apache 2.0 license. + history_section_20_21: Organic Maps was founded by founders of Maps.me, based on open-source code. A public release was available in the app stores in August. + history_section_20_22: Partnerships were formed with organizations such as TheHiking Club which navigates trails in the Alps, to strengthen connection with the community. + history_section_20_23: The app hit a milestone of 1 million users around the world. + integration_section_title: Integration +--- \ No newline at end of file diff --git a/content/about-us/index.tr.md b/content/about-us/index.tr.md new file mode 100644 index 00000000..8099b7a4 --- /dev/null +++ b/content/about-us/index.tr.md @@ -0,0 +1,24 @@ +--- +description: Discover the world of open and private navigation. Built by the community, it's the top choice for drivers, hikers, and cyclists seeking privacy and freedom. +template: about-us.html +weight: 10 +extra: + hero_title: About Us + hero_image: /about-us/about-bg.png + hero_description_1: Free and open navigation with privacy + hero_description_2: Built by the community + menu_title_pre: Home + project_info_section_title: Free and open navigation with privacy, built by the community + project_info_section_description: Organic Maps is a community-focused privacy navigation app for travelers, drivers, hikers, and cyclists. It uses the crowd-sourced OpenStreetMap data with contributors from all over the globe. It offers navigation with privacy - no location tracking, no data collection, and no phoning home so users can take control of their data. All Organic Maps features can operate without an active internet connection for offline navigation at urban or distant locations where a cell signal is not available. Organic Maps is an open-source project, and prioritizes community development. + project_info_card_title_1: Mission + project_info_card_title_2: Vision + project_info_card_description_1: Unlock the freedom to easily navigate with privacy-focused maps for drivers, hikers, and cyclists, powered by the community. + project_info_card_description_2: Create a world where navigating with maps has privacy by default and the top choice on the planet. + history_section_title: History + history_section_20_11: MapsWithMe (later renamed to Maps.me) was created by founders who later founded Organic Maps. + history_section_20_15: Maps.me opened the source code under Apache 2.0 license. + history_section_20_21: Organic Maps was founded by founders of Maps.me, based on open-source code. A public release was available in the app stores in August. + history_section_20_22: Partnerships were formed with organizations such as TheHiking Club which navigates trails in the Alps, to strengthen connection with the community. + history_section_20_23: The app hit a milestone of 1 million users around the world. + integration_section_title: Integration +--- \ No newline at end of file diff --git a/content/about-us/index.uk.md b/content/about-us/index.uk.md new file mode 100644 index 00000000..8099b7a4 --- /dev/null +++ b/content/about-us/index.uk.md @@ -0,0 +1,24 @@ +--- +description: Discover the world of open and private navigation. Built by the community, it's the top choice for drivers, hikers, and cyclists seeking privacy and freedom. +template: about-us.html +weight: 10 +extra: + hero_title: About Us + hero_image: /about-us/about-bg.png + hero_description_1: Free and open navigation with privacy + hero_description_2: Built by the community + menu_title_pre: Home + project_info_section_title: Free and open navigation with privacy, built by the community + project_info_section_description: Organic Maps is a community-focused privacy navigation app for travelers, drivers, hikers, and cyclists. It uses the crowd-sourced OpenStreetMap data with contributors from all over the globe. It offers navigation with privacy - no location tracking, no data collection, and no phoning home so users can take control of their data. All Organic Maps features can operate without an active internet connection for offline navigation at urban or distant locations where a cell signal is not available. Organic Maps is an open-source project, and prioritizes community development. + project_info_card_title_1: Mission + project_info_card_title_2: Vision + project_info_card_description_1: Unlock the freedom to easily navigate with privacy-focused maps for drivers, hikers, and cyclists, powered by the community. + project_info_card_description_2: Create a world where navigating with maps has privacy by default and the top choice on the planet. + history_section_title: History + history_section_20_11: MapsWithMe (later renamed to Maps.me) was created by founders who later founded Organic Maps. + history_section_20_15: Maps.me opened the source code under Apache 2.0 license. + history_section_20_21: Organic Maps was founded by founders of Maps.me, based on open-source code. A public release was available in the app stores in August. + history_section_20_22: Partnerships were formed with organizations such as TheHiking Club which navigates trails in the Alps, to strengthen connection with the community. + history_section_20_23: The app hit a milestone of 1 million users around the world. + integration_section_title: Integration +--- \ No newline at end of file diff --git a/content/about-us/index.zh-CN.md b/content/about-us/index.zh-CN.md new file mode 100644 index 00000000..8099b7a4 --- /dev/null +++ b/content/about-us/index.zh-CN.md @@ -0,0 +1,24 @@ +--- +description: Discover the world of open and private navigation. Built by the community, it's the top choice for drivers, hikers, and cyclists seeking privacy and freedom. +template: about-us.html +weight: 10 +extra: + hero_title: About Us + hero_image: /about-us/about-bg.png + hero_description_1: Free and open navigation with privacy + hero_description_2: Built by the community + menu_title_pre: Home + project_info_section_title: Free and open navigation with privacy, built by the community + project_info_section_description: Organic Maps is a community-focused privacy navigation app for travelers, drivers, hikers, and cyclists. It uses the crowd-sourced OpenStreetMap data with contributors from all over the globe. It offers navigation with privacy - no location tracking, no data collection, and no phoning home so users can take control of their data. All Organic Maps features can operate without an active internet connection for offline navigation at urban or distant locations where a cell signal is not available. Organic Maps is an open-source project, and prioritizes community development. + project_info_card_title_1: Mission + project_info_card_title_2: Vision + project_info_card_description_1: Unlock the freedom to easily navigate with privacy-focused maps for drivers, hikers, and cyclists, powered by the community. + project_info_card_description_2: Create a world where navigating with maps has privacy by default and the top choice on the planet. + history_section_title: History + history_section_20_11: MapsWithMe (later renamed to Maps.me) was created by founders who later founded Organic Maps. + history_section_20_15: Maps.me opened the source code under Apache 2.0 license. + history_section_20_21: Organic Maps was founded by founders of Maps.me, based on open-source code. A public release was available in the app stores in August. + history_section_20_22: Partnerships were formed with organizations such as TheHiking Club which navigates trails in the Alps, to strengthen connection with the community. + history_section_20_23: The app hit a milestone of 1 million users around the world. + integration_section_title: Integration +--- \ No newline at end of file diff --git a/content/about-us/index.zh-Hans.md b/content/about-us/index.zh-Hans.md new file mode 100644 index 00000000..8099b7a4 --- /dev/null +++ b/content/about-us/index.zh-Hans.md @@ -0,0 +1,24 @@ +--- +description: Discover the world of open and private navigation. Built by the community, it's the top choice for drivers, hikers, and cyclists seeking privacy and freedom. +template: about-us.html +weight: 10 +extra: + hero_title: About Us + hero_image: /about-us/about-bg.png + hero_description_1: Free and open navigation with privacy + hero_description_2: Built by the community + menu_title_pre: Home + project_info_section_title: Free and open navigation with privacy, built by the community + project_info_section_description: Organic Maps is a community-focused privacy navigation app for travelers, drivers, hikers, and cyclists. It uses the crowd-sourced OpenStreetMap data with contributors from all over the globe. It offers navigation with privacy - no location tracking, no data collection, and no phoning home so users can take control of their data. All Organic Maps features can operate without an active internet connection for offline navigation at urban or distant locations where a cell signal is not available. Organic Maps is an open-source project, and prioritizes community development. + project_info_card_title_1: Mission + project_info_card_title_2: Vision + project_info_card_description_1: Unlock the freedom to easily navigate with privacy-focused maps for drivers, hikers, and cyclists, powered by the community. + project_info_card_description_2: Create a world where navigating with maps has privacy by default and the top choice on the planet. + history_section_title: History + history_section_20_11: MapsWithMe (later renamed to Maps.me) was created by founders who later founded Organic Maps. + history_section_20_15: Maps.me opened the source code under Apache 2.0 license. + history_section_20_21: Organic Maps was founded by founders of Maps.me, based on open-source code. A public release was available in the app stores in August. + history_section_20_22: Partnerships were formed with organizations such as TheHiking Club which navigates trails in the Alps, to strengthen connection with the community. + history_section_20_23: The app hit a milestone of 1 million users around the world. + integration_section_title: Integration +--- \ No newline at end of file diff --git a/content/api/community-bg.png b/content/api/community-bg.png new file mode 100644 index 00000000..b5addb2b Binary files /dev/null and b/content/api/community-bg.png differ diff --git a/content/api/index.af.md b/content/api/index.af.md new file mode 100644 index 00000000..6e89ce3f --- /dev/null +++ b/content/api/index.af.md @@ -0,0 +1,13 @@ +--- +title: API Page +description: To visit api paease click +template: pure.html +weight: 10 +extra: + menu_title: Api + menu_title_pre: Home + +--- +# API Page + +To visit api page click here: [omaps.app/api](https://omaps.app/api) diff --git a/content/api/index.ar.md b/content/api/index.ar.md new file mode 100644 index 00000000..6e89ce3f --- /dev/null +++ b/content/api/index.ar.md @@ -0,0 +1,13 @@ +--- +title: API Page +description: To visit api paease click +template: pure.html +weight: 10 +extra: + menu_title: Api + menu_title_pre: Home + +--- +# API Page + +To visit api page click here: [omaps.app/api](https://omaps.app/api) diff --git a/content/api/index.ca.md b/content/api/index.ca.md new file mode 100644 index 00000000..6e89ce3f --- /dev/null +++ b/content/api/index.ca.md @@ -0,0 +1,13 @@ +--- +title: API Page +description: To visit api paease click +template: pure.html +weight: 10 +extra: + menu_title: Api + menu_title_pre: Home + +--- +# API Page + +To visit api page click here: [omaps.app/api](https://omaps.app/api) diff --git a/content/api/index.cs.md b/content/api/index.cs.md new file mode 100644 index 00000000..6e89ce3f --- /dev/null +++ b/content/api/index.cs.md @@ -0,0 +1,13 @@ +--- +title: API Page +description: To visit api paease click +template: pure.html +weight: 10 +extra: + menu_title: Api + menu_title_pre: Home + +--- +# API Page + +To visit api page click here: [omaps.app/api](https://omaps.app/api) diff --git a/content/api/index.de.md b/content/api/index.de.md new file mode 100644 index 00000000..6e89ce3f --- /dev/null +++ b/content/api/index.de.md @@ -0,0 +1,13 @@ +--- +title: API Page +description: To visit api paease click +template: pure.html +weight: 10 +extra: + menu_title: Api + menu_title_pre: Home + +--- +# API Page + +To visit api page click here: [omaps.app/api](https://omaps.app/api) diff --git a/content/api/index.es.md b/content/api/index.es.md new file mode 100644 index 00000000..6e89ce3f --- /dev/null +++ b/content/api/index.es.md @@ -0,0 +1,13 @@ +--- +title: API Page +description: To visit api paease click +template: pure.html +weight: 10 +extra: + menu_title: Api + menu_title_pre: Home + +--- +# API Page + +To visit api page click here: [omaps.app/api](https://omaps.app/api) diff --git a/content/api/index.eu.md b/content/api/index.eu.md new file mode 100644 index 00000000..6e89ce3f --- /dev/null +++ b/content/api/index.eu.md @@ -0,0 +1,13 @@ +--- +title: API Page +description: To visit api paease click +template: pure.html +weight: 10 +extra: + menu_title: Api + menu_title_pre: Home + +--- +# API Page + +To visit api page click here: [omaps.app/api](https://omaps.app/api) diff --git a/content/api/index.fr.md b/content/api/index.fr.md new file mode 100644 index 00000000..6e89ce3f --- /dev/null +++ b/content/api/index.fr.md @@ -0,0 +1,13 @@ +--- +title: API Page +description: To visit api paease click +template: pure.html +weight: 10 +extra: + menu_title: Api + menu_title_pre: Home + +--- +# API Page + +To visit api page click here: [omaps.app/api](https://omaps.app/api) diff --git a/content/api/index.hi.md b/content/api/index.hi.md new file mode 100644 index 00000000..6e89ce3f --- /dev/null +++ b/content/api/index.hi.md @@ -0,0 +1,13 @@ +--- +title: API Page +description: To visit api paease click +template: pure.html +weight: 10 +extra: + menu_title: Api + menu_title_pre: Home + +--- +# API Page + +To visit api page click here: [omaps.app/api](https://omaps.app/api) diff --git a/content/api/index.hu.md b/content/api/index.hu.md new file mode 100644 index 00000000..6e89ce3f --- /dev/null +++ b/content/api/index.hu.md @@ -0,0 +1,13 @@ +--- +title: API Page +description: To visit api paease click +template: pure.html +weight: 10 +extra: + menu_title: Api + menu_title_pre: Home + +--- +# API Page + +To visit api page click here: [omaps.app/api](https://omaps.app/api) diff --git a/content/api/index.id.md b/content/api/index.id.md new file mode 100644 index 00000000..6e89ce3f --- /dev/null +++ b/content/api/index.id.md @@ -0,0 +1,13 @@ +--- +title: API Page +description: To visit api paease click +template: pure.html +weight: 10 +extra: + menu_title: Api + menu_title_pre: Home + +--- +# API Page + +To visit api page click here: [omaps.app/api](https://omaps.app/api) diff --git a/content/api/index.it.md b/content/api/index.it.md new file mode 100644 index 00000000..6e89ce3f --- /dev/null +++ b/content/api/index.it.md @@ -0,0 +1,13 @@ +--- +title: API Page +description: To visit api paease click +template: pure.html +weight: 10 +extra: + menu_title: Api + menu_title_pre: Home + +--- +# API Page + +To visit api page click here: [omaps.app/api](https://omaps.app/api) diff --git a/content/api/index.md b/content/api/index.md new file mode 100644 index 00000000..6e89ce3f --- /dev/null +++ b/content/api/index.md @@ -0,0 +1,13 @@ +--- +title: API Page +description: To visit api paease click +template: pure.html +weight: 10 +extra: + menu_title: Api + menu_title_pre: Home + +--- +# API Page + +To visit api page click here: [omaps.app/api](https://omaps.app/api) diff --git a/content/api/index.nl.md b/content/api/index.nl.md new file mode 100644 index 00000000..6e89ce3f --- /dev/null +++ b/content/api/index.nl.md @@ -0,0 +1,13 @@ +--- +title: API Page +description: To visit api paease click +template: pure.html +weight: 10 +extra: + menu_title: Api + menu_title_pre: Home + +--- +# API Page + +To visit api page click here: [omaps.app/api](https://omaps.app/api) diff --git a/content/api/index.pl.md b/content/api/index.pl.md new file mode 100644 index 00000000..6e89ce3f --- /dev/null +++ b/content/api/index.pl.md @@ -0,0 +1,13 @@ +--- +title: API Page +description: To visit api paease click +template: pure.html +weight: 10 +extra: + menu_title: Api + menu_title_pre: Home + +--- +# API Page + +To visit api page click here: [omaps.app/api](https://omaps.app/api) diff --git a/content/api/index.pt-BR.md b/content/api/index.pt-BR.md new file mode 100644 index 00000000..6e89ce3f --- /dev/null +++ b/content/api/index.pt-BR.md @@ -0,0 +1,13 @@ +--- +title: API Page +description: To visit api paease click +template: pure.html +weight: 10 +extra: + menu_title: Api + menu_title_pre: Home + +--- +# API Page + +To visit api page click here: [omaps.app/api](https://omaps.app/api) diff --git a/content/api/index.ru.md b/content/api/index.ru.md new file mode 100644 index 00000000..6e89ce3f --- /dev/null +++ b/content/api/index.ru.md @@ -0,0 +1,13 @@ +--- +title: API Page +description: To visit api paease click +template: pure.html +weight: 10 +extra: + menu_title: Api + menu_title_pre: Home + +--- +# API Page + +To visit api page click here: [omaps.app/api](https://omaps.app/api) diff --git a/content/api/index.sv.md b/content/api/index.sv.md new file mode 100644 index 00000000..6e89ce3f --- /dev/null +++ b/content/api/index.sv.md @@ -0,0 +1,13 @@ +--- +title: API Page +description: To visit api paease click +template: pure.html +weight: 10 +extra: + menu_title: Api + menu_title_pre: Home + +--- +# API Page + +To visit api page click here: [omaps.app/api](https://omaps.app/api) diff --git a/content/api/index.tr.md b/content/api/index.tr.md new file mode 100644 index 00000000..6e89ce3f --- /dev/null +++ b/content/api/index.tr.md @@ -0,0 +1,13 @@ +--- +title: API Page +description: To visit api paease click +template: pure.html +weight: 10 +extra: + menu_title: Api + menu_title_pre: Home + +--- +# API Page + +To visit api page click here: [omaps.app/api](https://omaps.app/api) diff --git a/content/api/index.uk.md b/content/api/index.uk.md new file mode 100644 index 00000000..6e89ce3f --- /dev/null +++ b/content/api/index.uk.md @@ -0,0 +1,13 @@ +--- +title: API Page +description: To visit api paease click +template: pure.html +weight: 10 +extra: + menu_title: Api + menu_title_pre: Home + +--- +# API Page + +To visit api page click here: [omaps.app/api](https://omaps.app/api) diff --git a/content/api/index.zh-CN.md b/content/api/index.zh-CN.md new file mode 100644 index 00000000..6e89ce3f --- /dev/null +++ b/content/api/index.zh-CN.md @@ -0,0 +1,13 @@ +--- +title: API Page +description: To visit api paease click +template: pure.html +weight: 10 +extra: + menu_title: Api + menu_title_pre: Home + +--- +# API Page + +To visit api page click here: [omaps.app/api](https://omaps.app/api) diff --git a/content/api/index.zh-Hans.md b/content/api/index.zh-Hans.md new file mode 100644 index 00000000..6e89ce3f --- /dev/null +++ b/content/api/index.zh-Hans.md @@ -0,0 +1,13 @@ +--- +title: API Page +description: To visit api paease click +template: pure.html +weight: 10 +extra: + menu_title: Api + menu_title_pre: Home + +--- +# API Page + +To visit api page click here: [omaps.app/api](https://omaps.app/api) diff --git a/content/community/community-bg.png b/content/community/community-bg.png new file mode 100644 index 00000000..b5addb2b Binary files /dev/null and b/content/community/community-bg.png differ diff --git a/content/community/index.af.md b/content/community/index.af.md new file mode 100644 index 00000000..1196abdc --- /dev/null +++ b/content/community/index.af.md @@ -0,0 +1,34 @@ +--- +title: Community - Created and maintained by people like you +description: Discover the Organic Maps community, share ideas, propose new features, contribute code, provide support, translate, do marketing, design, and shape the product. +template: community.html +weight: 10 +extra: + menu_title: Community + menu_title_pre: Home + community_hero_description: Organic Maps is created and maintained by people like you + hero_image: /community/community-bg.png + preview_image: donate/donate.png + community_card_title_1: Join the + community_card_title_sub_1: Discussion + community_card_description_1: Report, bugs, discuss idea, and propose features + community_card_title_2: Contribute + community_card_description_2: Help fix bugs, do code reviews, and develop new features. + community_card_title_sub_2: Code + community_card_title_3: Add + community_card_description_3: Add info about shops, points of interest, trails, public transport to OpenStreetMap + community_card_title_sub_3: Place Info + community_card_title_4: Provide + community_card_description_4: Help people use the app, respond to questions on ":" Telegram, Instagram, Facebook, X (Twitter), Reddit, LinkedIn, Mastodon, Matrix + community_card_title_sub_4: Support + community_card_title_5: Translate + community_card_description_5: Add and update translations in the app's interface, app stores and this website. + community_card_title_6: Design & Product Management + community_card_description_6: Shape the direction of the product and the user experience + community_card_title_7: Volunteer + community_card_description_7: Get involved in Engineering, Marketing, Product/Design, or Support + stay_connected_section_title: Stay Connected + donate: + title: Donate + description: The app runs on your donations, help improve it +--- diff --git a/content/community/index.ar.md b/content/community/index.ar.md new file mode 100644 index 00000000..1196abdc --- /dev/null +++ b/content/community/index.ar.md @@ -0,0 +1,34 @@ +--- +title: Community - Created and maintained by people like you +description: Discover the Organic Maps community, share ideas, propose new features, contribute code, provide support, translate, do marketing, design, and shape the product. +template: community.html +weight: 10 +extra: + menu_title: Community + menu_title_pre: Home + community_hero_description: Organic Maps is created and maintained by people like you + hero_image: /community/community-bg.png + preview_image: donate/donate.png + community_card_title_1: Join the + community_card_title_sub_1: Discussion + community_card_description_1: Report, bugs, discuss idea, and propose features + community_card_title_2: Contribute + community_card_description_2: Help fix bugs, do code reviews, and develop new features. + community_card_title_sub_2: Code + community_card_title_3: Add + community_card_description_3: Add info about shops, points of interest, trails, public transport to OpenStreetMap + community_card_title_sub_3: Place Info + community_card_title_4: Provide + community_card_description_4: Help people use the app, respond to questions on ":" Telegram, Instagram, Facebook, X (Twitter), Reddit, LinkedIn, Mastodon, Matrix + community_card_title_sub_4: Support + community_card_title_5: Translate + community_card_description_5: Add and update translations in the app's interface, app stores and this website. + community_card_title_6: Design & Product Management + community_card_description_6: Shape the direction of the product and the user experience + community_card_title_7: Volunteer + community_card_description_7: Get involved in Engineering, Marketing, Product/Design, or Support + stay_connected_section_title: Stay Connected + donate: + title: Donate + description: The app runs on your donations, help improve it +--- diff --git a/content/community/index.ca.md b/content/community/index.ca.md new file mode 100644 index 00000000..1196abdc --- /dev/null +++ b/content/community/index.ca.md @@ -0,0 +1,34 @@ +--- +title: Community - Created and maintained by people like you +description: Discover the Organic Maps community, share ideas, propose new features, contribute code, provide support, translate, do marketing, design, and shape the product. +template: community.html +weight: 10 +extra: + menu_title: Community + menu_title_pre: Home + community_hero_description: Organic Maps is created and maintained by people like you + hero_image: /community/community-bg.png + preview_image: donate/donate.png + community_card_title_1: Join the + community_card_title_sub_1: Discussion + community_card_description_1: Report, bugs, discuss idea, and propose features + community_card_title_2: Contribute + community_card_description_2: Help fix bugs, do code reviews, and develop new features. + community_card_title_sub_2: Code + community_card_title_3: Add + community_card_description_3: Add info about shops, points of interest, trails, public transport to OpenStreetMap + community_card_title_sub_3: Place Info + community_card_title_4: Provide + community_card_description_4: Help people use the app, respond to questions on ":" Telegram, Instagram, Facebook, X (Twitter), Reddit, LinkedIn, Mastodon, Matrix + community_card_title_sub_4: Support + community_card_title_5: Translate + community_card_description_5: Add and update translations in the app's interface, app stores and this website. + community_card_title_6: Design & Product Management + community_card_description_6: Shape the direction of the product and the user experience + community_card_title_7: Volunteer + community_card_description_7: Get involved in Engineering, Marketing, Product/Design, or Support + stay_connected_section_title: Stay Connected + donate: + title: Donate + description: The app runs on your donations, help improve it +--- diff --git a/content/community/index.cs.md b/content/community/index.cs.md new file mode 100644 index 00000000..1196abdc --- /dev/null +++ b/content/community/index.cs.md @@ -0,0 +1,34 @@ +--- +title: Community - Created and maintained by people like you +description: Discover the Organic Maps community, share ideas, propose new features, contribute code, provide support, translate, do marketing, design, and shape the product. +template: community.html +weight: 10 +extra: + menu_title: Community + menu_title_pre: Home + community_hero_description: Organic Maps is created and maintained by people like you + hero_image: /community/community-bg.png + preview_image: donate/donate.png + community_card_title_1: Join the + community_card_title_sub_1: Discussion + community_card_description_1: Report, bugs, discuss idea, and propose features + community_card_title_2: Contribute + community_card_description_2: Help fix bugs, do code reviews, and develop new features. + community_card_title_sub_2: Code + community_card_title_3: Add + community_card_description_3: Add info about shops, points of interest, trails, public transport to OpenStreetMap + community_card_title_sub_3: Place Info + community_card_title_4: Provide + community_card_description_4: Help people use the app, respond to questions on ":" Telegram, Instagram, Facebook, X (Twitter), Reddit, LinkedIn, Mastodon, Matrix + community_card_title_sub_4: Support + community_card_title_5: Translate + community_card_description_5: Add and update translations in the app's interface, app stores and this website. + community_card_title_6: Design & Product Management + community_card_description_6: Shape the direction of the product and the user experience + community_card_title_7: Volunteer + community_card_description_7: Get involved in Engineering, Marketing, Product/Design, or Support + stay_connected_section_title: Stay Connected + donate: + title: Donate + description: The app runs on your donations, help improve it +--- diff --git a/content/community/index.de.md b/content/community/index.de.md new file mode 100644 index 00000000..1196abdc --- /dev/null +++ b/content/community/index.de.md @@ -0,0 +1,34 @@ +--- +title: Community - Created and maintained by people like you +description: Discover the Organic Maps community, share ideas, propose new features, contribute code, provide support, translate, do marketing, design, and shape the product. +template: community.html +weight: 10 +extra: + menu_title: Community + menu_title_pre: Home + community_hero_description: Organic Maps is created and maintained by people like you + hero_image: /community/community-bg.png + preview_image: donate/donate.png + community_card_title_1: Join the + community_card_title_sub_1: Discussion + community_card_description_1: Report, bugs, discuss idea, and propose features + community_card_title_2: Contribute + community_card_description_2: Help fix bugs, do code reviews, and develop new features. + community_card_title_sub_2: Code + community_card_title_3: Add + community_card_description_3: Add info about shops, points of interest, trails, public transport to OpenStreetMap + community_card_title_sub_3: Place Info + community_card_title_4: Provide + community_card_description_4: Help people use the app, respond to questions on ":" Telegram, Instagram, Facebook, X (Twitter), Reddit, LinkedIn, Mastodon, Matrix + community_card_title_sub_4: Support + community_card_title_5: Translate + community_card_description_5: Add and update translations in the app's interface, app stores and this website. + community_card_title_6: Design & Product Management + community_card_description_6: Shape the direction of the product and the user experience + community_card_title_7: Volunteer + community_card_description_7: Get involved in Engineering, Marketing, Product/Design, or Support + stay_connected_section_title: Stay Connected + donate: + title: Donate + description: The app runs on your donations, help improve it +--- diff --git a/content/community/index.es.md b/content/community/index.es.md new file mode 100644 index 00000000..1196abdc --- /dev/null +++ b/content/community/index.es.md @@ -0,0 +1,34 @@ +--- +title: Community - Created and maintained by people like you +description: Discover the Organic Maps community, share ideas, propose new features, contribute code, provide support, translate, do marketing, design, and shape the product. +template: community.html +weight: 10 +extra: + menu_title: Community + menu_title_pre: Home + community_hero_description: Organic Maps is created and maintained by people like you + hero_image: /community/community-bg.png + preview_image: donate/donate.png + community_card_title_1: Join the + community_card_title_sub_1: Discussion + community_card_description_1: Report, bugs, discuss idea, and propose features + community_card_title_2: Contribute + community_card_description_2: Help fix bugs, do code reviews, and develop new features. + community_card_title_sub_2: Code + community_card_title_3: Add + community_card_description_3: Add info about shops, points of interest, trails, public transport to OpenStreetMap + community_card_title_sub_3: Place Info + community_card_title_4: Provide + community_card_description_4: Help people use the app, respond to questions on ":" Telegram, Instagram, Facebook, X (Twitter), Reddit, LinkedIn, Mastodon, Matrix + community_card_title_sub_4: Support + community_card_title_5: Translate + community_card_description_5: Add and update translations in the app's interface, app stores and this website. + community_card_title_6: Design & Product Management + community_card_description_6: Shape the direction of the product and the user experience + community_card_title_7: Volunteer + community_card_description_7: Get involved in Engineering, Marketing, Product/Design, or Support + stay_connected_section_title: Stay Connected + donate: + title: Donate + description: The app runs on your donations, help improve it +--- diff --git a/content/community/index.eu.md b/content/community/index.eu.md new file mode 100644 index 00000000..1196abdc --- /dev/null +++ b/content/community/index.eu.md @@ -0,0 +1,34 @@ +--- +title: Community - Created and maintained by people like you +description: Discover the Organic Maps community, share ideas, propose new features, contribute code, provide support, translate, do marketing, design, and shape the product. +template: community.html +weight: 10 +extra: + menu_title: Community + menu_title_pre: Home + community_hero_description: Organic Maps is created and maintained by people like you + hero_image: /community/community-bg.png + preview_image: donate/donate.png + community_card_title_1: Join the + community_card_title_sub_1: Discussion + community_card_description_1: Report, bugs, discuss idea, and propose features + community_card_title_2: Contribute + community_card_description_2: Help fix bugs, do code reviews, and develop new features. + community_card_title_sub_2: Code + community_card_title_3: Add + community_card_description_3: Add info about shops, points of interest, trails, public transport to OpenStreetMap + community_card_title_sub_3: Place Info + community_card_title_4: Provide + community_card_description_4: Help people use the app, respond to questions on ":" Telegram, Instagram, Facebook, X (Twitter), Reddit, LinkedIn, Mastodon, Matrix + community_card_title_sub_4: Support + community_card_title_5: Translate + community_card_description_5: Add and update translations in the app's interface, app stores and this website. + community_card_title_6: Design & Product Management + community_card_description_6: Shape the direction of the product and the user experience + community_card_title_7: Volunteer + community_card_description_7: Get involved in Engineering, Marketing, Product/Design, or Support + stay_connected_section_title: Stay Connected + donate: + title: Donate + description: The app runs on your donations, help improve it +--- diff --git a/content/community/index.fr.md b/content/community/index.fr.md new file mode 100644 index 00000000..1196abdc --- /dev/null +++ b/content/community/index.fr.md @@ -0,0 +1,34 @@ +--- +title: Community - Created and maintained by people like you +description: Discover the Organic Maps community, share ideas, propose new features, contribute code, provide support, translate, do marketing, design, and shape the product. +template: community.html +weight: 10 +extra: + menu_title: Community + menu_title_pre: Home + community_hero_description: Organic Maps is created and maintained by people like you + hero_image: /community/community-bg.png + preview_image: donate/donate.png + community_card_title_1: Join the + community_card_title_sub_1: Discussion + community_card_description_1: Report, bugs, discuss idea, and propose features + community_card_title_2: Contribute + community_card_description_2: Help fix bugs, do code reviews, and develop new features. + community_card_title_sub_2: Code + community_card_title_3: Add + community_card_description_3: Add info about shops, points of interest, trails, public transport to OpenStreetMap + community_card_title_sub_3: Place Info + community_card_title_4: Provide + community_card_description_4: Help people use the app, respond to questions on ":" Telegram, Instagram, Facebook, X (Twitter), Reddit, LinkedIn, Mastodon, Matrix + community_card_title_sub_4: Support + community_card_title_5: Translate + community_card_description_5: Add and update translations in the app's interface, app stores and this website. + community_card_title_6: Design & Product Management + community_card_description_6: Shape the direction of the product and the user experience + community_card_title_7: Volunteer + community_card_description_7: Get involved in Engineering, Marketing, Product/Design, or Support + stay_connected_section_title: Stay Connected + donate: + title: Donate + description: The app runs on your donations, help improve it +--- diff --git a/content/community/index.hi.md b/content/community/index.hi.md new file mode 100644 index 00000000..1196abdc --- /dev/null +++ b/content/community/index.hi.md @@ -0,0 +1,34 @@ +--- +title: Community - Created and maintained by people like you +description: Discover the Organic Maps community, share ideas, propose new features, contribute code, provide support, translate, do marketing, design, and shape the product. +template: community.html +weight: 10 +extra: + menu_title: Community + menu_title_pre: Home + community_hero_description: Organic Maps is created and maintained by people like you + hero_image: /community/community-bg.png + preview_image: donate/donate.png + community_card_title_1: Join the + community_card_title_sub_1: Discussion + community_card_description_1: Report, bugs, discuss idea, and propose features + community_card_title_2: Contribute + community_card_description_2: Help fix bugs, do code reviews, and develop new features. + community_card_title_sub_2: Code + community_card_title_3: Add + community_card_description_3: Add info about shops, points of interest, trails, public transport to OpenStreetMap + community_card_title_sub_3: Place Info + community_card_title_4: Provide + community_card_description_4: Help people use the app, respond to questions on ":" Telegram, Instagram, Facebook, X (Twitter), Reddit, LinkedIn, Mastodon, Matrix + community_card_title_sub_4: Support + community_card_title_5: Translate + community_card_description_5: Add and update translations in the app's interface, app stores and this website. + community_card_title_6: Design & Product Management + community_card_description_6: Shape the direction of the product and the user experience + community_card_title_7: Volunteer + community_card_description_7: Get involved in Engineering, Marketing, Product/Design, or Support + stay_connected_section_title: Stay Connected + donate: + title: Donate + description: The app runs on your donations, help improve it +--- diff --git a/content/community/index.hu.md b/content/community/index.hu.md new file mode 100644 index 00000000..1196abdc --- /dev/null +++ b/content/community/index.hu.md @@ -0,0 +1,34 @@ +--- +title: Community - Created and maintained by people like you +description: Discover the Organic Maps community, share ideas, propose new features, contribute code, provide support, translate, do marketing, design, and shape the product. +template: community.html +weight: 10 +extra: + menu_title: Community + menu_title_pre: Home + community_hero_description: Organic Maps is created and maintained by people like you + hero_image: /community/community-bg.png + preview_image: donate/donate.png + community_card_title_1: Join the + community_card_title_sub_1: Discussion + community_card_description_1: Report, bugs, discuss idea, and propose features + community_card_title_2: Contribute + community_card_description_2: Help fix bugs, do code reviews, and develop new features. + community_card_title_sub_2: Code + community_card_title_3: Add + community_card_description_3: Add info about shops, points of interest, trails, public transport to OpenStreetMap + community_card_title_sub_3: Place Info + community_card_title_4: Provide + community_card_description_4: Help people use the app, respond to questions on ":" Telegram, Instagram, Facebook, X (Twitter), Reddit, LinkedIn, Mastodon, Matrix + community_card_title_sub_4: Support + community_card_title_5: Translate + community_card_description_5: Add and update translations in the app's interface, app stores and this website. + community_card_title_6: Design & Product Management + community_card_description_6: Shape the direction of the product and the user experience + community_card_title_7: Volunteer + community_card_description_7: Get involved in Engineering, Marketing, Product/Design, or Support + stay_connected_section_title: Stay Connected + donate: + title: Donate + description: The app runs on your donations, help improve it +--- diff --git a/content/community/index.id.md b/content/community/index.id.md new file mode 100644 index 00000000..1196abdc --- /dev/null +++ b/content/community/index.id.md @@ -0,0 +1,34 @@ +--- +title: Community - Created and maintained by people like you +description: Discover the Organic Maps community, share ideas, propose new features, contribute code, provide support, translate, do marketing, design, and shape the product. +template: community.html +weight: 10 +extra: + menu_title: Community + menu_title_pre: Home + community_hero_description: Organic Maps is created and maintained by people like you + hero_image: /community/community-bg.png + preview_image: donate/donate.png + community_card_title_1: Join the + community_card_title_sub_1: Discussion + community_card_description_1: Report, bugs, discuss idea, and propose features + community_card_title_2: Contribute + community_card_description_2: Help fix bugs, do code reviews, and develop new features. + community_card_title_sub_2: Code + community_card_title_3: Add + community_card_description_3: Add info about shops, points of interest, trails, public transport to OpenStreetMap + community_card_title_sub_3: Place Info + community_card_title_4: Provide + community_card_description_4: Help people use the app, respond to questions on ":" Telegram, Instagram, Facebook, X (Twitter), Reddit, LinkedIn, Mastodon, Matrix + community_card_title_sub_4: Support + community_card_title_5: Translate + community_card_description_5: Add and update translations in the app's interface, app stores and this website. + community_card_title_6: Design & Product Management + community_card_description_6: Shape the direction of the product and the user experience + community_card_title_7: Volunteer + community_card_description_7: Get involved in Engineering, Marketing, Product/Design, or Support + stay_connected_section_title: Stay Connected + donate: + title: Donate + description: The app runs on your donations, help improve it +--- diff --git a/content/community/index.it.md b/content/community/index.it.md new file mode 100644 index 00000000..1196abdc --- /dev/null +++ b/content/community/index.it.md @@ -0,0 +1,34 @@ +--- +title: Community - Created and maintained by people like you +description: Discover the Organic Maps community, share ideas, propose new features, contribute code, provide support, translate, do marketing, design, and shape the product. +template: community.html +weight: 10 +extra: + menu_title: Community + menu_title_pre: Home + community_hero_description: Organic Maps is created and maintained by people like you + hero_image: /community/community-bg.png + preview_image: donate/donate.png + community_card_title_1: Join the + community_card_title_sub_1: Discussion + community_card_description_1: Report, bugs, discuss idea, and propose features + community_card_title_2: Contribute + community_card_description_2: Help fix bugs, do code reviews, and develop new features. + community_card_title_sub_2: Code + community_card_title_3: Add + community_card_description_3: Add info about shops, points of interest, trails, public transport to OpenStreetMap + community_card_title_sub_3: Place Info + community_card_title_4: Provide + community_card_description_4: Help people use the app, respond to questions on ":" Telegram, Instagram, Facebook, X (Twitter), Reddit, LinkedIn, Mastodon, Matrix + community_card_title_sub_4: Support + community_card_title_5: Translate + community_card_description_5: Add and update translations in the app's interface, app stores and this website. + community_card_title_6: Design & Product Management + community_card_description_6: Shape the direction of the product and the user experience + community_card_title_7: Volunteer + community_card_description_7: Get involved in Engineering, Marketing, Product/Design, or Support + stay_connected_section_title: Stay Connected + donate: + title: Donate + description: The app runs on your donations, help improve it +--- diff --git a/content/community/index.md b/content/community/index.md new file mode 100644 index 00000000..1196abdc --- /dev/null +++ b/content/community/index.md @@ -0,0 +1,34 @@ +--- +title: Community - Created and maintained by people like you +description: Discover the Organic Maps community, share ideas, propose new features, contribute code, provide support, translate, do marketing, design, and shape the product. +template: community.html +weight: 10 +extra: + menu_title: Community + menu_title_pre: Home + community_hero_description: Organic Maps is created and maintained by people like you + hero_image: /community/community-bg.png + preview_image: donate/donate.png + community_card_title_1: Join the + community_card_title_sub_1: Discussion + community_card_description_1: Report, bugs, discuss idea, and propose features + community_card_title_2: Contribute + community_card_description_2: Help fix bugs, do code reviews, and develop new features. + community_card_title_sub_2: Code + community_card_title_3: Add + community_card_description_3: Add info about shops, points of interest, trails, public transport to OpenStreetMap + community_card_title_sub_3: Place Info + community_card_title_4: Provide + community_card_description_4: Help people use the app, respond to questions on ":" Telegram, Instagram, Facebook, X (Twitter), Reddit, LinkedIn, Mastodon, Matrix + community_card_title_sub_4: Support + community_card_title_5: Translate + community_card_description_5: Add and update translations in the app's interface, app stores and this website. + community_card_title_6: Design & Product Management + community_card_description_6: Shape the direction of the product and the user experience + community_card_title_7: Volunteer + community_card_description_7: Get involved in Engineering, Marketing, Product/Design, or Support + stay_connected_section_title: Stay Connected + donate: + title: Donate + description: The app runs on your donations, help improve it +--- diff --git a/content/community/index.nl.md b/content/community/index.nl.md new file mode 100644 index 00000000..1196abdc --- /dev/null +++ b/content/community/index.nl.md @@ -0,0 +1,34 @@ +--- +title: Community - Created and maintained by people like you +description: Discover the Organic Maps community, share ideas, propose new features, contribute code, provide support, translate, do marketing, design, and shape the product. +template: community.html +weight: 10 +extra: + menu_title: Community + menu_title_pre: Home + community_hero_description: Organic Maps is created and maintained by people like you + hero_image: /community/community-bg.png + preview_image: donate/donate.png + community_card_title_1: Join the + community_card_title_sub_1: Discussion + community_card_description_1: Report, bugs, discuss idea, and propose features + community_card_title_2: Contribute + community_card_description_2: Help fix bugs, do code reviews, and develop new features. + community_card_title_sub_2: Code + community_card_title_3: Add + community_card_description_3: Add info about shops, points of interest, trails, public transport to OpenStreetMap + community_card_title_sub_3: Place Info + community_card_title_4: Provide + community_card_description_4: Help people use the app, respond to questions on ":" Telegram, Instagram, Facebook, X (Twitter), Reddit, LinkedIn, Mastodon, Matrix + community_card_title_sub_4: Support + community_card_title_5: Translate + community_card_description_5: Add and update translations in the app's interface, app stores and this website. + community_card_title_6: Design & Product Management + community_card_description_6: Shape the direction of the product and the user experience + community_card_title_7: Volunteer + community_card_description_7: Get involved in Engineering, Marketing, Product/Design, or Support + stay_connected_section_title: Stay Connected + donate: + title: Donate + description: The app runs on your donations, help improve it +--- diff --git a/content/community/index.pl.md b/content/community/index.pl.md new file mode 100644 index 00000000..1196abdc --- /dev/null +++ b/content/community/index.pl.md @@ -0,0 +1,34 @@ +--- +title: Community - Created and maintained by people like you +description: Discover the Organic Maps community, share ideas, propose new features, contribute code, provide support, translate, do marketing, design, and shape the product. +template: community.html +weight: 10 +extra: + menu_title: Community + menu_title_pre: Home + community_hero_description: Organic Maps is created and maintained by people like you + hero_image: /community/community-bg.png + preview_image: donate/donate.png + community_card_title_1: Join the + community_card_title_sub_1: Discussion + community_card_description_1: Report, bugs, discuss idea, and propose features + community_card_title_2: Contribute + community_card_description_2: Help fix bugs, do code reviews, and develop new features. + community_card_title_sub_2: Code + community_card_title_3: Add + community_card_description_3: Add info about shops, points of interest, trails, public transport to OpenStreetMap + community_card_title_sub_3: Place Info + community_card_title_4: Provide + community_card_description_4: Help people use the app, respond to questions on ":" Telegram, Instagram, Facebook, X (Twitter), Reddit, LinkedIn, Mastodon, Matrix + community_card_title_sub_4: Support + community_card_title_5: Translate + community_card_description_5: Add and update translations in the app's interface, app stores and this website. + community_card_title_6: Design & Product Management + community_card_description_6: Shape the direction of the product and the user experience + community_card_title_7: Volunteer + community_card_description_7: Get involved in Engineering, Marketing, Product/Design, or Support + stay_connected_section_title: Stay Connected + donate: + title: Donate + description: The app runs on your donations, help improve it +--- diff --git a/content/community/index.pt-BR.md b/content/community/index.pt-BR.md new file mode 100644 index 00000000..1196abdc --- /dev/null +++ b/content/community/index.pt-BR.md @@ -0,0 +1,34 @@ +--- +title: Community - Created and maintained by people like you +description: Discover the Organic Maps community, share ideas, propose new features, contribute code, provide support, translate, do marketing, design, and shape the product. +template: community.html +weight: 10 +extra: + menu_title: Community + menu_title_pre: Home + community_hero_description: Organic Maps is created and maintained by people like you + hero_image: /community/community-bg.png + preview_image: donate/donate.png + community_card_title_1: Join the + community_card_title_sub_1: Discussion + community_card_description_1: Report, bugs, discuss idea, and propose features + community_card_title_2: Contribute + community_card_description_2: Help fix bugs, do code reviews, and develop new features. + community_card_title_sub_2: Code + community_card_title_3: Add + community_card_description_3: Add info about shops, points of interest, trails, public transport to OpenStreetMap + community_card_title_sub_3: Place Info + community_card_title_4: Provide + community_card_description_4: Help people use the app, respond to questions on ":" Telegram, Instagram, Facebook, X (Twitter), Reddit, LinkedIn, Mastodon, Matrix + community_card_title_sub_4: Support + community_card_title_5: Translate + community_card_description_5: Add and update translations in the app's interface, app stores and this website. + community_card_title_6: Design & Product Management + community_card_description_6: Shape the direction of the product and the user experience + community_card_title_7: Volunteer + community_card_description_7: Get involved in Engineering, Marketing, Product/Design, or Support + stay_connected_section_title: Stay Connected + donate: + title: Donate + description: The app runs on your donations, help improve it +--- diff --git a/content/community/index.ru.md b/content/community/index.ru.md new file mode 100644 index 00000000..1196abdc --- /dev/null +++ b/content/community/index.ru.md @@ -0,0 +1,34 @@ +--- +title: Community - Created and maintained by people like you +description: Discover the Organic Maps community, share ideas, propose new features, contribute code, provide support, translate, do marketing, design, and shape the product. +template: community.html +weight: 10 +extra: + menu_title: Community + menu_title_pre: Home + community_hero_description: Organic Maps is created and maintained by people like you + hero_image: /community/community-bg.png + preview_image: donate/donate.png + community_card_title_1: Join the + community_card_title_sub_1: Discussion + community_card_description_1: Report, bugs, discuss idea, and propose features + community_card_title_2: Contribute + community_card_description_2: Help fix bugs, do code reviews, and develop new features. + community_card_title_sub_2: Code + community_card_title_3: Add + community_card_description_3: Add info about shops, points of interest, trails, public transport to OpenStreetMap + community_card_title_sub_3: Place Info + community_card_title_4: Provide + community_card_description_4: Help people use the app, respond to questions on ":" Telegram, Instagram, Facebook, X (Twitter), Reddit, LinkedIn, Mastodon, Matrix + community_card_title_sub_4: Support + community_card_title_5: Translate + community_card_description_5: Add and update translations in the app's interface, app stores and this website. + community_card_title_6: Design & Product Management + community_card_description_6: Shape the direction of the product and the user experience + community_card_title_7: Volunteer + community_card_description_7: Get involved in Engineering, Marketing, Product/Design, or Support + stay_connected_section_title: Stay Connected + donate: + title: Donate + description: The app runs on your donations, help improve it +--- diff --git a/content/community/index.sv.md b/content/community/index.sv.md new file mode 100644 index 00000000..1196abdc --- /dev/null +++ b/content/community/index.sv.md @@ -0,0 +1,34 @@ +--- +title: Community - Created and maintained by people like you +description: Discover the Organic Maps community, share ideas, propose new features, contribute code, provide support, translate, do marketing, design, and shape the product. +template: community.html +weight: 10 +extra: + menu_title: Community + menu_title_pre: Home + community_hero_description: Organic Maps is created and maintained by people like you + hero_image: /community/community-bg.png + preview_image: donate/donate.png + community_card_title_1: Join the + community_card_title_sub_1: Discussion + community_card_description_1: Report, bugs, discuss idea, and propose features + community_card_title_2: Contribute + community_card_description_2: Help fix bugs, do code reviews, and develop new features. + community_card_title_sub_2: Code + community_card_title_3: Add + community_card_description_3: Add info about shops, points of interest, trails, public transport to OpenStreetMap + community_card_title_sub_3: Place Info + community_card_title_4: Provide + community_card_description_4: Help people use the app, respond to questions on ":" Telegram, Instagram, Facebook, X (Twitter), Reddit, LinkedIn, Mastodon, Matrix + community_card_title_sub_4: Support + community_card_title_5: Translate + community_card_description_5: Add and update translations in the app's interface, app stores and this website. + community_card_title_6: Design & Product Management + community_card_description_6: Shape the direction of the product and the user experience + community_card_title_7: Volunteer + community_card_description_7: Get involved in Engineering, Marketing, Product/Design, or Support + stay_connected_section_title: Stay Connected + donate: + title: Donate + description: The app runs on your donations, help improve it +--- diff --git a/content/community/index.tr.md b/content/community/index.tr.md new file mode 100644 index 00000000..1196abdc --- /dev/null +++ b/content/community/index.tr.md @@ -0,0 +1,34 @@ +--- +title: Community - Created and maintained by people like you +description: Discover the Organic Maps community, share ideas, propose new features, contribute code, provide support, translate, do marketing, design, and shape the product. +template: community.html +weight: 10 +extra: + menu_title: Community + menu_title_pre: Home + community_hero_description: Organic Maps is created and maintained by people like you + hero_image: /community/community-bg.png + preview_image: donate/donate.png + community_card_title_1: Join the + community_card_title_sub_1: Discussion + community_card_description_1: Report, bugs, discuss idea, and propose features + community_card_title_2: Contribute + community_card_description_2: Help fix bugs, do code reviews, and develop new features. + community_card_title_sub_2: Code + community_card_title_3: Add + community_card_description_3: Add info about shops, points of interest, trails, public transport to OpenStreetMap + community_card_title_sub_3: Place Info + community_card_title_4: Provide + community_card_description_4: Help people use the app, respond to questions on ":" Telegram, Instagram, Facebook, X (Twitter), Reddit, LinkedIn, Mastodon, Matrix + community_card_title_sub_4: Support + community_card_title_5: Translate + community_card_description_5: Add and update translations in the app's interface, app stores and this website. + community_card_title_6: Design & Product Management + community_card_description_6: Shape the direction of the product and the user experience + community_card_title_7: Volunteer + community_card_description_7: Get involved in Engineering, Marketing, Product/Design, or Support + stay_connected_section_title: Stay Connected + donate: + title: Donate + description: The app runs on your donations, help improve it +--- diff --git a/content/community/index.uk.md b/content/community/index.uk.md new file mode 100644 index 00000000..1196abdc --- /dev/null +++ b/content/community/index.uk.md @@ -0,0 +1,34 @@ +--- +title: Community - Created and maintained by people like you +description: Discover the Organic Maps community, share ideas, propose new features, contribute code, provide support, translate, do marketing, design, and shape the product. +template: community.html +weight: 10 +extra: + menu_title: Community + menu_title_pre: Home + community_hero_description: Organic Maps is created and maintained by people like you + hero_image: /community/community-bg.png + preview_image: donate/donate.png + community_card_title_1: Join the + community_card_title_sub_1: Discussion + community_card_description_1: Report, bugs, discuss idea, and propose features + community_card_title_2: Contribute + community_card_description_2: Help fix bugs, do code reviews, and develop new features. + community_card_title_sub_2: Code + community_card_title_3: Add + community_card_description_3: Add info about shops, points of interest, trails, public transport to OpenStreetMap + community_card_title_sub_3: Place Info + community_card_title_4: Provide + community_card_description_4: Help people use the app, respond to questions on ":" Telegram, Instagram, Facebook, X (Twitter), Reddit, LinkedIn, Mastodon, Matrix + community_card_title_sub_4: Support + community_card_title_5: Translate + community_card_description_5: Add and update translations in the app's interface, app stores and this website. + community_card_title_6: Design & Product Management + community_card_description_6: Shape the direction of the product and the user experience + community_card_title_7: Volunteer + community_card_description_7: Get involved in Engineering, Marketing, Product/Design, or Support + stay_connected_section_title: Stay Connected + donate: + title: Donate + description: The app runs on your donations, help improve it +--- diff --git a/content/community/index.zh-CN.md b/content/community/index.zh-CN.md new file mode 100644 index 00000000..1196abdc --- /dev/null +++ b/content/community/index.zh-CN.md @@ -0,0 +1,34 @@ +--- +title: Community - Created and maintained by people like you +description: Discover the Organic Maps community, share ideas, propose new features, contribute code, provide support, translate, do marketing, design, and shape the product. +template: community.html +weight: 10 +extra: + menu_title: Community + menu_title_pre: Home + community_hero_description: Organic Maps is created and maintained by people like you + hero_image: /community/community-bg.png + preview_image: donate/donate.png + community_card_title_1: Join the + community_card_title_sub_1: Discussion + community_card_description_1: Report, bugs, discuss idea, and propose features + community_card_title_2: Contribute + community_card_description_2: Help fix bugs, do code reviews, and develop new features. + community_card_title_sub_2: Code + community_card_title_3: Add + community_card_description_3: Add info about shops, points of interest, trails, public transport to OpenStreetMap + community_card_title_sub_3: Place Info + community_card_title_4: Provide + community_card_description_4: Help people use the app, respond to questions on ":" Telegram, Instagram, Facebook, X (Twitter), Reddit, LinkedIn, Mastodon, Matrix + community_card_title_sub_4: Support + community_card_title_5: Translate + community_card_description_5: Add and update translations in the app's interface, app stores and this website. + community_card_title_6: Design & Product Management + community_card_description_6: Shape the direction of the product and the user experience + community_card_title_7: Volunteer + community_card_description_7: Get involved in Engineering, Marketing, Product/Design, or Support + stay_connected_section_title: Stay Connected + donate: + title: Donate + description: The app runs on your donations, help improve it +--- diff --git a/content/community/index.zh-Hans.md b/content/community/index.zh-Hans.md new file mode 100644 index 00000000..1196abdc --- /dev/null +++ b/content/community/index.zh-Hans.md @@ -0,0 +1,34 @@ +--- +title: Community - Created and maintained by people like you +description: Discover the Organic Maps community, share ideas, propose new features, contribute code, provide support, translate, do marketing, design, and shape the product. +template: community.html +weight: 10 +extra: + menu_title: Community + menu_title_pre: Home + community_hero_description: Organic Maps is created and maintained by people like you + hero_image: /community/community-bg.png + preview_image: donate/donate.png + community_card_title_1: Join the + community_card_title_sub_1: Discussion + community_card_description_1: Report, bugs, discuss idea, and propose features + community_card_title_2: Contribute + community_card_description_2: Help fix bugs, do code reviews, and develop new features. + community_card_title_sub_2: Code + community_card_title_3: Add + community_card_description_3: Add info about shops, points of interest, trails, public transport to OpenStreetMap + community_card_title_sub_3: Place Info + community_card_title_4: Provide + community_card_description_4: Help people use the app, respond to questions on ":" Telegram, Instagram, Facebook, X (Twitter), Reddit, LinkedIn, Mastodon, Matrix + community_card_title_sub_4: Support + community_card_title_5: Translate + community_card_description_5: Add and update translations in the app's interface, app stores and this website. + community_card_title_6: Design & Product Management + community_card_description_6: Shape the direction of the product and the user experience + community_card_title_7: Volunteer + community_card_description_7: Get involved in Engineering, Marketing, Product/Design, or Support + stay_connected_section_title: Stay Connected + donate: + title: Donate + description: The app runs on your donations, help improve it +--- diff --git a/content/crowdfunding/crowdfunding-bg.png b/content/crowdfunding/crowdfunding-bg.png new file mode 100644 index 00000000..d8e0f85b Binary files /dev/null and b/content/crowdfunding/crowdfunding-bg.png differ diff --git a/content/crowdfunding/index.af.md b/content/crowdfunding/index.af.md new file mode 100644 index 00000000..17b34d94 --- /dev/null +++ b/content/crowdfunding/index.af.md @@ -0,0 +1,46 @@ +--- +description: Be a part of the movement towards privacy and community in navigation. Support Organic Maps and help us create a better future for travelers worldwide. +template: crowdfunding.html +weight: 10 +extra: + hero_title: Crowdfunding + hero_description: Donate and create better maps for everyone today! + why_section_title_1: Donate Now! + why_section_title_2: Why Organic Maps? + hero_image: /crowdfunding/crowdfunding-bg.png + menu_title_pre: Home + why_section_description_1: Do you value privacy and prefer to use services that respect your data? We've got the perfect solution for you! Introducing Organic Maps, the innovative map navigation app designed to make your journeys effortless, privacy-focused, and environmentally friendly. + why_section_description_2: Organic Maps isn't your typical navigation app. We've worked tirelessly to create a unique platform that prioritizes user privacy, sustainability, and functionality. Here's why Organic Maps is the ultimate choice for mindful travelers + benefits_section_card_title_1: Privacy-Centric + benefits_section_card_title_2: Open-Source and Community-Driven + benefits_section_card_title_3: No Ads, No Tracking + benefits_section_card_title_4: Offline Maps and Exploration + benefits_section_card_title_5: Eco-Friendly Navigation + benefits_section_card_title_6: Geared for Exploration + benefits_section_card_title_7: Customizable and Reliable + benefits_section_card_description_1: At Organic Maps, we believe your data is your own. Unlike other map apps that collect and monetize your location data, we are committed to keeping your information private. You can navigate with peace of mind, knowing your movements remain confidential. + benefits_section_card_description_2: Organic Maps is built on open-source technology, which means a global community of contributors ensures continuous updates and improvements. You can actively participate in shaping the app's future or simply benefit from the collective knowledge of passionate developers. + benefits_section_card_description_3: Tired of invasive ads and trackers? We share your sentiments. Organic Maps is completely ad-free and does not track your location or behavior. + benefits_section_card_description_4: Whether you're traveling to a remote area or facing connectivity issues, Organic Maps has your back. Download maps of your favorite destinations, and enjoy seamless navigation offline without worrying about internet access. + benefits_section_card_description_5: We care about the planet. Organic Maps minimizes its carbon footprint by using crowd-sourced data and avoiding the energy-intensive server infrastructure employed by other + benefits_section_card_description_6: Unleash your adventurous spirit! Organic Maps highlights hiking trails, cycle paths, and points of interest off the beaten path, encouraging you to explore nature's wonders and lesser-known locations. + benefits_section_card_description_7: Personalize your navigation experience. Organic Maps allows you to choose between various map styles, so you can tailor the app's appearance to your preference. Additionally, our reliable routing algorithm ensures you reach your destination efficiently. + support_section_title: Your Support Matters + support_section_description: We've come a long way in developing Organic Maps, but to continue providing a privacy-first and sustainable navigation experience, we need your support. By backing our crowdfunding campaign, you'll be contributing to the growth of an app that prioritizes user values and the planet. + support_section_description_2: By backing our crowdfunding campaign, you'll be contributing to the growth of an app that prioritizes user values and the planet. + rewards_section_title: Rewards + rewards_section_description: As a token of our gratitude for your support we've prepared some exciting rewards for our backers + rewards_section_card_title_1: Privacy Advocate + rewards_section_card_title_2: Ambassador + rewards_section_card_title_3: Community Leader + rewards_section_card_title_4: Trailblazer + rewards_section_card_description_1: Show your commitment to user privacy with an exclusive Organic Maps privacy advocate badge. Proudly display this badge on your profile, showcasing your dedication to protecting personal data and supporting privacy-focused navigation. + rewards_section_card_description_2: Be recognized as a sustainability champion! Your name will be prominently featured in the credits section of the Organic Maps app, acknowledging your role in promoting eco-friendly navigation and supporting a greener future. + rewards_section_card_description_3: With this reward, you'll get a special shout-out on Organic Maps' official social media platforms. Share your excitement for the app and spread the word about mindful navigation to a wider audience. + rewards_section_card_description_4: Celebrate your passion for exploration with a personalized infographic. We'll create a stunning visual representation of your travel stats and adventures, beautifully designed and tailored exclusively for you. + join_us_section_title: Join Us on this Journey + join_us_section_description_1: We're thrilled to have you on board as we embark on this exciting adventure to revolutionize navigation while respecting user privacy and the environment. Your support will make Organic Maps a reality for mindful travelers worldwide. + join_us_section_description_2: Help us make Organic Maps a global success! Back our campaign, spread the word, and let's navigate the world together, sustainably and responsibly. + join_us_section_description_3: Thank you for being a part of our Organic Maps family! + +--- \ No newline at end of file diff --git a/content/crowdfunding/index.ar.md b/content/crowdfunding/index.ar.md new file mode 100644 index 00000000..17b34d94 --- /dev/null +++ b/content/crowdfunding/index.ar.md @@ -0,0 +1,46 @@ +--- +description: Be a part of the movement towards privacy and community in navigation. Support Organic Maps and help us create a better future for travelers worldwide. +template: crowdfunding.html +weight: 10 +extra: + hero_title: Crowdfunding + hero_description: Donate and create better maps for everyone today! + why_section_title_1: Donate Now! + why_section_title_2: Why Organic Maps? + hero_image: /crowdfunding/crowdfunding-bg.png + menu_title_pre: Home + why_section_description_1: Do you value privacy and prefer to use services that respect your data? We've got the perfect solution for you! Introducing Organic Maps, the innovative map navigation app designed to make your journeys effortless, privacy-focused, and environmentally friendly. + why_section_description_2: Organic Maps isn't your typical navigation app. We've worked tirelessly to create a unique platform that prioritizes user privacy, sustainability, and functionality. Here's why Organic Maps is the ultimate choice for mindful travelers + benefits_section_card_title_1: Privacy-Centric + benefits_section_card_title_2: Open-Source and Community-Driven + benefits_section_card_title_3: No Ads, No Tracking + benefits_section_card_title_4: Offline Maps and Exploration + benefits_section_card_title_5: Eco-Friendly Navigation + benefits_section_card_title_6: Geared for Exploration + benefits_section_card_title_7: Customizable and Reliable + benefits_section_card_description_1: At Organic Maps, we believe your data is your own. Unlike other map apps that collect and monetize your location data, we are committed to keeping your information private. You can navigate with peace of mind, knowing your movements remain confidential. + benefits_section_card_description_2: Organic Maps is built on open-source technology, which means a global community of contributors ensures continuous updates and improvements. You can actively participate in shaping the app's future or simply benefit from the collective knowledge of passionate developers. + benefits_section_card_description_3: Tired of invasive ads and trackers? We share your sentiments. Organic Maps is completely ad-free and does not track your location or behavior. + benefits_section_card_description_4: Whether you're traveling to a remote area or facing connectivity issues, Organic Maps has your back. Download maps of your favorite destinations, and enjoy seamless navigation offline without worrying about internet access. + benefits_section_card_description_5: We care about the planet. Organic Maps minimizes its carbon footprint by using crowd-sourced data and avoiding the energy-intensive server infrastructure employed by other + benefits_section_card_description_6: Unleash your adventurous spirit! Organic Maps highlights hiking trails, cycle paths, and points of interest off the beaten path, encouraging you to explore nature's wonders and lesser-known locations. + benefits_section_card_description_7: Personalize your navigation experience. Organic Maps allows you to choose between various map styles, so you can tailor the app's appearance to your preference. Additionally, our reliable routing algorithm ensures you reach your destination efficiently. + support_section_title: Your Support Matters + support_section_description: We've come a long way in developing Organic Maps, but to continue providing a privacy-first and sustainable navigation experience, we need your support. By backing our crowdfunding campaign, you'll be contributing to the growth of an app that prioritizes user values and the planet. + support_section_description_2: By backing our crowdfunding campaign, you'll be contributing to the growth of an app that prioritizes user values and the planet. + rewards_section_title: Rewards + rewards_section_description: As a token of our gratitude for your support we've prepared some exciting rewards for our backers + rewards_section_card_title_1: Privacy Advocate + rewards_section_card_title_2: Ambassador + rewards_section_card_title_3: Community Leader + rewards_section_card_title_4: Trailblazer + rewards_section_card_description_1: Show your commitment to user privacy with an exclusive Organic Maps privacy advocate badge. Proudly display this badge on your profile, showcasing your dedication to protecting personal data and supporting privacy-focused navigation. + rewards_section_card_description_2: Be recognized as a sustainability champion! Your name will be prominently featured in the credits section of the Organic Maps app, acknowledging your role in promoting eco-friendly navigation and supporting a greener future. + rewards_section_card_description_3: With this reward, you'll get a special shout-out on Organic Maps' official social media platforms. Share your excitement for the app and spread the word about mindful navigation to a wider audience. + rewards_section_card_description_4: Celebrate your passion for exploration with a personalized infographic. We'll create a stunning visual representation of your travel stats and adventures, beautifully designed and tailored exclusively for you. + join_us_section_title: Join Us on this Journey + join_us_section_description_1: We're thrilled to have you on board as we embark on this exciting adventure to revolutionize navigation while respecting user privacy and the environment. Your support will make Organic Maps a reality for mindful travelers worldwide. + join_us_section_description_2: Help us make Organic Maps a global success! Back our campaign, spread the word, and let's navigate the world together, sustainably and responsibly. + join_us_section_description_3: Thank you for being a part of our Organic Maps family! + +--- \ No newline at end of file diff --git a/content/crowdfunding/index.ca.md b/content/crowdfunding/index.ca.md new file mode 100644 index 00000000..17b34d94 --- /dev/null +++ b/content/crowdfunding/index.ca.md @@ -0,0 +1,46 @@ +--- +description: Be a part of the movement towards privacy and community in navigation. Support Organic Maps and help us create a better future for travelers worldwide. +template: crowdfunding.html +weight: 10 +extra: + hero_title: Crowdfunding + hero_description: Donate and create better maps for everyone today! + why_section_title_1: Donate Now! + why_section_title_2: Why Organic Maps? + hero_image: /crowdfunding/crowdfunding-bg.png + menu_title_pre: Home + why_section_description_1: Do you value privacy and prefer to use services that respect your data? We've got the perfect solution for you! Introducing Organic Maps, the innovative map navigation app designed to make your journeys effortless, privacy-focused, and environmentally friendly. + why_section_description_2: Organic Maps isn't your typical navigation app. We've worked tirelessly to create a unique platform that prioritizes user privacy, sustainability, and functionality. Here's why Organic Maps is the ultimate choice for mindful travelers + benefits_section_card_title_1: Privacy-Centric + benefits_section_card_title_2: Open-Source and Community-Driven + benefits_section_card_title_3: No Ads, No Tracking + benefits_section_card_title_4: Offline Maps and Exploration + benefits_section_card_title_5: Eco-Friendly Navigation + benefits_section_card_title_6: Geared for Exploration + benefits_section_card_title_7: Customizable and Reliable + benefits_section_card_description_1: At Organic Maps, we believe your data is your own. Unlike other map apps that collect and monetize your location data, we are committed to keeping your information private. You can navigate with peace of mind, knowing your movements remain confidential. + benefits_section_card_description_2: Organic Maps is built on open-source technology, which means a global community of contributors ensures continuous updates and improvements. You can actively participate in shaping the app's future or simply benefit from the collective knowledge of passionate developers. + benefits_section_card_description_3: Tired of invasive ads and trackers? We share your sentiments. Organic Maps is completely ad-free and does not track your location or behavior. + benefits_section_card_description_4: Whether you're traveling to a remote area or facing connectivity issues, Organic Maps has your back. Download maps of your favorite destinations, and enjoy seamless navigation offline without worrying about internet access. + benefits_section_card_description_5: We care about the planet. Organic Maps minimizes its carbon footprint by using crowd-sourced data and avoiding the energy-intensive server infrastructure employed by other + benefits_section_card_description_6: Unleash your adventurous spirit! Organic Maps highlights hiking trails, cycle paths, and points of interest off the beaten path, encouraging you to explore nature's wonders and lesser-known locations. + benefits_section_card_description_7: Personalize your navigation experience. Organic Maps allows you to choose between various map styles, so you can tailor the app's appearance to your preference. Additionally, our reliable routing algorithm ensures you reach your destination efficiently. + support_section_title: Your Support Matters + support_section_description: We've come a long way in developing Organic Maps, but to continue providing a privacy-first and sustainable navigation experience, we need your support. By backing our crowdfunding campaign, you'll be contributing to the growth of an app that prioritizes user values and the planet. + support_section_description_2: By backing our crowdfunding campaign, you'll be contributing to the growth of an app that prioritizes user values and the planet. + rewards_section_title: Rewards + rewards_section_description: As a token of our gratitude for your support we've prepared some exciting rewards for our backers + rewards_section_card_title_1: Privacy Advocate + rewards_section_card_title_2: Ambassador + rewards_section_card_title_3: Community Leader + rewards_section_card_title_4: Trailblazer + rewards_section_card_description_1: Show your commitment to user privacy with an exclusive Organic Maps privacy advocate badge. Proudly display this badge on your profile, showcasing your dedication to protecting personal data and supporting privacy-focused navigation. + rewards_section_card_description_2: Be recognized as a sustainability champion! Your name will be prominently featured in the credits section of the Organic Maps app, acknowledging your role in promoting eco-friendly navigation and supporting a greener future. + rewards_section_card_description_3: With this reward, you'll get a special shout-out on Organic Maps' official social media platforms. Share your excitement for the app and spread the word about mindful navigation to a wider audience. + rewards_section_card_description_4: Celebrate your passion for exploration with a personalized infographic. We'll create a stunning visual representation of your travel stats and adventures, beautifully designed and tailored exclusively for you. + join_us_section_title: Join Us on this Journey + join_us_section_description_1: We're thrilled to have you on board as we embark on this exciting adventure to revolutionize navigation while respecting user privacy and the environment. Your support will make Organic Maps a reality for mindful travelers worldwide. + join_us_section_description_2: Help us make Organic Maps a global success! Back our campaign, spread the word, and let's navigate the world together, sustainably and responsibly. + join_us_section_description_3: Thank you for being a part of our Organic Maps family! + +--- \ No newline at end of file diff --git a/content/crowdfunding/index.cs.md b/content/crowdfunding/index.cs.md new file mode 100644 index 00000000..17b34d94 --- /dev/null +++ b/content/crowdfunding/index.cs.md @@ -0,0 +1,46 @@ +--- +description: Be a part of the movement towards privacy and community in navigation. Support Organic Maps and help us create a better future for travelers worldwide. +template: crowdfunding.html +weight: 10 +extra: + hero_title: Crowdfunding + hero_description: Donate and create better maps for everyone today! + why_section_title_1: Donate Now! + why_section_title_2: Why Organic Maps? + hero_image: /crowdfunding/crowdfunding-bg.png + menu_title_pre: Home + why_section_description_1: Do you value privacy and prefer to use services that respect your data? We've got the perfect solution for you! Introducing Organic Maps, the innovative map navigation app designed to make your journeys effortless, privacy-focused, and environmentally friendly. + why_section_description_2: Organic Maps isn't your typical navigation app. We've worked tirelessly to create a unique platform that prioritizes user privacy, sustainability, and functionality. Here's why Organic Maps is the ultimate choice for mindful travelers + benefits_section_card_title_1: Privacy-Centric + benefits_section_card_title_2: Open-Source and Community-Driven + benefits_section_card_title_3: No Ads, No Tracking + benefits_section_card_title_4: Offline Maps and Exploration + benefits_section_card_title_5: Eco-Friendly Navigation + benefits_section_card_title_6: Geared for Exploration + benefits_section_card_title_7: Customizable and Reliable + benefits_section_card_description_1: At Organic Maps, we believe your data is your own. Unlike other map apps that collect and monetize your location data, we are committed to keeping your information private. You can navigate with peace of mind, knowing your movements remain confidential. + benefits_section_card_description_2: Organic Maps is built on open-source technology, which means a global community of contributors ensures continuous updates and improvements. You can actively participate in shaping the app's future or simply benefit from the collective knowledge of passionate developers. + benefits_section_card_description_3: Tired of invasive ads and trackers? We share your sentiments. Organic Maps is completely ad-free and does not track your location or behavior. + benefits_section_card_description_4: Whether you're traveling to a remote area or facing connectivity issues, Organic Maps has your back. Download maps of your favorite destinations, and enjoy seamless navigation offline without worrying about internet access. + benefits_section_card_description_5: We care about the planet. Organic Maps minimizes its carbon footprint by using crowd-sourced data and avoiding the energy-intensive server infrastructure employed by other + benefits_section_card_description_6: Unleash your adventurous spirit! Organic Maps highlights hiking trails, cycle paths, and points of interest off the beaten path, encouraging you to explore nature's wonders and lesser-known locations. + benefits_section_card_description_7: Personalize your navigation experience. Organic Maps allows you to choose between various map styles, so you can tailor the app's appearance to your preference. Additionally, our reliable routing algorithm ensures you reach your destination efficiently. + support_section_title: Your Support Matters + support_section_description: We've come a long way in developing Organic Maps, but to continue providing a privacy-first and sustainable navigation experience, we need your support. By backing our crowdfunding campaign, you'll be contributing to the growth of an app that prioritizes user values and the planet. + support_section_description_2: By backing our crowdfunding campaign, you'll be contributing to the growth of an app that prioritizes user values and the planet. + rewards_section_title: Rewards + rewards_section_description: As a token of our gratitude for your support we've prepared some exciting rewards for our backers + rewards_section_card_title_1: Privacy Advocate + rewards_section_card_title_2: Ambassador + rewards_section_card_title_3: Community Leader + rewards_section_card_title_4: Trailblazer + rewards_section_card_description_1: Show your commitment to user privacy with an exclusive Organic Maps privacy advocate badge. Proudly display this badge on your profile, showcasing your dedication to protecting personal data and supporting privacy-focused navigation. + rewards_section_card_description_2: Be recognized as a sustainability champion! Your name will be prominently featured in the credits section of the Organic Maps app, acknowledging your role in promoting eco-friendly navigation and supporting a greener future. + rewards_section_card_description_3: With this reward, you'll get a special shout-out on Organic Maps' official social media platforms. Share your excitement for the app and spread the word about mindful navigation to a wider audience. + rewards_section_card_description_4: Celebrate your passion for exploration with a personalized infographic. We'll create a stunning visual representation of your travel stats and adventures, beautifully designed and tailored exclusively for you. + join_us_section_title: Join Us on this Journey + join_us_section_description_1: We're thrilled to have you on board as we embark on this exciting adventure to revolutionize navigation while respecting user privacy and the environment. Your support will make Organic Maps a reality for mindful travelers worldwide. + join_us_section_description_2: Help us make Organic Maps a global success! Back our campaign, spread the word, and let's navigate the world together, sustainably and responsibly. + join_us_section_description_3: Thank you for being a part of our Organic Maps family! + +--- \ No newline at end of file diff --git a/content/crowdfunding/index.de.md b/content/crowdfunding/index.de.md new file mode 100644 index 00000000..17b34d94 --- /dev/null +++ b/content/crowdfunding/index.de.md @@ -0,0 +1,46 @@ +--- +description: Be a part of the movement towards privacy and community in navigation. Support Organic Maps and help us create a better future for travelers worldwide. +template: crowdfunding.html +weight: 10 +extra: + hero_title: Crowdfunding + hero_description: Donate and create better maps for everyone today! + why_section_title_1: Donate Now! + why_section_title_2: Why Organic Maps? + hero_image: /crowdfunding/crowdfunding-bg.png + menu_title_pre: Home + why_section_description_1: Do you value privacy and prefer to use services that respect your data? We've got the perfect solution for you! Introducing Organic Maps, the innovative map navigation app designed to make your journeys effortless, privacy-focused, and environmentally friendly. + why_section_description_2: Organic Maps isn't your typical navigation app. We've worked tirelessly to create a unique platform that prioritizes user privacy, sustainability, and functionality. Here's why Organic Maps is the ultimate choice for mindful travelers + benefits_section_card_title_1: Privacy-Centric + benefits_section_card_title_2: Open-Source and Community-Driven + benefits_section_card_title_3: No Ads, No Tracking + benefits_section_card_title_4: Offline Maps and Exploration + benefits_section_card_title_5: Eco-Friendly Navigation + benefits_section_card_title_6: Geared for Exploration + benefits_section_card_title_7: Customizable and Reliable + benefits_section_card_description_1: At Organic Maps, we believe your data is your own. Unlike other map apps that collect and monetize your location data, we are committed to keeping your information private. You can navigate with peace of mind, knowing your movements remain confidential. + benefits_section_card_description_2: Organic Maps is built on open-source technology, which means a global community of contributors ensures continuous updates and improvements. You can actively participate in shaping the app's future or simply benefit from the collective knowledge of passionate developers. + benefits_section_card_description_3: Tired of invasive ads and trackers? We share your sentiments. Organic Maps is completely ad-free and does not track your location or behavior. + benefits_section_card_description_4: Whether you're traveling to a remote area or facing connectivity issues, Organic Maps has your back. Download maps of your favorite destinations, and enjoy seamless navigation offline without worrying about internet access. + benefits_section_card_description_5: We care about the planet. Organic Maps minimizes its carbon footprint by using crowd-sourced data and avoiding the energy-intensive server infrastructure employed by other + benefits_section_card_description_6: Unleash your adventurous spirit! Organic Maps highlights hiking trails, cycle paths, and points of interest off the beaten path, encouraging you to explore nature's wonders and lesser-known locations. + benefits_section_card_description_7: Personalize your navigation experience. Organic Maps allows you to choose between various map styles, so you can tailor the app's appearance to your preference. Additionally, our reliable routing algorithm ensures you reach your destination efficiently. + support_section_title: Your Support Matters + support_section_description: We've come a long way in developing Organic Maps, but to continue providing a privacy-first and sustainable navigation experience, we need your support. By backing our crowdfunding campaign, you'll be contributing to the growth of an app that prioritizes user values and the planet. + support_section_description_2: By backing our crowdfunding campaign, you'll be contributing to the growth of an app that prioritizes user values and the planet. + rewards_section_title: Rewards + rewards_section_description: As a token of our gratitude for your support we've prepared some exciting rewards for our backers + rewards_section_card_title_1: Privacy Advocate + rewards_section_card_title_2: Ambassador + rewards_section_card_title_3: Community Leader + rewards_section_card_title_4: Trailblazer + rewards_section_card_description_1: Show your commitment to user privacy with an exclusive Organic Maps privacy advocate badge. Proudly display this badge on your profile, showcasing your dedication to protecting personal data and supporting privacy-focused navigation. + rewards_section_card_description_2: Be recognized as a sustainability champion! Your name will be prominently featured in the credits section of the Organic Maps app, acknowledging your role in promoting eco-friendly navigation and supporting a greener future. + rewards_section_card_description_3: With this reward, you'll get a special shout-out on Organic Maps' official social media platforms. Share your excitement for the app and spread the word about mindful navigation to a wider audience. + rewards_section_card_description_4: Celebrate your passion for exploration with a personalized infographic. We'll create a stunning visual representation of your travel stats and adventures, beautifully designed and tailored exclusively for you. + join_us_section_title: Join Us on this Journey + join_us_section_description_1: We're thrilled to have you on board as we embark on this exciting adventure to revolutionize navigation while respecting user privacy and the environment. Your support will make Organic Maps a reality for mindful travelers worldwide. + join_us_section_description_2: Help us make Organic Maps a global success! Back our campaign, spread the word, and let's navigate the world together, sustainably and responsibly. + join_us_section_description_3: Thank you for being a part of our Organic Maps family! + +--- \ No newline at end of file diff --git a/content/crowdfunding/index.es.md b/content/crowdfunding/index.es.md new file mode 100644 index 00000000..17b34d94 --- /dev/null +++ b/content/crowdfunding/index.es.md @@ -0,0 +1,46 @@ +--- +description: Be a part of the movement towards privacy and community in navigation. Support Organic Maps and help us create a better future for travelers worldwide. +template: crowdfunding.html +weight: 10 +extra: + hero_title: Crowdfunding + hero_description: Donate and create better maps for everyone today! + why_section_title_1: Donate Now! + why_section_title_2: Why Organic Maps? + hero_image: /crowdfunding/crowdfunding-bg.png + menu_title_pre: Home + why_section_description_1: Do you value privacy and prefer to use services that respect your data? We've got the perfect solution for you! Introducing Organic Maps, the innovative map navigation app designed to make your journeys effortless, privacy-focused, and environmentally friendly. + why_section_description_2: Organic Maps isn't your typical navigation app. We've worked tirelessly to create a unique platform that prioritizes user privacy, sustainability, and functionality. Here's why Organic Maps is the ultimate choice for mindful travelers + benefits_section_card_title_1: Privacy-Centric + benefits_section_card_title_2: Open-Source and Community-Driven + benefits_section_card_title_3: No Ads, No Tracking + benefits_section_card_title_4: Offline Maps and Exploration + benefits_section_card_title_5: Eco-Friendly Navigation + benefits_section_card_title_6: Geared for Exploration + benefits_section_card_title_7: Customizable and Reliable + benefits_section_card_description_1: At Organic Maps, we believe your data is your own. Unlike other map apps that collect and monetize your location data, we are committed to keeping your information private. You can navigate with peace of mind, knowing your movements remain confidential. + benefits_section_card_description_2: Organic Maps is built on open-source technology, which means a global community of contributors ensures continuous updates and improvements. You can actively participate in shaping the app's future or simply benefit from the collective knowledge of passionate developers. + benefits_section_card_description_3: Tired of invasive ads and trackers? We share your sentiments. Organic Maps is completely ad-free and does not track your location or behavior. + benefits_section_card_description_4: Whether you're traveling to a remote area or facing connectivity issues, Organic Maps has your back. Download maps of your favorite destinations, and enjoy seamless navigation offline without worrying about internet access. + benefits_section_card_description_5: We care about the planet. Organic Maps minimizes its carbon footprint by using crowd-sourced data and avoiding the energy-intensive server infrastructure employed by other + benefits_section_card_description_6: Unleash your adventurous spirit! Organic Maps highlights hiking trails, cycle paths, and points of interest off the beaten path, encouraging you to explore nature's wonders and lesser-known locations. + benefits_section_card_description_7: Personalize your navigation experience. Organic Maps allows you to choose between various map styles, so you can tailor the app's appearance to your preference. Additionally, our reliable routing algorithm ensures you reach your destination efficiently. + support_section_title: Your Support Matters + support_section_description: We've come a long way in developing Organic Maps, but to continue providing a privacy-first and sustainable navigation experience, we need your support. By backing our crowdfunding campaign, you'll be contributing to the growth of an app that prioritizes user values and the planet. + support_section_description_2: By backing our crowdfunding campaign, you'll be contributing to the growth of an app that prioritizes user values and the planet. + rewards_section_title: Rewards + rewards_section_description: As a token of our gratitude for your support we've prepared some exciting rewards for our backers + rewards_section_card_title_1: Privacy Advocate + rewards_section_card_title_2: Ambassador + rewards_section_card_title_3: Community Leader + rewards_section_card_title_4: Trailblazer + rewards_section_card_description_1: Show your commitment to user privacy with an exclusive Organic Maps privacy advocate badge. Proudly display this badge on your profile, showcasing your dedication to protecting personal data and supporting privacy-focused navigation. + rewards_section_card_description_2: Be recognized as a sustainability champion! Your name will be prominently featured in the credits section of the Organic Maps app, acknowledging your role in promoting eco-friendly navigation and supporting a greener future. + rewards_section_card_description_3: With this reward, you'll get a special shout-out on Organic Maps' official social media platforms. Share your excitement for the app and spread the word about mindful navigation to a wider audience. + rewards_section_card_description_4: Celebrate your passion for exploration with a personalized infographic. We'll create a stunning visual representation of your travel stats and adventures, beautifully designed and tailored exclusively for you. + join_us_section_title: Join Us on this Journey + join_us_section_description_1: We're thrilled to have you on board as we embark on this exciting adventure to revolutionize navigation while respecting user privacy and the environment. Your support will make Organic Maps a reality for mindful travelers worldwide. + join_us_section_description_2: Help us make Organic Maps a global success! Back our campaign, spread the word, and let's navigate the world together, sustainably and responsibly. + join_us_section_description_3: Thank you for being a part of our Organic Maps family! + +--- \ No newline at end of file diff --git a/content/crowdfunding/index.eu.md b/content/crowdfunding/index.eu.md new file mode 100644 index 00000000..17b34d94 --- /dev/null +++ b/content/crowdfunding/index.eu.md @@ -0,0 +1,46 @@ +--- +description: Be a part of the movement towards privacy and community in navigation. Support Organic Maps and help us create a better future for travelers worldwide. +template: crowdfunding.html +weight: 10 +extra: + hero_title: Crowdfunding + hero_description: Donate and create better maps for everyone today! + why_section_title_1: Donate Now! + why_section_title_2: Why Organic Maps? + hero_image: /crowdfunding/crowdfunding-bg.png + menu_title_pre: Home + why_section_description_1: Do you value privacy and prefer to use services that respect your data? We've got the perfect solution for you! Introducing Organic Maps, the innovative map navigation app designed to make your journeys effortless, privacy-focused, and environmentally friendly. + why_section_description_2: Organic Maps isn't your typical navigation app. We've worked tirelessly to create a unique platform that prioritizes user privacy, sustainability, and functionality. Here's why Organic Maps is the ultimate choice for mindful travelers + benefits_section_card_title_1: Privacy-Centric + benefits_section_card_title_2: Open-Source and Community-Driven + benefits_section_card_title_3: No Ads, No Tracking + benefits_section_card_title_4: Offline Maps and Exploration + benefits_section_card_title_5: Eco-Friendly Navigation + benefits_section_card_title_6: Geared for Exploration + benefits_section_card_title_7: Customizable and Reliable + benefits_section_card_description_1: At Organic Maps, we believe your data is your own. Unlike other map apps that collect and monetize your location data, we are committed to keeping your information private. You can navigate with peace of mind, knowing your movements remain confidential. + benefits_section_card_description_2: Organic Maps is built on open-source technology, which means a global community of contributors ensures continuous updates and improvements. You can actively participate in shaping the app's future or simply benefit from the collective knowledge of passionate developers. + benefits_section_card_description_3: Tired of invasive ads and trackers? We share your sentiments. Organic Maps is completely ad-free and does not track your location or behavior. + benefits_section_card_description_4: Whether you're traveling to a remote area or facing connectivity issues, Organic Maps has your back. Download maps of your favorite destinations, and enjoy seamless navigation offline without worrying about internet access. + benefits_section_card_description_5: We care about the planet. Organic Maps minimizes its carbon footprint by using crowd-sourced data and avoiding the energy-intensive server infrastructure employed by other + benefits_section_card_description_6: Unleash your adventurous spirit! Organic Maps highlights hiking trails, cycle paths, and points of interest off the beaten path, encouraging you to explore nature's wonders and lesser-known locations. + benefits_section_card_description_7: Personalize your navigation experience. Organic Maps allows you to choose between various map styles, so you can tailor the app's appearance to your preference. Additionally, our reliable routing algorithm ensures you reach your destination efficiently. + support_section_title: Your Support Matters + support_section_description: We've come a long way in developing Organic Maps, but to continue providing a privacy-first and sustainable navigation experience, we need your support. By backing our crowdfunding campaign, you'll be contributing to the growth of an app that prioritizes user values and the planet. + support_section_description_2: By backing our crowdfunding campaign, you'll be contributing to the growth of an app that prioritizes user values and the planet. + rewards_section_title: Rewards + rewards_section_description: As a token of our gratitude for your support we've prepared some exciting rewards for our backers + rewards_section_card_title_1: Privacy Advocate + rewards_section_card_title_2: Ambassador + rewards_section_card_title_3: Community Leader + rewards_section_card_title_4: Trailblazer + rewards_section_card_description_1: Show your commitment to user privacy with an exclusive Organic Maps privacy advocate badge. Proudly display this badge on your profile, showcasing your dedication to protecting personal data and supporting privacy-focused navigation. + rewards_section_card_description_2: Be recognized as a sustainability champion! Your name will be prominently featured in the credits section of the Organic Maps app, acknowledging your role in promoting eco-friendly navigation and supporting a greener future. + rewards_section_card_description_3: With this reward, you'll get a special shout-out on Organic Maps' official social media platforms. Share your excitement for the app and spread the word about mindful navigation to a wider audience. + rewards_section_card_description_4: Celebrate your passion for exploration with a personalized infographic. We'll create a stunning visual representation of your travel stats and adventures, beautifully designed and tailored exclusively for you. + join_us_section_title: Join Us on this Journey + join_us_section_description_1: We're thrilled to have you on board as we embark on this exciting adventure to revolutionize navigation while respecting user privacy and the environment. Your support will make Organic Maps a reality for mindful travelers worldwide. + join_us_section_description_2: Help us make Organic Maps a global success! Back our campaign, spread the word, and let's navigate the world together, sustainably and responsibly. + join_us_section_description_3: Thank you for being a part of our Organic Maps family! + +--- \ No newline at end of file diff --git a/content/crowdfunding/index.fr.md b/content/crowdfunding/index.fr.md new file mode 100644 index 00000000..17b34d94 --- /dev/null +++ b/content/crowdfunding/index.fr.md @@ -0,0 +1,46 @@ +--- +description: Be a part of the movement towards privacy and community in navigation. Support Organic Maps and help us create a better future for travelers worldwide. +template: crowdfunding.html +weight: 10 +extra: + hero_title: Crowdfunding + hero_description: Donate and create better maps for everyone today! + why_section_title_1: Donate Now! + why_section_title_2: Why Organic Maps? + hero_image: /crowdfunding/crowdfunding-bg.png + menu_title_pre: Home + why_section_description_1: Do you value privacy and prefer to use services that respect your data? We've got the perfect solution for you! Introducing Organic Maps, the innovative map navigation app designed to make your journeys effortless, privacy-focused, and environmentally friendly. + why_section_description_2: Organic Maps isn't your typical navigation app. We've worked tirelessly to create a unique platform that prioritizes user privacy, sustainability, and functionality. Here's why Organic Maps is the ultimate choice for mindful travelers + benefits_section_card_title_1: Privacy-Centric + benefits_section_card_title_2: Open-Source and Community-Driven + benefits_section_card_title_3: No Ads, No Tracking + benefits_section_card_title_4: Offline Maps and Exploration + benefits_section_card_title_5: Eco-Friendly Navigation + benefits_section_card_title_6: Geared for Exploration + benefits_section_card_title_7: Customizable and Reliable + benefits_section_card_description_1: At Organic Maps, we believe your data is your own. Unlike other map apps that collect and monetize your location data, we are committed to keeping your information private. You can navigate with peace of mind, knowing your movements remain confidential. + benefits_section_card_description_2: Organic Maps is built on open-source technology, which means a global community of contributors ensures continuous updates and improvements. You can actively participate in shaping the app's future or simply benefit from the collective knowledge of passionate developers. + benefits_section_card_description_3: Tired of invasive ads and trackers? We share your sentiments. Organic Maps is completely ad-free and does not track your location or behavior. + benefits_section_card_description_4: Whether you're traveling to a remote area or facing connectivity issues, Organic Maps has your back. Download maps of your favorite destinations, and enjoy seamless navigation offline without worrying about internet access. + benefits_section_card_description_5: We care about the planet. Organic Maps minimizes its carbon footprint by using crowd-sourced data and avoiding the energy-intensive server infrastructure employed by other + benefits_section_card_description_6: Unleash your adventurous spirit! Organic Maps highlights hiking trails, cycle paths, and points of interest off the beaten path, encouraging you to explore nature's wonders and lesser-known locations. + benefits_section_card_description_7: Personalize your navigation experience. Organic Maps allows you to choose between various map styles, so you can tailor the app's appearance to your preference. Additionally, our reliable routing algorithm ensures you reach your destination efficiently. + support_section_title: Your Support Matters + support_section_description: We've come a long way in developing Organic Maps, but to continue providing a privacy-first and sustainable navigation experience, we need your support. By backing our crowdfunding campaign, you'll be contributing to the growth of an app that prioritizes user values and the planet. + support_section_description_2: By backing our crowdfunding campaign, you'll be contributing to the growth of an app that prioritizes user values and the planet. + rewards_section_title: Rewards + rewards_section_description: As a token of our gratitude for your support we've prepared some exciting rewards for our backers + rewards_section_card_title_1: Privacy Advocate + rewards_section_card_title_2: Ambassador + rewards_section_card_title_3: Community Leader + rewards_section_card_title_4: Trailblazer + rewards_section_card_description_1: Show your commitment to user privacy with an exclusive Organic Maps privacy advocate badge. Proudly display this badge on your profile, showcasing your dedication to protecting personal data and supporting privacy-focused navigation. + rewards_section_card_description_2: Be recognized as a sustainability champion! Your name will be prominently featured in the credits section of the Organic Maps app, acknowledging your role in promoting eco-friendly navigation and supporting a greener future. + rewards_section_card_description_3: With this reward, you'll get a special shout-out on Organic Maps' official social media platforms. Share your excitement for the app and spread the word about mindful navigation to a wider audience. + rewards_section_card_description_4: Celebrate your passion for exploration with a personalized infographic. We'll create a stunning visual representation of your travel stats and adventures, beautifully designed and tailored exclusively for you. + join_us_section_title: Join Us on this Journey + join_us_section_description_1: We're thrilled to have you on board as we embark on this exciting adventure to revolutionize navigation while respecting user privacy and the environment. Your support will make Organic Maps a reality for mindful travelers worldwide. + join_us_section_description_2: Help us make Organic Maps a global success! Back our campaign, spread the word, and let's navigate the world together, sustainably and responsibly. + join_us_section_description_3: Thank you for being a part of our Organic Maps family! + +--- \ No newline at end of file diff --git a/content/crowdfunding/index.hi.md b/content/crowdfunding/index.hi.md new file mode 100644 index 00000000..17b34d94 --- /dev/null +++ b/content/crowdfunding/index.hi.md @@ -0,0 +1,46 @@ +--- +description: Be a part of the movement towards privacy and community in navigation. Support Organic Maps and help us create a better future for travelers worldwide. +template: crowdfunding.html +weight: 10 +extra: + hero_title: Crowdfunding + hero_description: Donate and create better maps for everyone today! + why_section_title_1: Donate Now! + why_section_title_2: Why Organic Maps? + hero_image: /crowdfunding/crowdfunding-bg.png + menu_title_pre: Home + why_section_description_1: Do you value privacy and prefer to use services that respect your data? We've got the perfect solution for you! Introducing Organic Maps, the innovative map navigation app designed to make your journeys effortless, privacy-focused, and environmentally friendly. + why_section_description_2: Organic Maps isn't your typical navigation app. We've worked tirelessly to create a unique platform that prioritizes user privacy, sustainability, and functionality. Here's why Organic Maps is the ultimate choice for mindful travelers + benefits_section_card_title_1: Privacy-Centric + benefits_section_card_title_2: Open-Source and Community-Driven + benefits_section_card_title_3: No Ads, No Tracking + benefits_section_card_title_4: Offline Maps and Exploration + benefits_section_card_title_5: Eco-Friendly Navigation + benefits_section_card_title_6: Geared for Exploration + benefits_section_card_title_7: Customizable and Reliable + benefits_section_card_description_1: At Organic Maps, we believe your data is your own. Unlike other map apps that collect and monetize your location data, we are committed to keeping your information private. You can navigate with peace of mind, knowing your movements remain confidential. + benefits_section_card_description_2: Organic Maps is built on open-source technology, which means a global community of contributors ensures continuous updates and improvements. You can actively participate in shaping the app's future or simply benefit from the collective knowledge of passionate developers. + benefits_section_card_description_3: Tired of invasive ads and trackers? We share your sentiments. Organic Maps is completely ad-free and does not track your location or behavior. + benefits_section_card_description_4: Whether you're traveling to a remote area or facing connectivity issues, Organic Maps has your back. Download maps of your favorite destinations, and enjoy seamless navigation offline without worrying about internet access. + benefits_section_card_description_5: We care about the planet. Organic Maps minimizes its carbon footprint by using crowd-sourced data and avoiding the energy-intensive server infrastructure employed by other + benefits_section_card_description_6: Unleash your adventurous spirit! Organic Maps highlights hiking trails, cycle paths, and points of interest off the beaten path, encouraging you to explore nature's wonders and lesser-known locations. + benefits_section_card_description_7: Personalize your navigation experience. Organic Maps allows you to choose between various map styles, so you can tailor the app's appearance to your preference. Additionally, our reliable routing algorithm ensures you reach your destination efficiently. + support_section_title: Your Support Matters + support_section_description: We've come a long way in developing Organic Maps, but to continue providing a privacy-first and sustainable navigation experience, we need your support. By backing our crowdfunding campaign, you'll be contributing to the growth of an app that prioritizes user values and the planet. + support_section_description_2: By backing our crowdfunding campaign, you'll be contributing to the growth of an app that prioritizes user values and the planet. + rewards_section_title: Rewards + rewards_section_description: As a token of our gratitude for your support we've prepared some exciting rewards for our backers + rewards_section_card_title_1: Privacy Advocate + rewards_section_card_title_2: Ambassador + rewards_section_card_title_3: Community Leader + rewards_section_card_title_4: Trailblazer + rewards_section_card_description_1: Show your commitment to user privacy with an exclusive Organic Maps privacy advocate badge. Proudly display this badge on your profile, showcasing your dedication to protecting personal data and supporting privacy-focused navigation. + rewards_section_card_description_2: Be recognized as a sustainability champion! Your name will be prominently featured in the credits section of the Organic Maps app, acknowledging your role in promoting eco-friendly navigation and supporting a greener future. + rewards_section_card_description_3: With this reward, you'll get a special shout-out on Organic Maps' official social media platforms. Share your excitement for the app and spread the word about mindful navigation to a wider audience. + rewards_section_card_description_4: Celebrate your passion for exploration with a personalized infographic. We'll create a stunning visual representation of your travel stats and adventures, beautifully designed and tailored exclusively for you. + join_us_section_title: Join Us on this Journey + join_us_section_description_1: We're thrilled to have you on board as we embark on this exciting adventure to revolutionize navigation while respecting user privacy and the environment. Your support will make Organic Maps a reality for mindful travelers worldwide. + join_us_section_description_2: Help us make Organic Maps a global success! Back our campaign, spread the word, and let's navigate the world together, sustainably and responsibly. + join_us_section_description_3: Thank you for being a part of our Organic Maps family! + +--- \ No newline at end of file diff --git a/content/crowdfunding/index.hu.md b/content/crowdfunding/index.hu.md new file mode 100644 index 00000000..17b34d94 --- /dev/null +++ b/content/crowdfunding/index.hu.md @@ -0,0 +1,46 @@ +--- +description: Be a part of the movement towards privacy and community in navigation. Support Organic Maps and help us create a better future for travelers worldwide. +template: crowdfunding.html +weight: 10 +extra: + hero_title: Crowdfunding + hero_description: Donate and create better maps for everyone today! + why_section_title_1: Donate Now! + why_section_title_2: Why Organic Maps? + hero_image: /crowdfunding/crowdfunding-bg.png + menu_title_pre: Home + why_section_description_1: Do you value privacy and prefer to use services that respect your data? We've got the perfect solution for you! Introducing Organic Maps, the innovative map navigation app designed to make your journeys effortless, privacy-focused, and environmentally friendly. + why_section_description_2: Organic Maps isn't your typical navigation app. We've worked tirelessly to create a unique platform that prioritizes user privacy, sustainability, and functionality. Here's why Organic Maps is the ultimate choice for mindful travelers + benefits_section_card_title_1: Privacy-Centric + benefits_section_card_title_2: Open-Source and Community-Driven + benefits_section_card_title_3: No Ads, No Tracking + benefits_section_card_title_4: Offline Maps and Exploration + benefits_section_card_title_5: Eco-Friendly Navigation + benefits_section_card_title_6: Geared for Exploration + benefits_section_card_title_7: Customizable and Reliable + benefits_section_card_description_1: At Organic Maps, we believe your data is your own. Unlike other map apps that collect and monetize your location data, we are committed to keeping your information private. You can navigate with peace of mind, knowing your movements remain confidential. + benefits_section_card_description_2: Organic Maps is built on open-source technology, which means a global community of contributors ensures continuous updates and improvements. You can actively participate in shaping the app's future or simply benefit from the collective knowledge of passionate developers. + benefits_section_card_description_3: Tired of invasive ads and trackers? We share your sentiments. Organic Maps is completely ad-free and does not track your location or behavior. + benefits_section_card_description_4: Whether you're traveling to a remote area or facing connectivity issues, Organic Maps has your back. Download maps of your favorite destinations, and enjoy seamless navigation offline without worrying about internet access. + benefits_section_card_description_5: We care about the planet. Organic Maps minimizes its carbon footprint by using crowd-sourced data and avoiding the energy-intensive server infrastructure employed by other + benefits_section_card_description_6: Unleash your adventurous spirit! Organic Maps highlights hiking trails, cycle paths, and points of interest off the beaten path, encouraging you to explore nature's wonders and lesser-known locations. + benefits_section_card_description_7: Personalize your navigation experience. Organic Maps allows you to choose between various map styles, so you can tailor the app's appearance to your preference. Additionally, our reliable routing algorithm ensures you reach your destination efficiently. + support_section_title: Your Support Matters + support_section_description: We've come a long way in developing Organic Maps, but to continue providing a privacy-first and sustainable navigation experience, we need your support. By backing our crowdfunding campaign, you'll be contributing to the growth of an app that prioritizes user values and the planet. + support_section_description_2: By backing our crowdfunding campaign, you'll be contributing to the growth of an app that prioritizes user values and the planet. + rewards_section_title: Rewards + rewards_section_description: As a token of our gratitude for your support we've prepared some exciting rewards for our backers + rewards_section_card_title_1: Privacy Advocate + rewards_section_card_title_2: Ambassador + rewards_section_card_title_3: Community Leader + rewards_section_card_title_4: Trailblazer + rewards_section_card_description_1: Show your commitment to user privacy with an exclusive Organic Maps privacy advocate badge. Proudly display this badge on your profile, showcasing your dedication to protecting personal data and supporting privacy-focused navigation. + rewards_section_card_description_2: Be recognized as a sustainability champion! Your name will be prominently featured in the credits section of the Organic Maps app, acknowledging your role in promoting eco-friendly navigation and supporting a greener future. + rewards_section_card_description_3: With this reward, you'll get a special shout-out on Organic Maps' official social media platforms. Share your excitement for the app and spread the word about mindful navigation to a wider audience. + rewards_section_card_description_4: Celebrate your passion for exploration with a personalized infographic. We'll create a stunning visual representation of your travel stats and adventures, beautifully designed and tailored exclusively for you. + join_us_section_title: Join Us on this Journey + join_us_section_description_1: We're thrilled to have you on board as we embark on this exciting adventure to revolutionize navigation while respecting user privacy and the environment. Your support will make Organic Maps a reality for mindful travelers worldwide. + join_us_section_description_2: Help us make Organic Maps a global success! Back our campaign, spread the word, and let's navigate the world together, sustainably and responsibly. + join_us_section_description_3: Thank you for being a part of our Organic Maps family! + +--- \ No newline at end of file diff --git a/content/crowdfunding/index.id.md b/content/crowdfunding/index.id.md new file mode 100644 index 00000000..17b34d94 --- /dev/null +++ b/content/crowdfunding/index.id.md @@ -0,0 +1,46 @@ +--- +description: Be a part of the movement towards privacy and community in navigation. Support Organic Maps and help us create a better future for travelers worldwide. +template: crowdfunding.html +weight: 10 +extra: + hero_title: Crowdfunding + hero_description: Donate and create better maps for everyone today! + why_section_title_1: Donate Now! + why_section_title_2: Why Organic Maps? + hero_image: /crowdfunding/crowdfunding-bg.png + menu_title_pre: Home + why_section_description_1: Do you value privacy and prefer to use services that respect your data? We've got the perfect solution for you! Introducing Organic Maps, the innovative map navigation app designed to make your journeys effortless, privacy-focused, and environmentally friendly. + why_section_description_2: Organic Maps isn't your typical navigation app. We've worked tirelessly to create a unique platform that prioritizes user privacy, sustainability, and functionality. Here's why Organic Maps is the ultimate choice for mindful travelers + benefits_section_card_title_1: Privacy-Centric + benefits_section_card_title_2: Open-Source and Community-Driven + benefits_section_card_title_3: No Ads, No Tracking + benefits_section_card_title_4: Offline Maps and Exploration + benefits_section_card_title_5: Eco-Friendly Navigation + benefits_section_card_title_6: Geared for Exploration + benefits_section_card_title_7: Customizable and Reliable + benefits_section_card_description_1: At Organic Maps, we believe your data is your own. Unlike other map apps that collect and monetize your location data, we are committed to keeping your information private. You can navigate with peace of mind, knowing your movements remain confidential. + benefits_section_card_description_2: Organic Maps is built on open-source technology, which means a global community of contributors ensures continuous updates and improvements. You can actively participate in shaping the app's future or simply benefit from the collective knowledge of passionate developers. + benefits_section_card_description_3: Tired of invasive ads and trackers? We share your sentiments. Organic Maps is completely ad-free and does not track your location or behavior. + benefits_section_card_description_4: Whether you're traveling to a remote area or facing connectivity issues, Organic Maps has your back. Download maps of your favorite destinations, and enjoy seamless navigation offline without worrying about internet access. + benefits_section_card_description_5: We care about the planet. Organic Maps minimizes its carbon footprint by using crowd-sourced data and avoiding the energy-intensive server infrastructure employed by other + benefits_section_card_description_6: Unleash your adventurous spirit! Organic Maps highlights hiking trails, cycle paths, and points of interest off the beaten path, encouraging you to explore nature's wonders and lesser-known locations. + benefits_section_card_description_7: Personalize your navigation experience. Organic Maps allows you to choose between various map styles, so you can tailor the app's appearance to your preference. Additionally, our reliable routing algorithm ensures you reach your destination efficiently. + support_section_title: Your Support Matters + support_section_description: We've come a long way in developing Organic Maps, but to continue providing a privacy-first and sustainable navigation experience, we need your support. By backing our crowdfunding campaign, you'll be contributing to the growth of an app that prioritizes user values and the planet. + support_section_description_2: By backing our crowdfunding campaign, you'll be contributing to the growth of an app that prioritizes user values and the planet. + rewards_section_title: Rewards + rewards_section_description: As a token of our gratitude for your support we've prepared some exciting rewards for our backers + rewards_section_card_title_1: Privacy Advocate + rewards_section_card_title_2: Ambassador + rewards_section_card_title_3: Community Leader + rewards_section_card_title_4: Trailblazer + rewards_section_card_description_1: Show your commitment to user privacy with an exclusive Organic Maps privacy advocate badge. Proudly display this badge on your profile, showcasing your dedication to protecting personal data and supporting privacy-focused navigation. + rewards_section_card_description_2: Be recognized as a sustainability champion! Your name will be prominently featured in the credits section of the Organic Maps app, acknowledging your role in promoting eco-friendly navigation and supporting a greener future. + rewards_section_card_description_3: With this reward, you'll get a special shout-out on Organic Maps' official social media platforms. Share your excitement for the app and spread the word about mindful navigation to a wider audience. + rewards_section_card_description_4: Celebrate your passion for exploration with a personalized infographic. We'll create a stunning visual representation of your travel stats and adventures, beautifully designed and tailored exclusively for you. + join_us_section_title: Join Us on this Journey + join_us_section_description_1: We're thrilled to have you on board as we embark on this exciting adventure to revolutionize navigation while respecting user privacy and the environment. Your support will make Organic Maps a reality for mindful travelers worldwide. + join_us_section_description_2: Help us make Organic Maps a global success! Back our campaign, spread the word, and let's navigate the world together, sustainably and responsibly. + join_us_section_description_3: Thank you for being a part of our Organic Maps family! + +--- \ No newline at end of file diff --git a/content/crowdfunding/index.it.md b/content/crowdfunding/index.it.md new file mode 100644 index 00000000..17b34d94 --- /dev/null +++ b/content/crowdfunding/index.it.md @@ -0,0 +1,46 @@ +--- +description: Be a part of the movement towards privacy and community in navigation. Support Organic Maps and help us create a better future for travelers worldwide. +template: crowdfunding.html +weight: 10 +extra: + hero_title: Crowdfunding + hero_description: Donate and create better maps for everyone today! + why_section_title_1: Donate Now! + why_section_title_2: Why Organic Maps? + hero_image: /crowdfunding/crowdfunding-bg.png + menu_title_pre: Home + why_section_description_1: Do you value privacy and prefer to use services that respect your data? We've got the perfect solution for you! Introducing Organic Maps, the innovative map navigation app designed to make your journeys effortless, privacy-focused, and environmentally friendly. + why_section_description_2: Organic Maps isn't your typical navigation app. We've worked tirelessly to create a unique platform that prioritizes user privacy, sustainability, and functionality. Here's why Organic Maps is the ultimate choice for mindful travelers + benefits_section_card_title_1: Privacy-Centric + benefits_section_card_title_2: Open-Source and Community-Driven + benefits_section_card_title_3: No Ads, No Tracking + benefits_section_card_title_4: Offline Maps and Exploration + benefits_section_card_title_5: Eco-Friendly Navigation + benefits_section_card_title_6: Geared for Exploration + benefits_section_card_title_7: Customizable and Reliable + benefits_section_card_description_1: At Organic Maps, we believe your data is your own. Unlike other map apps that collect and monetize your location data, we are committed to keeping your information private. You can navigate with peace of mind, knowing your movements remain confidential. + benefits_section_card_description_2: Organic Maps is built on open-source technology, which means a global community of contributors ensures continuous updates and improvements. You can actively participate in shaping the app's future or simply benefit from the collective knowledge of passionate developers. + benefits_section_card_description_3: Tired of invasive ads and trackers? We share your sentiments. Organic Maps is completely ad-free and does not track your location or behavior. + benefits_section_card_description_4: Whether you're traveling to a remote area or facing connectivity issues, Organic Maps has your back. Download maps of your favorite destinations, and enjoy seamless navigation offline without worrying about internet access. + benefits_section_card_description_5: We care about the planet. Organic Maps minimizes its carbon footprint by using crowd-sourced data and avoiding the energy-intensive server infrastructure employed by other + benefits_section_card_description_6: Unleash your adventurous spirit! Organic Maps highlights hiking trails, cycle paths, and points of interest off the beaten path, encouraging you to explore nature's wonders and lesser-known locations. + benefits_section_card_description_7: Personalize your navigation experience. Organic Maps allows you to choose between various map styles, so you can tailor the app's appearance to your preference. Additionally, our reliable routing algorithm ensures you reach your destination efficiently. + support_section_title: Your Support Matters + support_section_description: We've come a long way in developing Organic Maps, but to continue providing a privacy-first and sustainable navigation experience, we need your support. By backing our crowdfunding campaign, you'll be contributing to the growth of an app that prioritizes user values and the planet. + support_section_description_2: By backing our crowdfunding campaign, you'll be contributing to the growth of an app that prioritizes user values and the planet. + rewards_section_title: Rewards + rewards_section_description: As a token of our gratitude for your support we've prepared some exciting rewards for our backers + rewards_section_card_title_1: Privacy Advocate + rewards_section_card_title_2: Ambassador + rewards_section_card_title_3: Community Leader + rewards_section_card_title_4: Trailblazer + rewards_section_card_description_1: Show your commitment to user privacy with an exclusive Organic Maps privacy advocate badge. Proudly display this badge on your profile, showcasing your dedication to protecting personal data and supporting privacy-focused navigation. + rewards_section_card_description_2: Be recognized as a sustainability champion! Your name will be prominently featured in the credits section of the Organic Maps app, acknowledging your role in promoting eco-friendly navigation and supporting a greener future. + rewards_section_card_description_3: With this reward, you'll get a special shout-out on Organic Maps' official social media platforms. Share your excitement for the app and spread the word about mindful navigation to a wider audience. + rewards_section_card_description_4: Celebrate your passion for exploration with a personalized infographic. We'll create a stunning visual representation of your travel stats and adventures, beautifully designed and tailored exclusively for you. + join_us_section_title: Join Us on this Journey + join_us_section_description_1: We're thrilled to have you on board as we embark on this exciting adventure to revolutionize navigation while respecting user privacy and the environment. Your support will make Organic Maps a reality for mindful travelers worldwide. + join_us_section_description_2: Help us make Organic Maps a global success! Back our campaign, spread the word, and let's navigate the world together, sustainably and responsibly. + join_us_section_description_3: Thank you for being a part of our Organic Maps family! + +--- \ No newline at end of file diff --git a/content/crowdfunding/index.md b/content/crowdfunding/index.md new file mode 100644 index 00000000..ba7a255e --- /dev/null +++ b/content/crowdfunding/index.md @@ -0,0 +1,46 @@ +--- +description: Be a part of the movement towards privacy and community in navigation. Support Organic Maps and help us create a better future for travelers worldwide. +template: crowdfunding.html +weight: 10 +extra: + hero_title: Crowdfunding + hero_description: Donate and create better maps for everyone today! + why_section_title_1: Donate Now! + why_section_title_2: Why Organic Maps? + hero_image: /crowdfunding/crowdfunding-bg.png + menu_title_pre: Home + why_section_description_1: Do you value privacy and prefer to use services that respect your data? We've got the perfect solution for you! Introducing Organic Maps, the innovative map navigation app designed to make your journeys effortless, privacy-focused, and environmentally friendly. + why_section_description_2: Organic Maps isn't your typical navigation app. We've worked tirelessly to create a unique platform that prioritizes user privacy, sustainability, and functionality. Here's why Organic Maps is the ultimate choice for mindful travelers + benefits_section_card_title_1: Privacy-Centric + benefits_section_card_title_2: Open-Source and Community-Driven + benefits_section_card_title_3: No Ads, No Tracking + benefits_section_card_title_4: Offline Maps and Exploration + benefits_section_card_title_5: Eco-Friendly Navigation + benefits_section_card_title_6: Geared for Exploration + benefits_section_card_title_7: Customizable and Reliable + benefits_section_card_description_1: At Organic Maps, we believe your data is your own. Unlike other map apps that collect and monetize your location data, we are committed to keeping your information private. You can navigate with peace of mind, knowing your movements remain confidential. + benefits_section_card_description_2: Organic Maps is built on open-source technology, which means a global community of contributors ensures continuous updates and improvements. You can actively participate in shaping the app's future or simply benefit from the collective knowledge of passionate developers. + benefits_section_card_description_3: Tired of invasive ads and trackers? We share your sentiments. Organic Maps is completely ad-free and does not track your location or behavior. + benefits_section_card_description_4: Whether you're traveling to a remote area or facing connectivity issues, Organic Maps has your back. Download maps of your favorite destinations, and enjoy seamless navigation offline without worrying about internet access. + benefits_section_card_description_5: We care about the planet. Organic Maps minimizes its carbon footprint by using crowd-sourced data and avoiding the energy-intensive server infrastructure employed by other + benefits_section_card_description_6: Unleash your adventurous spirit! Organic Maps highlights hiking trails, cycle paths, and points of interest off the beaten path, encouraging you to explore nature's wonders and lesser-known locations. + benefits_section_card_description_7: Personalize your navigation experience. Organic Maps allows you to choose between various map styles, so you can tailor the app's appearance to your preference. Additionally, our reliable routing algorithm ensures you reach your destination efficiently. + support_section_title: Your Support Matters + support_section_description: We've come a long way in developing Organic Maps, but to continue providing a privacy-first and sustainable navigation experience, we need your support. By backing our crowdfunding campaign, you'll be contributing to the growth of an app that prioritizes user values and the planet. + support_section_description_2: By backing our crowdfunding campaign, you'll be contributing to the growth of an app that prioritizes user values and the planet. + rewards_section_title: Rewards + rewards_section_description: As a token of our gratitude for your support we've prepared some exciting rewards for our backers + rewards_section_card_title_1: Privacy Advocate + rewards_section_card_title_2: Ambassador + rewards_section_card_title_3: Community Leader + rewards_section_card_title_4: Trailblazer + rewards_section_card_description_1: Show your commitment to user privacy with an exclusive Organic Maps privacy advocate badge. Proudly display this badge on your profile, showcasing your dedication to protecting personal data and supporting privacy-focused navigation. + rewards_section_card_description_2: Be recognized as a sustainability champion! Your name will be prominently featured in the credits section of the Organic Maps app, acknowledging your role in promoting eco-friendly navigation and supporting a greener future. + rewards_section_card_description_3: With this reward, you'll get a special shout-out on Organic Maps' official social media platforms. Share your excitement for the app and spread the word about mindful navigation to a wider audience. + rewards_section_card_description_4: Celebrate your passion for exploration with a personalized infographic. We'll create a stunning visual representation of your travel stats and adventures, beautifully designed and tailored exclusively for you. + join_us_section_title: Join Us on this Journey + join_us_section_description_1: We're thrilled to have you on board as we embark on this exciting adventure to revolutionize navigation while respecting user privacy and the environment. Your support will make Organic Maps a reality for mindful travelers worldwide. + join_us_section_description_2: Help us make Organic Maps a global success! Back our campaign, spread the word, and let's navigate the world together, sustainably and responsibly. + join_us_section_description_3: Thank you for being a part of our Organic Maps family! + +--- \ No newline at end of file diff --git a/content/crowdfunding/index.nl.md b/content/crowdfunding/index.nl.md new file mode 100644 index 00000000..17b34d94 --- /dev/null +++ b/content/crowdfunding/index.nl.md @@ -0,0 +1,46 @@ +--- +description: Be a part of the movement towards privacy and community in navigation. Support Organic Maps and help us create a better future for travelers worldwide. +template: crowdfunding.html +weight: 10 +extra: + hero_title: Crowdfunding + hero_description: Donate and create better maps for everyone today! + why_section_title_1: Donate Now! + why_section_title_2: Why Organic Maps? + hero_image: /crowdfunding/crowdfunding-bg.png + menu_title_pre: Home + why_section_description_1: Do you value privacy and prefer to use services that respect your data? We've got the perfect solution for you! Introducing Organic Maps, the innovative map navigation app designed to make your journeys effortless, privacy-focused, and environmentally friendly. + why_section_description_2: Organic Maps isn't your typical navigation app. We've worked tirelessly to create a unique platform that prioritizes user privacy, sustainability, and functionality. Here's why Organic Maps is the ultimate choice for mindful travelers + benefits_section_card_title_1: Privacy-Centric + benefits_section_card_title_2: Open-Source and Community-Driven + benefits_section_card_title_3: No Ads, No Tracking + benefits_section_card_title_4: Offline Maps and Exploration + benefits_section_card_title_5: Eco-Friendly Navigation + benefits_section_card_title_6: Geared for Exploration + benefits_section_card_title_7: Customizable and Reliable + benefits_section_card_description_1: At Organic Maps, we believe your data is your own. Unlike other map apps that collect and monetize your location data, we are committed to keeping your information private. You can navigate with peace of mind, knowing your movements remain confidential. + benefits_section_card_description_2: Organic Maps is built on open-source technology, which means a global community of contributors ensures continuous updates and improvements. You can actively participate in shaping the app's future or simply benefit from the collective knowledge of passionate developers. + benefits_section_card_description_3: Tired of invasive ads and trackers? We share your sentiments. Organic Maps is completely ad-free and does not track your location or behavior. + benefits_section_card_description_4: Whether you're traveling to a remote area or facing connectivity issues, Organic Maps has your back. Download maps of your favorite destinations, and enjoy seamless navigation offline without worrying about internet access. + benefits_section_card_description_5: We care about the planet. Organic Maps minimizes its carbon footprint by using crowd-sourced data and avoiding the energy-intensive server infrastructure employed by other + benefits_section_card_description_6: Unleash your adventurous spirit! Organic Maps highlights hiking trails, cycle paths, and points of interest off the beaten path, encouraging you to explore nature's wonders and lesser-known locations. + benefits_section_card_description_7: Personalize your navigation experience. Organic Maps allows you to choose between various map styles, so you can tailor the app's appearance to your preference. Additionally, our reliable routing algorithm ensures you reach your destination efficiently. + support_section_title: Your Support Matters + support_section_description: We've come a long way in developing Organic Maps, but to continue providing a privacy-first and sustainable navigation experience, we need your support. By backing our crowdfunding campaign, you'll be contributing to the growth of an app that prioritizes user values and the planet. + support_section_description_2: By backing our crowdfunding campaign, you'll be contributing to the growth of an app that prioritizes user values and the planet. + rewards_section_title: Rewards + rewards_section_description: As a token of our gratitude for your support we've prepared some exciting rewards for our backers + rewards_section_card_title_1: Privacy Advocate + rewards_section_card_title_2: Ambassador + rewards_section_card_title_3: Community Leader + rewards_section_card_title_4: Trailblazer + rewards_section_card_description_1: Show your commitment to user privacy with an exclusive Organic Maps privacy advocate badge. Proudly display this badge on your profile, showcasing your dedication to protecting personal data and supporting privacy-focused navigation. + rewards_section_card_description_2: Be recognized as a sustainability champion! Your name will be prominently featured in the credits section of the Organic Maps app, acknowledging your role in promoting eco-friendly navigation and supporting a greener future. + rewards_section_card_description_3: With this reward, you'll get a special shout-out on Organic Maps' official social media platforms. Share your excitement for the app and spread the word about mindful navigation to a wider audience. + rewards_section_card_description_4: Celebrate your passion for exploration with a personalized infographic. We'll create a stunning visual representation of your travel stats and adventures, beautifully designed and tailored exclusively for you. + join_us_section_title: Join Us on this Journey + join_us_section_description_1: We're thrilled to have you on board as we embark on this exciting adventure to revolutionize navigation while respecting user privacy and the environment. Your support will make Organic Maps a reality for mindful travelers worldwide. + join_us_section_description_2: Help us make Organic Maps a global success! Back our campaign, spread the word, and let's navigate the world together, sustainably and responsibly. + join_us_section_description_3: Thank you for being a part of our Organic Maps family! + +--- \ No newline at end of file diff --git a/content/crowdfunding/index.pl.md b/content/crowdfunding/index.pl.md new file mode 100644 index 00000000..17b34d94 --- /dev/null +++ b/content/crowdfunding/index.pl.md @@ -0,0 +1,46 @@ +--- +description: Be a part of the movement towards privacy and community in navigation. Support Organic Maps and help us create a better future for travelers worldwide. +template: crowdfunding.html +weight: 10 +extra: + hero_title: Crowdfunding + hero_description: Donate and create better maps for everyone today! + why_section_title_1: Donate Now! + why_section_title_2: Why Organic Maps? + hero_image: /crowdfunding/crowdfunding-bg.png + menu_title_pre: Home + why_section_description_1: Do you value privacy and prefer to use services that respect your data? We've got the perfect solution for you! Introducing Organic Maps, the innovative map navigation app designed to make your journeys effortless, privacy-focused, and environmentally friendly. + why_section_description_2: Organic Maps isn't your typical navigation app. We've worked tirelessly to create a unique platform that prioritizes user privacy, sustainability, and functionality. Here's why Organic Maps is the ultimate choice for mindful travelers + benefits_section_card_title_1: Privacy-Centric + benefits_section_card_title_2: Open-Source and Community-Driven + benefits_section_card_title_3: No Ads, No Tracking + benefits_section_card_title_4: Offline Maps and Exploration + benefits_section_card_title_5: Eco-Friendly Navigation + benefits_section_card_title_6: Geared for Exploration + benefits_section_card_title_7: Customizable and Reliable + benefits_section_card_description_1: At Organic Maps, we believe your data is your own. Unlike other map apps that collect and monetize your location data, we are committed to keeping your information private. You can navigate with peace of mind, knowing your movements remain confidential. + benefits_section_card_description_2: Organic Maps is built on open-source technology, which means a global community of contributors ensures continuous updates and improvements. You can actively participate in shaping the app's future or simply benefit from the collective knowledge of passionate developers. + benefits_section_card_description_3: Tired of invasive ads and trackers? We share your sentiments. Organic Maps is completely ad-free and does not track your location or behavior. + benefits_section_card_description_4: Whether you're traveling to a remote area or facing connectivity issues, Organic Maps has your back. Download maps of your favorite destinations, and enjoy seamless navigation offline without worrying about internet access. + benefits_section_card_description_5: We care about the planet. Organic Maps minimizes its carbon footprint by using crowd-sourced data and avoiding the energy-intensive server infrastructure employed by other + benefits_section_card_description_6: Unleash your adventurous spirit! Organic Maps highlights hiking trails, cycle paths, and points of interest off the beaten path, encouraging you to explore nature's wonders and lesser-known locations. + benefits_section_card_description_7: Personalize your navigation experience. Organic Maps allows you to choose between various map styles, so you can tailor the app's appearance to your preference. Additionally, our reliable routing algorithm ensures you reach your destination efficiently. + support_section_title: Your Support Matters + support_section_description: We've come a long way in developing Organic Maps, but to continue providing a privacy-first and sustainable navigation experience, we need your support. By backing our crowdfunding campaign, you'll be contributing to the growth of an app that prioritizes user values and the planet. + support_section_description_2: By backing our crowdfunding campaign, you'll be contributing to the growth of an app that prioritizes user values and the planet. + rewards_section_title: Rewards + rewards_section_description: As a token of our gratitude for your support we've prepared some exciting rewards for our backers + rewards_section_card_title_1: Privacy Advocate + rewards_section_card_title_2: Ambassador + rewards_section_card_title_3: Community Leader + rewards_section_card_title_4: Trailblazer + rewards_section_card_description_1: Show your commitment to user privacy with an exclusive Organic Maps privacy advocate badge. Proudly display this badge on your profile, showcasing your dedication to protecting personal data and supporting privacy-focused navigation. + rewards_section_card_description_2: Be recognized as a sustainability champion! Your name will be prominently featured in the credits section of the Organic Maps app, acknowledging your role in promoting eco-friendly navigation and supporting a greener future. + rewards_section_card_description_3: With this reward, you'll get a special shout-out on Organic Maps' official social media platforms. Share your excitement for the app and spread the word about mindful navigation to a wider audience. + rewards_section_card_description_4: Celebrate your passion for exploration with a personalized infographic. We'll create a stunning visual representation of your travel stats and adventures, beautifully designed and tailored exclusively for you. + join_us_section_title: Join Us on this Journey + join_us_section_description_1: We're thrilled to have you on board as we embark on this exciting adventure to revolutionize navigation while respecting user privacy and the environment. Your support will make Organic Maps a reality for mindful travelers worldwide. + join_us_section_description_2: Help us make Organic Maps a global success! Back our campaign, spread the word, and let's navigate the world together, sustainably and responsibly. + join_us_section_description_3: Thank you for being a part of our Organic Maps family! + +--- \ No newline at end of file diff --git a/content/crowdfunding/index.pt-BR.md b/content/crowdfunding/index.pt-BR.md new file mode 100644 index 00000000..17b34d94 --- /dev/null +++ b/content/crowdfunding/index.pt-BR.md @@ -0,0 +1,46 @@ +--- +description: Be a part of the movement towards privacy and community in navigation. Support Organic Maps and help us create a better future for travelers worldwide. +template: crowdfunding.html +weight: 10 +extra: + hero_title: Crowdfunding + hero_description: Donate and create better maps for everyone today! + why_section_title_1: Donate Now! + why_section_title_2: Why Organic Maps? + hero_image: /crowdfunding/crowdfunding-bg.png + menu_title_pre: Home + why_section_description_1: Do you value privacy and prefer to use services that respect your data? We've got the perfect solution for you! Introducing Organic Maps, the innovative map navigation app designed to make your journeys effortless, privacy-focused, and environmentally friendly. + why_section_description_2: Organic Maps isn't your typical navigation app. We've worked tirelessly to create a unique platform that prioritizes user privacy, sustainability, and functionality. Here's why Organic Maps is the ultimate choice for mindful travelers + benefits_section_card_title_1: Privacy-Centric + benefits_section_card_title_2: Open-Source and Community-Driven + benefits_section_card_title_3: No Ads, No Tracking + benefits_section_card_title_4: Offline Maps and Exploration + benefits_section_card_title_5: Eco-Friendly Navigation + benefits_section_card_title_6: Geared for Exploration + benefits_section_card_title_7: Customizable and Reliable + benefits_section_card_description_1: At Organic Maps, we believe your data is your own. Unlike other map apps that collect and monetize your location data, we are committed to keeping your information private. You can navigate with peace of mind, knowing your movements remain confidential. + benefits_section_card_description_2: Organic Maps is built on open-source technology, which means a global community of contributors ensures continuous updates and improvements. You can actively participate in shaping the app's future or simply benefit from the collective knowledge of passionate developers. + benefits_section_card_description_3: Tired of invasive ads and trackers? We share your sentiments. Organic Maps is completely ad-free and does not track your location or behavior. + benefits_section_card_description_4: Whether you're traveling to a remote area or facing connectivity issues, Organic Maps has your back. Download maps of your favorite destinations, and enjoy seamless navigation offline without worrying about internet access. + benefits_section_card_description_5: We care about the planet. Organic Maps minimizes its carbon footprint by using crowd-sourced data and avoiding the energy-intensive server infrastructure employed by other + benefits_section_card_description_6: Unleash your adventurous spirit! Organic Maps highlights hiking trails, cycle paths, and points of interest off the beaten path, encouraging you to explore nature's wonders and lesser-known locations. + benefits_section_card_description_7: Personalize your navigation experience. Organic Maps allows you to choose between various map styles, so you can tailor the app's appearance to your preference. Additionally, our reliable routing algorithm ensures you reach your destination efficiently. + support_section_title: Your Support Matters + support_section_description: We've come a long way in developing Organic Maps, but to continue providing a privacy-first and sustainable navigation experience, we need your support. By backing our crowdfunding campaign, you'll be contributing to the growth of an app that prioritizes user values and the planet. + support_section_description_2: By backing our crowdfunding campaign, you'll be contributing to the growth of an app that prioritizes user values and the planet. + rewards_section_title: Rewards + rewards_section_description: As a token of our gratitude for your support we've prepared some exciting rewards for our backers + rewards_section_card_title_1: Privacy Advocate + rewards_section_card_title_2: Ambassador + rewards_section_card_title_3: Community Leader + rewards_section_card_title_4: Trailblazer + rewards_section_card_description_1: Show your commitment to user privacy with an exclusive Organic Maps privacy advocate badge. Proudly display this badge on your profile, showcasing your dedication to protecting personal data and supporting privacy-focused navigation. + rewards_section_card_description_2: Be recognized as a sustainability champion! Your name will be prominently featured in the credits section of the Organic Maps app, acknowledging your role in promoting eco-friendly navigation and supporting a greener future. + rewards_section_card_description_3: With this reward, you'll get a special shout-out on Organic Maps' official social media platforms. Share your excitement for the app and spread the word about mindful navigation to a wider audience. + rewards_section_card_description_4: Celebrate your passion for exploration with a personalized infographic. We'll create a stunning visual representation of your travel stats and adventures, beautifully designed and tailored exclusively for you. + join_us_section_title: Join Us on this Journey + join_us_section_description_1: We're thrilled to have you on board as we embark on this exciting adventure to revolutionize navigation while respecting user privacy and the environment. Your support will make Organic Maps a reality for mindful travelers worldwide. + join_us_section_description_2: Help us make Organic Maps a global success! Back our campaign, spread the word, and let's navigate the world together, sustainably and responsibly. + join_us_section_description_3: Thank you for being a part of our Organic Maps family! + +--- \ No newline at end of file diff --git a/content/crowdfunding/index.ru.md b/content/crowdfunding/index.ru.md new file mode 100644 index 00000000..17b34d94 --- /dev/null +++ b/content/crowdfunding/index.ru.md @@ -0,0 +1,46 @@ +--- +description: Be a part of the movement towards privacy and community in navigation. Support Organic Maps and help us create a better future for travelers worldwide. +template: crowdfunding.html +weight: 10 +extra: + hero_title: Crowdfunding + hero_description: Donate and create better maps for everyone today! + why_section_title_1: Donate Now! + why_section_title_2: Why Organic Maps? + hero_image: /crowdfunding/crowdfunding-bg.png + menu_title_pre: Home + why_section_description_1: Do you value privacy and prefer to use services that respect your data? We've got the perfect solution for you! Introducing Organic Maps, the innovative map navigation app designed to make your journeys effortless, privacy-focused, and environmentally friendly. + why_section_description_2: Organic Maps isn't your typical navigation app. We've worked tirelessly to create a unique platform that prioritizes user privacy, sustainability, and functionality. Here's why Organic Maps is the ultimate choice for mindful travelers + benefits_section_card_title_1: Privacy-Centric + benefits_section_card_title_2: Open-Source and Community-Driven + benefits_section_card_title_3: No Ads, No Tracking + benefits_section_card_title_4: Offline Maps and Exploration + benefits_section_card_title_5: Eco-Friendly Navigation + benefits_section_card_title_6: Geared for Exploration + benefits_section_card_title_7: Customizable and Reliable + benefits_section_card_description_1: At Organic Maps, we believe your data is your own. Unlike other map apps that collect and monetize your location data, we are committed to keeping your information private. You can navigate with peace of mind, knowing your movements remain confidential. + benefits_section_card_description_2: Organic Maps is built on open-source technology, which means a global community of contributors ensures continuous updates and improvements. You can actively participate in shaping the app's future or simply benefit from the collective knowledge of passionate developers. + benefits_section_card_description_3: Tired of invasive ads and trackers? We share your sentiments. Organic Maps is completely ad-free and does not track your location or behavior. + benefits_section_card_description_4: Whether you're traveling to a remote area or facing connectivity issues, Organic Maps has your back. Download maps of your favorite destinations, and enjoy seamless navigation offline without worrying about internet access. + benefits_section_card_description_5: We care about the planet. Organic Maps minimizes its carbon footprint by using crowd-sourced data and avoiding the energy-intensive server infrastructure employed by other + benefits_section_card_description_6: Unleash your adventurous spirit! Organic Maps highlights hiking trails, cycle paths, and points of interest off the beaten path, encouraging you to explore nature's wonders and lesser-known locations. + benefits_section_card_description_7: Personalize your navigation experience. Organic Maps allows you to choose between various map styles, so you can tailor the app's appearance to your preference. Additionally, our reliable routing algorithm ensures you reach your destination efficiently. + support_section_title: Your Support Matters + support_section_description: We've come a long way in developing Organic Maps, but to continue providing a privacy-first and sustainable navigation experience, we need your support. By backing our crowdfunding campaign, you'll be contributing to the growth of an app that prioritizes user values and the planet. + support_section_description_2: By backing our crowdfunding campaign, you'll be contributing to the growth of an app that prioritizes user values and the planet. + rewards_section_title: Rewards + rewards_section_description: As a token of our gratitude for your support we've prepared some exciting rewards for our backers + rewards_section_card_title_1: Privacy Advocate + rewards_section_card_title_2: Ambassador + rewards_section_card_title_3: Community Leader + rewards_section_card_title_4: Trailblazer + rewards_section_card_description_1: Show your commitment to user privacy with an exclusive Organic Maps privacy advocate badge. Proudly display this badge on your profile, showcasing your dedication to protecting personal data and supporting privacy-focused navigation. + rewards_section_card_description_2: Be recognized as a sustainability champion! Your name will be prominently featured in the credits section of the Organic Maps app, acknowledging your role in promoting eco-friendly navigation and supporting a greener future. + rewards_section_card_description_3: With this reward, you'll get a special shout-out on Organic Maps' official social media platforms. Share your excitement for the app and spread the word about mindful navigation to a wider audience. + rewards_section_card_description_4: Celebrate your passion for exploration with a personalized infographic. We'll create a stunning visual representation of your travel stats and adventures, beautifully designed and tailored exclusively for you. + join_us_section_title: Join Us on this Journey + join_us_section_description_1: We're thrilled to have you on board as we embark on this exciting adventure to revolutionize navigation while respecting user privacy and the environment. Your support will make Organic Maps a reality for mindful travelers worldwide. + join_us_section_description_2: Help us make Organic Maps a global success! Back our campaign, spread the word, and let's navigate the world together, sustainably and responsibly. + join_us_section_description_3: Thank you for being a part of our Organic Maps family! + +--- \ No newline at end of file diff --git a/content/crowdfunding/index.sv.md b/content/crowdfunding/index.sv.md new file mode 100644 index 00000000..17b34d94 --- /dev/null +++ b/content/crowdfunding/index.sv.md @@ -0,0 +1,46 @@ +--- +description: Be a part of the movement towards privacy and community in navigation. Support Organic Maps and help us create a better future for travelers worldwide. +template: crowdfunding.html +weight: 10 +extra: + hero_title: Crowdfunding + hero_description: Donate and create better maps for everyone today! + why_section_title_1: Donate Now! + why_section_title_2: Why Organic Maps? + hero_image: /crowdfunding/crowdfunding-bg.png + menu_title_pre: Home + why_section_description_1: Do you value privacy and prefer to use services that respect your data? We've got the perfect solution for you! Introducing Organic Maps, the innovative map navigation app designed to make your journeys effortless, privacy-focused, and environmentally friendly. + why_section_description_2: Organic Maps isn't your typical navigation app. We've worked tirelessly to create a unique platform that prioritizes user privacy, sustainability, and functionality. Here's why Organic Maps is the ultimate choice for mindful travelers + benefits_section_card_title_1: Privacy-Centric + benefits_section_card_title_2: Open-Source and Community-Driven + benefits_section_card_title_3: No Ads, No Tracking + benefits_section_card_title_4: Offline Maps and Exploration + benefits_section_card_title_5: Eco-Friendly Navigation + benefits_section_card_title_6: Geared for Exploration + benefits_section_card_title_7: Customizable and Reliable + benefits_section_card_description_1: At Organic Maps, we believe your data is your own. Unlike other map apps that collect and monetize your location data, we are committed to keeping your information private. You can navigate with peace of mind, knowing your movements remain confidential. + benefits_section_card_description_2: Organic Maps is built on open-source technology, which means a global community of contributors ensures continuous updates and improvements. You can actively participate in shaping the app's future or simply benefit from the collective knowledge of passionate developers. + benefits_section_card_description_3: Tired of invasive ads and trackers? We share your sentiments. Organic Maps is completely ad-free and does not track your location or behavior. + benefits_section_card_description_4: Whether you're traveling to a remote area or facing connectivity issues, Organic Maps has your back. Download maps of your favorite destinations, and enjoy seamless navigation offline without worrying about internet access. + benefits_section_card_description_5: We care about the planet. Organic Maps minimizes its carbon footprint by using crowd-sourced data and avoiding the energy-intensive server infrastructure employed by other + benefits_section_card_description_6: Unleash your adventurous spirit! Organic Maps highlights hiking trails, cycle paths, and points of interest off the beaten path, encouraging you to explore nature's wonders and lesser-known locations. + benefits_section_card_description_7: Personalize your navigation experience. Organic Maps allows you to choose between various map styles, so you can tailor the app's appearance to your preference. Additionally, our reliable routing algorithm ensures you reach your destination efficiently. + support_section_title: Your Support Matters + support_section_description: We've come a long way in developing Organic Maps, but to continue providing a privacy-first and sustainable navigation experience, we need your support. By backing our crowdfunding campaign, you'll be contributing to the growth of an app that prioritizes user values and the planet. + support_section_description_2: By backing our crowdfunding campaign, you'll be contributing to the growth of an app that prioritizes user values and the planet. + rewards_section_title: Rewards + rewards_section_description: As a token of our gratitude for your support we've prepared some exciting rewards for our backers + rewards_section_card_title_1: Privacy Advocate + rewards_section_card_title_2: Ambassador + rewards_section_card_title_3: Community Leader + rewards_section_card_title_4: Trailblazer + rewards_section_card_description_1: Show your commitment to user privacy with an exclusive Organic Maps privacy advocate badge. Proudly display this badge on your profile, showcasing your dedication to protecting personal data and supporting privacy-focused navigation. + rewards_section_card_description_2: Be recognized as a sustainability champion! Your name will be prominently featured in the credits section of the Organic Maps app, acknowledging your role in promoting eco-friendly navigation and supporting a greener future. + rewards_section_card_description_3: With this reward, you'll get a special shout-out on Organic Maps' official social media platforms. Share your excitement for the app and spread the word about mindful navigation to a wider audience. + rewards_section_card_description_4: Celebrate your passion for exploration with a personalized infographic. We'll create a stunning visual representation of your travel stats and adventures, beautifully designed and tailored exclusively for you. + join_us_section_title: Join Us on this Journey + join_us_section_description_1: We're thrilled to have you on board as we embark on this exciting adventure to revolutionize navigation while respecting user privacy and the environment. Your support will make Organic Maps a reality for mindful travelers worldwide. + join_us_section_description_2: Help us make Organic Maps a global success! Back our campaign, spread the word, and let's navigate the world together, sustainably and responsibly. + join_us_section_description_3: Thank you for being a part of our Organic Maps family! + +--- \ No newline at end of file diff --git a/content/crowdfunding/index.tr.md b/content/crowdfunding/index.tr.md new file mode 100644 index 00000000..17b34d94 --- /dev/null +++ b/content/crowdfunding/index.tr.md @@ -0,0 +1,46 @@ +--- +description: Be a part of the movement towards privacy and community in navigation. Support Organic Maps and help us create a better future for travelers worldwide. +template: crowdfunding.html +weight: 10 +extra: + hero_title: Crowdfunding + hero_description: Donate and create better maps for everyone today! + why_section_title_1: Donate Now! + why_section_title_2: Why Organic Maps? + hero_image: /crowdfunding/crowdfunding-bg.png + menu_title_pre: Home + why_section_description_1: Do you value privacy and prefer to use services that respect your data? We've got the perfect solution for you! Introducing Organic Maps, the innovative map navigation app designed to make your journeys effortless, privacy-focused, and environmentally friendly. + why_section_description_2: Organic Maps isn't your typical navigation app. We've worked tirelessly to create a unique platform that prioritizes user privacy, sustainability, and functionality. Here's why Organic Maps is the ultimate choice for mindful travelers + benefits_section_card_title_1: Privacy-Centric + benefits_section_card_title_2: Open-Source and Community-Driven + benefits_section_card_title_3: No Ads, No Tracking + benefits_section_card_title_4: Offline Maps and Exploration + benefits_section_card_title_5: Eco-Friendly Navigation + benefits_section_card_title_6: Geared for Exploration + benefits_section_card_title_7: Customizable and Reliable + benefits_section_card_description_1: At Organic Maps, we believe your data is your own. Unlike other map apps that collect and monetize your location data, we are committed to keeping your information private. You can navigate with peace of mind, knowing your movements remain confidential. + benefits_section_card_description_2: Organic Maps is built on open-source technology, which means a global community of contributors ensures continuous updates and improvements. You can actively participate in shaping the app's future or simply benefit from the collective knowledge of passionate developers. + benefits_section_card_description_3: Tired of invasive ads and trackers? We share your sentiments. Organic Maps is completely ad-free and does not track your location or behavior. + benefits_section_card_description_4: Whether you're traveling to a remote area or facing connectivity issues, Organic Maps has your back. Download maps of your favorite destinations, and enjoy seamless navigation offline without worrying about internet access. + benefits_section_card_description_5: We care about the planet. Organic Maps minimizes its carbon footprint by using crowd-sourced data and avoiding the energy-intensive server infrastructure employed by other + benefits_section_card_description_6: Unleash your adventurous spirit! Organic Maps highlights hiking trails, cycle paths, and points of interest off the beaten path, encouraging you to explore nature's wonders and lesser-known locations. + benefits_section_card_description_7: Personalize your navigation experience. Organic Maps allows you to choose between various map styles, so you can tailor the app's appearance to your preference. Additionally, our reliable routing algorithm ensures you reach your destination efficiently. + support_section_title: Your Support Matters + support_section_description: We've come a long way in developing Organic Maps, but to continue providing a privacy-first and sustainable navigation experience, we need your support. By backing our crowdfunding campaign, you'll be contributing to the growth of an app that prioritizes user values and the planet. + support_section_description_2: By backing our crowdfunding campaign, you'll be contributing to the growth of an app that prioritizes user values and the planet. + rewards_section_title: Rewards + rewards_section_description: As a token of our gratitude for your support we've prepared some exciting rewards for our backers + rewards_section_card_title_1: Privacy Advocate + rewards_section_card_title_2: Ambassador + rewards_section_card_title_3: Community Leader + rewards_section_card_title_4: Trailblazer + rewards_section_card_description_1: Show your commitment to user privacy with an exclusive Organic Maps privacy advocate badge. Proudly display this badge on your profile, showcasing your dedication to protecting personal data and supporting privacy-focused navigation. + rewards_section_card_description_2: Be recognized as a sustainability champion! Your name will be prominently featured in the credits section of the Organic Maps app, acknowledging your role in promoting eco-friendly navigation and supporting a greener future. + rewards_section_card_description_3: With this reward, you'll get a special shout-out on Organic Maps' official social media platforms. Share your excitement for the app and spread the word about mindful navigation to a wider audience. + rewards_section_card_description_4: Celebrate your passion for exploration with a personalized infographic. We'll create a stunning visual representation of your travel stats and adventures, beautifully designed and tailored exclusively for you. + join_us_section_title: Join Us on this Journey + join_us_section_description_1: We're thrilled to have you on board as we embark on this exciting adventure to revolutionize navigation while respecting user privacy and the environment. Your support will make Organic Maps a reality for mindful travelers worldwide. + join_us_section_description_2: Help us make Organic Maps a global success! Back our campaign, spread the word, and let's navigate the world together, sustainably and responsibly. + join_us_section_description_3: Thank you for being a part of our Organic Maps family! + +--- \ No newline at end of file diff --git a/content/crowdfunding/index.uk.md b/content/crowdfunding/index.uk.md new file mode 100644 index 00000000..17b34d94 --- /dev/null +++ b/content/crowdfunding/index.uk.md @@ -0,0 +1,46 @@ +--- +description: Be a part of the movement towards privacy and community in navigation. Support Organic Maps and help us create a better future for travelers worldwide. +template: crowdfunding.html +weight: 10 +extra: + hero_title: Crowdfunding + hero_description: Donate and create better maps for everyone today! + why_section_title_1: Donate Now! + why_section_title_2: Why Organic Maps? + hero_image: /crowdfunding/crowdfunding-bg.png + menu_title_pre: Home + why_section_description_1: Do you value privacy and prefer to use services that respect your data? We've got the perfect solution for you! Introducing Organic Maps, the innovative map navigation app designed to make your journeys effortless, privacy-focused, and environmentally friendly. + why_section_description_2: Organic Maps isn't your typical navigation app. We've worked tirelessly to create a unique platform that prioritizes user privacy, sustainability, and functionality. Here's why Organic Maps is the ultimate choice for mindful travelers + benefits_section_card_title_1: Privacy-Centric + benefits_section_card_title_2: Open-Source and Community-Driven + benefits_section_card_title_3: No Ads, No Tracking + benefits_section_card_title_4: Offline Maps and Exploration + benefits_section_card_title_5: Eco-Friendly Navigation + benefits_section_card_title_6: Geared for Exploration + benefits_section_card_title_7: Customizable and Reliable + benefits_section_card_description_1: At Organic Maps, we believe your data is your own. Unlike other map apps that collect and monetize your location data, we are committed to keeping your information private. You can navigate with peace of mind, knowing your movements remain confidential. + benefits_section_card_description_2: Organic Maps is built on open-source technology, which means a global community of contributors ensures continuous updates and improvements. You can actively participate in shaping the app's future or simply benefit from the collective knowledge of passionate developers. + benefits_section_card_description_3: Tired of invasive ads and trackers? We share your sentiments. Organic Maps is completely ad-free and does not track your location or behavior. + benefits_section_card_description_4: Whether you're traveling to a remote area or facing connectivity issues, Organic Maps has your back. Download maps of your favorite destinations, and enjoy seamless navigation offline without worrying about internet access. + benefits_section_card_description_5: We care about the planet. Organic Maps minimizes its carbon footprint by using crowd-sourced data and avoiding the energy-intensive server infrastructure employed by other + benefits_section_card_description_6: Unleash your adventurous spirit! Organic Maps highlights hiking trails, cycle paths, and points of interest off the beaten path, encouraging you to explore nature's wonders and lesser-known locations. + benefits_section_card_description_7: Personalize your navigation experience. Organic Maps allows you to choose between various map styles, so you can tailor the app's appearance to your preference. Additionally, our reliable routing algorithm ensures you reach your destination efficiently. + support_section_title: Your Support Matters + support_section_description: We've come a long way in developing Organic Maps, but to continue providing a privacy-first and sustainable navigation experience, we need your support. By backing our crowdfunding campaign, you'll be contributing to the growth of an app that prioritizes user values and the planet. + support_section_description_2: By backing our crowdfunding campaign, you'll be contributing to the growth of an app that prioritizes user values and the planet. + rewards_section_title: Rewards + rewards_section_description: As a token of our gratitude for your support we've prepared some exciting rewards for our backers + rewards_section_card_title_1: Privacy Advocate + rewards_section_card_title_2: Ambassador + rewards_section_card_title_3: Community Leader + rewards_section_card_title_4: Trailblazer + rewards_section_card_description_1: Show your commitment to user privacy with an exclusive Organic Maps privacy advocate badge. Proudly display this badge on your profile, showcasing your dedication to protecting personal data and supporting privacy-focused navigation. + rewards_section_card_description_2: Be recognized as a sustainability champion! Your name will be prominently featured in the credits section of the Organic Maps app, acknowledging your role in promoting eco-friendly navigation and supporting a greener future. + rewards_section_card_description_3: With this reward, you'll get a special shout-out on Organic Maps' official social media platforms. Share your excitement for the app and spread the word about mindful navigation to a wider audience. + rewards_section_card_description_4: Celebrate your passion for exploration with a personalized infographic. We'll create a stunning visual representation of your travel stats and adventures, beautifully designed and tailored exclusively for you. + join_us_section_title: Join Us on this Journey + join_us_section_description_1: We're thrilled to have you on board as we embark on this exciting adventure to revolutionize navigation while respecting user privacy and the environment. Your support will make Organic Maps a reality for mindful travelers worldwide. + join_us_section_description_2: Help us make Organic Maps a global success! Back our campaign, spread the word, and let's navigate the world together, sustainably and responsibly. + join_us_section_description_3: Thank you for being a part of our Organic Maps family! + +--- \ No newline at end of file diff --git a/content/crowdfunding/index.zh-CN.md b/content/crowdfunding/index.zh-CN.md new file mode 100644 index 00000000..17b34d94 --- /dev/null +++ b/content/crowdfunding/index.zh-CN.md @@ -0,0 +1,46 @@ +--- +description: Be a part of the movement towards privacy and community in navigation. Support Organic Maps and help us create a better future for travelers worldwide. +template: crowdfunding.html +weight: 10 +extra: + hero_title: Crowdfunding + hero_description: Donate and create better maps for everyone today! + why_section_title_1: Donate Now! + why_section_title_2: Why Organic Maps? + hero_image: /crowdfunding/crowdfunding-bg.png + menu_title_pre: Home + why_section_description_1: Do you value privacy and prefer to use services that respect your data? We've got the perfect solution for you! Introducing Organic Maps, the innovative map navigation app designed to make your journeys effortless, privacy-focused, and environmentally friendly. + why_section_description_2: Organic Maps isn't your typical navigation app. We've worked tirelessly to create a unique platform that prioritizes user privacy, sustainability, and functionality. Here's why Organic Maps is the ultimate choice for mindful travelers + benefits_section_card_title_1: Privacy-Centric + benefits_section_card_title_2: Open-Source and Community-Driven + benefits_section_card_title_3: No Ads, No Tracking + benefits_section_card_title_4: Offline Maps and Exploration + benefits_section_card_title_5: Eco-Friendly Navigation + benefits_section_card_title_6: Geared for Exploration + benefits_section_card_title_7: Customizable and Reliable + benefits_section_card_description_1: At Organic Maps, we believe your data is your own. Unlike other map apps that collect and monetize your location data, we are committed to keeping your information private. You can navigate with peace of mind, knowing your movements remain confidential. + benefits_section_card_description_2: Organic Maps is built on open-source technology, which means a global community of contributors ensures continuous updates and improvements. You can actively participate in shaping the app's future or simply benefit from the collective knowledge of passionate developers. + benefits_section_card_description_3: Tired of invasive ads and trackers? We share your sentiments. Organic Maps is completely ad-free and does not track your location or behavior. + benefits_section_card_description_4: Whether you're traveling to a remote area or facing connectivity issues, Organic Maps has your back. Download maps of your favorite destinations, and enjoy seamless navigation offline without worrying about internet access. + benefits_section_card_description_5: We care about the planet. Organic Maps minimizes its carbon footprint by using crowd-sourced data and avoiding the energy-intensive server infrastructure employed by other + benefits_section_card_description_6: Unleash your adventurous spirit! Organic Maps highlights hiking trails, cycle paths, and points of interest off the beaten path, encouraging you to explore nature's wonders and lesser-known locations. + benefits_section_card_description_7: Personalize your navigation experience. Organic Maps allows you to choose between various map styles, so you can tailor the app's appearance to your preference. Additionally, our reliable routing algorithm ensures you reach your destination efficiently. + support_section_title: Your Support Matters + support_section_description: We've come a long way in developing Organic Maps, but to continue providing a privacy-first and sustainable navigation experience, we need your support. By backing our crowdfunding campaign, you'll be contributing to the growth of an app that prioritizes user values and the planet. + support_section_description_2: By backing our crowdfunding campaign, you'll be contributing to the growth of an app that prioritizes user values and the planet. + rewards_section_title: Rewards + rewards_section_description: As a token of our gratitude for your support we've prepared some exciting rewards for our backers + rewards_section_card_title_1: Privacy Advocate + rewards_section_card_title_2: Ambassador + rewards_section_card_title_3: Community Leader + rewards_section_card_title_4: Trailblazer + rewards_section_card_description_1: Show your commitment to user privacy with an exclusive Organic Maps privacy advocate badge. Proudly display this badge on your profile, showcasing your dedication to protecting personal data and supporting privacy-focused navigation. + rewards_section_card_description_2: Be recognized as a sustainability champion! Your name will be prominently featured in the credits section of the Organic Maps app, acknowledging your role in promoting eco-friendly navigation and supporting a greener future. + rewards_section_card_description_3: With this reward, you'll get a special shout-out on Organic Maps' official social media platforms. Share your excitement for the app and spread the word about mindful navigation to a wider audience. + rewards_section_card_description_4: Celebrate your passion for exploration with a personalized infographic. We'll create a stunning visual representation of your travel stats and adventures, beautifully designed and tailored exclusively for you. + join_us_section_title: Join Us on this Journey + join_us_section_description_1: We're thrilled to have you on board as we embark on this exciting adventure to revolutionize navigation while respecting user privacy and the environment. Your support will make Organic Maps a reality for mindful travelers worldwide. + join_us_section_description_2: Help us make Organic Maps a global success! Back our campaign, spread the word, and let's navigate the world together, sustainably and responsibly. + join_us_section_description_3: Thank you for being a part of our Organic Maps family! + +--- \ No newline at end of file diff --git a/content/crowdfunding/index.zh-Hans.md b/content/crowdfunding/index.zh-Hans.md new file mode 100644 index 00000000..17b34d94 --- /dev/null +++ b/content/crowdfunding/index.zh-Hans.md @@ -0,0 +1,46 @@ +--- +description: Be a part of the movement towards privacy and community in navigation. Support Organic Maps and help us create a better future for travelers worldwide. +template: crowdfunding.html +weight: 10 +extra: + hero_title: Crowdfunding + hero_description: Donate and create better maps for everyone today! + why_section_title_1: Donate Now! + why_section_title_2: Why Organic Maps? + hero_image: /crowdfunding/crowdfunding-bg.png + menu_title_pre: Home + why_section_description_1: Do you value privacy and prefer to use services that respect your data? We've got the perfect solution for you! Introducing Organic Maps, the innovative map navigation app designed to make your journeys effortless, privacy-focused, and environmentally friendly. + why_section_description_2: Organic Maps isn't your typical navigation app. We've worked tirelessly to create a unique platform that prioritizes user privacy, sustainability, and functionality. Here's why Organic Maps is the ultimate choice for mindful travelers + benefits_section_card_title_1: Privacy-Centric + benefits_section_card_title_2: Open-Source and Community-Driven + benefits_section_card_title_3: No Ads, No Tracking + benefits_section_card_title_4: Offline Maps and Exploration + benefits_section_card_title_5: Eco-Friendly Navigation + benefits_section_card_title_6: Geared for Exploration + benefits_section_card_title_7: Customizable and Reliable + benefits_section_card_description_1: At Organic Maps, we believe your data is your own. Unlike other map apps that collect and monetize your location data, we are committed to keeping your information private. You can navigate with peace of mind, knowing your movements remain confidential. + benefits_section_card_description_2: Organic Maps is built on open-source technology, which means a global community of contributors ensures continuous updates and improvements. You can actively participate in shaping the app's future or simply benefit from the collective knowledge of passionate developers. + benefits_section_card_description_3: Tired of invasive ads and trackers? We share your sentiments. Organic Maps is completely ad-free and does not track your location or behavior. + benefits_section_card_description_4: Whether you're traveling to a remote area or facing connectivity issues, Organic Maps has your back. Download maps of your favorite destinations, and enjoy seamless navigation offline without worrying about internet access. + benefits_section_card_description_5: We care about the planet. Organic Maps minimizes its carbon footprint by using crowd-sourced data and avoiding the energy-intensive server infrastructure employed by other + benefits_section_card_description_6: Unleash your adventurous spirit! Organic Maps highlights hiking trails, cycle paths, and points of interest off the beaten path, encouraging you to explore nature's wonders and lesser-known locations. + benefits_section_card_description_7: Personalize your navigation experience. Organic Maps allows you to choose between various map styles, so you can tailor the app's appearance to your preference. Additionally, our reliable routing algorithm ensures you reach your destination efficiently. + support_section_title: Your Support Matters + support_section_description: We've come a long way in developing Organic Maps, but to continue providing a privacy-first and sustainable navigation experience, we need your support. By backing our crowdfunding campaign, you'll be contributing to the growth of an app that prioritizes user values and the planet. + support_section_description_2: By backing our crowdfunding campaign, you'll be contributing to the growth of an app that prioritizes user values and the planet. + rewards_section_title: Rewards + rewards_section_description: As a token of our gratitude for your support we've prepared some exciting rewards for our backers + rewards_section_card_title_1: Privacy Advocate + rewards_section_card_title_2: Ambassador + rewards_section_card_title_3: Community Leader + rewards_section_card_title_4: Trailblazer + rewards_section_card_description_1: Show your commitment to user privacy with an exclusive Organic Maps privacy advocate badge. Proudly display this badge on your profile, showcasing your dedication to protecting personal data and supporting privacy-focused navigation. + rewards_section_card_description_2: Be recognized as a sustainability champion! Your name will be prominently featured in the credits section of the Organic Maps app, acknowledging your role in promoting eco-friendly navigation and supporting a greener future. + rewards_section_card_description_3: With this reward, you'll get a special shout-out on Organic Maps' official social media platforms. Share your excitement for the app and spread the word about mindful navigation to a wider audience. + rewards_section_card_description_4: Celebrate your passion for exploration with a personalized infographic. We'll create a stunning visual representation of your travel stats and adventures, beautifully designed and tailored exclusively for you. + join_us_section_title: Join Us on this Journey + join_us_section_description_1: We're thrilled to have you on board as we embark on this exciting adventure to revolutionize navigation while respecting user privacy and the environment. Your support will make Organic Maps a reality for mindful travelers worldwide. + join_us_section_description_2: Help us make Organic Maps a global success! Back our campaign, spread the word, and let's navigate the world together, sustainably and responsibly. + join_us_section_description_3: Thank you for being a part of our Organic Maps family! + +--- \ No newline at end of file diff --git a/content/donate/bağış.png b/content/donate/bağış.png deleted file mode 100644 index 3e897ade..00000000 Binary files a/content/donate/bağış.png and /dev/null differ diff --git a/content/donate/donate-bg.png b/content/donate/donate-bg.png new file mode 100644 index 00000000..c69dcf5d Binary files /dev/null and b/content/donate/donate-bg.png differ diff --git a/content/donate/donate.png b/content/donate/donate.png deleted file mode 100644 index 31cab0ed..00000000 Binary files a/content/donate/donate.png and /dev/null differ diff --git a/content/donate/index.af.md b/content/donate/index.af.md index 9e32dc37..0177a7f0 100644 --- a/content/donate/index.af.md +++ b/content/donate/index.af.md @@ -1,80 +1,30 @@ --- -description: "U geld betaal vir alle projekverwante uitgawes en motiveer ons om Organic Maps te verbeter." -extra: - menu_title: Skenk - preview_image: donate/donate.png -title: "Skenk om Organic Maps se ontwikkelinge te steun" +title: Donate +description: Make a difference with your Donation! Organic Maps is developed by a passionate team of volunteers who rely on your support Join us in creating better maps together! +template: new-donate.html weight: 10 +extra: + hero_title: Donate + hero_image: /donate/donate-bg.png + menu_title_pre: Home + service_title: Created with love by enthusiast volunteers + service_text: Donate to keep the project running + hero_description: Donate and create better maps together! + info_section_card_description_1: We rely on your donations to keep Organic Maps open, free, and without ads + info_section_card_description_2: We are a few enthusiasts contributing in our free time, and spending our families' money on the project. We love what we do, and we love our users + info_section_card_description_3: With your support, we are working toward a privacy-focused offering that is the preferred choice on the market + funding_section_title: How will funding be used? + funding_section_card_title_1: Developers + funding_section_card_title_2: Infrastructure + funding_section_card_title_3: Support + funding_section_card_description_1: Currently there is no full time team who is working to develop new features and improve the service. To consistently move the product forward, a core team is needed. + funding_section_card_description_2: We pay for fast servers, so anyone in the world can download free map data updates without delays. The maps data transfers are hundreds of terabytes monthly, and the amount is growing. + funding_section_card_description_3: User support, bug fixing, and improving the stability of the app are at the top of our priorities. There are 1200+ issues on GitHub that is growing every day, and a large number of items to address on AppStore, Google Play, and support emails. + users_way_section_title: People say + users_way_donation_description_1: I donate to Organic Maps for the unique offering they bring, and to support positive change + users_way_donation_description_2: Simple and fast and battery saving for your device and it's free. I donated a small sum for support and I suggest please support this app. Thank you! + users_way_donation_description_3: love it for the simplicity, user-friendly interface. I would like to make a donation to support your effort + users_way_donation_name_1: Emily Johnson + users_way_donation_name_2: Emanuel Matis + users_way_donation_name_3: Rosa --- - -Organic Maps is _gratis vir almal_ danksy u **[skenkings][stripe]**: - -- Geen advertensies -- Geen naspoorders -- Geen registrasie -- Geen stootkennisgewings -- Oopbron - -Klik op u voorkeurbetaalmetode-ikoon hier onder: - -{{ donate_buttons() }} - -## Waarom skenk aan Organic Maps? - -1. Ons maak op u skenkings staat om ons missie te volbring om Organic Maps - oop en gratis te hou. En vry van advertensies. -2. Ons is ’n paar entoesiaste wat in ons vrye tyd ’n bydrae lewer, en ons - gesinne se geld aan die projek bestee. Ons is lief vir wat ons doen, en - ons is lief vir al ons gebruikers ❤️. -3. Met u steun wil ons ’n beter, privaatheidgefokusde weergawe van Google - Maps word. - -## Waarvoor word die geld gebruik? - -1. Ons betaal vir vinnige bedieners, sodat elkeen in die wêreld sonder - vertraging gratis kaartbywerkings kan aflaai. Dit is honderde teragrepe - per maand, en die hoeveelheid neem toe. -2. Gebruikersondersteuning, foute herstel, en verbetering van die - toepstabiliteit is ons hoofprioriteite. Daar is [1800+ probleme op - GitHub][github issues], en die aantal neem daagliks toe. Die AppStore, - Google Play, en ondersteuningse-posadresse word oorstroom met kommentaar - en foute. Ons wil ’n produk van hoë kwaliteit lewer. -3. Met genoeg geld kan nuwe funksies vinniger ontwikkel word, soos: - - Weeklikse en geoutomatiseerde kaartdatabywerkings - - Boekmerkrugsteun en -sinchronisering - - Android Auto - - GPS-padopnemer met GPX ondersteuning - - Beter kaartenstyle vir verskillende aktiwiteite - - Reliëfskaduwees en 3D-terreine - - Verbetering van die OpenStreetMap-wysiger - - Beter vanlyn adressoekfunksie, roetes, en navigasie - - Openbare vervoer - - … en [vele ander][github issues] funksies wat u wil hê en waarvan u hou - -## Hoe om te skenk? - -Klik op u voorkeurbetaalmetode-ikoon hier onder: - -{{ donate_buttons() }} - -Herhalende skenkings is die beste manier om ’n relatief stabiele inkomste -vir die projek te verseker en motiveer ons vir langtermyn take en -doele. Maar u kan ook eenmalig skenk. - -### Bankoorplasing - -{{ bank_transfer() }} - -### Kripto - -Oorweeg dit asseblief om jaarliks te skenk om die totale koste te verminder. - -{{ crypto_table() }} - -## Kan u ons op ’n ander manier help? - -Ja! Daar is baie maniere om Organic Maps te ondersteun. Kyk asseblief by -[Steun ons](@/support-us/index.nl.md) vir meer details. - -[stripe]: https://donate.organicmaps.app/ "Skenk d.m.v. Stripe" -[github issues]: https://github.com/organicmaps/organicmaps/issues "GitHub-probleme" diff --git a/content/donate/index.ar.md b/content/donate/index.ar.md index f7e581a4..0177a7f0 100644 --- a/content/donate/index.ar.md +++ b/content/donate/index.ar.md @@ -1,76 +1,30 @@ --- -description: "أموالك تدفع مقابل جميع النفقات المتعلقة بالمشروع وتحفزنا على التحسين Organic Maps." -extra: - menu_title: تبرع - preview_image: donate/donate.png -title: "تبرع لدعم تطوير Organic Maps" +title: Donate +description: Make a difference with your Donation! Organic Maps is developed by a passionate team of volunteers who rely on your support Join us in creating better maps together! +template: new-donate.html weight: 10 +extra: + hero_title: Donate + hero_image: /donate/donate-bg.png + menu_title_pre: Home + service_title: Created with love by enthusiast volunteers + service_text: Donate to keep the project running + hero_description: Donate and create better maps together! + info_section_card_description_1: We rely on your donations to keep Organic Maps open, free, and without ads + info_section_card_description_2: We are a few enthusiasts contributing in our free time, and spending our families' money on the project. We love what we do, and we love our users + info_section_card_description_3: With your support, we are working toward a privacy-focused offering that is the preferred choice on the market + funding_section_title: How will funding be used? + funding_section_card_title_1: Developers + funding_section_card_title_2: Infrastructure + funding_section_card_title_3: Support + funding_section_card_description_1: Currently there is no full time team who is working to develop new features and improve the service. To consistently move the product forward, a core team is needed. + funding_section_card_description_2: We pay for fast servers, so anyone in the world can download free map data updates without delays. The maps data transfers are hundreds of terabytes monthly, and the amount is growing. + funding_section_card_description_3: User support, bug fixing, and improving the stability of the app are at the top of our priorities. There are 1200+ issues on GitHub that is growing every day, and a large number of items to address on AppStore, Google Play, and support emails. + users_way_section_title: People say + users_way_donation_description_1: I donate to Organic Maps for the unique offering they bring, and to support positive change + users_way_donation_description_2: Simple and fast and battery saving for your device and it's free. I donated a small sum for support and I suggest please support this app. Thank you! + users_way_donation_description_3: love it for the simplicity, user-friendly interface. I would like to make a donation to support your effort + users_way_donation_name_1: Emily Johnson + users_way_donation_name_2: Emanuel Matis + users_way_donation_name_3: Rosa --- - -هو _مجاني للجميع_ بفضل **[تبرعاتك][stripe]**: - -- بدون إعلانات -- لا أجهزة تعقب -- لا تسجيل -- لا إشعارات مزعجة -- مفتوح المصدر - -انقر على أيقونة طريقة الدفع المفضلة أدناه: - -{{ donate_buttons() }} - -## لماذا التبرع لOrganic Maps؟ - -1. نحن نعتمد على تبرعاتك لتنفيذ مهمتنا لبقاء Organic Maps مفتوحًا - ومجانيًا. وخالي من الإعلانات. -2. نحن عدد قليل من المتحمسين نساهم في وقت فراغنا وننفق أموال عائلاتنا على - المشروع. نحن نحب ما نفعله، ونحب مستخدمينا ❤️. -3. بدعمك، نريد أن نصبح إصدارًا أفضل يركز على الخصوصية من خرائط Google. - -## ماذا سيستخدم المال؟ - -1. نحن ندفع مقابل الخوادم السريعة، حتى يتمكن أي شخص في العالم من تنزيل - تحديثات بيانات الخريطة المجانية دون تأخير. إنها مئات التيرابايت شهريًا، - والمبلغ آخذ في الازدياد. -2. يأتي دعم المستخدم، والتثبيت، وتحسين استقرار التطبيق على رأس - أولوياتنا. هناك [1800 + مشكلة على GitHub][github issues]، وهذا الرقم - يتزايد كل يوم. تمتلئ AppStore و Google Play ورسائل البريد الإلكتروني - الداعمة بالتعليقات والأخطاء. نريد تقديم منتج عالي الجودة. -3. مع ما يكفي من المال، يمكن تطوير ميزات جديدة بشكل أسرع، على سبيل المثال: - - تحديثات بيانات الخرائط الأسبوعية والآلية - - نسخ احتياطي من العلامات المرجعية ومزامنتها - - أندرويد أوتو - - مسجل مسار GPX مع دعم GPX - - أنماط خريطة أفضل للأنشطة المختلفة - - تظليل التلال والتضاريس ثلاثية الأبعاد - - تحسين محرر OpenStreetMap - - بحث أفضل عن العنوان غير المتصل بالإنترنت والتوجيه والتنقل - - Public Transport - - … و [العديد من][github issues] الميزات التي تريدها وتحبها - -## كيف تتبرع؟ - -انقر على أيقونة طريقة الدفع المفضلة أدناه: - -{{ donate_buttons() }} - -التبرعات المتكررة هي أفضل طريقة لضمان دخل مستقر نسبيًا للمشروع وتحفيزنا على -المهام والأهداف طويلة الأجل. لكن يمكنك أيضًا التبرع مرة واحدة. - -### تحويل بنكي - -{{ bank_transfer() }} - -### العملة المشفرة - -يرجى التفكير في التبرع سنويًا لخفض إجمالي الرسوم. - -{{ crypto_table() }} - -## هل يمكنك مساعدتنا بأي طريقة أخرى؟ - -نعم! هناك العديد من الطرق لدعم Organic Maps. يرجى الاطلاع على صفحة -[دعمنا](@/support-us/index.md) لمزيد من التفاصيل. - -[stripe]: https://donate.organicmaps.app/ "تبرع عبر Stripe" -[github issues]: https://github.com/organicmaps/organicmaps/issues "GitHub مشاكل" diff --git a/content/donate/index.ca.md b/content/donate/index.ca.md index a91dd559..0177a7f0 100644 --- a/content/donate/index.ca.md +++ b/content/donate/index.ca.md @@ -1,82 +1,30 @@ --- -description: "Els vostres diners paguen totes les despeses relacionades amb el projecte i ens motiven a millorar l’Organic Maps." -extra: - menu_title: "Feu una donació" - preview_image: donate/donate.png -title: "Doneu per a ajudar al desenvolupament de l'Organic Maps" +title: Donate +description: Make a difference with your Donation! Organic Maps is developed by a passionate team of volunteers who rely on your support Join us in creating better maps together! +template: new-donate.html weight: 10 +extra: + hero_title: Donate + hero_image: /donate/donate-bg.png + menu_title_pre: Home + service_title: Created with love by enthusiast volunteers + service_text: Donate to keep the project running + hero_description: Donate and create better maps together! + info_section_card_description_1: We rely on your donations to keep Organic Maps open, free, and without ads + info_section_card_description_2: We are a few enthusiasts contributing in our free time, and spending our families' money on the project. We love what we do, and we love our users + info_section_card_description_3: With your support, we are working toward a privacy-focused offering that is the preferred choice on the market + funding_section_title: How will funding be used? + funding_section_card_title_1: Developers + funding_section_card_title_2: Infrastructure + funding_section_card_title_3: Support + funding_section_card_description_1: Currently there is no full time team who is working to develop new features and improve the service. To consistently move the product forward, a core team is needed. + funding_section_card_description_2: We pay for fast servers, so anyone in the world can download free map data updates without delays. The maps data transfers are hundreds of terabytes monthly, and the amount is growing. + funding_section_card_description_3: User support, bug fixing, and improving the stability of the app are at the top of our priorities. There are 1200+ issues on GitHub that is growing every day, and a large number of items to address on AppStore, Google Play, and support emails. + users_way_section_title: People say + users_way_donation_description_1: I donate to Organic Maps for the unique offering they bring, and to support positive change + users_way_donation_description_2: Simple and fast and battery saving for your device and it's free. I donated a small sum for support and I suggest please support this app. Thank you! + users_way_donation_description_3: love it for the simplicity, user-friendly interface. I would like to make a donation to support your effort + users_way_donation_name_1: Emily Johnson + users_way_donation_name_2: Emanuel Matis + users_way_donation_name_3: Rosa --- - -L'Organic Maps és _gratis per a tothom_ gràcies a les seves -**[donacions][stripe]**: - -- Sense anuncis -- Sense rastrejadors -- Sense registre -- Notificacions emergents -- Codi obert - -Feu clic a la icona de pagament preferit: - -{{ donate_buttons() }} - -## Per què fer donatius a l’Organic Maps? - -1. Depenem dels vostres donatius per a continuar amb la nostra missió de - mantenir l'Organic Maps obert i gratuït. I lliure d'anuncis. -2. Som un grup d'entusiastes contribuint en el nostre temps lliure, i - gastant els diners de les nostres famílies en el projecte. Ens encanta el - que fem, i estimem als nostres usuaris ❤️. -3. Amb el vostre suport, volem convertir-nos en una millor versió de Google - Maps, centrada en la privadesa. - -## Per a què es faran servir els diners? - -1. Paguem per servidors ràpids, perquè qualsevol persona pugui accedir a les - actualitzacions de característiques dels mapes de forma ràpida i sense - esperes. Són centenars de terabytes al mes, i la quantitat està creixent. -2. L'assistència als usuaris, l'arranjament d'errors i la millora de - l'estabilitat de l'aplicació són les nostres principals prioritats. Hi ha - més de [1800 informes en GitHub][github issues], i aquest número creix - cada dia. AppStore, Google Play i els correus d'atenció estan inundats - amb comentaris i informes. Volem lliurar un producte de qualitat. -3. Amb suficients diners, poden desenvolupar-se més ràpidament prestacions - noves, com ara: - - Actualitzacions setmanals i automatitzades dels mapes - - Còpia de seguretat i sincronització dels llocs d’interès - - Android Auto - - Gravadora GPS amb compatibilitat per a GPX - - Millors estils cartogràfics per a diferents activitats - - Ombreig de pujols i terreny 3D - - Millorar l'editor de OpenStreetMap - - Millor cerca de direccions sense connexió, encaminament i navegació - - Transport públic - - ... i [moltes altres][github issues] funcionalitats que vulgueu - -## Com donar? - -Feu clic a la icona de pagament preferit: - -{{ donate_buttons() }} - -Les donacions recurrents són la millor manera d'assegurar un ingrés periòdic -per al projecte i ens motiva per a tasques i objectius a llarg termini. Però -també pots fer donació una vegada. - -### Transferència bancària - -{{ bank_transfer() }} - -### Criptomonedes - -Si us plau, considereu fer donacions anuals per a reduir les quotes totals. - -{{ crypto_table() }} - -## Voleu ajudar-nos de cap altra forma? - -Perfecte! Hi ha diverses maneres d'ajudar a l'Organic Maps. Consulteu la -pàgina [Suport](@/support-us/index.ca.md) per a més informació. - -[stripe]: https://donate.organicmaps.app/ «Donació amb Stripe» -[github issues]: https://github.com/organicmaps/organicmaps/issues «Informes al GitHub» diff --git a/content/donate/index.cs.md b/content/donate/index.cs.md index 97858a2d..0177a7f0 100644 --- a/content/donate/index.cs.md +++ b/content/donate/index.cs.md @@ -1,81 +1,30 @@ --- -description: "Z vašich peněz se hradí všechny výdaje spojené s projektem a motivují nás ke zlepšování Organic Maps." -extra: - menu_title: Přispějte - preview_image: donate/donate.png -title: "Přispějte na podporu vývoje Organic Maps" +title: Donate +description: Make a difference with your Donation! Organic Maps is developed by a passionate team of volunteers who rely on your support Join us in creating better maps together! +template: new-donate.html weight: 10 +extra: + hero_title: Donate + hero_image: /donate/donate-bg.png + menu_title_pre: Home + service_title: Created with love by enthusiast volunteers + service_text: Donate to keep the project running + hero_description: Donate and create better maps together! + info_section_card_description_1: We rely on your donations to keep Organic Maps open, free, and without ads + info_section_card_description_2: We are a few enthusiasts contributing in our free time, and spending our families' money on the project. We love what we do, and we love our users + info_section_card_description_3: With your support, we are working toward a privacy-focused offering that is the preferred choice on the market + funding_section_title: How will funding be used? + funding_section_card_title_1: Developers + funding_section_card_title_2: Infrastructure + funding_section_card_title_3: Support + funding_section_card_description_1: Currently there is no full time team who is working to develop new features and improve the service. To consistently move the product forward, a core team is needed. + funding_section_card_description_2: We pay for fast servers, so anyone in the world can download free map data updates without delays. The maps data transfers are hundreds of terabytes monthly, and the amount is growing. + funding_section_card_description_3: User support, bug fixing, and improving the stability of the app are at the top of our priorities. There are 1200+ issues on GitHub that is growing every day, and a large number of items to address on AppStore, Google Play, and support emails. + users_way_section_title: People say + users_way_donation_description_1: I donate to Organic Maps for the unique offering they bring, and to support positive change + users_way_donation_description_2: Simple and fast and battery saving for your device and it's free. I donated a small sum for support and I suggest please support this app. Thank you! + users_way_donation_description_3: love it for the simplicity, user-friendly interface. I would like to make a donation to support your effort + users_way_donation_name_1: Emily Johnson + users_way_donation_name_2: Emanuel Matis + users_way_donation_name_3: Rosa --- - -Aplikace Organic Maps je pro všechny _zdarma_ díky vašim -**[darům][stripe]**: - -- Bez reklam -- Žádné sledovací zařízení -- Žádná registrace -- Žádná oznámení push -- Open source - -Klikněte na ikonu preferovaného způsobu platby níže: - -{{ donate_buttons() }} - -## Proč darovat Organic Maps? - -1. Při plnění našeho poslání udržovat Organic Maps otevřené a svobodné - spoléháme na vaše dary. A bez reklam. -2. Jsme několik nadšenců, kteří na projekt přispívají ve svém volném čase a - utrácejí peníze svých rodin. Milujeme to, co děláme, a milujeme naše - uživatele ❤️. -3. S vaší podporou se chceme stát lepší verzí Google Maps zaměřenou na - ochranu soukromí. - -## Na co budou peníze použity? - -1. Platíme za rychlé servery, takže kdokoli na světě může stahovat bezplatné - aktualizace mapových dat bez zpoždění. Jsou to stovky terabajtů měsíčně - a jejich množství stále roste. -2. Podpora uživatelů, oprava chyb a zlepšování stability aplikace jsou - našimi hlavními prioritami. Na GitHubu je [1800+ issues] [github issues] - a toto číslo každým dnem roste. AppStore, Google Play a e-maily podpory - jsou zaplaveny komentáři a chybami. Chceme dodávat vysoce kvalitní - produkt. -3. S dostatkem peněz lze například rychleji vyvíjet nové funkce: - - Týdenní a automatické aktualizace mapových dat - - Zálohování a synchronizace záložek - - Android Auto - - Záznamník stop GPS s podporou GPX - - Lepší styly map pro různé činnosti - - Stínování kopců a 3D terén - - Vylepšení editoru OpenStreetMap - - Lepší offline vyhledávání adres, směrování a navigace - - Veřejná doprava - - ... a [mnoho dalších][github issues] funkcí, které chcete a máte rádi - -## Jak darovat? - -Klikněte na ikonu preferovaného způsobu platby níže: - -{{ donate_buttons() }} - -Opakované dary jsou nejlepším způsobem, jak zajistit relativně stabilní -příjem projektu a motivovat nás k dlouhodobým úkolům a cílům. Můžete však -přispět i jednorázově. - -### Bankovním převodem - -{{ bank_transfer() }} - -### Kryptoměna - -Zvažte prosím možnost ročního příspěvku, abyste snížili celkové poplatky. - -{{ crypto_table() }} - -## Můžete nám pomoci i jinak? - -Ano! Existuje mnoho způsobů, jak podpořit Organic Maps. Více informací -naleznete na stránce [Podpořte nás](@/support-us/index.cs.md). - -[stripe]: https://donate.organicmaps.app/ "Dar přes Stripe" -[github issues]: https://github.com/organicmaps/organicmaps/issues "GitHub Issues" diff --git a/content/donate/index.de.md b/content/donate/index.de.md index 55a50bf7..0177a7f0 100644 --- a/content/donate/index.de.md +++ b/content/donate/index.de.md @@ -1,83 +1,30 @@ --- -description: "Dein Geld finanziert alle projektbezogenen Kosten und motiviert uns, Organic Maps zu verbessern." -extra: - menu_title: Spenden - preview_image: donate/donate.png -title: "Spende, um die Entwicklung von Organic Maps zu unterstützen" +title: Donate +description: Make a difference with your Donation! Organic Maps is developed by a passionate team of volunteers who rely on your support Join us in creating better maps together! +template: new-donate.html weight: 10 +extra: + hero_title: Donate + hero_image: /donate/donate-bg.png + menu_title_pre: Home + service_title: Created with love by enthusiast volunteers + service_text: Donate to keep the project running + hero_description: Donate and create better maps together! + info_section_card_description_1: We rely on your donations to keep Organic Maps open, free, and without ads + info_section_card_description_2: We are a few enthusiasts contributing in our free time, and spending our families' money on the project. We love what we do, and we love our users + info_section_card_description_3: With your support, we are working toward a privacy-focused offering that is the preferred choice on the market + funding_section_title: How will funding be used? + funding_section_card_title_1: Developers + funding_section_card_title_2: Infrastructure + funding_section_card_title_3: Support + funding_section_card_description_1: Currently there is no full time team who is working to develop new features and improve the service. To consistently move the product forward, a core team is needed. + funding_section_card_description_2: We pay for fast servers, so anyone in the world can download free map data updates without delays. The maps data transfers are hundreds of terabytes monthly, and the amount is growing. + funding_section_card_description_3: User support, bug fixing, and improving the stability of the app are at the top of our priorities. There are 1200+ issues on GitHub that is growing every day, and a large number of items to address on AppStore, Google Play, and support emails. + users_way_section_title: People say + users_way_donation_description_1: I donate to Organic Maps for the unique offering they bring, and to support positive change + users_way_donation_description_2: Simple and fast and battery saving for your device and it's free. I donated a small sum for support and I suggest please support this app. Thank you! + users_way_donation_description_3: love it for the simplicity, user-friendly interface. I would like to make a donation to support your effort + users_way_donation_name_1: Emily Johnson + users_way_donation_name_2: Emanuel Matis + users_way_donation_name_3: Rosa --- - -Organic Maps ist _kostenlos für alle_ dank deiner **[Spende][stripe]**: - -- Keine Werbung -- Keine Tracker -- Keine Registrierung -- Keine Push-Benachrichtigungen -- Open Source - -Klicke unten auf das Symbol einer bevorzugten Zahlungsmethode: - -{{ donate_buttons() }} - -## Warum für Organic Maps spenden? - -1. Wir sind auf deine Spenden angewiesen, damit wir Organic Maps offen und - kostenlos halten können. Und frei von Werbung. -2. Wir sind ein paar Enthusiasten, die in ihrer Freizeit einen Beitrag - leisten und das Geld unserer Familien für das Projekt ausgeben. Wir - lieben, was wir tun, und wir lieben unsere Nutzer ❤️. -3. Mit deiner Unterstützung wollen wir eine bessere, - datenschutzfreundlichere Version von Google Maps werden. - -## Wofür wird das Geld verwendet? - -1. Wir zahlen für schnelle Server, damit jeder in der Welt kostenlos und - ohne Verzögerung aktuelle Kartendaten herunterladen kann. Es handelt - sich um Hunderte von Terabytes monatlich, und die Menge wächst. -2. Benutzerunterstützung, Bugfixing und die Verbesserung der Stabilität der - App stehen ganz oben auf unserer Prioritätenliste. Es gibt mehr als 1800 - Probleme auf GitHub, und diese Zahl wächst täglich. AppStore, Google - Play und Support-E-Mails werden mit Kommentaren und Fehlern - überflutet. Wir wollen ein hochwertiges Produkt liefern. -3. Mit genügend Geld können neue Funktionen schneller entwickelt werden, zum - Beispiel: - - Wöchentliche und automatische Aktualisierung der Kartendaten - - Sicherung und Synchronisierung von Lesezeichen - - Android Auto - - GPS-Kursaufzeichnung mit GPX-Unterstützung - - Bessere Kartenstile für verschiedene Aktivitäten - - Hügelschattierung und 3D-Gelände - - Verbesserung des OpenStreetMap-Editors - - Bessere Offline-Adressensuche, Routing und Navigation - - Öffentlicher Verkehr - - … und [viele andere][github issues] Funktionen, die du haben willst und - liebst - -## Wie kann man spenden? - -Klicke unten auf das Symbol einer bevorzugten Zahlungsmethode: - -{{ donate_buttons() }} - -Wiederkehrende Spenden sind der beste Weg, um ein relativ stabiles Einkommen -für das Projekt zu sichern und uns für langfristige Aufgaben und Ziele zu -motivieren. Du kannst aber auch gern einmalig spenden. - -### Banküberweisung - -{{ bank_transfer() }} - -### Krypto - -Bitte ziehe es in Erwägung, jährlich zu spenden, um die enstehenden Gebühren -zu reduzieren. - -{{ crypto_table() }} - -## Kannst du uns auf andere Weise helfen? - -Ja! Es gibt viele Möglichkeiten, Organic Maps zu unterstützen. Weitere -Details findest du auf der [Beitragen](@/support-us/index.de.md) Seite. - -[stripe]: https://donate.organicmaps.app/ "Über Stripe spenden" -[github issues]: https://github.com/organicmaps/organicmaps/issues "GitHub Issues" diff --git a/content/donate/index.es.md b/content/donate/index.es.md index 4f7f2409..0177a7f0 100644 --- a/content/donate/index.es.md +++ b/content/donate/index.es.md @@ -1,83 +1,30 @@ --- -description: "Su dinero paga para todos los gastos relacionados con el proyecto y nos motiva a mejorar Organic Maps." -extra: - menu_title: Donar - preview_image: donate/donate.png -title: "Done para apoyar al desarrollo de Organic Maps" +title: Donate +description: Make a difference with your Donation! Organic Maps is developed by a passionate team of volunteers who rely on your support Join us in creating better maps together! +template: new-donate.html weight: 10 +extra: + hero_title: Donate + hero_image: /donate/donate-bg.png + menu_title_pre: Home + service_title: Created with love by enthusiast volunteers + service_text: Donate to keep the project running + hero_description: Donate and create better maps together! + info_section_card_description_1: We rely on your donations to keep Organic Maps open, free, and without ads + info_section_card_description_2: We are a few enthusiasts contributing in our free time, and spending our families' money on the project. We love what we do, and we love our users + info_section_card_description_3: With your support, we are working toward a privacy-focused offering that is the preferred choice on the market + funding_section_title: How will funding be used? + funding_section_card_title_1: Developers + funding_section_card_title_2: Infrastructure + funding_section_card_title_3: Support + funding_section_card_description_1: Currently there is no full time team who is working to develop new features and improve the service. To consistently move the product forward, a core team is needed. + funding_section_card_description_2: We pay for fast servers, so anyone in the world can download free map data updates without delays. The maps data transfers are hundreds of terabytes monthly, and the amount is growing. + funding_section_card_description_3: User support, bug fixing, and improving the stability of the app are at the top of our priorities. There are 1200+ issues on GitHub that is growing every day, and a large number of items to address on AppStore, Google Play, and support emails. + users_way_section_title: People say + users_way_donation_description_1: I donate to Organic Maps for the unique offering they bring, and to support positive change + users_way_donation_description_2: Simple and fast and battery saving for your device and it's free. I donated a small sum for support and I suggest please support this app. Thank you! + users_way_donation_description_3: love it for the simplicity, user-friendly interface. I would like to make a donation to support your effort + users_way_donation_name_1: Emily Johnson + users_way_donation_name_2: Emanuel Matis + users_way_donation_name_3: Rosa --- - -Organic Maps es _gratis para todo el mundo_ gracias a sus -**[donaciones][stripe]**: - -- Sin anuncios -- Sin rastreadores -- Sin registro -- Sin notificaciones -- Software libre - -Haz clic en el icono del método de pago que prefieras: - -{{ donate_buttons() }} - -## ¿Por qué donar a Organic Maps? - -1. Dependemos de sus donativos para seguir con nuestra misión de mantener - Organic Maps abierta y gratis. Y libre de anuncios. -2. Somos un grupo de entusiastas contribuyendo en nuestro tiempo libre, y - gastando el dinero de nuestras familias en el proyecto. Nos encanta lo - que hacemos, y amamos a nuestros usuarios ❤️. -3. Con su apoyo, queremos convertirnos en una mejor versión de Google Maps, - una centrada en la privacidad. - -## ¿Para qué se utilizará el dinero? - -1. Pagamos por servidores rápidos, por lo que cualquier en el mundo puede - descargar actualizaciones de las características de los mapas rápido y - sin esperas. Son cientos de terabytes al mes, y la cantidad está - creciendo. -2. La asistencia a los usuarios, el arreglo de errores y la mejora de la - estabilidad de la aplicación son nuestras principales prioridades. Hay - más de [1800 informes en GitHub][github issues], y este número crece cada - día. AppStore, Google Play y los correos de atención están inundados con - comentarios e informes. Queremos entregar un producto de calidad. -3. Con suficiente dinero, pueden desarrollarse prestaciones nuevas más - rápidamente, por ejemplo: - - Actualizaciones semanales y automatizadas de los mapas - - Copia y sincronización de marcadores - - Android Auto - - Grabadora GPS con compatibilidad para GPX - - Mejores estilos cartográficos para diferentes actividades - - Sombreado de colinas y terreno 3D - - Mejoras al editor de OpenStreetMap - - Mejor búsqueda de direcciones sin conexión, enrutamiento y navegación - - Transporte público - - ... y [muchas otras][github issues] funcionalidades que desea - -## ¿Cómo donar? - -Haz clic en el icono del método de pago que prefieras: - -{{ donate_buttons() }} - -Las donaciones recurrentes son la mejor manera de asegurar un ingreso -periódico para el proyecto y nos motiva para tareas y objetivos a largo -plazo. Pero también puede donar una vez. - -### Transferencia bancaria - -{{ bank_transfer() }} - -### Criptomonedas - -Considere donar anualmente para reducir las tarifas totales. - -{{ crypto_table() }} - -## ¿Puede ayudarnos de alguna otra manera? - -¡Sí! Hay varias maneras de apoyar a Organic Maps. Consulte la página -[Apóyenos](@/support-us/index.es.md) para más detalles. - -[stripe]: https://donate.organicmaps.app/ "Donar vía Stripe" -[github issues]: https://github.com/organicmaps/organicmaps/issues "Informes en GitHub" diff --git a/content/donate/index.eu.md b/content/donate/index.eu.md index ef4d8511..0177a7f0 100644 --- a/content/donate/index.eu.md +++ b/content/donate/index.eu.md @@ -1,84 +1,30 @@ --- -description: "Zure dohaintzak ordaintzen ditu proiektuaren inguruko gastu guztiak eta Organic Maps hobetzen bultzatzen gaitu." -extra: - menu_title: "Egizu dohaintza" - preview_image: donate/donate.png -title: "Dohaintza egin Organic Maps-en garapenari eusteko" +title: Donate +description: Make a difference with your Donation! Organic Maps is developed by a passionate team of volunteers who rely on your support Join us in creating better maps together! +template: new-donate.html weight: 10 +extra: + hero_title: Donate + hero_image: /donate/donate-bg.png + menu_title_pre: Home + service_title: Created with love by enthusiast volunteers + service_text: Donate to keep the project running + hero_description: Donate and create better maps together! + info_section_card_description_1: We rely on your donations to keep Organic Maps open, free, and without ads + info_section_card_description_2: We are a few enthusiasts contributing in our free time, and spending our families' money on the project. We love what we do, and we love our users + info_section_card_description_3: With your support, we are working toward a privacy-focused offering that is the preferred choice on the market + funding_section_title: How will funding be used? + funding_section_card_title_1: Developers + funding_section_card_title_2: Infrastructure + funding_section_card_title_3: Support + funding_section_card_description_1: Currently there is no full time team who is working to develop new features and improve the service. To consistently move the product forward, a core team is needed. + funding_section_card_description_2: We pay for fast servers, so anyone in the world can download free map data updates without delays. The maps data transfers are hundreds of terabytes monthly, and the amount is growing. + funding_section_card_description_3: User support, bug fixing, and improving the stability of the app are at the top of our priorities. There are 1200+ issues on GitHub that is growing every day, and a large number of items to address on AppStore, Google Play, and support emails. + users_way_section_title: People say + users_way_donation_description_1: I donate to Organic Maps for the unique offering they bring, and to support positive change + users_way_donation_description_2: Simple and fast and battery saving for your device and it's free. I donated a small sum for support and I suggest please support this app. Thank you! + users_way_donation_description_3: love it for the simplicity, user-friendly interface. I would like to make a donation to support your effort + users_way_donation_name_1: Emily Johnson + users_way_donation_name_2: Emanuel Matis + users_way_donation_name_3: Rosa --- - -Organic Maps app-a _denontzat doakoa_ da, zure **[dohaintzari][stripe]** -esker: - -- Iragarkirik gabe -- Jarraipen-koderik ez -- Izen-ematerik gabe -- Push jakinarazpenik ez -- Kode irekikoa - -Click on your preferred payment method icon below: - -{{ donate_buttons() }} - -## Zergatik eman dirua Organic Maps-i? - -1. Zuen dohaintzak behar ditugu Organic Maps-ek irekia eta librea izaten - jarrai dezan. Eta publizitatetik libre. -2. Zaletu batzuk gara gure aisian garatzen, eta gure familien dirua - proiektuan xahutzen. Egiten duguna maite dugu eta gure erabiltzaileak - maite ditugu ❤️. -3. Zure laguntzarekin, Google Maps-en bertsio hobe eta pribatutasunean - zentratutakoa egin nahi dugu. - -## Zertarako erabiliko da dirua? - -1. Zerbitzari azkarrak ordaintzen ditugu, horrela munduan dagoen edonork - deskargatu ahal izango ditu mapa eguneraketak atzerapenik gabe. Hilero - ehunka Terabyte dira hauek, eta tamaina handitzen doa. -2. Erabiltzaileei laguntza, akats-konponketa eta app-aren egonkortasuna - hobetzea dira gure lehentasunak. [1800 eskaera baino gehiago daude - GitHub-en][github issues] eta zenbaki hau egunero handitzen da. - AppStore, Google Play eta arretako eposta helbideak iradokizun eta - akatsekin beteta daude. Kalitate handiko produktu bat eman nahi dugu. -3. Nahikoa diru bagenu, garapen berriak azkarrago egingo genituzke, - adibidez: - - Mapa datu eguneraketa automatikoak astero - - Gogoko puntuen segurtasun kopia eta sinkronizazioa - - Android Auto - - GPS ibilbide grabatzailea GPX formatuarekin - - Aktibitate mota bakoitzerako mapa estilo hobeak - - Mendi magalen itzalak eta 3D-ko lurra - - OpenStreetMap editorea hobetzea - - Offline helbide bilaketa, bide-bilaketak eta nabigazio hobeak - - Garraio publikoa - - … eta [beste ehunka][github issues] ezaugarri, zuek nahi eta maite - dituzuenak - -## Nola egin dohaintza? - -Click on your preferred payment method icon below: - -{{ donate_buttons() }} - -Aldizkako dohaintzak dira proiektuarentzat sarrera jarri batzuk ziurtatzeko -modu onena eta epe luzerako ekintza eta helburuetarako motibatuko -gaituzte. Baina behingoagatik ere eman dezakezu. - -### Banku transferentzia - -{{ bank_transfer() }} - -### Crypto - -Mesedez pentsatu urteroko ordainketak prestatzeaz, banku komisio orokorrak -gutxitzeko. - -{{ crypto_table() }} - -## Beste moduren batean lagun gaitzakezu? - -Bai! Organic Map-i laguntzeko modu asko daude. Mesedez begiratu [Lagun -gaitzazu](@/support-us/index.eu.md) orria detaile gehiagorako. - -[stripe]: https://donate.organicmaps.app/ "Stripe bidezko dohaintzak" -[github issues]: https://github.com/organicmaps/organicmaps/issues "GitHub-eko arazoak" diff --git a/content/donate/index.fr.md b/content/donate/index.fr.md index 38024083..0177a7f0 100644 --- a/content/donate/index.fr.md +++ b/content/donate/index.fr.md @@ -1,70 +1,30 @@ --- -title: Faites un don pour soutenir le développement d'Organic Maps -description: "Votre argent permet de couvrir toutes les dépenses liées au projet et nous motive à améliorer Organic Maps." +title: Donate +description: Make a difference with your Donation! Organic Maps is developed by a passionate team of volunteers who rely on your support Join us in creating better maps together! +template: new-donate.html weight: 10 extra: - menu_title: Faire un don - preview_image: donate/donate.png + hero_title: Donate + hero_image: /donate/donate-bg.png + menu_title_pre: Home + service_title: Created with love by enthusiast volunteers + service_text: Donate to keep the project running + hero_description: Donate and create better maps together! + info_section_card_description_1: We rely on your donations to keep Organic Maps open, free, and without ads + info_section_card_description_2: We are a few enthusiasts contributing in our free time, and spending our families' money on the project. We love what we do, and we love our users + info_section_card_description_3: With your support, we are working toward a privacy-focused offering that is the preferred choice on the market + funding_section_title: How will funding be used? + funding_section_card_title_1: Developers + funding_section_card_title_2: Infrastructure + funding_section_card_title_3: Support + funding_section_card_description_1: Currently there is no full time team who is working to develop new features and improve the service. To consistently move the product forward, a core team is needed. + funding_section_card_description_2: We pay for fast servers, so anyone in the world can download free map data updates without delays. The maps data transfers are hundreds of terabytes monthly, and the amount is growing. + funding_section_card_description_3: User support, bug fixing, and improving the stability of the app are at the top of our priorities. There are 1200+ issues on GitHub that is growing every day, and a large number of items to address on AppStore, Google Play, and support emails. + users_way_section_title: People say + users_way_donation_description_1: I donate to Organic Maps for the unique offering they bring, and to support positive change + users_way_donation_description_2: Simple and fast and battery saving for your device and it's free. I donated a small sum for support and I suggest please support this app. Thank you! + users_way_donation_description_3: love it for the simplicity, user-friendly interface. I would like to make a donation to support your effort + users_way_donation_name_1: Emily Johnson + users_way_donation_name_2: Emanuel Matis + users_way_donation_name_3: Rosa --- - -L'application Organic Maps est _gratuite pour tout le monde_ grâce à vos **[donations][stripe]** : - -- Pas de publicité -- Pas de trackers -- Pas d'inscription -- Pas de notifications push -- Open-source - -{{ donate_buttons() }} - -## Pourquoi faire un don à Organic Maps ? - -1. Nous comptons sur vos dons pour mener à bien notre mission, à savoir maintenir Organic Maps ouvert et gratuit. - Et libre de toute publicité. -2. Nous sommes quelques passionnés qui consacrent leur temps libre et l'argent de leurs familles à ce projet. - Nous aimons ce que nous faisons, et nous aimons nos utilisateurs ❤️. -3. Avec votre soutien, nous voulons devenir une version de Google Maps meilleure et respectueuse de la vie privée. - -## A quoi servira l'argent ? - -1. Nous payons pour des serveurs rapides, afin que n'importe qui dans le monde puisse télécharger des mises à jour gratuites de données cartographiques sans délai. - Il s'agit de centaines de téraoctets par mois, et la quantité augmente. -2. L'assistance aux utilisateurs, la correction des bogues et l'amélioration de la stabilité de l'application sont en tête de nos priorités. - Il y a [1800+ problèmes sur GitHub][github issues], et ce nombre augmente chaque jour. - L'AppStore, Google Play et les e-mails d'assistance sont inondés de commentaires et de bogues. Nous voulons livrer un produit de haute qualité. -3. Avec suffisamment d'argent, de nouvelles fonctionnalités peuvent être développées plus rapidement, par exemple : - - Mises à jour hebdomadaires et automatisées des données cartographiques. - - Sauvegarde et synchronisation des signets - - Android Auto - - Enregistreur de trace GPS avec support GPX - - De meilleurs styles de cartes pour différentes activités - - Ombrage des collines et terrain en 3D - - Amélioration de l'éditeur OpenStreetMap - - Amélioration de la recherche d'adresses, du routage et de la navigation hors ligne - - Transport public - - ... et [beaucoup d'autres][github issues] fonctionnalités que vous voulez et aimez. - -## Comment faire un don ? - -Il existe plusieurs façons de faire un don au projet : - -{{ donate_buttons() }} - -Les dons récurrents sont le meilleur moyen d'assurer un revenu relativement stable pour le projet et de nous motiver pour les tâches et les objectifs à long terme. Mais vous pouvez également faire un don ponctuel. - -### Virement bancaire - -{{ bank_transfer() }} - -### Crypto - -Veuillez envisager de faire un don annuel pour réduire les frais totaux. Les réseaux Algorand, Tron, Litecoin et Monero offrent des frais réduits, mais la situation change tous les jours. - -{{ crypto_table() }} - -### Autres moyens de donner - -Oui ! Il existe de nombreuses façons de soutenir Organic Maps. Veuillez consulter la page [Contribuer](@/support-us/index.fr.md) pour plus de détails. - -[stripe]: https://donate.organicmaps.app/ "Faire un don via Stripe" -[github issues]: https://github.com/organicmaps/organicmaps/issues "GitHub Issues" diff --git a/content/donate/index.hi.md b/content/donate/index.hi.md index c9aba08f..0177a7f0 100644 --- a/content/donate/index.hi.md +++ b/content/donate/index.hi.md @@ -1,82 +1,30 @@ --- -description: "आपका पैसा परियोजना से संबंधित सभी खर्चों का भुगतान करता है और हमें जैविक मानचित्रों को बेहतर बनाने के लिए प्रेरित करता है।" -extra: - menu_title: "दान करें" - preview_image: donate/donate.png -title: "ऑर्गनिक मैप्स के विकास का समर्थन करने के लिए दान करें" +title: Donate +description: Make a difference with your Donation! Organic Maps is developed by a passionate team of volunteers who rely on your support Join us in creating better maps together! +template: new-donate.html weight: 10 +extra: + hero_title: Donate + hero_image: /donate/donate-bg.png + menu_title_pre: Home + service_title: Created with love by enthusiast volunteers + service_text: Donate to keep the project running + hero_description: Donate and create better maps together! + info_section_card_description_1: We rely on your donations to keep Organic Maps open, free, and without ads + info_section_card_description_2: We are a few enthusiasts contributing in our free time, and spending our families' money on the project. We love what we do, and we love our users + info_section_card_description_3: With your support, we are working toward a privacy-focused offering that is the preferred choice on the market + funding_section_title: How will funding be used? + funding_section_card_title_1: Developers + funding_section_card_title_2: Infrastructure + funding_section_card_title_3: Support + funding_section_card_description_1: Currently there is no full time team who is working to develop new features and improve the service. To consistently move the product forward, a core team is needed. + funding_section_card_description_2: We pay for fast servers, so anyone in the world can download free map data updates without delays. The maps data transfers are hundreds of terabytes monthly, and the amount is growing. + funding_section_card_description_3: User support, bug fixing, and improving the stability of the app are at the top of our priorities. There are 1200+ issues on GitHub that is growing every day, and a large number of items to address on AppStore, Google Play, and support emails. + users_way_section_title: People say + users_way_donation_description_1: I donate to Organic Maps for the unique offering they bring, and to support positive change + users_way_donation_description_2: Simple and fast and battery saving for your device and it's free. I donated a small sum for support and I suggest please support this app. Thank you! + users_way_donation_description_3: love it for the simplicity, user-friendly interface. I would like to make a donation to support your effort + users_way_donation_name_1: Emily Johnson + users_way_donation_name_2: Emanuel Matis + users_way_donation_name_3: Rosa --- - -आपके **[दान][stripe]** की बदौलत ऑर्गेनिक मैप्स ऐप सभी के लिए _मुफ्त_ है: - -- बिना विज्ञापन -- कोई ट्रैकर्स नहीं -- कोई रजिस्ट्रेशन नहीं -- कोई पुश सूचनाएँ नहीं -- ओपन सोर्स - -Click on your preferred payment method icon below: - -{{ donate_buttons() }} - -## ऑर्गेनिक मैप्स को दान क्यों करें? - -1. हम जैविक मानचित्रों को खुला और मुक्त रखने के अपने मिशन को पूरा करने के - लिए आपके दान पर भरोसा करते हैं। और विज्ञापनों से मुक्त। -2. हम कुछ उत्साही हैं जो अपने खाली समय में योगदान करते हैं, और परियोजना पर - अपने परिवारों का पैसा खर्च करते हैं। हम जो करते हैं उससे प्यार करते हैं, - और हम अपने उपयोगकर्ताओं से प्यार करते हैं ❤️। -3. आपके समर्थन से, हम गूगल मानचित्र का एक बेहतर, गोपनीयता-केंद्रित संस्करण - बनना चाहते हैं। - -## पैसे का उपयोग किस लिए किया जाएगा? - -1. हम तेज सर्वर के लिए भुगतान करते हैं, इसलिए दुनिया में कोई भी बिना देरी के - मुफ्त मानचित्र डेटा अपडेट डाउनलोड कर सकता है। यह सैकड़ों टेराबाइट्स मासिक - है, और राशि बढ़ रही है। -2. उपयोगकर्ता समर्थन, बग फिक्सिंग और ऐप की स्थिरता में सुधार करना हमारी - प्राथमिकताओं में सबसे ऊपर है। [GitHub पर 1800+ मुद्दे][GitHub issues] - हैं, और यह संख्या हर दिन बढ़ रही है। ऐप स्टोर,गूगल प्ले, और समर्थन ईमेल - टिप्पणियों और बगों से भर गए हैं। हम एक उच्च गुणवत्ता वाला उत्पाद देना - चाहते हैं। -3. पर्याप्त धन के साथ, नई सुविधाओं को तेज़ी से विकसित किया जा सकता है, - उदाहरण के लिए: - - साप्ताहिक और स्वचालित नक्शो का डेटा अपडेट - - बुकमार्क बैकअप और सिंक - - एंड्रॉइड ऑटो - - GPX समर्थन के साथ GPS ट्रैक रिकॉर्डर - - विभिन्न गतिविधियों के लिए बेहतर मानचित्र शैलियाँ - - हिल शेडिंग और 3 डी इलाके - - OpenStreetMap एडीटर में सुधार करें - - बेहतर ऑफ़लाइन पता खोज, रूटिंग और नेविगेशन - - सार्वजनिक परिवाहन - - ... और [कई अन्य][github issues] सुविधाएँ जो आप चाहते हैं और प्यार करते - हैं - -## कैसे दान करें? - -Click on your preferred payment method icon below: - -{{ donate_buttons() }} - -आवर्ती दान परियोजना के लिए अपेक्षाकृत स्थिर आय सुनिश्चित करने और दीर्घकालिक -कार्यों और लक्ष्यों के लिए हमें प्रेरित करने का सबसे अच्छा तरीका है। लेकिन -आप एक बार भी दान कर सकते हैं। - -### बैंक ट्रांसफर - -{{ bank_transfer() }} - -### क्रिप्टो - -कृपया शुल्क कम करने के लिए सालाना दान करें । - -{{ crypto_table() }} - -## क्या आप किसी और तरीके से हमारी मदद कर सकते हैं? - -जी हाँ! ऑर्गेनिक मानचित्रों का समर्थन करने के कई तरीके हैं. अधिक विवरण के -लिए कृपया [समर्थन](@/support-us/index.hi.md) पृष्ठ देखें। - -[stripe]: https://donate.organicmaps.app/ "स्ट्राइप के माध्यम से दान करें" -[github issues]: https://github.com/organicmaps/organicmaps/issues "GitHub के मामले" diff --git a/content/donate/index.hu.md b/content/donate/index.hu.md index ac2e5dcb..0177a7f0 100644 --- a/content/donate/index.hu.md +++ b/content/donate/index.hu.md @@ -1,84 +1,30 @@ --- -description: "Az Ön pénze fedezi a projekttel kapcsolatos összes kiadást, és motivál minket az Organic Maps jobbá tételéhez." -extra: - menu_title: Adományozás - preview_image: donate/donate.png -title: "Adományozzon az Organic Maps fejlesztésének támogatására" +title: Donate +description: Make a difference with your Donation! Organic Maps is developed by a passionate team of volunteers who rely on your support Join us in creating better maps together! +template: new-donate.html weight: 10 +extra: + hero_title: Donate + hero_image: /donate/donate-bg.png + menu_title_pre: Home + service_title: Created with love by enthusiast volunteers + service_text: Donate to keep the project running + hero_description: Donate and create better maps together! + info_section_card_description_1: We rely on your donations to keep Organic Maps open, free, and without ads + info_section_card_description_2: We are a few enthusiasts contributing in our free time, and spending our families' money on the project. We love what we do, and we love our users + info_section_card_description_3: With your support, we are working toward a privacy-focused offering that is the preferred choice on the market + funding_section_title: How will funding be used? + funding_section_card_title_1: Developers + funding_section_card_title_2: Infrastructure + funding_section_card_title_3: Support + funding_section_card_description_1: Currently there is no full time team who is working to develop new features and improve the service. To consistently move the product forward, a core team is needed. + funding_section_card_description_2: We pay for fast servers, so anyone in the world can download free map data updates without delays. The maps data transfers are hundreds of terabytes monthly, and the amount is growing. + funding_section_card_description_3: User support, bug fixing, and improving the stability of the app are at the top of our priorities. There are 1200+ issues on GitHub that is growing every day, and a large number of items to address on AppStore, Google Play, and support emails. + users_way_section_title: People say + users_way_donation_description_1: I donate to Organic Maps for the unique offering they bring, and to support positive change + users_way_donation_description_2: Simple and fast and battery saving for your device and it's free. I donated a small sum for support and I suggest please support this app. Thank you! + users_way_donation_description_3: love it for the simplicity, user-friendly interface. I would like to make a donation to support your effort + users_way_donation_name_1: Emily Johnson + users_way_donation_name_2: Emanuel Matis + users_way_donation_name_3: Rosa --- - -Az Organic Maps alkalmazás _mindenki számára ingyenes_ az -**[adományoknak][stripe]** köszönhetően : - -- Nincsenek hirdetések -- Nincs nyomkövető -- Nincs regisztráció -- Nincsenek leküldéses értesítések -- Nyílt forráskód - -Click on your preferred payment method icon below: - -{{ donate_buttons() }} - -## Miért adományozzon az Organic Maps-nek? - -1. Az Ön adományaira támaszkodunk, hogy teljesíteni tudjuk küldetésünket, - hogy az Organic Maps nyitott és szabad maradjon. MIndezt hirdetések - nélkül. -2. Maroknyian vagyunk, akik a szabadidőnkben hozzájárulunk a projekthez és a - családunk pénzét költjük rá. Szeretjük, amit csinálunk, és szeretjük a - felhasználóinkat ❤️. -3. Az Ön támogatásával szeretnénk a Google Maps jobb, az adatvédelemre - összpontosító változatává válni. - -## Mire lesz felhasználva a pénz? - -1. Gyors szerverekért fizetünk, így a világon bárki késedelem nélkül - letöltheti az ingyenes térképadat-frissítéseket. Ez havonta több száz - terabájt, és a mennyiség folyamatosan növekszik. -2. A felhasználói segítség, a hibajavítás és az alkalmazás stabilitásának - javítása a prioritások között az első helyen áll. GitHubon [1800+ - hibanapló van megnyitva][github issues], és ez a szám napról napra nő. - Az AppStore, a Google Play és a támogatási e-maileket elárasztják a - megjegyzések és a hibák. Minőségi terméket akarunk előállítani. -3. Elegendő pénzzel például gyorsabban tudunk új funkciókat fejleszteni, - mint például: - - Heti és automatikus térképadat-frissítések - - Könyvjelzők mentése és szinkronizálása - - Android Auto - - GPS nyomvonal felvevő GPX támogatással - - Jobb térképrétegek a különböző tevékenységekhez - - Magassági árnyékolás és 3D terep - - Az OpenStreetMap szerkesztő javítása - - Jobb offline címkeresés, útvonaltervezés és navigáció - - Tömegközlekedés - - ... és [sok más][github issues] funkciót, amit szeretnél és imádsz - -## Hogyan adományozhatok? - -Click on your preferred payment method icon below: - -{{ donate_buttons() }} - -Az ismétlődő adományok a legjobb módja annak, hogy viszonylag stabil -bevételt biztosítsunk a projekt számára és motiváljanak minket a hosszú távú -feladatok és célok megvalósításában. De egyszeri adományozásra is van -lehetőség. - -### Banki átutalás - -{{ bank_transfer() }} - -### Kriptovaluta - -Kérjük, fontolja meg az éves adományozást, hogy csökkentse a teljes díjat. - -{{ crypto_table() }} - -## Tud más módon is segíteni nekünk? - -Igen! Sokféleképpen lehet támogatni az Organic Maps-et. További részletekért -lásd a [Support Us](@/support-us/index.hu.md) oldalt. - -[stripe]: https://donate.organicmaps.app/ "Adományozás Stripe-on keresztül" -[github issues]: https://github.com/organicmaps/organicmaps/issues "GitHub Hibanaplók" diff --git a/content/donate/index.id.md b/content/donate/index.id.md index 9e81ed82..0177a7f0 100644 --- a/content/donate/index.id.md +++ b/content/donate/index.id.md @@ -1,82 +1,30 @@ --- -description: "Uang Anda membayar semua pengeluaran yang terkait dengan proyek dan memotivasi kami untuk meningkatkan Organic Maps." -extra: - menu_title: Donasi - preview_image: donate/donate.png -title: "Berdonasi untuk mendukung pengembangan Organic Maps" +title: Donate +description: Make a difference with your Donation! Organic Maps is developed by a passionate team of volunteers who rely on your support Join us in creating better maps together! +template: new-donate.html weight: 10 +extra: + hero_title: Donate + hero_image: /donate/donate-bg.png + menu_title_pre: Home + service_title: Created with love by enthusiast volunteers + service_text: Donate to keep the project running + hero_description: Donate and create better maps together! + info_section_card_description_1: We rely on your donations to keep Organic Maps open, free, and without ads + info_section_card_description_2: We are a few enthusiasts contributing in our free time, and spending our families' money on the project. We love what we do, and we love our users + info_section_card_description_3: With your support, we are working toward a privacy-focused offering that is the preferred choice on the market + funding_section_title: How will funding be used? + funding_section_card_title_1: Developers + funding_section_card_title_2: Infrastructure + funding_section_card_title_3: Support + funding_section_card_description_1: Currently there is no full time team who is working to develop new features and improve the service. To consistently move the product forward, a core team is needed. + funding_section_card_description_2: We pay for fast servers, so anyone in the world can download free map data updates without delays. The maps data transfers are hundreds of terabytes monthly, and the amount is growing. + funding_section_card_description_3: User support, bug fixing, and improving the stability of the app are at the top of our priorities. There are 1200+ issues on GitHub that is growing every day, and a large number of items to address on AppStore, Google Play, and support emails. + users_way_section_title: People say + users_way_donation_description_1: I donate to Organic Maps for the unique offering they bring, and to support positive change + users_way_donation_description_2: Simple and fast and battery saving for your device and it's free. I donated a small sum for support and I suggest please support this app. Thank you! + users_way_donation_description_3: love it for the simplicity, user-friendly interface. I would like to make a donation to support your effort + users_way_donation_name_1: Emily Johnson + users_way_donation_name_2: Emanuel Matis + users_way_donation_name_3: Rosa --- - -Aplikasi Organic Maps _gratis untuk semua orang_ berkat -**[donasi][stripe]**: - -- Tanpa iklan -- Tanpa pelacak -- Tanpa pendaftaran -- Tanpa pemberitahuan dorong -- Sumber terbuka - -Klik ikon metode pembayaran yang diinginkan di bawah ini: - -{{ donate_buttons() }} - -## Mengapa berdonasi ke Organic Maps? - -1. Kami mengandalkan donasi Anda untuk menjalankan misi kami agar Organic - Maps tetap terbuka dan bebas. Dan bebas dari iklan. -2. Kami adalah beberapa penggemar yang berkontribusi di waktu luang kami, - dan menghabiskan uang keluarga kami untuk proyek ini. Kami mencintai apa - yang kami lakukan, dan kami mencintai pengguna kami ❤️. -3. Dengan dukungan Anda, kami ingin menjadi versi Google Maps yang lebih - baik dan berfokus pada privasi. - -## Untuk apa uang itu akan digunakan? - -1. Kami membayar untuk server yang cepat, sehingga siapa pun di Dunia dapat - mengunduh pembaruan data peta gratis tanpa penundaan. Ratusan terabyte - setiap bulan, dan jumlahnya terus bertambah. -2. Dukungan pengguna, perbaikan kutu, dan peningkatan stabilitas aplikasi - adalah prioritas utama kami. Ada [1800+ masalah di GitHub][github issues], dan jumlah ini terus bertambah setiap hari. App Store, Google - Play, dan email dukungan dibanjiri dengan komentar dan kutu. Kami ingin - memberikan produk berkualitas tinggi. -3. Dengan uang yang cukup, fitur baru bisa dikembangkan lebih cepat, - misalnya: - - Pembaruan data peta mingguan dan otomatis - - Pencadangan dan sinkronisasi penanda - - Android Auto - - Perekam trek GPS dengan dukungan GPX - - Gaya peta yang lebih baik untuk aktivitas yang berbeda - - Bayangan bukit dan medan 3D - - Memperbaiki penyunting OpenStreetMap - - Pencarian alamat, perutean, dan navigasi luring yang lebih baik - - Transportasi umum - - … dan [banyak fitur lain][github issues] yang Anda inginkan dan sukai - -## Bagaimana cara berdonasi? - -Klik ikon metode pembayaran yang diinginkan di bawah ini: - -{{ donate_buttons() }} - -Donasi berulang adalah cara terbaik untuk memastikan pendapatan yang relatif -stabil untuk proyek dan memotivasi kami untuk tugas dan tujuan jangka -panjang. Tetapi Anda juga dapat menyumbang satu kali. - -### Transfer Bank - -{{ bank_transfer() }} - -### Kripto - -Silakan pertimbangkan untuk menyumbang setiap tahun untuk mengurangi total -biaya. - -{{ crypto_table() }} - -## Dapatkah Anda membantu kami dengan cara lain? - -Ya! Ada banyak cara untuk mendukung Peta Organik. Silakan lihat halaman -[Dukung Kami](@/support-us/index.id.md) untuk lebih jelasnya. - -[stripe]: https://donate.organicmaps.app/ "Donasi melalui Stripe" -[github issues]: https://github.com/organicmaps/organicmaps/issues "GitHub Issues" diff --git a/content/donate/index.it.md b/content/donate/index.it.md index ef5c9e3c..0177a7f0 100644 --- a/content/donate/index.it.md +++ b/content/donate/index.it.md @@ -1,100 +1,30 @@ --- -title: Nutri i nostri sviluppatori e i server di Organic Maps! -description: Dona per sostenere lo sviluppo della nostra applicazione gratuita +title: Donate +description: Make a difference with your Donation! Organic Maps is developed by a passionate team of volunteers who rely on your support Join us in creating better maps together! +template: new-donate.html weight: 10 extra: - menu_title: Donate - preview_image: donate/donate.png + hero_title: Donate + hero_image: /donate/donate-bg.png + menu_title_pre: Home + service_title: Created with love by enthusiast volunteers + service_text: Donate to keep the project running + hero_description: Donate and create better maps together! + info_section_card_description_1: We rely on your donations to keep Organic Maps open, free, and without ads + info_section_card_description_2: We are a few enthusiasts contributing in our free time, and spending our families' money on the project. We love what we do, and we love our users + info_section_card_description_3: With your support, we are working toward a privacy-focused offering that is the preferred choice on the market + funding_section_title: How will funding be used? + funding_section_card_title_1: Developers + funding_section_card_title_2: Infrastructure + funding_section_card_title_3: Support + funding_section_card_description_1: Currently there is no full time team who is working to develop new features and improve the service. To consistently move the product forward, a core team is needed. + funding_section_card_description_2: We pay for fast servers, so anyone in the world can download free map data updates without delays. The maps data transfers are hundreds of terabytes monthly, and the amount is growing. + funding_section_card_description_3: User support, bug fixing, and improving the stability of the app are at the top of our priorities. There are 1200+ issues on GitHub that is growing every day, and a large number of items to address on AppStore, Google Play, and support emails. + users_way_section_title: People say + users_way_donation_description_1: I donate to Organic Maps for the unique offering they bring, and to support positive change + users_way_donation_description_2: Simple and fast and battery saving for your device and it's free. I donated a small sum for support and I suggest please support this app. Thank you! + users_way_donation_description_3: love it for the simplicity, user-friendly interface. I would like to make a donation to support your effort + users_way_donation_name_1: Emily Johnson + users_way_donation_name_2: Emanuel Matis + users_way_donation_name_3: Rosa --- - -Stiamo cercando il vostro aiuto per finanziare l'ulteriore sviluppo dell'applicazione Organic Maps. - -{{ donate_buttons() }} - -## Perché? - -Organic Maps promuove una nuova ideologia, unica sul mercato. La nostra applicazione è completamente priva di tracker e di altri elementi dannosi: - -- 100% gratuita, senza funzioni a pagamento -- Nessuna pubblicità -- Nessun tracciamento -- Nessuna raccolta dati -- Nessuna chiamata a casa -- Nessuna registrazione fastidiosa -- Nessun tutorial obbligatorio -- Nessuno spam di e-mail fastidiose -- Nessuna notifica push -- Nessun crapware -- Nessun pesticida - -Nessuna pubblicità, nessun tracciamento, nessun accordo segreto sottobanco! Non esiste nemmeno una versione premium a pagamento! Tutti possono installare la versione completa di Organic Maps dall'AppStore, da Google Play, da F-Droid o da GitHub senza alcun costo. - -Inoltre, Organic Maps è una delle poche applicazioni che supporta il 100% delle funzioni senza una connessione Internet attiva. Installate Organic Maps, scaricate le mappe, buttate via la scheda SIM (BTW, il vostro operatore vi traccia costantemente) e partite per un viaggio settimanale con una sola carica della batteria senza inviare alcun byte alla rete. - -Come si può intuire, i Big Money Brothers non sono interessati a questo progetto. Non c'è nulla da vendere. Fin dall'inizio, nel dicembre 2020, Organic Maps ha coinvolto 0 (zero, null, ноль) soldi di aziende e/o investitori. Lo sviluppo di questo fork è stato finanziato solo dal nostro denaro personale e continueremo a farlo. Si tratta di un massiccio investimento di denaro e tempo personale, a carico dei nostri bilanci familiari. - -Contiamo sulle vostre donazioni per portare avanti la nostra missione di mantenere Organic Maps aperta e libera! - -## Per che cosa verrà utilizzato il denaro? - -Prima di tutto, paghiamo i nostri server e i costi di trasferimento dei dati ogni mese. Supponiamo che con gli attuali aggiornamenti mensili di OSM, un utente medio possa scaricare circa 500Mb di dati cartografici al mese. Per i nostri attuali 100+K utenti, questo porterà a più di 50Tb di mappe scaricate al mese (e ancora di più con gli aggiornamenti settimanali!). Ad esempio, [AWS addebita $0,08 per GB](https://aws.amazon.com/ec2/pricing/on-demand/#Data_Transfer), il che significa $4,4K al mese, solo per il traffico. Naturalmente, non siamo in California per bruciare tutti i soldi degli investitori per AWS, ma almeno dovreste capire il problema che stiamo affrontando. - -In secondo luogo, vogliamo concentrarci sulla correzione dei bug e sul miglioramento della stabilità dell'applicazione. Su GitHub sono già stati segnalati centinaia di problemi e il numero cresce ogni giorno. AppStore, Google Play e la nostra e-mail sono invasi da commenti e bug. Vogliamo fornire un prodotto di alta qualità. Questa è la priorità assoluta del nostro elenco. - -In terzo luogo, ci sono molte altre cose interessanti da fare: - -- Aggiornare i dati delle mappe più spesso, almeno settimanalmente -- Implementare un registratore di tracce GPS adeguato -- Aggiungere il supporto GPX nativo -- Backup e sincronizzazione dei punti di interesse -- Migliorare gli stili delle mappe e migliorare le carte topografiche -- Migliorare l'editor di OpenStreetMap -- Migliorare la ricerca, il percorso e la navigazione offline -- Android Auto -- Trasporto pubblico -- ... e molte altre funzioni che desiderate e amate - -## Come donare? - -Ci sono molti modi per donare al progetto: - -- **[GitHub Sponsors][] - raccomandato**, nessuna commissione -- [Liberapay][] - commissioni moderate -- [PayPal donate@organicmaps.app][paypal] - commissioni elevate -- [SEPA/bonifico bancario diretto][sepa] - commissioni trascurabili -- [Criptovalute][crypto] - commissioni estreme - -Le donazioni ricorrenti sono il modo migliore per garantire un'entrata relativamente stabile al -progetto e motivarci per i compiti e gli obiettivi a lungo termine. Ma potete anche -donare una volta sola. - -{{ donate_buttons() }} - -### SEPA e bonifico bancario diretto - -| | | -| -------------------------- | -------------------------------------------- | -| Titolare del conto: | Organic Maps OÜ | -| BIC: | TRWIBEB1XXX | -| IBAN: | BE39967200310319 | -| Nome della banca: | TransferWise Europe SA | -| Indirizzo della banca: | Avenue Louise 54/S52, Brussels 1050, Belgium | -| Descrizione del pagamento: | Donation | - -### Crypto - -Si prega di considerare una donazione annuale per ridurre le spese totali. Algorand, Tron, -Litecoin e Monero offrono commissioni basse, ma la situazione cambia ogni giorno. - -{{ crypto_table() }} - -## Puoi aiutarci in qualche altro modo? - -Sì! Ci sono molti modi per sostenere Organic Maps. Vedi la pagina -[Supportaci](@/support-us/index.it.md) per maggiori dettagli. - -[paypal]: https://www.paypal.com/donate?hosted_button_id=JYM34AADM87V8 "PayPal donate@organicmaps.app" -[github sponsors]: https://github.com/sponsors/organicmaps "GitHub Sponsors" -[liberapay]: https://liberapay.com/OrganicMaps/donate "Liberapay" -[sepa]: #sepa-e-bonifico-bancario-diretto "SEPA e bonifico bancario diretto" -[crypto]: #crypto "Donazioni in criptovalute" diff --git a/content/donate/index.md b/content/donate/index.md index 358f723f..0177a7f0 100644 --- a/content/donate/index.md +++ b/content/donate/index.md @@ -1,75 +1,30 @@ --- -title: Donate to support the development of Organic Maps -description: Your money pays for all project-related expenses and motivates us to improve Organic Maps. +title: Donate +description: Make a difference with your Donation! Organic Maps is developed by a passionate team of volunteers who rely on your support Join us in creating better maps together! +template: new-donate.html weight: 10 extra: - menu_title: Donate - preview_image: donate/donate.png + hero_title: Donate + hero_image: /donate/donate-bg.png + menu_title_pre: Home + service_title: Created with love by enthusiast volunteers + service_text: Donate to keep the project running + hero_description: Donate and create better maps together! + info_section_card_description_1: We rely on your donations to keep Organic Maps open, free, and without ads + info_section_card_description_2: We are a few enthusiasts contributing in our free time, and spending our families' money on the project. We love what we do, and we love our users + info_section_card_description_3: With your support, we are working toward a privacy-focused offering that is the preferred choice on the market + funding_section_title: How will funding be used? + funding_section_card_title_1: Developers + funding_section_card_title_2: Infrastructure + funding_section_card_title_3: Support + funding_section_card_description_1: Currently there is no full time team who is working to develop new features and improve the service. To consistently move the product forward, a core team is needed. + funding_section_card_description_2: We pay for fast servers, so anyone in the world can download free map data updates without delays. The maps data transfers are hundreds of terabytes monthly, and the amount is growing. + funding_section_card_description_3: User support, bug fixing, and improving the stability of the app are at the top of our priorities. There are 1200+ issues on GitHub that is growing every day, and a large number of items to address on AppStore, Google Play, and support emails. + users_way_section_title: People say + users_way_donation_description_1: I donate to Organic Maps for the unique offering they bring, and to support positive change + users_way_donation_description_2: Simple and fast and battery saving for your device and it's free. I donated a small sum for support and I suggest please support this app. Thank you! + users_way_donation_description_3: love it for the simplicity, user-friendly interface. I would like to make a donation to support your effort + users_way_donation_name_1: Emily Johnson + users_way_donation_name_2: Emanuel Matis + users_way_donation_name_3: Rosa --- - -Organic Maps app is _free for everyone_ thanks to your **[donations][stripe]**: - -- No ads -- No trackers -- No registration -- No push notifications -- Open source - -Click on your preferred payment method icon below: - -{{ donate_buttons() }} - -## Why donate to Organic Maps? - -1. We rely on your donations to carry out our mission to keep Organic Maps open and free. - And free from ads. -2. We are a few enthusiasts contributing in our free time, and spending our families' money on the project. - We love what we do, and we love our users ❤️. -3. With your support, we want to become a better, privacy-focused version of Google Maps. - -## What will the money be used for? - -1. We pay for fast servers, so anyone in the World can download free map data updates without delays. - It's hundreds of terabytes monthly, and the amount is growing. -2. User support, bugfixing, and improving the stability of the app are at the top of our priorities. - There are [1800+ issues on GitHub][github issues], and this number is growing every day. - AppStore, Google Play, and support emails are overflooded with comments and bugs. We want to deliver a high-quality product. -3. With enough money, new features can be developed faster, for example: - - Weekly and automated map data updates - - Bookmarks backup and sync - - Android Auto - - GPS track recorder with GPX support - - Better map styles for different activities - - Hill shading and 3D terrain - - Improve the OpenStreetMap editor - - Better offline address search, routing, and navigation - - Public Transport - - … and [many other][github issues] features you want and love - -## How to donate? - -Click on your preferred payment method icon below: - -{{ donate_buttons() }} - -Recurring donations are the best way to ensure a relatively stable income for -the project and motivate us for long-term tasks and goals. But you can also -donate one time. - -### Bank Transfer - -{{ bank_transfer() }} - -### Crypto - -Please consider donating annually to reduce total fees. - -{{ crypto_table() }} - -## Can you help us in any other way? - -Yes! There are many ways to support Organic Maps. Please see -[Support Us](@/support-us/index.md) page for more details. - -[stripe]: https://donate.organicmaps.app/ "Donate via Stripe" -[github issues]: https://github.com/organicmaps/organicmaps/issues "GitHub Issues" diff --git a/content/donate/index.nl.md b/content/donate/index.nl.md index 2558206c..0177a7f0 100644 --- a/content/donate/index.nl.md +++ b/content/donate/index.nl.md @@ -1,83 +1,30 @@ --- -description: "Uw geld betaalt voor alle project-gerelateerde uitgaven en motiveert ons om Organic Maps te verbeteren." -extra: - menu_title: Doneer - preview_image: donate/donate.png -title: "Doneer om de ontwikkeling van Organic Maps te ondersteunen" +title: Donate +description: Make a difference with your Donation! Organic Maps is developed by a passionate team of volunteers who rely on your support Join us in creating better maps together! +template: new-donate.html weight: 10 +extra: + hero_title: Donate + hero_image: /donate/donate-bg.png + menu_title_pre: Home + service_title: Created with love by enthusiast volunteers + service_text: Donate to keep the project running + hero_description: Donate and create better maps together! + info_section_card_description_1: We rely on your donations to keep Organic Maps open, free, and without ads + info_section_card_description_2: We are a few enthusiasts contributing in our free time, and spending our families' money on the project. We love what we do, and we love our users + info_section_card_description_3: With your support, we are working toward a privacy-focused offering that is the preferred choice on the market + funding_section_title: How will funding be used? + funding_section_card_title_1: Developers + funding_section_card_title_2: Infrastructure + funding_section_card_title_3: Support + funding_section_card_description_1: Currently there is no full time team who is working to develop new features and improve the service. To consistently move the product forward, a core team is needed. + funding_section_card_description_2: We pay for fast servers, so anyone in the world can download free map data updates without delays. The maps data transfers are hundreds of terabytes monthly, and the amount is growing. + funding_section_card_description_3: User support, bug fixing, and improving the stability of the app are at the top of our priorities. There are 1200+ issues on GitHub that is growing every day, and a large number of items to address on AppStore, Google Play, and support emails. + users_way_section_title: People say + users_way_donation_description_1: I donate to Organic Maps for the unique offering they bring, and to support positive change + users_way_donation_description_2: Simple and fast and battery saving for your device and it's free. I donated a small sum for support and I suggest please support this app. Thank you! + users_way_donation_description_3: love it for the simplicity, user-friendly interface. I would like to make a donation to support your effort + users_way_donation_name_1: Emily Johnson + users_way_donation_name_2: Emanuel Matis + users_way_donation_name_3: Rosa --- - -Organic Maps app is _gratis voor iedereen_ dankzij jullie -**[donaties][stripe]**: - -- Geen advertenties -- Geen trackers -- Geen registratie -- Geen pushmeldingen -- Open source - -Click on your preferred payment method icon below: - -{{ donate_buttons() }} - -## Waarom doneren aan Organic Maps? - -1. We zijn op jullie donaties aangewezen om onze missie te volbrengen om - Organic Maps open en gratis te houden. En vrij van advertenties. -2. We zijn een paar enthousiastelingen die in onze vrije tijd een bijdrage - leveren, en het geld van onze familie aan het project besteden. We - houden van wat we doen, en we houden van onze gebruikers ❤️. -3. Met jullie steun willen we een betere, privacy-gefocuste versie van - Google Maps worden. - -## Waar wordt het geld voor gebruikt? - -1. We betalen voor snelle servers, zodat iedereen in de wereld gratis - kaartenupdates kan downloaden zonder vertraging. Dit zijn honderden - terabytes per maand, en de hoeveelheid neemt toe. -2. Gebruikersondersteuning, bugs fixen, en de stabiliteit van de app - verbeteren zijn onze topprioriteiten. Er zijn [1800+ issues op - GitHub][github issues], en dit aantal neemt elke dag toe. De AppStore, - Google Play, en support email-adressen worden overspoeld met reacties en - fouten. We willen een product van een hoge kwaliteit leveren. -3. Met genoeg geld kunnen nieuwe functies sneller worden ontwikkeld, zoals: - - Wekelijkse en geautomatiseerde kaartendata-updates - - Bladwijzerbackups en -synchronisatie - - Android Auto - - GPS-pad-opnames met GPX ondersteuning - - Betere kaartenstijlen voor verschillende activiteiten - - Reliëfschaduwen en 3D-terreinen - - Verbetering van de OpenStreetMap-bewerker - - Betere offline adressen-zoekfunctie, routes, en navigatie - - Openbaar vervoer - - … en [vele andere][github issues] functies die jullie willen en waar - jullie van houden - -## Hoe kan je doneren? - -Click on your preferred payment method icon below: - -{{ donate_buttons() }} - -Terugkerende donaties zijn de beste manier om een relatief stabiel inkomen -voor het project te verzorgen en motiveren ons voor lange termijn taken en -doelen. Maar je kan ook eenmalig doneren. - -### Bankoverschrijving - -{{ bank_transfer() }} - -### Crypto - -Overweegt u alstublieft om jaarlijs te doneren om de totale kosten te -reduceren. - -{{ crypto_table() }} - -## Kunt u ons op een andere manier helpen? - -Ja! Er zijn vele manieren om Organic Maps te ondersteunen. Kijk alstublieft -op de pagina [Steun ons](@/support-us/index.nl.md) voor meer details. - -[stripe]: https://donate.organicmaps.app/ "Doneer via Stripe" -[github issues]: https://github.com/organicmaps/organicmaps/issues "GitHub Issues" diff --git a/content/donate/index.pl.md b/content/donate/index.pl.md index f1c8baf3..0177a7f0 100644 --- a/content/donate/index.pl.md +++ b/content/donate/index.pl.md @@ -1,84 +1,30 @@ --- -description: "Twoje pieniądze pokrywają wszystkie wydatki związane z projektem i motywują nas do ulepszania Organic Maps." -extra: - menu_title: "Wspomóż finansowo" - preview_image: donate/donate.png -title: "Przekaż darowiznę, aby wesprzeć rozwój Organic Maps" +title: Donate +description: Make a difference with your Donation! Organic Maps is developed by a passionate team of volunteers who rely on your support Join us in creating better maps together! +template: new-donate.html weight: 10 +extra: + hero_title: Donate + hero_image: /donate/donate-bg.png + menu_title_pre: Home + service_title: Created with love by enthusiast volunteers + service_text: Donate to keep the project running + hero_description: Donate and create better maps together! + info_section_card_description_1: We rely on your donations to keep Organic Maps open, free, and without ads + info_section_card_description_2: We are a few enthusiasts contributing in our free time, and spending our families' money on the project. We love what we do, and we love our users + info_section_card_description_3: With your support, we are working toward a privacy-focused offering that is the preferred choice on the market + funding_section_title: How will funding be used? + funding_section_card_title_1: Developers + funding_section_card_title_2: Infrastructure + funding_section_card_title_3: Support + funding_section_card_description_1: Currently there is no full time team who is working to develop new features and improve the service. To consistently move the product forward, a core team is needed. + funding_section_card_description_2: We pay for fast servers, so anyone in the world can download free map data updates without delays. The maps data transfers are hundreds of terabytes monthly, and the amount is growing. + funding_section_card_description_3: User support, bug fixing, and improving the stability of the app are at the top of our priorities. There are 1200+ issues on GitHub that is growing every day, and a large number of items to address on AppStore, Google Play, and support emails. + users_way_section_title: People say + users_way_donation_description_1: I donate to Organic Maps for the unique offering they bring, and to support positive change + users_way_donation_description_2: Simple and fast and battery saving for your device and it's free. I donated a small sum for support and I suggest please support this app. Thank you! + users_way_donation_description_3: love it for the simplicity, user-friendly interface. I would like to make a donation to support your effort + users_way_donation_name_1: Emily Johnson + users_way_donation_name_2: Emanuel Matis + users_way_donation_name_3: Rosa --- - -Aplikacja Organic Maps jest _darmowa dla wszystkich_ dzięki Waszym -**[donacjom][stripe]**: - -- Brak reklam -- Brak mechanizmów śledzących -- Brak rejestracji -- Brak wyskakujących powiadomień push -- Otwarte źródła - -Kliknij ikonę preferowanej metody płatności poniżej: - -{{ donate_buttons() }} - -## Dlaczego warto przekazać darowiznę na rzecz Organic Maps? - -1. Polegamy na Twoich darowiznach, aby realizować naszą misję polegającą na - utrzymaniu Organic Maps otwartymi i wolnymi. I wolnymi od reklam. -2. Jesteśmy nielicznymi entuzjastami, którzy w wolnym czasie przyczyniają - się do rozwoju projektu i wydają na niego pieniądze naszych - rodzin. Kochamy to, co robimy i kochamy naszych użytkowników ❤️. -3. Dzięki Waszemu wsparciu chcemy stać się lepszą, dbającą o prywatność - wersją Map Google. - -## Na co zostaną przeznaczone te pieniądze? - -1. Płacimy za szybkie serwery, więc każdy na świecie może pobierać darmowe - aktualizacje danych mapowych bez opóźnień. To setki terabajtów - miesięcznie, a ilość ta stale rośnie. -2. Wsparcie użytkowników, usuwanie błędów i poprawa stabilności aplikacji są - na szczycie naszych priorytetów. Mamy [ponad 1800 zgłoszonych na GitHubie - problemów do rozwiązania][github issues], a liczba ta rośnie każdego - dnia. AppStore, Google Play i e-maile wsparcia są zalane komentarzami i - błędami. Chcemy dostarczać produkt wysokiej jakości. -3. Mając wystarczająco dużo pieniędzy, można na przykład szybciej rozwijać - nowe funkcje: - - Cotygodniowe i automatyczne aktualizacje danych mapowych - - Kopia zapasowa i synchronizacja zakładek - - Android Auto - - Rejestrator śladów GPS z obsługą GPX - - Lepsze style map dla różnych działań - - Cieniowanie wzgórz i teren 3D - - Ulepszenie edytora OpenStreetMap - - Lepsze wyszukiwanie adresów w trybie offline, wyznaczanie tras i - nawigacja - - Transport publiczny - - ... i [wiele innych][github issues] funkcji, które chcesz i kochasz - -## Jak przekazać darowiznę? - -Kliknij ikonę preferowanej metody płatności poniżej: - -{{ donate_buttons() }} - -Powtarzające się darowizny to najlepszy sposób na zapewnienie względnie -stabilnego dochodu dla projektu i zmotywowanie nas do realizacji -długoterminowych zadań i celów. Ale możesz też przekazać darowiznę -jednorazowo. - -### Przelew bankowy - -{{ bank_transfer() }} - -### Kryptowaluta - -Proszę rozważyć coroczną darowiznę, aby zmniejszyć całkowite opłaty. - -{{ crypto_table() }} - -## Czy można nam pomóc w jakiś inny sposób? - -Tak! Istnieje wiele sposobów na wsparcie Organic Maps. Więcej szczegółów -znajdziesz na stronie [Wesprzyj nas](@/support-us/index.pl.md). - -[stripe]: https://donate.organicmaps.app/ "Wesprzyj przez Stripe" -[github issues]: https://github.com/organicmaps/organicmaps/issues "Problemy na GitHub" diff --git a/content/donate/index.pt-BR.md b/content/donate/index.pt-BR.md index 06379103..0177a7f0 100644 --- a/content/donate/index.pt-BR.md +++ b/content/donate/index.pt-BR.md @@ -1,84 +1,30 @@ --- -description: "Seu dinheiro paga por todas as despesas relacionadas ao projeto e nos motiva a melhorar o Organic Maps." -extra: - menu_title: Doar - preview_image: donate/donate.png -title: "Doe para apoiar o desenvolvimento do Organic Maps" +title: Donate +description: Make a difference with your Donation! Organic Maps is developed by a passionate team of volunteers who rely on your support Join us in creating better maps together! +template: new-donate.html weight: 10 +extra: + hero_title: Donate + hero_image: /donate/donate-bg.png + menu_title_pre: Home + service_title: Created with love by enthusiast volunteers + service_text: Donate to keep the project running + hero_description: Donate and create better maps together! + info_section_card_description_1: We rely on your donations to keep Organic Maps open, free, and without ads + info_section_card_description_2: We are a few enthusiasts contributing in our free time, and spending our families' money on the project. We love what we do, and we love our users + info_section_card_description_3: With your support, we are working toward a privacy-focused offering that is the preferred choice on the market + funding_section_title: How will funding be used? + funding_section_card_title_1: Developers + funding_section_card_title_2: Infrastructure + funding_section_card_title_3: Support + funding_section_card_description_1: Currently there is no full time team who is working to develop new features and improve the service. To consistently move the product forward, a core team is needed. + funding_section_card_description_2: We pay for fast servers, so anyone in the world can download free map data updates without delays. The maps data transfers are hundreds of terabytes monthly, and the amount is growing. + funding_section_card_description_3: User support, bug fixing, and improving the stability of the app are at the top of our priorities. There are 1200+ issues on GitHub that is growing every day, and a large number of items to address on AppStore, Google Play, and support emails. + users_way_section_title: People say + users_way_donation_description_1: I donate to Organic Maps for the unique offering they bring, and to support positive change + users_way_donation_description_2: Simple and fast and battery saving for your device and it's free. I donated a small sum for support and I suggest please support this app. Thank you! + users_way_donation_description_3: love it for the simplicity, user-friendly interface. I would like to make a donation to support your effort + users_way_donation_name_1: Emily Johnson + users_way_donation_name_2: Emanuel Matis + users_way_donation_name_3: Rosa --- - -O app Organic Maps é _gratuito para todos_ graças as suas -**[doações][stripe]**: - -- Sem anúncios -- Sem rastreadores -- Sem registro -- Sem notificações push -- Código aberto - -Clique no método preferido de pagamento abaixo: - -{{ donate_buttons() }} - -## Por que doar para Organic Maps? - -1. Contamos com suas doações para cumprir nossa missão de manter o Organic - Maps aberto e livre. E livre de anúncios. -2. Somos alguns entusiastas contribuindo em nosso tempo livre e gastando o - dinheiro de nossas famílias no projeto. Adoramos o que fazemos e nossos - usuários ❤️. -3. Com seu apoio, queremos nos tornar uma versão melhor e focada na - privacidade do Google Maps. - -## Para que será usado o dinheiro? - -1. Pagamos por servidores rápidos, para que qualquer pessoa no mundo possa - baixar gratuitamente as atualizações de dados do mapa sem atrasos. São - centenas de terabytes por mês, que cresce mais e mais. -2. Suporte ao usuário, correção de erros e melhoria da estabilidade do app - estão no topo de nossas prioridades. Existem [mais de 1800 problemas no - GitHub][github issues], e este número está crescendo a cada dia. - AppStore, Google Play, e e-mails de suporte estão sobrecarregados com - comentários e erros. Queremos entregar um produto de alta qualidade. -3. Com dinheiro suficiente, novos recursos podem ser desenvolvidos mais - rapidamente, por exemplo: - - Atualizações semanais e automatizadas dos dados do mapa - - Backup e sincronização de marcadores - - Android Auto - - Gravador de trilhas GPS com suporte a GPX - - Melhores estilos de mapas para diferentes atividades - - Relevo e terreno 3D - - Melhorar o editor do OpenStreetMap - - Melhor busca de endereços offline, roteamento e navegação - - Transporte público - - ... e [muitas outras][github issues] funcionalidades que você quer e - ama - -## Como doar? - -Clique no método preferido de pagamento abaixo: - -{{ donate_buttons() }} - -Doações recorrentes são a melhor maneira de garantir uma renda relativamente -estável para o projeto e nos motivar para tarefas e objetivos de longo -prazo. Mas você também pode doar uma única vez. - -### Transferência bancária - -{{ bank_transfer() }} - -### Criptomoeda - -Por favor, considere a possibilidade de doar anualmente para reduzir o total -das taxas. - -{{ crypto_table() }} - -## Você pode nos ajudar de qualquer outra forma? - -Sim! Há muitas maneiras de apoiar o Organic Maps. Por favor, consulte a -página [Apoie-nos](@/support-us/index.pt-BR.md) para mais detalhes. - -[stripe]: https://donate.organicmaps.app/ "Doe via Stripe" -[github issues]: https://github.com/organicmaps/organicmaps/issues "Problemas do GitHub" diff --git a/content/donate/index.ru.md b/content/donate/index.ru.md index cc1a646c..0177a7f0 100644 --- a/content/donate/index.ru.md +++ b/content/donate/index.ru.md @@ -1,75 +1,30 @@ --- -title: Пожертвовать и финансово поддержать проект -description: Помогите проекту финансово +title: Donate +description: Make a difference with your Donation! Organic Maps is developed by a passionate team of volunteers who rely on your support Join us in creating better maps together! +template: new-donate.html weight: 10 extra: - menu_title: Поддержать деньгами - preview_image: donate/donate.png + hero_title: Donate + hero_image: /donate/donate-bg.png + menu_title_pre: Home + service_title: Created with love by enthusiast volunteers + service_text: Donate to keep the project running + hero_description: Donate and create better maps together! + info_section_card_description_1: We rely on your donations to keep Organic Maps open, free, and without ads + info_section_card_description_2: We are a few enthusiasts contributing in our free time, and spending our families' money on the project. We love what we do, and we love our users + info_section_card_description_3: With your support, we are working toward a privacy-focused offering that is the preferred choice on the market + funding_section_title: How will funding be used? + funding_section_card_title_1: Developers + funding_section_card_title_2: Infrastructure + funding_section_card_title_3: Support + funding_section_card_description_1: Currently there is no full time team who is working to develop new features and improve the service. To consistently move the product forward, a core team is needed. + funding_section_card_description_2: We pay for fast servers, so anyone in the world can download free map data updates without delays. The maps data transfers are hundreds of terabytes monthly, and the amount is growing. + funding_section_card_description_3: User support, bug fixing, and improving the stability of the app are at the top of our priorities. There are 1200+ issues on GitHub that is growing every day, and a large number of items to address on AppStore, Google Play, and support emails. + users_way_section_title: People say + users_way_donation_description_1: I donate to Organic Maps for the unique offering they bring, and to support positive change + users_way_donation_description_2: Simple and fast and battery saving for your device and it's free. I donated a small sum for support and I suggest please support this app. Thank you! + users_way_donation_description_3: love it for the simplicity, user-friendly interface. I would like to make a donation to support your effort + users_way_donation_name_1: Emily Johnson + users_way_donation_name_2: Emanuel Matis + users_way_donation_name_3: Rosa --- - -Благодаря вашим **[пожертвованиям][stripe]**, **Organic Maps**: - -- Бесплатны для всех; -- Без рекламы; -- Без трекеров; -- Без прочего мусора. - -{{ donate_buttons() }} - -## Зачем поддерживать Organic Maps деньгами? - -1. Мы хотим, чтобы Organic Maps были открыты и бесплатны для всех, без рекламы. -2. Мы развиваем Organic Maps за идею, в своё свободное время, и тратим на проект наши семейные деньги. - Мы любим то, что мы делаем, ценим и уважаем наших пользователей ❤️. -3. С вашей поддержкой мы сделаем Organic Maps лучше, чем Google Maps. - -## На что пойдут деньги? - -1. Мы платим за быстрые серверы, чтобы любой человек в мире мог загружать бесплатные обновления картографических данных без задержек. - Это сотни терабайт ежемесячно, и объемы постоянно растут. -2. Поддержка пользователей, исправление ошибок и повышение стабильности приложения — в числе наших наивысших приоритетов. - Сейчас на GitHub более [1800 сообщений об ошибках и улучшениях][github issues], и это число растет с каждым днем. - AppStore, Google Play и наша электронная почта так же переполнены комментариями. Мы хотим поддерживать качество и скорость работы на высоком уровне. -3. При наличии достаточного количества денег можно будет быстрее разрабатывать новые функции, например: - - Еженедельное и автоматическое обновление картографических данных - - Резервное копирование и синхронизация меток - - Android Auto - - Запись GPS-треков с поддержкой GPX - - Улучшенные стили карт для различных видов туризма и путешествий - - Трёхмерный рельеф - - Расширенный редактор OpenStreetMap - - Улучшенние поиска адресов, маршрутизации и навигации - - Общественный транспорт - - … и [многие другие][github issues] функции, которые вы хотите и любите. - -Organic Maps существует исключительно благодаря вашей финансовой поддержке. - -Все полученные деньги за вычетом комиссии платежных систем отправляются на поддержку и дальнейшее развитие приложения. - -Реквизиты для [банковского перевода](/donate#bank-transfer). - -{{ donate_buttons() }} - -### Крипто - -{{ crypto_table() }} - -## Как еще помочь? - -- Присоединяйтесь к [русскоязычной группе в Telegram][telegram_chat_ru] для обратной связи и помощи; -- Подключайтесь к программе тестирования бета-версий: - - [iOS Beta (TestFlight)][testflight] - - [Android Beta (Firebase)][firebase] - - [Linux Desktop Beta (Flatpak)](https://flathub.org/apps/details/app.organicmaps.desktop) - - [Linux Desktop Beta (packages)](https://repology.org/project/organicmaps/versions) -- Сообщайте о проблемах и предлагайте новые идеи [на GitHub][issues] или [по почте][email]; -- Нарисуйте свой дом и район вокруг в [OpenStreetMap](https://openstreetmap.org); -- Помогите с [переводом](https://github.com/organicmaps/organicmaps/blob/master/docs/TRANSLATIONS.md) приложения и веб-сайта на другие языки. -- Поучаствуйте в [разработке][contributing] приложения под Android и iOS; -- Подпишитесь на нас в [Facebook][facebook], [Twitter][twitter] и [Instagram][instagram]. -- Расскажите своим друзьям и знакомым. - -[stripe]: https://donate.organicmaps.app/ "Donate via Stripe" -[github issues]: https://github.com/organicmaps/organicmaps/issues "GitHub Issues" - -{{ references() }} diff --git a/content/donate/index.sv.md b/content/donate/index.sv.md index 00b3fed6..0177a7f0 100644 --- a/content/donate/index.sv.md +++ b/content/donate/index.sv.md @@ -1,83 +1,30 @@ --- -description: "Dina pengar betalar alla projektrelaterade utgifter och motiverar oss att förbättra Organic Maps." -extra: - menu_title: Donera - preview_image: donate/donate.png -title: "Donera för att stödja utvecklingen av Organic Maps" +title: Donate +description: Make a difference with your Donation! Organic Maps is developed by a passionate team of volunteers who rely on your support Join us in creating better maps together! +template: new-donate.html weight: 10 +extra: + hero_title: Donate + hero_image: /donate/donate-bg.png + menu_title_pre: Home + service_title: Created with love by enthusiast volunteers + service_text: Donate to keep the project running + hero_description: Donate and create better maps together! + info_section_card_description_1: We rely on your donations to keep Organic Maps open, free, and without ads + info_section_card_description_2: We are a few enthusiasts contributing in our free time, and spending our families' money on the project. We love what we do, and we love our users + info_section_card_description_3: With your support, we are working toward a privacy-focused offering that is the preferred choice on the market + funding_section_title: How will funding be used? + funding_section_card_title_1: Developers + funding_section_card_title_2: Infrastructure + funding_section_card_title_3: Support + funding_section_card_description_1: Currently there is no full time team who is working to develop new features and improve the service. To consistently move the product forward, a core team is needed. + funding_section_card_description_2: We pay for fast servers, so anyone in the world can download free map data updates without delays. The maps data transfers are hundreds of terabytes monthly, and the amount is growing. + funding_section_card_description_3: User support, bug fixing, and improving the stability of the app are at the top of our priorities. There are 1200+ issues on GitHub that is growing every day, and a large number of items to address on AppStore, Google Play, and support emails. + users_way_section_title: People say + users_way_donation_description_1: I donate to Organic Maps for the unique offering they bring, and to support positive change + users_way_donation_description_2: Simple and fast and battery saving for your device and it's free. I donated a small sum for support and I suggest please support this app. Thank you! + users_way_donation_description_3: love it for the simplicity, user-friendly interface. I would like to make a donation to support your effort + users_way_donation_name_1: Emily Johnson + users_way_donation_name_2: Emanuel Matis + users_way_donation_name_3: Rosa --- - -Appen Organic Maps är _gratis för alla_ tack vare era -**[donationer][stripe]**: - -- Inga annonser -- Ingen spårning -- Ingen registrering -- Inga push-notifikationer -- Öppen källkod - -Klicka på en ikon för önskad betalningsmetod nedan: - -{{ donate_buttons() }} - -## Varför ska jag donera till Organic Maps? - -1. Vi är beroende av dina donationer för att kunna utföra vårt uppdrag att - hålla Organic Maps öppet och fritt. Och fria från annonser. -2. Vi är ett fåtal entusiaster som bidrar på vår fritid och lägger våra - familjers pengar på projektet. Vi älskar det vi gör och vi älskar våra - användare ❤️. -3. Med ditt stöd vill vi bli en bättre version av Google Maps med fokus på - personlig integritet. - -## Vad kommer pengarna att användas till? - -1. Vi betalar för snabba servrar, så att alla i världen kan ladda ner gratis - kartuppdateringar utan fördröjning. Det handlar om hundratals terabyte - varje månad, och mängden ökar. -2. Användarstöd, felavhjälpning och förbättrad stabilitet i appen står högst - upp på vår prioriteringslista. Det finns [fler än 1 200 problem på - GitHub][github issues], och antalet ökar varje dag. AppStore, Google - Play och supportmejl översvämmas av kommentarer och buggrapporter. Vi - vill leverera en högkvalitativ produkt. -3. Med tillräckligt med pengar kan nya funktioner utvecklas snabbare, till - exempel: - - Automatiska uppdateringar av kartdata varje vecka - - Säkerhetskopiering och synkronisering av bokmärken - - Android Auto - - Inspelning av GPS-spår med GPX-stöd - - Bättre versioner av kartan för olika aktiviteter - - Skuggning av kullar och berg samt 3D-terräng - - Förbättring av OpenStreetMap-redigeraren - - Bättre adressökning, vägvisning och navigering offline - - Kollektivtrafik - - ... och [många andra][github issues] funktioner som efterfrågas och - uppskattas - -## Hur kan man donera? - -Klicka på en ikon för önskad betalningsmetod nedan: - -{{ donate_buttons() }} - -Återkommande donationer är det bästa sättet att säkerställa en relativt -stabil inkomst för projektet och motivera oss för långsiktiga uppgifter och -mål. Men du kan också skänka en engångssumma. - -### Banköverföring - -{{ bank_transfer() }} - -### Kryptovalutor - -Donera gärna årsvis för att minska avgifterna. - -{{ crypto_table() }} - -## Finns det fler sätt att hjälpa er på? - -Ja! Det finns många sätt att stödja Organic Maps. Se sidan [Support -Us](@/support-us/index.sv.md) för mer information. - -[stripe]: https://donate.organicmaps.app/ "Donera via Stripe" -[github issues]: https://github.com/organicmaps/organicmaps/issues "GitHub Issues" diff --git a/content/donate/index.tr.md b/content/donate/index.tr.md index b33909b0..0177a7f0 100644 --- a/content/donate/index.tr.md +++ b/content/donate/index.tr.md @@ -1,71 +1,30 @@ --- -title: Organic Maps'in gelişimini desteklemek için bağış yapın -description: Paranız, projeyle ilgili tüm masrafları karşılamamızı sağlıyor ve Organic Maps'i iyileştirmemiz için bizi motive ediyor. +title: Donate +description: Make a difference with your Donation! Organic Maps is developed by a passionate team of volunteers who rely on your support Join us in creating better maps together! +template: new-donate.html weight: 10 extra: - menu_title: Bağış Yapın - preview_image: donate/bağış.png + hero_title: Donate + hero_image: /donate/donate-bg.png + menu_title_pre: Home + service_title: Created with love by enthusiast volunteers + service_text: Donate to keep the project running + hero_description: Donate and create better maps together! + info_section_card_description_1: We rely on your donations to keep Organic Maps open, free, and without ads + info_section_card_description_2: We are a few enthusiasts contributing in our free time, and spending our families' money on the project. We love what we do, and we love our users + info_section_card_description_3: With your support, we are working toward a privacy-focused offering that is the preferred choice on the market + funding_section_title: How will funding be used? + funding_section_card_title_1: Developers + funding_section_card_title_2: Infrastructure + funding_section_card_title_3: Support + funding_section_card_description_1: Currently there is no full time team who is working to develop new features and improve the service. To consistently move the product forward, a core team is needed. + funding_section_card_description_2: We pay for fast servers, so anyone in the world can download free map data updates without delays. The maps data transfers are hundreds of terabytes monthly, and the amount is growing. + funding_section_card_description_3: User support, bug fixing, and improving the stability of the app are at the top of our priorities. There are 1200+ issues on GitHub that is growing every day, and a large number of items to address on AppStore, Google Play, and support emails. + users_way_section_title: People say + users_way_donation_description_1: I donate to Organic Maps for the unique offering they bring, and to support positive change + users_way_donation_description_2: Simple and fast and battery saving for your device and it's free. I donated a small sum for support and I suggest please support this app. Thank you! + users_way_donation_description_3: love it for the simplicity, user-friendly interface. I would like to make a donation to support your effort + users_way_donation_name_1: Emily Johnson + users_way_donation_name_2: Emanuel Matis + users_way_donation_name_3: Rosa --- - -Organic Maps, **[bağışlarınız][stripe]** sayesinde _herkes için ücretsizdir_: - -- Reklam yok -- Takipçi yok -- Kayıt yok -- Push bildirimleri yok -- Açık kaynak - -{{ donate_buttons() }} - -## Neden Organic Maps'e bağış yapmalıyım? - -1. Organic Maps'i aktif ve ücretsiz tutma misyonumuzu yerine getirmek için bağışlarınıza güveniyoruz. - Ve tek bir reklam dahi yok. -2. Boş zamanlarımızda katkıda bulunan ve ailelerimizin parasını bu projeye harcayan birkaç teknoloji tutkunuyuz. - Yaptığımız işi ve kullanıcılarımızı seviyoruz ❤️. -3. Desteğinizle, Google Haritalar'ın daha iyi, gizlilik odaklı bir sürümü olmak istiyoruz. - -## Paralar ne için kullanılacak? - -1. Daha hızlı sunucular için ödeme yapıyoruz, böylece dünyadaki herkes ücretsiz harita güncellemelerini gecikme olmadan indirebiliyor. - Aylık yüzlerce terabayt harita indiriliyor ve bu rakam her geçen gün artıyor. -2. Kullanıcı desteği, hata düzeltme ve uygulamanın kararlılığını iyileştirme, önceliklerimizin başında geliyor. - [GitHub sayfamızda 1800'den fazla sorun][github issues] var ve bu sayı her geçen gün artıyor. - App Store, Google Play ve destek e-postamız; yorum ve hatalarla dolu. Yüksek kaliteli bir ürün sunmak istiyoruz. -3. Yeterli para ile yeni özellikler daha hızlı geliştirilebilir, örneğin: - - Haftalık ve otomatik harita güncellemeleri - - Yer imleri yedekleme ve senkronizasyon - - Android Auto desteği - - GPX desteği sunan bir GPS kaydedici - - Farklı etkinlikler için daha iyi harita stilleri - - Tepe gölgeleri ve 3B arazi görünümü - - Geliştirilmil OpenStreetMap editörü - - Daha iyi çevrimdışı adres arama, rota ve navigasyon - - Toplu taşıma - - … ve isteyeceğiniz ve seveceğiniz [diğer birçok][github issues] özellik - -## Nasıl bağış yapabilirim? - -{{ donate_buttons() }} - -Yinelenen bağışlar, nispeten istikrarlı bir gelir sağlamak için -en iyi yoldur ve bizi uzun vadeli görevler ve hedefler için motive -eder. Ancak tek seferlik bağış da yapabilirsiniz. - -### Banka Havalesi - -{{ bank_transfer() }} - -### Kripto - -Lütfen toplam ücretleri azaltmak için yıllık bağış yapmayı düşünün. - -{{ crypto_table() }} - -## Size başka bir şekilde yardımcı olabilir miyim? - -Evet! Organic Maps'i desteklemenin birçok yolu var. Daha fazla -detay için lütfen [Bizi Destekleyin](@/support-us/index.tr.md) sayfasına bakın. - -[stripe]: https://donate.organicmaps.app/ "Stripe ile Bağış Yapın" -[github issues]: https://github.com/organicmaps/organicmaps/issues "GitHub'daki Öneri ve Hatalar Listesi" diff --git a/content/donate/index.uk.md b/content/donate/index.uk.md index 851dfb6a..0177a7f0 100644 --- a/content/donate/index.uk.md +++ b/content/donate/index.uk.md @@ -1,83 +1,30 @@ --- -description: "Ваші гроші покривають усі витрати, пов'язані з проєктом, і мотивують нас вдосконалювати Organic Maps." -extra: - menu_title: Пожертвувати - preview_image: donate/donate.png -title: "Пожертвуйте, щоб підтримати розвиток Organic Maps" +title: Donate +description: Make a difference with your Donation! Organic Maps is developed by a passionate team of volunteers who rely on your support Join us in creating better maps together! +template: new-donate.html weight: 10 +extra: + hero_title: Donate + hero_image: /donate/donate-bg.png + menu_title_pre: Home + service_title: Created with love by enthusiast volunteers + service_text: Donate to keep the project running + hero_description: Donate and create better maps together! + info_section_card_description_1: We rely on your donations to keep Organic Maps open, free, and without ads + info_section_card_description_2: We are a few enthusiasts contributing in our free time, and spending our families' money on the project. We love what we do, and we love our users + info_section_card_description_3: With your support, we are working toward a privacy-focused offering that is the preferred choice on the market + funding_section_title: How will funding be used? + funding_section_card_title_1: Developers + funding_section_card_title_2: Infrastructure + funding_section_card_title_3: Support + funding_section_card_description_1: Currently there is no full time team who is working to develop new features and improve the service. To consistently move the product forward, a core team is needed. + funding_section_card_description_2: We pay for fast servers, so anyone in the world can download free map data updates without delays. The maps data transfers are hundreds of terabytes monthly, and the amount is growing. + funding_section_card_description_3: User support, bug fixing, and improving the stability of the app are at the top of our priorities. There are 1200+ issues on GitHub that is growing every day, and a large number of items to address on AppStore, Google Play, and support emails. + users_way_section_title: People say + users_way_donation_description_1: I donate to Organic Maps for the unique offering they bring, and to support positive change + users_way_donation_description_2: Simple and fast and battery saving for your device and it's free. I donated a small sum for support and I suggest please support this app. Thank you! + users_way_donation_description_3: love it for the simplicity, user-friendly interface. I would like to make a donation to support your effort + users_way_donation_name_1: Emily Johnson + users_way_donation_name_2: Emanuel Matis + users_way_donation_name_3: Rosa --- - -Organic Maps є _безкоштовним для всіх_ завдяки вашим -**[пожертвам][stripe]**: - -- Без реклами -- Без відстеження -- Без реєстрації -- Без push-повідомлень -- Відкритий початковий код - -Натисніть на зручний вам спосіб оплати нижче: - -{{ donate_buttons() }} - -## Чому варто пожертвувати на Organic Maps? - -1. Ми покладаємося на ваші пожертви, щоб здійснювати нашу місію - тримати - Organic Maps відкритим та безкоштовним. А також вільним від реклами. -2. Ми - кілька ентузіастів, які роблять свій внесок у вільний час і - витрачають на проєкт гроші своїх родин. Ми любимо те, що робимо, і ми - любимо наших користувачів ❤️. -3. З вашою підтримкою ми хочемо стати кращою, орієнтованою на - конфіденційність версією Google Maps. - -## На що підуть ці кошти? - -1. Ми платимо за швидкі сервери, щоб будь-хто у світі міг завантажувати - безкоштовні оновлення картографічних даних без затримок. Це сотні - терабайт щомісяця, і обʼєми зростають. -2. Підтримка користувачів, виправлення помилок та покращення стабільності - роботи застосунку є одними з наших пріоритетів. На GitHub існує [1800+ - проблем][github issues], і ця кількість зростає щодня. AppStore, Google - Play та електронна пошта служби підтримки переповнені коментарями та - помилками. Ми хочемо створювати якісний продукт. -3. Наприклад, маючи достатньо грошей, можна швидше розробляти нові функції: - - Щотижневе та автоматичне оновлення картографічних даних - - Резервне копіювання та синхронізація закладок - - Android Auto - - GPS реєстратор з підтримкою GPX - - Кращі стилі мап для різних видів діяльності - - Затінення пагорбів і 3D-рельєф - - Покращення редактору OpenStreetMap - - Покращений пошук адрес, маршрутизація та навігація в автономному режимі - - Громадський транспорт - - ... і [багато інших][github issues] функцій, які ви хочете і любите - -## Як пожертвувати? - -Натисніть на зручний вам спосіб оплати нижче: - -{{ donate_buttons() }} - -Регулярні пожертви - найкращий спосіб забезпечити відносно стабільний дохід -для проєкту і мотивувати нас на довгострокові завдання і цілі. Але ви також -можете зробити одноразову пожертву. - -### Банківський переказ - -{{ bank_transfer() }} - -### Криптовалюта - -Будь ласка, розгляньте можливість щорічних пожертв, щоб зменшити загальну -суму зборів. - -{{ crypto_table() }} - -## Чи можете ви допомогти нам ще якимось чином? - -Так! Існує багато способів підтримати Organic Maps. Будь ласка, відвідайте -сторінку [Підтримайте нас](@/support-us/index.uk.md) для отримання більш -детальної інформації. - -[stripe]: https://donate.organicmaps.app/ "Пожертвуйте через Stripe" -[github issues]: https://github.com/organicmaps/organicmaps/issues "Проблеми на GitHub" diff --git a/content/donate/index.zh-CN.md b/content/donate/index.zh-CN.md new file mode 100644 index 00000000..0177a7f0 --- /dev/null +++ b/content/donate/index.zh-CN.md @@ -0,0 +1,30 @@ +--- +title: Donate +description: Make a difference with your Donation! Organic Maps is developed by a passionate team of volunteers who rely on your support Join us in creating better maps together! +template: new-donate.html +weight: 10 +extra: + hero_title: Donate + hero_image: /donate/donate-bg.png + menu_title_pre: Home + service_title: Created with love by enthusiast volunteers + service_text: Donate to keep the project running + hero_description: Donate and create better maps together! + info_section_card_description_1: We rely on your donations to keep Organic Maps open, free, and without ads + info_section_card_description_2: We are a few enthusiasts contributing in our free time, and spending our families' money on the project. We love what we do, and we love our users + info_section_card_description_3: With your support, we are working toward a privacy-focused offering that is the preferred choice on the market + funding_section_title: How will funding be used? + funding_section_card_title_1: Developers + funding_section_card_title_2: Infrastructure + funding_section_card_title_3: Support + funding_section_card_description_1: Currently there is no full time team who is working to develop new features and improve the service. To consistently move the product forward, a core team is needed. + funding_section_card_description_2: We pay for fast servers, so anyone in the world can download free map data updates without delays. The maps data transfers are hundreds of terabytes monthly, and the amount is growing. + funding_section_card_description_3: User support, bug fixing, and improving the stability of the app are at the top of our priorities. There are 1200+ issues on GitHub that is growing every day, and a large number of items to address on AppStore, Google Play, and support emails. + users_way_section_title: People say + users_way_donation_description_1: I donate to Organic Maps for the unique offering they bring, and to support positive change + users_way_donation_description_2: Simple and fast and battery saving for your device and it's free. I donated a small sum for support and I suggest please support this app. Thank you! + users_way_donation_description_3: love it for the simplicity, user-friendly interface. I would like to make a donation to support your effort + users_way_donation_name_1: Emily Johnson + users_way_donation_name_2: Emanuel Matis + users_way_donation_name_3: Rosa +--- diff --git a/content/donate/index.zh-Hans.md b/content/donate/index.zh-Hans.md index 5b87b167..0177a7f0 100644 --- a/content/donate/index.zh-Hans.md +++ b/content/donate/index.zh-Hans.md @@ -1,67 +1,30 @@ --- -description: "您的捐款用于支付项目相关的所有费用,并激励我们改进 Organic Maps 。" -extra: - menu_title: 捐赠 - preview_image: donate/donate.png -title: "捐赠支持 Organic Maps 发展" +title: Donate +description: Make a difference with your Donation! Organic Maps is developed by a passionate team of volunteers who rely on your support Join us in creating better maps together! +template: new-donate.html weight: 10 +extra: + hero_title: Donate + hero_image: /donate/donate-bg.png + menu_title_pre: Home + service_title: Created with love by enthusiast volunteers + service_text: Donate to keep the project running + hero_description: Donate and create better maps together! + info_section_card_description_1: We rely on your donations to keep Organic Maps open, free, and without ads + info_section_card_description_2: We are a few enthusiasts contributing in our free time, and spending our families' money on the project. We love what we do, and we love our users + info_section_card_description_3: With your support, we are working toward a privacy-focused offering that is the preferred choice on the market + funding_section_title: How will funding be used? + funding_section_card_title_1: Developers + funding_section_card_title_2: Infrastructure + funding_section_card_title_3: Support + funding_section_card_description_1: Currently there is no full time team who is working to develop new features and improve the service. To consistently move the product forward, a core team is needed. + funding_section_card_description_2: We pay for fast servers, so anyone in the world can download free map data updates without delays. The maps data transfers are hundreds of terabytes monthly, and the amount is growing. + funding_section_card_description_3: User support, bug fixing, and improving the stability of the app are at the top of our priorities. There are 1200+ issues on GitHub that is growing every day, and a large number of items to address on AppStore, Google Play, and support emails. + users_way_section_title: People say + users_way_donation_description_1: I donate to Organic Maps for the unique offering they bring, and to support positive change + users_way_donation_description_2: Simple and fast and battery saving for your device and it's free. I donated a small sum for support and I suggest please support this app. Thank you! + users_way_donation_description_3: love it for the simplicity, user-friendly interface. I would like to make a donation to support your effort + users_way_donation_name_1: Emily Johnson + users_way_donation_name_2: Emanuel Matis + users_way_donation_name_3: Rosa --- - -Organic Maps 应用程序 _对每个人都是免费的_ ,感谢您的**[donations][stripe]** : - -- 无广告 -- 没有追踪器 -- 无需注册 -- 无推送通知 -- 开源 - -Click on your preferred payment method icon below: - -{{ donate_buttons() }} - -## 为何要捐赠给 Organic Maps ? - -1. 您的捐赠助我们前行,保持Organic Maps的开放与和自由,远离广告。 -2. 我们是一小群爱好者,利用闲暇时间作贡献,并为项目花费家财。 我们爱工作,也爱用户❤️。 -3. 蒙您支持,我们希望成为更好、注重隐私的谷歌地图。 - -## 捐款如何使用? - -1. 我们为快速服务器付费,所以任何人都可以快速、免费更新地图数据,而不会有延迟。 每月有数百兆字节,而且数量不断增长。 -2. 用户支持、修复问题和提高应用程序稳定性是我们的首要任务。 在GitHub上有[1800多个问题][github issues],而且这个数字每天都在增长。 AppStore、Google Play和支持邮件中满是评论和问题。我们希望提供高品质应用程序。 -3. 有了充足的资金,我们就可以更快开发新功能,例如: - - 每周和自动更新地图数据 - - 书签备份和同步 - - Android Auto - - 支持GPX的GPS轨迹记录器 - - 为不同的活动提供更好的地图风格 - - 山体着色和三维地形 - - 改进OpenStreetMap编辑器 - - 更好的离线地址搜索、路线选择和导航 - - 公共交通 - - ...和[许多其他][github issues]您想要和喜欢的功能 - -## 如何捐赠? - -Click on your preferred payment method icon below: - -{{ donate_buttons() }} - -定期捐赠是确保项目有相对稳定收入的最好方式,并将激励我们完成长期任务和目标。但您也可以只捐赠一次。 - -### 银行转账 - -{{ bank_transfer() }} - -### 加密货币 - -请考虑每年捐款以减少总费用。 - -{{ crypto_table() }} - -## 您能以任何其他方式帮助我们吗? - -是的!支持Organic Maps,方法很多。请参阅[支持我们](@/support-us/index.zh-Hans.md)页面了解更多详情。 - -[stripe]: https://donate.organicmaps.app/ "通过Stripe捐款" -[github issues]: https://github.com/organicmaps/organicmaps/issues "GitHub论坛" diff --git a/content/download/bg.png b/content/download/bg.png new file mode 100644 index 00000000..c07cb818 Binary files /dev/null and b/content/download/bg.png differ diff --git a/content/download/index.af.md b/content/download/index.af.md new file mode 100644 index 00000000..fabdb488 --- /dev/null +++ b/content/download/index.af.md @@ -0,0 +1,27 @@ +--- +description: Unlock the potential of navigation! Discover offline maps, privacy-centric features, and a community-driven app +template: download.html +weight: 10 +extra: + hero_title: Download + hero_description: Organic Maps + hero_image: /download/bg.png + menu_title_pre: Home + mobile_payment_title: Mobile + desktop_payment_title: Desktop + mobile_payment_methods_1: IOS + mobile_payment_methods_2: Android + desktop_payment_methods_1: MacOS + desktop_payment_methods_2: Linux + mobile_shop_name_1: App Store + mobile_shop_name_2: Play Store + mobile_shop_name_3: F-Droid + mobile_shop_name_4: AppGallery + desktop_shop_name_1: MacOS + desktop_shop_name_2: Linux + download_section_title: Already downloaded? + download_section_list_title_1: Offline Maps + download_section_list_title_2: Privacy-Centric + download_section_list_title_3: No data collection + download_section_list_title_4: Community-Driven +--- \ No newline at end of file diff --git a/content/download/index.ar.md b/content/download/index.ar.md new file mode 100644 index 00000000..fabdb488 --- /dev/null +++ b/content/download/index.ar.md @@ -0,0 +1,27 @@ +--- +description: Unlock the potential of navigation! Discover offline maps, privacy-centric features, and a community-driven app +template: download.html +weight: 10 +extra: + hero_title: Download + hero_description: Organic Maps + hero_image: /download/bg.png + menu_title_pre: Home + mobile_payment_title: Mobile + desktop_payment_title: Desktop + mobile_payment_methods_1: IOS + mobile_payment_methods_2: Android + desktop_payment_methods_1: MacOS + desktop_payment_methods_2: Linux + mobile_shop_name_1: App Store + mobile_shop_name_2: Play Store + mobile_shop_name_3: F-Droid + mobile_shop_name_4: AppGallery + desktop_shop_name_1: MacOS + desktop_shop_name_2: Linux + download_section_title: Already downloaded? + download_section_list_title_1: Offline Maps + download_section_list_title_2: Privacy-Centric + download_section_list_title_3: No data collection + download_section_list_title_4: Community-Driven +--- \ No newline at end of file diff --git a/content/download/index.ca.md b/content/download/index.ca.md new file mode 100644 index 00000000..fabdb488 --- /dev/null +++ b/content/download/index.ca.md @@ -0,0 +1,27 @@ +--- +description: Unlock the potential of navigation! Discover offline maps, privacy-centric features, and a community-driven app +template: download.html +weight: 10 +extra: + hero_title: Download + hero_description: Organic Maps + hero_image: /download/bg.png + menu_title_pre: Home + mobile_payment_title: Mobile + desktop_payment_title: Desktop + mobile_payment_methods_1: IOS + mobile_payment_methods_2: Android + desktop_payment_methods_1: MacOS + desktop_payment_methods_2: Linux + mobile_shop_name_1: App Store + mobile_shop_name_2: Play Store + mobile_shop_name_3: F-Droid + mobile_shop_name_4: AppGallery + desktop_shop_name_1: MacOS + desktop_shop_name_2: Linux + download_section_title: Already downloaded? + download_section_list_title_1: Offline Maps + download_section_list_title_2: Privacy-Centric + download_section_list_title_3: No data collection + download_section_list_title_4: Community-Driven +--- \ No newline at end of file diff --git a/content/download/index.cs.md b/content/download/index.cs.md new file mode 100644 index 00000000..fabdb488 --- /dev/null +++ b/content/download/index.cs.md @@ -0,0 +1,27 @@ +--- +description: Unlock the potential of navigation! Discover offline maps, privacy-centric features, and a community-driven app +template: download.html +weight: 10 +extra: + hero_title: Download + hero_description: Organic Maps + hero_image: /download/bg.png + menu_title_pre: Home + mobile_payment_title: Mobile + desktop_payment_title: Desktop + mobile_payment_methods_1: IOS + mobile_payment_methods_2: Android + desktop_payment_methods_1: MacOS + desktop_payment_methods_2: Linux + mobile_shop_name_1: App Store + mobile_shop_name_2: Play Store + mobile_shop_name_3: F-Droid + mobile_shop_name_4: AppGallery + desktop_shop_name_1: MacOS + desktop_shop_name_2: Linux + download_section_title: Already downloaded? + download_section_list_title_1: Offline Maps + download_section_list_title_2: Privacy-Centric + download_section_list_title_3: No data collection + download_section_list_title_4: Community-Driven +--- \ No newline at end of file diff --git a/content/download/index.de.md b/content/download/index.de.md new file mode 100644 index 00000000..fabdb488 --- /dev/null +++ b/content/download/index.de.md @@ -0,0 +1,27 @@ +--- +description: Unlock the potential of navigation! Discover offline maps, privacy-centric features, and a community-driven app +template: download.html +weight: 10 +extra: + hero_title: Download + hero_description: Organic Maps + hero_image: /download/bg.png + menu_title_pre: Home + mobile_payment_title: Mobile + desktop_payment_title: Desktop + mobile_payment_methods_1: IOS + mobile_payment_methods_2: Android + desktop_payment_methods_1: MacOS + desktop_payment_methods_2: Linux + mobile_shop_name_1: App Store + mobile_shop_name_2: Play Store + mobile_shop_name_3: F-Droid + mobile_shop_name_4: AppGallery + desktop_shop_name_1: MacOS + desktop_shop_name_2: Linux + download_section_title: Already downloaded? + download_section_list_title_1: Offline Maps + download_section_list_title_2: Privacy-Centric + download_section_list_title_3: No data collection + download_section_list_title_4: Community-Driven +--- \ No newline at end of file diff --git a/content/download/index.es.md b/content/download/index.es.md new file mode 100644 index 00000000..fabdb488 --- /dev/null +++ b/content/download/index.es.md @@ -0,0 +1,27 @@ +--- +description: Unlock the potential of navigation! Discover offline maps, privacy-centric features, and a community-driven app +template: download.html +weight: 10 +extra: + hero_title: Download + hero_description: Organic Maps + hero_image: /download/bg.png + menu_title_pre: Home + mobile_payment_title: Mobile + desktop_payment_title: Desktop + mobile_payment_methods_1: IOS + mobile_payment_methods_2: Android + desktop_payment_methods_1: MacOS + desktop_payment_methods_2: Linux + mobile_shop_name_1: App Store + mobile_shop_name_2: Play Store + mobile_shop_name_3: F-Droid + mobile_shop_name_4: AppGallery + desktop_shop_name_1: MacOS + desktop_shop_name_2: Linux + download_section_title: Already downloaded? + download_section_list_title_1: Offline Maps + download_section_list_title_2: Privacy-Centric + download_section_list_title_3: No data collection + download_section_list_title_4: Community-Driven +--- \ No newline at end of file diff --git a/content/download/index.eu.md b/content/download/index.eu.md new file mode 100644 index 00000000..fabdb488 --- /dev/null +++ b/content/download/index.eu.md @@ -0,0 +1,27 @@ +--- +description: Unlock the potential of navigation! Discover offline maps, privacy-centric features, and a community-driven app +template: download.html +weight: 10 +extra: + hero_title: Download + hero_description: Organic Maps + hero_image: /download/bg.png + menu_title_pre: Home + mobile_payment_title: Mobile + desktop_payment_title: Desktop + mobile_payment_methods_1: IOS + mobile_payment_methods_2: Android + desktop_payment_methods_1: MacOS + desktop_payment_methods_2: Linux + mobile_shop_name_1: App Store + mobile_shop_name_2: Play Store + mobile_shop_name_3: F-Droid + mobile_shop_name_4: AppGallery + desktop_shop_name_1: MacOS + desktop_shop_name_2: Linux + download_section_title: Already downloaded? + download_section_list_title_1: Offline Maps + download_section_list_title_2: Privacy-Centric + download_section_list_title_3: No data collection + download_section_list_title_4: Community-Driven +--- \ No newline at end of file diff --git a/content/download/index.fr.md b/content/download/index.fr.md new file mode 100644 index 00000000..fabdb488 --- /dev/null +++ b/content/download/index.fr.md @@ -0,0 +1,27 @@ +--- +description: Unlock the potential of navigation! Discover offline maps, privacy-centric features, and a community-driven app +template: download.html +weight: 10 +extra: + hero_title: Download + hero_description: Organic Maps + hero_image: /download/bg.png + menu_title_pre: Home + mobile_payment_title: Mobile + desktop_payment_title: Desktop + mobile_payment_methods_1: IOS + mobile_payment_methods_2: Android + desktop_payment_methods_1: MacOS + desktop_payment_methods_2: Linux + mobile_shop_name_1: App Store + mobile_shop_name_2: Play Store + mobile_shop_name_3: F-Droid + mobile_shop_name_4: AppGallery + desktop_shop_name_1: MacOS + desktop_shop_name_2: Linux + download_section_title: Already downloaded? + download_section_list_title_1: Offline Maps + download_section_list_title_2: Privacy-Centric + download_section_list_title_3: No data collection + download_section_list_title_4: Community-Driven +--- \ No newline at end of file diff --git a/content/download/index.hi.md b/content/download/index.hi.md new file mode 100644 index 00000000..fabdb488 --- /dev/null +++ b/content/download/index.hi.md @@ -0,0 +1,27 @@ +--- +description: Unlock the potential of navigation! Discover offline maps, privacy-centric features, and a community-driven app +template: download.html +weight: 10 +extra: + hero_title: Download + hero_description: Organic Maps + hero_image: /download/bg.png + menu_title_pre: Home + mobile_payment_title: Mobile + desktop_payment_title: Desktop + mobile_payment_methods_1: IOS + mobile_payment_methods_2: Android + desktop_payment_methods_1: MacOS + desktop_payment_methods_2: Linux + mobile_shop_name_1: App Store + mobile_shop_name_2: Play Store + mobile_shop_name_3: F-Droid + mobile_shop_name_4: AppGallery + desktop_shop_name_1: MacOS + desktop_shop_name_2: Linux + download_section_title: Already downloaded? + download_section_list_title_1: Offline Maps + download_section_list_title_2: Privacy-Centric + download_section_list_title_3: No data collection + download_section_list_title_4: Community-Driven +--- \ No newline at end of file diff --git a/content/download/index.hu.md b/content/download/index.hu.md new file mode 100644 index 00000000..fabdb488 --- /dev/null +++ b/content/download/index.hu.md @@ -0,0 +1,27 @@ +--- +description: Unlock the potential of navigation! Discover offline maps, privacy-centric features, and a community-driven app +template: download.html +weight: 10 +extra: + hero_title: Download + hero_description: Organic Maps + hero_image: /download/bg.png + menu_title_pre: Home + mobile_payment_title: Mobile + desktop_payment_title: Desktop + mobile_payment_methods_1: IOS + mobile_payment_methods_2: Android + desktop_payment_methods_1: MacOS + desktop_payment_methods_2: Linux + mobile_shop_name_1: App Store + mobile_shop_name_2: Play Store + mobile_shop_name_3: F-Droid + mobile_shop_name_4: AppGallery + desktop_shop_name_1: MacOS + desktop_shop_name_2: Linux + download_section_title: Already downloaded? + download_section_list_title_1: Offline Maps + download_section_list_title_2: Privacy-Centric + download_section_list_title_3: No data collection + download_section_list_title_4: Community-Driven +--- \ No newline at end of file diff --git a/content/download/index.id.md b/content/download/index.id.md new file mode 100644 index 00000000..fabdb488 --- /dev/null +++ b/content/download/index.id.md @@ -0,0 +1,27 @@ +--- +description: Unlock the potential of navigation! Discover offline maps, privacy-centric features, and a community-driven app +template: download.html +weight: 10 +extra: + hero_title: Download + hero_description: Organic Maps + hero_image: /download/bg.png + menu_title_pre: Home + mobile_payment_title: Mobile + desktop_payment_title: Desktop + mobile_payment_methods_1: IOS + mobile_payment_methods_2: Android + desktop_payment_methods_1: MacOS + desktop_payment_methods_2: Linux + mobile_shop_name_1: App Store + mobile_shop_name_2: Play Store + mobile_shop_name_3: F-Droid + mobile_shop_name_4: AppGallery + desktop_shop_name_1: MacOS + desktop_shop_name_2: Linux + download_section_title: Already downloaded? + download_section_list_title_1: Offline Maps + download_section_list_title_2: Privacy-Centric + download_section_list_title_3: No data collection + download_section_list_title_4: Community-Driven +--- \ No newline at end of file diff --git a/content/download/index.it.md b/content/download/index.it.md new file mode 100644 index 00000000..fabdb488 --- /dev/null +++ b/content/download/index.it.md @@ -0,0 +1,27 @@ +--- +description: Unlock the potential of navigation! Discover offline maps, privacy-centric features, and a community-driven app +template: download.html +weight: 10 +extra: + hero_title: Download + hero_description: Organic Maps + hero_image: /download/bg.png + menu_title_pre: Home + mobile_payment_title: Mobile + desktop_payment_title: Desktop + mobile_payment_methods_1: IOS + mobile_payment_methods_2: Android + desktop_payment_methods_1: MacOS + desktop_payment_methods_2: Linux + mobile_shop_name_1: App Store + mobile_shop_name_2: Play Store + mobile_shop_name_3: F-Droid + mobile_shop_name_4: AppGallery + desktop_shop_name_1: MacOS + desktop_shop_name_2: Linux + download_section_title: Already downloaded? + download_section_list_title_1: Offline Maps + download_section_list_title_2: Privacy-Centric + download_section_list_title_3: No data collection + download_section_list_title_4: Community-Driven +--- \ No newline at end of file diff --git a/content/download/index.md b/content/download/index.md new file mode 100644 index 00000000..7d8b512e --- /dev/null +++ b/content/download/index.md @@ -0,0 +1,27 @@ +--- +description: Unlock the potential of navigation! Discover offline maps, privacy-centric features, and a community-driven app +template: download.html +weight: 10 +extra: + hero_title: Download + hero_description: Organic Maps + hero_image: /download/bg.png + menu_title_pre: Home + mobile_payment_title: Mobile + desktop_payment_title: Desktop + mobile_payment_methods_1: IOS + mobile_payment_methods_2: Android + desktop_payment_methods_1: MacOS + desktop_payment_methods_2: Linux + mobile_shop_name_1: App Store + mobile_shop_name_2: Play Store + mobile_shop_name_3: F-Droid + mobile_shop_name_4: AppGallery + desktop_shop_name_1: MacOS + desktop_shop_name_2: Linux + download_section_title: Already downloaded? + download_section_list_title_1: Offline Maps + download_section_list_title_2: Privacy-Centric + download_section_list_title_3: No data collection + download_section_list_title_4: Community-Driven +--- \ No newline at end of file diff --git a/content/download/index.nl.md b/content/download/index.nl.md new file mode 100644 index 00000000..fabdb488 --- /dev/null +++ b/content/download/index.nl.md @@ -0,0 +1,27 @@ +--- +description: Unlock the potential of navigation! Discover offline maps, privacy-centric features, and a community-driven app +template: download.html +weight: 10 +extra: + hero_title: Download + hero_description: Organic Maps + hero_image: /download/bg.png + menu_title_pre: Home + mobile_payment_title: Mobile + desktop_payment_title: Desktop + mobile_payment_methods_1: IOS + mobile_payment_methods_2: Android + desktop_payment_methods_1: MacOS + desktop_payment_methods_2: Linux + mobile_shop_name_1: App Store + mobile_shop_name_2: Play Store + mobile_shop_name_3: F-Droid + mobile_shop_name_4: AppGallery + desktop_shop_name_1: MacOS + desktop_shop_name_2: Linux + download_section_title: Already downloaded? + download_section_list_title_1: Offline Maps + download_section_list_title_2: Privacy-Centric + download_section_list_title_3: No data collection + download_section_list_title_4: Community-Driven +--- \ No newline at end of file diff --git a/content/download/index.pl.md b/content/download/index.pl.md new file mode 100644 index 00000000..fabdb488 --- /dev/null +++ b/content/download/index.pl.md @@ -0,0 +1,27 @@ +--- +description: Unlock the potential of navigation! Discover offline maps, privacy-centric features, and a community-driven app +template: download.html +weight: 10 +extra: + hero_title: Download + hero_description: Organic Maps + hero_image: /download/bg.png + menu_title_pre: Home + mobile_payment_title: Mobile + desktop_payment_title: Desktop + mobile_payment_methods_1: IOS + mobile_payment_methods_2: Android + desktop_payment_methods_1: MacOS + desktop_payment_methods_2: Linux + mobile_shop_name_1: App Store + mobile_shop_name_2: Play Store + mobile_shop_name_3: F-Droid + mobile_shop_name_4: AppGallery + desktop_shop_name_1: MacOS + desktop_shop_name_2: Linux + download_section_title: Already downloaded? + download_section_list_title_1: Offline Maps + download_section_list_title_2: Privacy-Centric + download_section_list_title_3: No data collection + download_section_list_title_4: Community-Driven +--- \ No newline at end of file diff --git a/content/download/index.pt-BR.md b/content/download/index.pt-BR.md new file mode 100644 index 00000000..fabdb488 --- /dev/null +++ b/content/download/index.pt-BR.md @@ -0,0 +1,27 @@ +--- +description: Unlock the potential of navigation! Discover offline maps, privacy-centric features, and a community-driven app +template: download.html +weight: 10 +extra: + hero_title: Download + hero_description: Organic Maps + hero_image: /download/bg.png + menu_title_pre: Home + mobile_payment_title: Mobile + desktop_payment_title: Desktop + mobile_payment_methods_1: IOS + mobile_payment_methods_2: Android + desktop_payment_methods_1: MacOS + desktop_payment_methods_2: Linux + mobile_shop_name_1: App Store + mobile_shop_name_2: Play Store + mobile_shop_name_3: F-Droid + mobile_shop_name_4: AppGallery + desktop_shop_name_1: MacOS + desktop_shop_name_2: Linux + download_section_title: Already downloaded? + download_section_list_title_1: Offline Maps + download_section_list_title_2: Privacy-Centric + download_section_list_title_3: No data collection + download_section_list_title_4: Community-Driven +--- \ No newline at end of file diff --git a/content/download/index.ru.md b/content/download/index.ru.md new file mode 100644 index 00000000..fabdb488 --- /dev/null +++ b/content/download/index.ru.md @@ -0,0 +1,27 @@ +--- +description: Unlock the potential of navigation! Discover offline maps, privacy-centric features, and a community-driven app +template: download.html +weight: 10 +extra: + hero_title: Download + hero_description: Organic Maps + hero_image: /download/bg.png + menu_title_pre: Home + mobile_payment_title: Mobile + desktop_payment_title: Desktop + mobile_payment_methods_1: IOS + mobile_payment_methods_2: Android + desktop_payment_methods_1: MacOS + desktop_payment_methods_2: Linux + mobile_shop_name_1: App Store + mobile_shop_name_2: Play Store + mobile_shop_name_3: F-Droid + mobile_shop_name_4: AppGallery + desktop_shop_name_1: MacOS + desktop_shop_name_2: Linux + download_section_title: Already downloaded? + download_section_list_title_1: Offline Maps + download_section_list_title_2: Privacy-Centric + download_section_list_title_3: No data collection + download_section_list_title_4: Community-Driven +--- \ No newline at end of file diff --git a/content/download/index.sv.md b/content/download/index.sv.md new file mode 100644 index 00000000..fabdb488 --- /dev/null +++ b/content/download/index.sv.md @@ -0,0 +1,27 @@ +--- +description: Unlock the potential of navigation! Discover offline maps, privacy-centric features, and a community-driven app +template: download.html +weight: 10 +extra: + hero_title: Download + hero_description: Organic Maps + hero_image: /download/bg.png + menu_title_pre: Home + mobile_payment_title: Mobile + desktop_payment_title: Desktop + mobile_payment_methods_1: IOS + mobile_payment_methods_2: Android + desktop_payment_methods_1: MacOS + desktop_payment_methods_2: Linux + mobile_shop_name_1: App Store + mobile_shop_name_2: Play Store + mobile_shop_name_3: F-Droid + mobile_shop_name_4: AppGallery + desktop_shop_name_1: MacOS + desktop_shop_name_2: Linux + download_section_title: Already downloaded? + download_section_list_title_1: Offline Maps + download_section_list_title_2: Privacy-Centric + download_section_list_title_3: No data collection + download_section_list_title_4: Community-Driven +--- \ No newline at end of file diff --git a/content/download/index.tr.md b/content/download/index.tr.md new file mode 100644 index 00000000..fabdb488 --- /dev/null +++ b/content/download/index.tr.md @@ -0,0 +1,27 @@ +--- +description: Unlock the potential of navigation! Discover offline maps, privacy-centric features, and a community-driven app +template: download.html +weight: 10 +extra: + hero_title: Download + hero_description: Organic Maps + hero_image: /download/bg.png + menu_title_pre: Home + mobile_payment_title: Mobile + desktop_payment_title: Desktop + mobile_payment_methods_1: IOS + mobile_payment_methods_2: Android + desktop_payment_methods_1: MacOS + desktop_payment_methods_2: Linux + mobile_shop_name_1: App Store + mobile_shop_name_2: Play Store + mobile_shop_name_3: F-Droid + mobile_shop_name_4: AppGallery + desktop_shop_name_1: MacOS + desktop_shop_name_2: Linux + download_section_title: Already downloaded? + download_section_list_title_1: Offline Maps + download_section_list_title_2: Privacy-Centric + download_section_list_title_3: No data collection + download_section_list_title_4: Community-Driven +--- \ No newline at end of file diff --git a/content/download/index.uk.md b/content/download/index.uk.md new file mode 100644 index 00000000..fabdb488 --- /dev/null +++ b/content/download/index.uk.md @@ -0,0 +1,27 @@ +--- +description: Unlock the potential of navigation! Discover offline maps, privacy-centric features, and a community-driven app +template: download.html +weight: 10 +extra: + hero_title: Download + hero_description: Organic Maps + hero_image: /download/bg.png + menu_title_pre: Home + mobile_payment_title: Mobile + desktop_payment_title: Desktop + mobile_payment_methods_1: IOS + mobile_payment_methods_2: Android + desktop_payment_methods_1: MacOS + desktop_payment_methods_2: Linux + mobile_shop_name_1: App Store + mobile_shop_name_2: Play Store + mobile_shop_name_3: F-Droid + mobile_shop_name_4: AppGallery + desktop_shop_name_1: MacOS + desktop_shop_name_2: Linux + download_section_title: Already downloaded? + download_section_list_title_1: Offline Maps + download_section_list_title_2: Privacy-Centric + download_section_list_title_3: No data collection + download_section_list_title_4: Community-Driven +--- \ No newline at end of file diff --git a/content/download/index.zh-CN.md b/content/download/index.zh-CN.md new file mode 100644 index 00000000..fabdb488 --- /dev/null +++ b/content/download/index.zh-CN.md @@ -0,0 +1,27 @@ +--- +description: Unlock the potential of navigation! Discover offline maps, privacy-centric features, and a community-driven app +template: download.html +weight: 10 +extra: + hero_title: Download + hero_description: Organic Maps + hero_image: /download/bg.png + menu_title_pre: Home + mobile_payment_title: Mobile + desktop_payment_title: Desktop + mobile_payment_methods_1: IOS + mobile_payment_methods_2: Android + desktop_payment_methods_1: MacOS + desktop_payment_methods_2: Linux + mobile_shop_name_1: App Store + mobile_shop_name_2: Play Store + mobile_shop_name_3: F-Droid + mobile_shop_name_4: AppGallery + desktop_shop_name_1: MacOS + desktop_shop_name_2: Linux + download_section_title: Already downloaded? + download_section_list_title_1: Offline Maps + download_section_list_title_2: Privacy-Centric + download_section_list_title_3: No data collection + download_section_list_title_4: Community-Driven +--- \ No newline at end of file diff --git a/content/download/index.zh-Hans.md b/content/download/index.zh-Hans.md new file mode 100644 index 00000000..fabdb488 --- /dev/null +++ b/content/download/index.zh-Hans.md @@ -0,0 +1,27 @@ +--- +description: Unlock the potential of navigation! Discover offline maps, privacy-centric features, and a community-driven app +template: download.html +weight: 10 +extra: + hero_title: Download + hero_description: Organic Maps + hero_image: /download/bg.png + menu_title_pre: Home + mobile_payment_title: Mobile + desktop_payment_title: Desktop + mobile_payment_methods_1: IOS + mobile_payment_methods_2: Android + desktop_payment_methods_1: MacOS + desktop_payment_methods_2: Linux + mobile_shop_name_1: App Store + mobile_shop_name_2: Play Store + mobile_shop_name_3: F-Droid + mobile_shop_name_4: AppGallery + desktop_shop_name_1: MacOS + desktop_shop_name_2: Linux + download_section_title: Already downloaded? + download_section_list_title_1: Offline Maps + download_section_list_title_2: Privacy-Centric + download_section_list_title_3: No data collection + download_section_list_title_4: Community-Driven +--- \ No newline at end of file diff --git a/content/faq/hero_image.png b/content/faq/hero_image.png new file mode 100644 index 00000000..d87ea04d Binary files /dev/null and b/content/faq/hero_image.png differ diff --git a/content/faq/how-edits-are-uploaded-on-openstreetmap-org/index.md b/content/faq/how-edits-are-uploaded-on-openstreetmap-org/index.md new file mode 100644 index 00000000..7b3b4474 --- /dev/null +++ b/content/faq/how-edits-are-uploaded-on-openstreetmap-org/index.md @@ -0,0 +1,15 @@ +--- +title: How edits are uploaded on OpenStreetMap.org, how conflicts are resolved? +description: "Frequently asked questions for Organic Maps application" + +taxonomies: + faq: ["Map"] + +extra: + order: 150 +--- + +Organic Maps application stores POI changes locally till internet connection is available. +You can make changes while offline. Edits are uploaded to [OpenStreetMap.org](https://osm.org) in background. + +If there are edit conflicts ??? diff --git a/content/faq/how-to-add-intermediate-points/index.md b/content/faq/how-to-add-intermediate-points/index.md new file mode 100644 index 00000000..01d2a88f --- /dev/null +++ b/content/faq/how-to-add-intermediate-points/index.md @@ -0,0 +1,12 @@ +--- +title: Добавить промежуточные точки для обхода/объезда (как?) +description: "Frequently asked questions for Organic Maps application" + +taxonomies: + faq: ["Routing"] + +extra: + order: 60 +--- + +??? diff --git a/content/faq/how-to-add-intermediate-route-points/add-stop.jpg b/content/faq/how-to-add-intermediate-route-points/add-stop.jpg new file mode 100644 index 00000000..6ef7fb22 Binary files /dev/null and b/content/faq/how-to-add-intermediate-route-points/add-stop.jpg differ diff --git a/content/faq/how-to-add-intermediate-route-points/index.md b/content/faq/how-to-add-intermediate-route-points/index.md new file mode 100644 index 00000000..3af5746e --- /dev/null +++ b/content/faq/how-to-add-intermediate-route-points/index.md @@ -0,0 +1,18 @@ +--- +title: How to add intermediate route points? +description: "Frequently asked questions for Organic Maps application" + +taxonomies: + faq: ["Routing"] + +extra: + order: 20 +--- + +In route planning or routing mode pick a point on map and tap "Add Stop" button. New intermediate point would be added to the route. + + + +In routing mode you can search for gas stations, parking, food, stores and ATMs with search button + + diff --git a/content/faq/how-to-add-intermediate-route-points/route-search.jpg b/content/faq/how-to-add-intermediate-route-points/route-search.jpg new file mode 100644 index 00000000..49d1e493 Binary files /dev/null and b/content/faq/how-to-add-intermediate-route-points/route-search.jpg differ diff --git a/content/faq/how-to-build-a-route/index.md b/content/faq/how-to-build-a-route/index.md new file mode 100644 index 00000000..4e12ce7b --- /dev/null +++ b/content/faq/how-to-build-a-route/index.md @@ -0,0 +1,28 @@ +--- +title: How to build a route? +description: "Frequently asked questions for Organic Maps application" + +taxonomies: + faq: ["Routing"] + +extra: + order: 10 +--- + +Organic Maps can build a route for car trip, bycicle ride or foot walk. + +Pick destination point with tap on a POI or by long tap on any place. Use "Route to" button to start route planning. + + + + +You can change route type from top menu: +* Car +* By foot +* Metro +* Bycicle +* Ruller + + + +Push "Start" to begin step-by-step routing. diff --git a/content/faq/how-to-build-a-route/route-to-button.jpg b/content/faq/how-to-build-a-route/route-to-button.jpg new file mode 100644 index 00000000..db796c7b Binary files /dev/null and b/content/faq/how-to-build-a-route/route-to-button.jpg differ diff --git a/content/faq/how-to-build-a-route/routing-types.jpg b/content/faq/how-to-build-a-route/routing-types.jpg new file mode 100644 index 00000000..3a1502a7 Binary files /dev/null and b/content/faq/how-to-build-a-route/routing-types.jpg differ diff --git a/content/faq/how-to-catch-gps-signal-from-satelites/index.md b/content/faq/how-to-catch-gps-signal-from-satelites/index.md new file mode 100644 index 00000000..c4b8df39 --- /dev/null +++ b/content/faq/how-to-catch-gps-signal-from-satelites/index.md @@ -0,0 +1,12 @@ +--- +title: How to catch GPS signal from satelites? How to tell if device got precise or rough position? +description: "Frequently asked questions for Organic Maps application" + +taxonomies: + faq: ["Map"] + +extra: + order: 100 +--- + +??? diff --git a/content/faq/how-to-deal-with-maps-download-errors/index.md b/content/faq/how-to-deal-with-maps-download-errors/index.md new file mode 100644 index 00000000..4d907514 --- /dev/null +++ b/content/faq/how-to-deal-with-maps-download-errors/index.md @@ -0,0 +1,12 @@ +--- +title: How to deal with maps download errors? +description: "Frequently asked questions for Organic Maps application" + +taxonomies: + faq: ["Map"] + +extra: + order: 130 +--- + +??? diff --git a/content/faq/how-to-edit-or-move-bookmarks/android-edit-bookmark.jpg b/content/faq/how-to-edit-or-move-bookmarks/android-edit-bookmark.jpg new file mode 100644 index 00000000..d849ef0c Binary files /dev/null and b/content/faq/how-to-edit-or-move-bookmarks/android-edit-bookmark.jpg differ diff --git a/content/faq/how-to-edit-or-move-bookmarks/android-selected-bookmark.jpg b/content/faq/how-to-edit-or-move-bookmarks/android-selected-bookmark.jpg new file mode 100644 index 00000000..6f263304 Binary files /dev/null and b/content/faq/how-to-edit-or-move-bookmarks/android-selected-bookmark.jpg differ diff --git a/content/faq/how-to-edit-or-move-bookmarks/index.md b/content/faq/how-to-edit-or-move-bookmarks/index.md new file mode 100644 index 00000000..a3f07bc9 --- /dev/null +++ b/content/faq/how-to-edit-or-move-bookmarks/index.md @@ -0,0 +1,18 @@ +--- +title: How to edit or move bookmarks? +description: "Frequently asked questions for Organic Maps application" + +taxonomies: + faq: ["Bookmarks"] + +extra: + order: 10 +--- + +To edit a bookmark use longtap menu or hit "Edit bookmark" when bookmark is selected on map. + + + +You can change bookmark name, description, color, and folder. Don't forget to tap "Save". + + diff --git a/content/faq/how-to-enable-logs/about-report-a-bug.png b/content/faq/how-to-enable-logs/about-report-a-bug.png new file mode 100644 index 00000000..a32e9d78 Binary files /dev/null and b/content/faq/how-to-enable-logs/about-report-a-bug.png differ diff --git a/content/faq/how-to-enable-logs/index.md b/content/faq/how-to-enable-logs/index.md new file mode 100644 index 00000000..c1afb877 --- /dev/null +++ b/content/faq/how-to-enable-logs/index.md @@ -0,0 +1,20 @@ +--- +title: How to enable logs? +description: "Frequently asked questions for Organic Maps application" + +taxonomies: + faq: ["Android"] + +extra: + order: 40 +--- + +If you want to report a bug then additional app logs could help locate a problem. +To get useful logs go to "Settings → Enable logging". After that, do the action that reproduces the problem. + + + +Finally, tap on the button with Organic Maps icon on main screen and press "Report a bug" button. +Don't forget to disable logging after reporting. + + diff --git a/content/faq/how-to-enable-logs/settings-enable-logging.png b/content/faq/how-to-enable-logs/settings-enable-logging.png new file mode 100644 index 00000000..5775da93 Binary files /dev/null and b/content/faq/how-to-enable-logs/settings-enable-logging.png differ diff --git a/content/faq/how-to-enable-north-up-in-navigation-mode/index.md b/content/faq/how-to-enable-north-up-in-navigation-mode/index.md new file mode 100644 index 00000000..ccb60b3f --- /dev/null +++ b/content/faq/how-to-enable-north-up-in-navigation-mode/index.md @@ -0,0 +1,14 @@ +--- +title: How to enable north up in navigation mode? +description: "Frequently asked questions for Organic Maps application" + +taxonomies: + faq: ["Routing"] + +extra: + order: 80 +--- + + + +Press triangle icon to rotate map north up. Press again to get perspective view. diff --git a/content/faq/how-to-enable-route-aviodance-rules/avoidance.jpg b/content/faq/how-to-enable-route-aviodance-rules/avoidance.jpg new file mode 100644 index 00000000..67bdc06e Binary files /dev/null and b/content/faq/how-to-enable-route-aviodance-rules/avoidance.jpg differ diff --git a/content/faq/how-to-enable-route-aviodance-rules/define-roads.jpg b/content/faq/how-to-enable-route-aviodance-rules/define-roads.jpg new file mode 100644 index 00000000..d4c5053d Binary files /dev/null and b/content/faq/how-to-enable-route-aviodance-rules/define-roads.jpg differ diff --git a/content/faq/how-to-enable-route-aviodance-rules/index.md b/content/faq/how-to-enable-route-aviodance-rules/index.md new file mode 100644 index 00000000..e27ec5d5 --- /dev/null +++ b/content/faq/how-to-enable-route-aviodance-rules/index.md @@ -0,0 +1,20 @@ +--- +title: How to enable route aviodance rules? +description: "Frequently asked questions for Organic Maps application" + +taxonomies: + faq: ["Routing"] + +extra: + order: 50 +--- + +Go to Settings → Routing options and select types of road you want to avoid: + + + +If you want to avoid unpaved roads pick selector near "Unpaved roads" as on screenshot. + +If Organic Maps builds a route with some avoidable roads you will see button "Define roads to avoid" for quick setup. + + diff --git a/content/faq/how-to-find-bookmarks-and-tracks-files/index.md b/content/faq/how-to-find-bookmarks-and-tracks-files/index.md new file mode 100644 index 00000000..72cbe0c7 --- /dev/null +++ b/content/faq/how-to-find-bookmarks-and-tracks-files/index.md @@ -0,0 +1,16 @@ +--- +title: How to find bookmarks and tracks files on phone? +description: "Frequently asked questions for Organic Maps application" + +taxonomies: + faq: ["Bookmarks"] + +extra: + order: 70 +--- + +Bookmarks and tracks are stored in private app folder and are not accessible from 3rd party apps. + +On iOS, you can access these files on iPhone/iPad from desktop using iTunes app. + +On Android device with Root enabled you can find bookmarks in `/data/data/app.organicmaps`. diff --git a/content/faq/how-to-get-map-legend/index.md b/content/faq/how-to-get-map-legend/index.md new file mode 100644 index 00000000..cfc4e60b --- /dev/null +++ b/content/faq/how-to-get-map-legend/index.md @@ -0,0 +1,16 @@ +--- +title: How to get map legend? +description: "Frequently asked questions for Organic Maps application" + +taxonomies: + faq: ["Map"] + +extra: + order: 20 +--- + + + +Use long tap on any object to get it's type and name. +You can find road type or forest kind in the bottom panel. +By the way you search objects by type also. diff --git a/content/faq/how-to-get-map-legend/legend.jpg b/content/faq/how-to-get-map-legend/legend.jpg new file mode 100644 index 00000000..3e8bbe22 Binary files /dev/null and b/content/faq/how-to-get-map-legend/legend.jpg differ diff --git a/content/faq/how-to-get-my-coordinates-speed-and-altitude/index.md b/content/faq/how-to-get-my-coordinates-speed-and-altitude/index.md new file mode 100644 index 00000000..06bf58bb --- /dev/null +++ b/content/faq/how-to-get-my-coordinates-speed-and-altitude/index.md @@ -0,0 +1,15 @@ +--- +title: How to get my coordinates, speed, and altitude? +description: "Frequently asked questions for Organic Maps application" + +taxonomies: + faq: ["Map"] + +extra: + order: 60 +--- + + + +Tap on blue arrow indicating your position to see GPS coordinates, speed, and height above mean sea level. +Push share button to give you coordinates to friends. diff --git a/content/faq/how-to-get-my-coordinates-speed-and-altitude/my-position.jpg b/content/faq/how-to-get-my-coordinates-speed-and-altitude/my-position.jpg new file mode 100644 index 00000000..b36a6f60 Binary files /dev/null and b/content/faq/how-to-get-my-coordinates-speed-and-altitude/my-position.jpg differ diff --git a/content/faq/how-to-import-gpx-track/android-share-1.jpg b/content/faq/how-to-import-gpx-track/android-share-1.jpg new file mode 100644 index 00000000..a3cd9a5e Binary files /dev/null and b/content/faq/how-to-import-gpx-track/android-share-1.jpg differ diff --git a/content/faq/how-to-import-gpx-track/android-share-2.jpg b/content/faq/how-to-import-gpx-track/android-share-2.jpg new file mode 100644 index 00000000..5b81c942 Binary files /dev/null and b/content/faq/how-to-import-gpx-track/android-share-2.jpg differ diff --git a/content/faq/how-to-import-gpx-track/index.md b/content/faq/how-to-import-gpx-track/index.md new file mode 100644 index 00000000..2081e33b --- /dev/null +++ b/content/faq/how-to-import-gpx-track/index.md @@ -0,0 +1,18 @@ +--- +title: How to import GPX track on Android and iOS? +description: "Frequently asked questions for Organic Maps application" + +taxonomies: + faq: ["Bookmarks"] + +extra: + order: 40 +--- + +If you received GPX file in email, messenger, or cloud drive you can import it directly to Organic Maps app. + +On iOS tap on GPX file and press Share button: . Then select Organic Maps to open the file. + +On Android tap on received GPX file to see Share menu. Select Organic Maps to import the file. + + diff --git a/content/faq/how-to-import-gpx-track/ios-share.png b/content/faq/how-to-import-gpx-track/ios-share.png new file mode 100644 index 00000000..81446949 Binary files /dev/null and b/content/faq/how-to-import-gpx-track/ios-share.png differ diff --git a/content/faq/how-to-import-multiple-bookmarks-on-android/android-import-bookmarks.jpg b/content/faq/how-to-import-multiple-bookmarks-on-android/android-import-bookmarks.jpg new file mode 100644 index 00000000..5daf5566 Binary files /dev/null and b/content/faq/how-to-import-multiple-bookmarks-on-android/android-import-bookmarks.jpg differ diff --git a/content/faq/how-to-import-multiple-bookmarks-on-android/index.md b/content/faq/how-to-import-multiple-bookmarks-on-android/index.md new file mode 100644 index 00000000..ebca5aa0 --- /dev/null +++ b/content/faq/how-to-import-multiple-bookmarks-on-android/index.md @@ -0,0 +1,14 @@ +--- +title: How to import multiple bookmarks on Android? +description: "Frequently asked questions for Organic Maps application" + +taxonomies: + faq: ["Bookmarks"] + +extra: + order: 30 +--- + + + +Push "Import Bookmarks and tracks" button. Choose folder on your phone with KML/KMZ/GPX files. Organic Maps will scan picked folder and import all bookmarks and tracks. diff --git a/content/faq/how-to-make-changes-to-the-map/edit-button.jpg b/content/faq/how-to-make-changes-to-the-map/edit-button.jpg new file mode 100644 index 00000000..0c35ddf9 Binary files /dev/null and b/content/faq/how-to-make-changes-to-the-map/edit-button.jpg differ diff --git a/content/faq/how-to-make-changes-to-the-map/index.md b/content/faq/how-to-make-changes-to-the-map/index.md new file mode 100644 index 00000000..35d9304f --- /dev/null +++ b/content/faq/how-to-make-changes-to-the-map/index.md @@ -0,0 +1,14 @@ +--- +title: How to make changes to the map? +description: "Frequently asked questions for Organic Maps application" + +taxonomies: + faq: ["Map"] + +extra: + order: 140 +--- + + + +Organic Maps works with map data from [OpenStreetMap.org](https://osm.org) project. You can improve place details using "Edit Place" button. To make your changes publicly available you need an account on [OpenStreetMap.org](https://osm.org). If you want to change POI position, or clarify footway, or add buildings and bridges, please use [OpenStreetMap.org](https://osm.org) site with powerful editing tools. diff --git a/content/faq/how-to-make-sure-i-have-latest-app/index.md b/content/faq/how-to-make-sure-i-have-latest-app/index.md new file mode 100644 index 00000000..e27a6105 --- /dev/null +++ b/content/faq/how-to-make-sure-i-have-latest-app/index.md @@ -0,0 +1,16 @@ +--- +title: How to make sure I have latest application installed and up-to-date maps? +description: "Frequently asked questions for Organic Maps application" + +taxonomies: + faq: ["Map"] + +extra: + order: 120 +--- + +First make sure you installed updated app from [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], or [Huawei AppGallery][appgallery]. If maps data is outdated you will see red dot. Please download latest maps from menu. + + + +{{ references() }} \ No newline at end of file diff --git a/content/faq/how-to-make-sure-i-have-latest-app/ios-data-updates.png b/content/faq/how-to-make-sure-i-have-latest-app/ios-data-updates.png new file mode 100644 index 00000000..58f2c708 Binary files /dev/null and b/content/faq/how-to-make-sure-i-have-latest-app/ios-data-updates.png differ diff --git a/content/faq/how-to-maximize-map/index.md b/content/faq/how-to-maximize-map/index.md new file mode 100644 index 00000000..00d81543 --- /dev/null +++ b/content/faq/how-to-maximize-map/index.md @@ -0,0 +1,13 @@ +--- +title: How to maximize map? +description: "Frequently asked questions for Organic Maps application" + +taxonomies: + faq: ["Map"] + +extra: + order: 30 +--- + +Perform single tap on empty space to hide app interface and get fullscreen map. +Tap on the map again to get UI back. diff --git a/content/faq/how-to-measure-distances-with-organic-maps/index.md b/content/faq/how-to-measure-distances-with-organic-maps/index.md new file mode 100644 index 00000000..b12d3ed7 --- /dev/null +++ b/content/faq/how-to-measure-distances-with-organic-maps/index.md @@ -0,0 +1,20 @@ +--- +title: How to measure distances with Organic Maps? Is there a ruler? +description: "Frequently asked questions for Organic Maps application" + +taxonomies: + faq: ["Routing"] + +extra: + order: 70 +--- + +To measure distance from your current position to some object pick that object on map, tap "Route to" button, and select Ruler route type: + + + +With ruler enabled tap anywhere on map to continue polyline. + + + +You can choose any start point with "Route from" button. diff --git a/content/faq/how-to-measure-distances-with-organic-maps/ruler-line.jpg b/content/faq/how-to-measure-distances-with-organic-maps/ruler-line.jpg new file mode 100644 index 00000000..d87ca54c Binary files /dev/null and b/content/faq/how-to-measure-distances-with-organic-maps/ruler-line.jpg differ diff --git a/content/faq/how-to-measure-distances-with-organic-maps/ruler-type.jpg b/content/faq/how-to-measure-distances-with-organic-maps/ruler-type.jpg new file mode 100644 index 00000000..67871a70 Binary files /dev/null and b/content/faq/how-to-measure-distances-with-organic-maps/ruler-type.jpg differ diff --git a/content/faq/how-to-move-imported-track-to-another-folder/index.md b/content/faq/how-to-move-imported-track-to-another-folder/index.md new file mode 100644 index 00000000..f655ae19 --- /dev/null +++ b/content/faq/how-to-move-imported-track-to-another-folder/index.md @@ -0,0 +1,14 @@ +--- +title: How to move imported track to another folder? +description: "Frequently asked questions for Organic Maps application" + +taxonomies: + faq: ["Bookmarks"] + +extra: + order: 50 +--- + +On Android : ??? + +On iOS : ??? diff --git a/content/faq/how-to-remove-bookmark-or-track/index.md b/content/faq/how-to-remove-bookmark-or-track/index.md new file mode 100644 index 00000000..cc9d0ee1 --- /dev/null +++ b/content/faq/how-to-remove-bookmark-or-track/index.md @@ -0,0 +1,14 @@ +--- +title: How to remove bookmark or track? +description: "Frequently asked questions for Organic Maps application" + +taxonomies: + faq: ["Bookmarks"] + +extra: + order: 20 +--- + +On Android you can remove bookmark from the bookmarks list using longtap menu. + +On iOS: ??? diff --git a/content/faq/how-to-send-a-bugreport/index.md b/content/faq/how-to-send-a-bugreport/index.md new file mode 100644 index 00000000..7432f489 --- /dev/null +++ b/content/faq/how-to-send-a-bugreport/index.md @@ -0,0 +1,15 @@ +--- +title: How to send up a bugreport? +description: "Frequently asked questions for Organic Maps application" + +taxonomies: + faq: ["General"] + +extra: + order: 60 +--- + +Report bugs or issues to [the issue tracker][issues] or [email us][email]. You can submit feedback directly from app. +Just click icon with "?" on iOS or with green Organic Maps icon on Android. You'll find "Report a bug" button there. + +{{ references() }} \ No newline at end of file diff --git a/content/faq/how-to-use-long-tap/index.md b/content/faq/how-to-use-long-tap/index.md new file mode 100644 index 00000000..0917139d --- /dev/null +++ b/content/faq/how-to-use-long-tap/index.md @@ -0,0 +1,18 @@ +--- +title: How to use Long Tap? +description: "Frequently asked questions for Organic Maps application" + +taxonomies: + faq: ["Map"] + +extra: + order: 10 +--- + +You can do a lot of things in the app using long tap: + +- Add markers +- Copy place details such as name, address, links, coordinates, etc +- Add route points + +Try long tap in Organic Maps to discover hidden features. diff --git a/content/faq/how-to-use-search/index.md b/content/faq/how-to-use-search/index.md new file mode 100644 index 00000000..5b93b448 --- /dev/null +++ b/content/faq/how-to-use-search/index.md @@ -0,0 +1,14 @@ +--- +title: How to use search? +description: "Frequently asked questions for Organic Maps application" + +taxonomies: + faq: ["Map"] + +extra: + order: 180 +--- + +You can search places, addresses, cities, sites and many other interests. Organic Maps looks not only by name but by type. You can find nearest drinking water, bicycle parking, bookstore or cave from search field. + +Organic Maps can search by coordinates in many formats: `41.9142, 12.4849`, `N 41° 54' 51.12" E 12° 29' 5.639"`, `33T 291418 4643309` (UTM). diff --git a/content/faq/how-to-zoom-in-zoom-out-with-one-hand/index.md b/content/faq/how-to-zoom-in-zoom-out-with-one-hand/index.md new file mode 100644 index 00000000..4cb28585 --- /dev/null +++ b/content/faq/how-to-zoom-in-zoom-out-with-one-hand/index.md @@ -0,0 +1,19 @@ +--- +title: How to zoom in/zoom out with one hand? +description: "Frequently asked questions for Organic Maps application" + +taxonomies: + faq: ["Map"] + +extra: + order: 50 +--- + + + +Tap twice on map and on the second tap just slide your finger up and down to zoom in and zoom out respectively. + +This gesture works on Android and iOS and not only in Organic Maps. diff --git a/content/faq/how-to-zoom-in-zoom-out-with-one-hand/one-finger-zoom-Mauritius.mp4 b/content/faq/how-to-zoom-in-zoom-out-with-one-hand/one-finger-zoom-Mauritius.mp4 new file mode 100644 index 00000000..e6c9e591 Binary files /dev/null and b/content/faq/how-to-zoom-in-zoom-out-with-one-hand/one-finger-zoom-Mauritius.mp4 differ diff --git a/content/faq/index.af.md b/content/faq/index.af.md new file mode 100644 index 00000000..167ac6d8 --- /dev/null +++ b/content/faq/index.af.md @@ -0,0 +1,13 @@ +--- +title: "F.A.Q." +description: "Frequently asked questions for Organic Maps application" +weight: 1000 + +extra: + menu_title: F.A.Q. + +sort_by: weight +--- + +### This page is replaced with taxonomy "faq" from templates/faq/list.html template +This file is needed for top_menu.html and bottom_menu.html templates to show F.A.Q. \ No newline at end of file diff --git a/content/faq/index.ar.md b/content/faq/index.ar.md new file mode 100644 index 00000000..167ac6d8 --- /dev/null +++ b/content/faq/index.ar.md @@ -0,0 +1,13 @@ +--- +title: "F.A.Q." +description: "Frequently asked questions for Organic Maps application" +weight: 1000 + +extra: + menu_title: F.A.Q. + +sort_by: weight +--- + +### This page is replaced with taxonomy "faq" from templates/faq/list.html template +This file is needed for top_menu.html and bottom_menu.html templates to show F.A.Q. \ No newline at end of file diff --git a/content/faq/index.ca.md b/content/faq/index.ca.md new file mode 100644 index 00000000..167ac6d8 --- /dev/null +++ b/content/faq/index.ca.md @@ -0,0 +1,13 @@ +--- +title: "F.A.Q." +description: "Frequently asked questions for Organic Maps application" +weight: 1000 + +extra: + menu_title: F.A.Q. + +sort_by: weight +--- + +### This page is replaced with taxonomy "faq" from templates/faq/list.html template +This file is needed for top_menu.html and bottom_menu.html templates to show F.A.Q. \ No newline at end of file diff --git a/content/faq/index.cs.md b/content/faq/index.cs.md new file mode 100644 index 00000000..167ac6d8 --- /dev/null +++ b/content/faq/index.cs.md @@ -0,0 +1,13 @@ +--- +title: "F.A.Q." +description: "Frequently asked questions for Organic Maps application" +weight: 1000 + +extra: + menu_title: F.A.Q. + +sort_by: weight +--- + +### This page is replaced with taxonomy "faq" from templates/faq/list.html template +This file is needed for top_menu.html and bottom_menu.html templates to show F.A.Q. \ No newline at end of file diff --git a/content/faq/index.de.md b/content/faq/index.de.md new file mode 100644 index 00000000..167ac6d8 --- /dev/null +++ b/content/faq/index.de.md @@ -0,0 +1,13 @@ +--- +title: "F.A.Q." +description: "Frequently asked questions for Organic Maps application" +weight: 1000 + +extra: + menu_title: F.A.Q. + +sort_by: weight +--- + +### This page is replaced with taxonomy "faq" from templates/faq/list.html template +This file is needed for top_menu.html and bottom_menu.html templates to show F.A.Q. \ No newline at end of file diff --git a/content/faq/index.es.md b/content/faq/index.es.md new file mode 100644 index 00000000..167ac6d8 --- /dev/null +++ b/content/faq/index.es.md @@ -0,0 +1,13 @@ +--- +title: "F.A.Q." +description: "Frequently asked questions for Organic Maps application" +weight: 1000 + +extra: + menu_title: F.A.Q. + +sort_by: weight +--- + +### This page is replaced with taxonomy "faq" from templates/faq/list.html template +This file is needed for top_menu.html and bottom_menu.html templates to show F.A.Q. \ No newline at end of file diff --git a/content/faq/index.eu.md b/content/faq/index.eu.md new file mode 100644 index 00000000..167ac6d8 --- /dev/null +++ b/content/faq/index.eu.md @@ -0,0 +1,13 @@ +--- +title: "F.A.Q." +description: "Frequently asked questions for Organic Maps application" +weight: 1000 + +extra: + menu_title: F.A.Q. + +sort_by: weight +--- + +### This page is replaced with taxonomy "faq" from templates/faq/list.html template +This file is needed for top_menu.html and bottom_menu.html templates to show F.A.Q. \ No newline at end of file diff --git a/content/faq/index.fr.md b/content/faq/index.fr.md new file mode 100644 index 00000000..167ac6d8 --- /dev/null +++ b/content/faq/index.fr.md @@ -0,0 +1,13 @@ +--- +title: "F.A.Q." +description: "Frequently asked questions for Organic Maps application" +weight: 1000 + +extra: + menu_title: F.A.Q. + +sort_by: weight +--- + +### This page is replaced with taxonomy "faq" from templates/faq/list.html template +This file is needed for top_menu.html and bottom_menu.html templates to show F.A.Q. \ No newline at end of file diff --git a/content/faq/index.hi.md b/content/faq/index.hi.md new file mode 100644 index 00000000..167ac6d8 --- /dev/null +++ b/content/faq/index.hi.md @@ -0,0 +1,13 @@ +--- +title: "F.A.Q." +description: "Frequently asked questions for Organic Maps application" +weight: 1000 + +extra: + menu_title: F.A.Q. + +sort_by: weight +--- + +### This page is replaced with taxonomy "faq" from templates/faq/list.html template +This file is needed for top_menu.html and bottom_menu.html templates to show F.A.Q. \ No newline at end of file diff --git a/content/faq/index.hu.md b/content/faq/index.hu.md new file mode 100644 index 00000000..167ac6d8 --- /dev/null +++ b/content/faq/index.hu.md @@ -0,0 +1,13 @@ +--- +title: "F.A.Q." +description: "Frequently asked questions for Organic Maps application" +weight: 1000 + +extra: + menu_title: F.A.Q. + +sort_by: weight +--- + +### This page is replaced with taxonomy "faq" from templates/faq/list.html template +This file is needed for top_menu.html and bottom_menu.html templates to show F.A.Q. \ No newline at end of file diff --git a/content/faq/index.id.md b/content/faq/index.id.md new file mode 100644 index 00000000..167ac6d8 --- /dev/null +++ b/content/faq/index.id.md @@ -0,0 +1,13 @@ +--- +title: "F.A.Q." +description: "Frequently asked questions for Organic Maps application" +weight: 1000 + +extra: + menu_title: F.A.Q. + +sort_by: weight +--- + +### This page is replaced with taxonomy "faq" from templates/faq/list.html template +This file is needed for top_menu.html and bottom_menu.html templates to show F.A.Q. \ No newline at end of file diff --git a/content/faq/index.it.md b/content/faq/index.it.md new file mode 100644 index 00000000..167ac6d8 --- /dev/null +++ b/content/faq/index.it.md @@ -0,0 +1,13 @@ +--- +title: "F.A.Q." +description: "Frequently asked questions for Organic Maps application" +weight: 1000 + +extra: + menu_title: F.A.Q. + +sort_by: weight +--- + +### This page is replaced with taxonomy "faq" from templates/faq/list.html template +This file is needed for top_menu.html and bottom_menu.html templates to show F.A.Q. \ No newline at end of file diff --git a/content/faq/index.md b/content/faq/index.md new file mode 100644 index 00000000..167ac6d8 --- /dev/null +++ b/content/faq/index.md @@ -0,0 +1,13 @@ +--- +title: "F.A.Q." +description: "Frequently asked questions for Organic Maps application" +weight: 1000 + +extra: + menu_title: F.A.Q. + +sort_by: weight +--- + +### This page is replaced with taxonomy "faq" from templates/faq/list.html template +This file is needed for top_menu.html and bottom_menu.html templates to show F.A.Q. \ No newline at end of file diff --git a/content/faq/index.nl.md b/content/faq/index.nl.md new file mode 100644 index 00000000..167ac6d8 --- /dev/null +++ b/content/faq/index.nl.md @@ -0,0 +1,13 @@ +--- +title: "F.A.Q." +description: "Frequently asked questions for Organic Maps application" +weight: 1000 + +extra: + menu_title: F.A.Q. + +sort_by: weight +--- + +### This page is replaced with taxonomy "faq" from templates/faq/list.html template +This file is needed for top_menu.html and bottom_menu.html templates to show F.A.Q. \ No newline at end of file diff --git a/content/faq/index.pl.md b/content/faq/index.pl.md new file mode 100644 index 00000000..167ac6d8 --- /dev/null +++ b/content/faq/index.pl.md @@ -0,0 +1,13 @@ +--- +title: "F.A.Q." +description: "Frequently asked questions for Organic Maps application" +weight: 1000 + +extra: + menu_title: F.A.Q. + +sort_by: weight +--- + +### This page is replaced with taxonomy "faq" from templates/faq/list.html template +This file is needed for top_menu.html and bottom_menu.html templates to show F.A.Q. \ No newline at end of file diff --git a/content/faq/index.pt-BR.md b/content/faq/index.pt-BR.md new file mode 100644 index 00000000..167ac6d8 --- /dev/null +++ b/content/faq/index.pt-BR.md @@ -0,0 +1,13 @@ +--- +title: "F.A.Q." +description: "Frequently asked questions for Organic Maps application" +weight: 1000 + +extra: + menu_title: F.A.Q. + +sort_by: weight +--- + +### This page is replaced with taxonomy "faq" from templates/faq/list.html template +This file is needed for top_menu.html and bottom_menu.html templates to show F.A.Q. \ No newline at end of file diff --git a/content/faq/index.ru.md b/content/faq/index.ru.md new file mode 100644 index 00000000..167ac6d8 --- /dev/null +++ b/content/faq/index.ru.md @@ -0,0 +1,13 @@ +--- +title: "F.A.Q." +description: "Frequently asked questions for Organic Maps application" +weight: 1000 + +extra: + menu_title: F.A.Q. + +sort_by: weight +--- + +### This page is replaced with taxonomy "faq" from templates/faq/list.html template +This file is needed for top_menu.html and bottom_menu.html templates to show F.A.Q. \ No newline at end of file diff --git a/content/faq/index.sv.md b/content/faq/index.sv.md new file mode 100644 index 00000000..167ac6d8 --- /dev/null +++ b/content/faq/index.sv.md @@ -0,0 +1,13 @@ +--- +title: "F.A.Q." +description: "Frequently asked questions for Organic Maps application" +weight: 1000 + +extra: + menu_title: F.A.Q. + +sort_by: weight +--- + +### This page is replaced with taxonomy "faq" from templates/faq/list.html template +This file is needed for top_menu.html and bottom_menu.html templates to show F.A.Q. \ No newline at end of file diff --git a/content/faq/index.tr.md b/content/faq/index.tr.md new file mode 100644 index 00000000..167ac6d8 --- /dev/null +++ b/content/faq/index.tr.md @@ -0,0 +1,13 @@ +--- +title: "F.A.Q." +description: "Frequently asked questions for Organic Maps application" +weight: 1000 + +extra: + menu_title: F.A.Q. + +sort_by: weight +--- + +### This page is replaced with taxonomy "faq" from templates/faq/list.html template +This file is needed for top_menu.html and bottom_menu.html templates to show F.A.Q. \ No newline at end of file diff --git a/content/faq/index.uk.md b/content/faq/index.uk.md new file mode 100644 index 00000000..167ac6d8 --- /dev/null +++ b/content/faq/index.uk.md @@ -0,0 +1,13 @@ +--- +title: "F.A.Q." +description: "Frequently asked questions for Organic Maps application" +weight: 1000 + +extra: + menu_title: F.A.Q. + +sort_by: weight +--- + +### This page is replaced with taxonomy "faq" from templates/faq/list.html template +This file is needed for top_menu.html and bottom_menu.html templates to show F.A.Q. \ No newline at end of file diff --git a/content/faq/index.zh-CN.md b/content/faq/index.zh-CN.md new file mode 100644 index 00000000..167ac6d8 --- /dev/null +++ b/content/faq/index.zh-CN.md @@ -0,0 +1,13 @@ +--- +title: "F.A.Q." +description: "Frequently asked questions for Organic Maps application" +weight: 1000 + +extra: + menu_title: F.A.Q. + +sort_by: weight +--- + +### This page is replaced with taxonomy "faq" from templates/faq/list.html template +This file is needed for top_menu.html and bottom_menu.html templates to show F.A.Q. \ No newline at end of file diff --git a/content/faq/index.zh-Hans.md b/content/faq/index.zh-Hans.md new file mode 100644 index 00000000..167ac6d8 --- /dev/null +++ b/content/faq/index.zh-Hans.md @@ -0,0 +1,13 @@ +--- +title: "F.A.Q." +description: "Frequently asked questions for Organic Maps application" +weight: 1000 + +extra: + menu_title: F.A.Q. + +sort_by: weight +--- + +### This page is replaced with taxonomy "faq" from templates/faq/list.html template +This file is needed for top_menu.html and bottom_menu.html templates to show F.A.Q. \ No newline at end of file diff --git a/content/faq/location-arrow-points-to-wrong-direction/index.md b/content/faq/location-arrow-points-to-wrong-direction/index.md new file mode 100644 index 00000000..edacb554 --- /dev/null +++ b/content/faq/location-arrow-points-to-wrong-direction/index.md @@ -0,0 +1,14 @@ +--- +title: Location arrow points to wrong direction. How to fix? +description: "Frequently asked questions for Organic Maps application" + +taxonomies: + faq: ["Routing"] + +extra: + order: 100 +--- + +Probably you have problem with compass sensor. + +To improve compass use callibration moves according to [instruction](https://www.youtube.com/watch?v=-Uq7AmSAjt8). diff --git a/content/faq/project-history/index.md b/content/faq/project-history/index.md new file mode 100644 index 00000000..7508c229 --- /dev/null +++ b/content/faq/project-history/index.md @@ -0,0 +1,12 @@ +--- +title: Project history +description: "Frequently asked questions for Organic Maps application" + +taxonomies: + faq: ["General"] + +extra: + order: 10 +--- + +??? diff --git a/content/faq/tts/tts.md b/content/faq/tts/tts.md new file mode 100644 index 00000000..83b6d096 --- /dev/null +++ b/content/faq/tts/tts.md @@ -0,0 +1,83 @@ +--- +title: Text-to-Speech on Android +description: Guide on how to make TTS work on Android + +taxonomies: + faq: ["TTS"] + +extra: + order: 10 +--- + +## Summary + +Organic Maps uses the system text-to-speech (TTS) engine for voice instructions. The default engines vary by device. The choices can include Google Text-to Speech, device manufacturer's engine or a third-party one. + +The official recommendation from Organic Maps is [RHVoice](https://rhvoice.org/), which is a free and open source speech engine that can be downloaded from [Google Play](https://play.google.com/store/apps/details?id=com.github.olga_yakovleva.rhvoice.android) and [F-Droid](https://f-droid.org/en/packages/com.github.olga_yakovleva.rhvoice.android/). + +## Instructions + +- Open the Settings app on your Android device. +- Select Additional Settings and then select Accessibility. +- Choose your preferred engine, speech rate and pitch. + +If you cannot find the relevant setting, open the settings app and search for Text-to-speech. + +P.S: Do note that these steps will vary based on the phone brand you are using. + +Said options may not appear if you don't have a TTS already installed on your device. Please refer to the table below to install any one of them that supports your native language. + +## Screenshots + +| | | | +| ----------- | ----------- | ----------- | +| Screenshot 1 | Screenshot 2 | Screenshot 3 | + +## Engines + +Below is a comprehensive list showing several engines and the languages they support (download links can be found after the table): + +{{ tts_table() }} + +## Downloads + +- [Acapela Voices TTS](https://play.google.com/store/apps/details?id=com.acapelagroup.android.tts) +- [Amazon Ivona TTS](https://apkpure.com/ivona-text-to-speech-hq/com.ivona.tts/download) +- [eSpeak TTS](https://f-droid.org/en/packages/com.reecedunn.espeak/) +- [Google Speech Services](https://play.google.com/store/apps/details?id=com.google.android.tts) +- [RHVoice TTS (Recommended)](https://play.google.com/store/apps/details?id=com.github.olga_yakovleva.rhvoice.android) +- [Vocalizer (Code Factory)](https://play.google.com/store/apps/details?id=es.codefactory.vocalizertts) +- [Vocalizer 2 (Nuance)](https://nvda.ru/sintezatory-rechi-vocalizer-expressive2-dlja-nvda#) +- [Yandex SpeechKit TTS](https://4pda.to/forum/index.php?showtopic=200728&st=4200#download) + +## Workarounds + +If you’re having trouble initializing the RHVoice TTS engine on LineageOS or other custom ROMs, try this workaround. RHVoice may not initialize properly and the app may crash, especially if you haven’t used any TTS engine on your phone before (e.g., new installation, factory reset, etc.). If you’re using a custom ROM like LineageOS without Google Play services and Speech Services by Google, and you want to use RHVoice as your preferred TTS engine, follow the instructions below as a workaround: + +- Install the [eSpeak TTS engine](https://f-droid.org/en/packages/com.reecedunn.espeak) available on F-Droid + +- Set it as the preferred system engine + + - Go to LineageOS main **Settings**. + + - Scroll down to **Accessibility**. + + - Select **text-to-speech output** and **Preferred engine** (left side) and make sure **eSpeak** is selected. + +- Go back and press **play** to see if it is working + +- Install [RHVoice](https://f-droid.org/en/packages/com.github.olga_yakovleva.rhvoice.android/) available on F-droid. + + - Open it, select the language you want to use, tap on the cloud icon (far left) to download voices. + + - Press play button to verify if it is working + +- Set **RHVoice** as preferred engine (see step 2) + +- Now, you should be able to use RHVoice without any problems + +## Testing + +In order to test the voice instructions, you can tap on "Test Voice Directions (TTS, Text-To-Speech)" in OM "Settings → Voice Instructions" menu or you can actually start a navigation to receive any voice output. Organic Maps will not give you any voice instructions while you're standing still. + +Screenshot TTS Test diff --git a/content/faq/what-android-version-can-run-organic-maps/index.md b/content/faq/what-android-version-can-run-organic-maps/index.md new file mode 100644 index 00000000..117bcb93 --- /dev/null +++ b/content/faq/what-android-version-can-run-organic-maps/index.md @@ -0,0 +1,15 @@ +--- +title: What Android version can run Organic Maps? +description: "Frequently asked questions for Organic Maps application" + +taxonomies: + faq: ["Android"] + +extra: + order: 10 +--- + +You need at least Android 5 to run the app. Devices with later Android versions can run Organic Maps. + +Organic Maps can work on devices with Google Services installed and without Google support. + diff --git a/content/faq/what-are-advantages-of-OM-compared-to-other-maps/index.md b/content/faq/what-are-advantages-of-OM-compared-to-other-maps/index.md new file mode 100644 index 00000000..d3c230f0 --- /dev/null +++ b/content/faq/what-are-advantages-of-OM-compared-to-other-maps/index.md @@ -0,0 +1,14 @@ +--- +title: What are the advantages of OM compared to other maps? +description: "Frequently asked questions for Organic Maps application" + +taxonomies: + faq: ["General"] + +extra: + order: 30 +--- + +Organic Maps is focused on speed, privacy, battery efficiency and minimization of network utilization. +You can use offline map for navigation in places far from civilization or in cities with complex traffic network. +Also compare our [privacy policy](/privacy) with other maps apps. Tell your friends about the difference. diff --git a/content/faq/what-are-secret-search-queries/index.md b/content/faq/what-are-secret-search-queries/index.md new file mode 100644 index 00000000..df43ab97 --- /dev/null +++ b/content/faq/what-are-secret-search-queries/index.md @@ -0,0 +1,16 @@ +--- +title: What are secret search queries? +description: "Frequently asked questions for Organic Maps application" + +taxonomies: + faq: ["Map"] + +extra: + order: 190 +--- + +`?vulkan`, `?gl` - ??? + +`?edits` - will show changes you made lately and its status. You can see if changes are already uploaded to [OpenStreetMap.org](https://osm.org) or there were any problems? + +See [documentation](https://github.com/organicmaps/organicmaps/blob/master/docs/DEBUG_COMMANDS.md) for the full list of commands. diff --git a/content/faq/what-does-gray-circle-around-my-position-mean/grey-circle.jpg b/content/faq/what-does-gray-circle-around-my-position-mean/grey-circle.jpg new file mode 100644 index 00000000..6e75022a Binary files /dev/null and b/content/faq/what-does-gray-circle-around-my-position-mean/grey-circle.jpg differ diff --git a/content/faq/what-does-gray-circle-around-my-position-mean/index.md b/content/faq/what-does-gray-circle-around-my-position-mean/index.md new file mode 100644 index 00000000..60fbb4f3 --- /dev/null +++ b/content/faq/what-does-gray-circle-around-my-position-mean/index.md @@ -0,0 +1,17 @@ +--- +title: What does gray circle around my position mean? +description: "Frequently asked questions for Organic Maps application" + +taxonomies: + faq: ["Map"] + +extra: + order: 70 +--- + + + +GPS sensors have accuracy rate. Gray circle indicates this accuracy. Your actual position is somewhere inside this circle. +Accuracy degrade inside buildings, near steal constructions or radiation sources. +To improve GPS precision go outside to be under clear sky. +Enabling [Google Location Accuracy](https://support.google.com/maps/answer/2839911?co=GENIE.Platform%3DAndroid) on Android improves precision significantly. diff --git a/content/faq/what-does-icon-bellow-zoom-buttons-mean/index.md b/content/faq/what-does-icon-bellow-zoom-buttons-mean/index.md new file mode 100644 index 00000000..8e33af70 --- /dev/null +++ b/content/faq/what-does-icon-bellow-zoom-buttons-mean/index.md @@ -0,0 +1,18 @@ +--- +title: What does icon bellow zoom buttons mean? +description: "Frequently asked questions for Organic Maps application" + +taxonomies: + faq: ["Map"] + +extra: + order: 90 +--- + +| Icon | Meaning | +|------------------------------------------------------------------------------------------------| ------- | +| | Location search is not initiated | +| | App is looking for location | +| | Current position is found. Map is centered on current position and oriented to North. | +| | Map is centered on current position and rotates according to device compass. | + diff --git a/content/faq/what-does-icon-bellow-zoom-buttons-mean/location-icon-1.png b/content/faq/what-does-icon-bellow-zoom-buttons-mean/location-icon-1.png new file mode 100644 index 00000000..e47f318f Binary files /dev/null and b/content/faq/what-does-icon-bellow-zoom-buttons-mean/location-icon-1.png differ diff --git a/content/faq/what-does-icon-bellow-zoom-buttons-mean/location-icon-2.png b/content/faq/what-does-icon-bellow-zoom-buttons-mean/location-icon-2.png new file mode 100644 index 00000000..a26e43a8 Binary files /dev/null and b/content/faq/what-does-icon-bellow-zoom-buttons-mean/location-icon-2.png differ diff --git a/content/faq/what-does-icon-bellow-zoom-buttons-mean/location-icon-3.png b/content/faq/what-does-icon-bellow-zoom-buttons-mean/location-icon-3.png new file mode 100644 index 00000000..b8540c3a Binary files /dev/null and b/content/faq/what-does-icon-bellow-zoom-buttons-mean/location-icon-3.png differ diff --git a/content/faq/what-does-icon-bellow-zoom-buttons-mean/location-icon-4.png b/content/faq/what-does-icon-bellow-zoom-buttons-mean/location-icon-4.png new file mode 100644 index 00000000..a38abbcd Binary files /dev/null and b/content/faq/what-does-icon-bellow-zoom-buttons-mean/location-icon-4.png differ diff --git a/content/faq/what-gestures-does-organic-maps-support/index.md b/content/faq/what-gestures-does-organic-maps-support/index.md new file mode 100644 index 00000000..3b968613 --- /dev/null +++ b/content/faq/what-gestures-does-organic-maps-support/index.md @@ -0,0 +1,16 @@ +--- +title: What gestures does Organic Maps support? +description: "Frequently asked questions for Organic Maps application" + +taxonomies: + faq: ["Map"] + +extra: + order: 40 +--- + +(On iOS and iPadOS) Tap and hold on zoom buttons then drag up or down to zoom. + +Use double tap to zoom in. + +You can rotate, pan and zoom map with two fingers gestures. diff --git a/content/faq/what-if-app-crashes-on-start/index.md b/content/faq/what-if-app-crashes-on-start/index.md new file mode 100644 index 00000000..4161fb9f --- /dev/null +++ b/content/faq/what-if-app-crashes-on-start/index.md @@ -0,0 +1,12 @@ +--- +title: What if app crashes on start? +description: "Frequently asked questions for Organic Maps application" + +taxonomies: + faq: ["Android"] + +extra: + order: 50 +--- + +You need to enable Android WebView component. diff --git a/content/faq/what-ios-version-can-run-organic-maps/index.md b/content/faq/what-ios-version-can-run-organic-maps/index.md new file mode 100644 index 00000000..bd389f01 --- /dev/null +++ b/content/faq/what-ios-version-can-run-organic-maps/index.md @@ -0,0 +1,12 @@ +--- +title: What iOS version can run Organic Maps? +description: "Frequently asked questions for Organic Maps application" + +taxonomies: + faq: ["iOS"] + +extra: + order: 10 +--- + +Organic Maps runs on devices with iOS/iPadOS 12+. diff --git a/content/faq/what-is-the-purpose-of-little-blue-arrow/blue-arrow.jpg b/content/faq/what-is-the-purpose-of-little-blue-arrow/blue-arrow.jpg new file mode 100644 index 00000000..e269367b Binary files /dev/null and b/content/faq/what-is-the-purpose-of-little-blue-arrow/blue-arrow.jpg differ diff --git a/content/faq/what-is-the-purpose-of-little-blue-arrow/index.md b/content/faq/what-is-the-purpose-of-little-blue-arrow/index.md new file mode 100644 index 00000000..3fbb3b19 --- /dev/null +++ b/content/faq/what-is-the-purpose-of-little-blue-arrow/index.md @@ -0,0 +1,16 @@ +--- +title: What is the purpose of little blue arrow? +description: "Frequently asked questions for Organic Maps application" + +taxonomies: + faq: ["Map"] + +extra: + order: 80 +--- + + + +This arrow shows direction and distance from your location to selected POI. You should enable location to see it. +Pressing this button gets fullscreen indicator of orientation and distance. +You can use it for azimuth navigation if step-by-step routing is not possible for some reason. diff --git a/content/faq/what-is-your-product-roadmap/index.md b/content/faq/what-is-your-product-roadmap/index.md new file mode 100644 index 00000000..1a36536e --- /dev/null +++ b/content/faq/what-is-your-product-roadmap/index.md @@ -0,0 +1,12 @@ +--- +title: What is your product roadmap? +description: "Frequently asked questions for Organic Maps application" + +taxonomies: + faq: ["General"] + +extra: + order: 50 +--- + +Crunch till the end of our days!! diff --git a/content/faq/what-would-happen-after-uninstalling-app/index.md b/content/faq/what-would-happen-after-uninstalling-app/index.md new file mode 100644 index 00000000..099393bb --- /dev/null +++ b/content/faq/what-would-happen-after-uninstalling-app/index.md @@ -0,0 +1,14 @@ +--- +title: What would happen with my bookmarks and tracks after uninstalling app? +description: "Frequently asked questions for Organic Maps application" + +taxonomies: + faq: ["Bookmarks"] + +extra: + order: 60 +--- + +All you tracks and bookmarks are removed from device when Organic Maps is uninstalled. Please backup your bookmarks and tracks using export button. + +Cloud bookmarks backup and sync is planned in future releases. diff --git a/content/faq/whats-the-difference-between-f-droid-and-google-play/index.md b/content/faq/whats-the-difference-between-f-droid-and-google-play/index.md new file mode 100644 index 00000000..e75e8ff7 --- /dev/null +++ b/content/faq/whats-the-difference-between-f-droid-and-google-play/index.md @@ -0,0 +1,14 @@ +--- +title: What's the difference between F-Droid and Google Play versions of the app? +description: "Frequently asked questions for Organic Maps application" + +taxonomies: + faq: ["Android"] + +extra: + order: 20 +--- + +[F-Droid](https://f-droid.org/) version comes without [Google Play Services](https://en.wikipedia.org/wiki/Google_Play_Services). These Services improve location accuracy using nearest cell towers and wifi hotspots if internet connection is available. F-Droid version uses only device GPS sensor. + +With Organic Maps from Google Play you can disable Google Play Services for location search in app settings. diff --git a/content/faq/where-to-read-latest-news-updates/index.md b/content/faq/where-to-read-latest-news-updates/index.md new file mode 100644 index 00000000..b55a63ea --- /dev/null +++ b/content/faq/where-to-read-latest-news-updates/index.md @@ -0,0 +1,17 @@ +--- +title: Where to read latest news updates? +description: "Frequently asked questions for Organic Maps application" + +taxonomies: + faq: ["General"] + +extra: + order: 70 +--- + +- Subscribe to our [Telegram Channel][telegram] or to the [matrix space][matrix] for updates. +- Join our [Telegram Group][telegram_chat] to discuss with other users. +- Visit our [GitHub page][github]. +- Follow our updates in [Mastodon][mastodon], [Facebook][facebook], [Twitter][twitter], [Instagram][instagram], [Reddit][reddit], [LinkedIn][LinkedIn]. + +{{ references() }} \ No newline at end of file diff --git a/content/faq/who-is-working-on-the-project/index.md b/content/faq/who-is-working-on-the-project/index.md new file mode 100644 index 00000000..9cdba274 --- /dev/null +++ b/content/faq/who-is-working-on-the-project/index.md @@ -0,0 +1,19 @@ +--- +title: Who is working on the project? +description: "Frequently asked questions for Organic Maps application" + +taxonomies: + faq: ["General"] + +extra: + order: 20 +--- + +Core team consists of: +* Alexander Borsuk +* Konstantin Pastbin +* Viktor Govako +* Roman Tsisyk + +Also contributors from around the world help with new features, bugfixing, testing, graphical design and translations. + diff --git a/content/faq/who-moderates-changes/index.md b/content/faq/who-moderates-changes/index.md new file mode 100644 index 00000000..6bed326e --- /dev/null +++ b/content/faq/who-moderates-changes/index.md @@ -0,0 +1,12 @@ +--- +title: Who moderates changes? +description: "Frequently asked questions for Organic Maps application" + +taxonomies: + faq: ["Map"] + +extra: + order: 160 +--- + +??? diff --git a/content/faq/why-carplay-is-always-dark/index.md b/content/faq/why-carplay-is-always-dark/index.md new file mode 100644 index 00000000..eede82b4 --- /dev/null +++ b/content/faq/why-carplay-is-always-dark/index.md @@ -0,0 +1,12 @@ +--- +title: Why CarPlay is always dark? +description: "Frequently asked questions for Organic Maps application" + +taxonomies: + faq: ["iOS"] + +extra: + order: 20 +--- + +Check your CarPlay settings (NOT Organic Maps settings) when the device is connected, and select "auto" instead of "always dark". diff --git a/content/faq/why-do-i-see-blue-circle-instead-of-an-arrow/index.md b/content/faq/why-do-i-see-blue-circle-instead-of-an-arrow/index.md new file mode 100644 index 00000000..a78bc21d --- /dev/null +++ b/content/faq/why-do-i-see-blue-circle-instead-of-an-arrow/index.md @@ -0,0 +1,13 @@ +--- +title: Why do I see blue circle instead of an arrow indicating my position? +description: "Frequently asked questions for Organic Maps application" + +taxonomies: + faq: ["Map"] + +extra: + order: 110 +--- + +Tablets don't have compass sensor that's why circle is drawn instead of directed arrow. +You can find your model on [gsmarena.com](https://www.gsmarena.com) to see if compass is present. diff --git a/content/faq/why-edit-place-button-is-disabled-or-hidden/index.md b/content/faq/why-edit-place-button-is-disabled-or-hidden/index.md new file mode 100644 index 00000000..c0ef31a6 --- /dev/null +++ b/content/faq/why-edit-place-button-is-disabled-or-hidden/index.md @@ -0,0 +1,13 @@ +--- +title: Why "Edit place" button is disabled or hidden? +description: "Frequently asked questions for Organic Maps application" + +taxonomies: + faq: ["Map"] + +extra: + order: 170 +--- + +If your maps data is more than 2 month then edit button is unavailable. +Please install latest app and download up-to-date maps to enable editting. diff --git a/content/faq/why-map-rotates-around-my-position/index.md b/content/faq/why-map-rotates-around-my-position/index.md new file mode 100644 index 00000000..9b93c59d --- /dev/null +++ b/content/faq/why-map-rotates-around-my-position/index.md @@ -0,0 +1,14 @@ +--- +title: Why map rotates around my position? +description: "Frequently asked questions for Organic Maps application" + +taxonomies: + faq: ["Routing"] + +extra: + order: 90 +--- + +The reason could be magnet on your phone case or radiation source near the phone. It could interfere compass sensor. + +To improve compass use callibration moves according to [instruction](https://www.youtube.com/watch?v=-Uq7AmSAjt8). diff --git a/content/faq/why-organic-maps-builds-crooked-route/index.md b/content/faq/why-organic-maps-builds-crooked-route/index.md new file mode 100644 index 00000000..1f112225 --- /dev/null +++ b/content/faq/why-organic-maps-builds-crooked-route/index.md @@ -0,0 +1,14 @@ +--- +title: Why Organic Maps builds crooked route? +description: "Frequently asked questions for Organic Maps application" + +taxonomies: + faq: ["Routing"] + +extra: + order: 40 +--- + +This could happen if map is outdated. We work on routing constantly. Please update the app regularly. + +Sometimes near country or region borders route could be unoptimal. This is known issue. diff --git a/content/faq/why-organic-maps-is-slow-on-my-device/index.md b/content/faq/why-organic-maps-is-slow-on-my-device/index.md new file mode 100644 index 00000000..02ce310e --- /dev/null +++ b/content/faq/why-organic-maps-is-slow-on-my-device/index.md @@ -0,0 +1,19 @@ +--- +title: Why Organic Maps is slow on my device, UI is laggy, and it crashes randomly? +description: "Frequently asked questions for Organic Maps application" + +taxonomies: + faq: ["Android"] + +extra: + order: 30 +--- + +Most likely you configured to store maps data on SD card. Usually switchable SD cards in Android phones are slow and unreliable. + +Change Organic Maps config to store maps data in internal storage. Open Settings → Save maps to → Internal private storage. + + + +Or you can replace SD card with faster one to improve map performance. + diff --git a/content/faq/why-organic-maps-is-slow-on-my-device/settings-save-map-to.png b/content/faq/why-organic-maps-is-slow-on-my-device/settings-save-map-to.png new file mode 100644 index 00000000..b00d98ee Binary files /dev/null and b/content/faq/why-organic-maps-is-slow-on-my-device/settings-save-map-to.png differ diff --git a/content/faq/why-osm-route-are-truthful/index.md b/content/faq/why-osm-route-are-truthful/index.md new file mode 100644 index 00000000..9711481d --- /dev/null +++ b/content/faq/why-osm-route-are-truthful/index.md @@ -0,0 +1,12 @@ +--- +title: Почему маршруты в ОМ честные и отличаются от других приложений? +description: "Frequently asked questions for Organic Maps application" + +taxonomies: + faq: ["Routing"] + +extra: + order: 30 +--- + +??? diff --git a/content/faq/why-you-should-always-update-app-to-the-latest-version/index.md b/content/faq/why-you-should-always-update-app-to-the-latest-version/index.md new file mode 100644 index 00000000..9b8acad1 --- /dev/null +++ b/content/faq/why-you-should-always-update-app-to-the-latest-version/index.md @@ -0,0 +1,12 @@ +--- +title: Why you should always update app to the latest version? +description: "Frequently asked questions for Organic Maps application" + +taxonomies: + faq: ["General"] + +extra: + order: 40 +--- + +We constantly work on improvements and fixing bugs. New map data is distributed only with regular application updates. diff --git a/content/news/2021-05-06/6/index.md b/content/news/2021-05-06/6/index.md index a0c726cd..08c7a6e6 100644 --- a/content/news/2021-05-06/6/index.md +++ b/content/news/2021-05-06/6/index.md @@ -1,5 +1,6 @@ --- title: "No more trackers according to the latest Exodus Privacy Report!" +description: test date: 2021-05-06T07:20:28+00:00 slug: "no-more-trackers-according-to-the-latest-exodus-privacy-report" --- diff --git a/content/news/2021-05-06/_index.md b/content/news/2021-05-06/_index.md index b9938fe4..60088b4e 100644 --- a/content/news/2021-05-06/_index.md +++ b/content/news/2021-05-06/_index.md @@ -1,4 +1,3 @@ --- -date: 2021-05-06 sort_by: date --- \ No newline at end of file diff --git a/content/news/2021-05-09/_index.md b/content/news/2021-05-09/_index.md index a22e7d9c..60088b4e 100644 --- a/content/news/2021-05-09/_index.md +++ b/content/news/2021-05-09/_index.md @@ -1,4 +1,3 @@ --- -date: 2021-05-09 sort_by: date --- \ No newline at end of file diff --git a/content/news/2021-05-24/_index.md b/content/news/2021-05-24/_index.md index bff8bb62..60088b4e 100644 --- a/content/news/2021-05-24/_index.md +++ b/content/news/2021-05-24/_index.md @@ -1,4 +1,3 @@ --- -date: 2021-05-24 sort_by: date --- \ No newline at end of file diff --git a/content/news/2021-05-25/_index.md b/content/news/2021-05-25/_index.md index 7d7469ec..60088b4e 100644 --- a/content/news/2021-05-25/_index.md +++ b/content/news/2021-05-25/_index.md @@ -1,4 +1,3 @@ --- -date: 2021-05-25 sort_by: date --- \ No newline at end of file diff --git a/content/news/2021-06-06/_index.md b/content/news/2021-06-06/_index.md index 35cfdd7c..60088b4e 100644 --- a/content/news/2021-06-06/_index.md +++ b/content/news/2021-06-06/_index.md @@ -1,4 +1,3 @@ --- -date: 2021-06-06 sort_by: date --- \ No newline at end of file diff --git a/content/news/2021-06-17/_index.md b/content/news/2021-06-17/_index.md index 800bfcd7..60088b4e 100644 --- a/content/news/2021-06-17/_index.md +++ b/content/news/2021-06-17/_index.md @@ -1,4 +1,3 @@ --- -date: 2021-06-17 sort_by: date --- \ No newline at end of file diff --git a/content/news/2021-06-20/_index.md b/content/news/2021-06-20/_index.md index 9b4a6d66..60088b4e 100644 --- a/content/news/2021-06-20/_index.md +++ b/content/news/2021-06-20/_index.md @@ -1,4 +1,3 @@ --- -date: 2021-06-20 sort_by: date --- \ No newline at end of file diff --git a/content/news/2021-06-23/_index.md b/content/news/2021-06-23/_index.md index b4dbb594..60088b4e 100644 --- a/content/news/2021-06-23/_index.md +++ b/content/news/2021-06-23/_index.md @@ -1,4 +1,3 @@ --- -date: 2021-06-23 sort_by: date --- \ No newline at end of file diff --git a/content/news/2021-06-24/_index.md b/content/news/2021-06-24/_index.md index 158f6c66..60088b4e 100644 --- a/content/news/2021-06-24/_index.md +++ b/content/news/2021-06-24/_index.md @@ -1,4 +1,3 @@ --- -date: 2021-06-24 sort_by: date --- \ No newline at end of file diff --git a/content/news/2021-06-28/_index.md b/content/news/2021-06-28/_index.md index 1589f934..60088b4e 100644 --- a/content/news/2021-06-28/_index.md +++ b/content/news/2021-06-28/_index.md @@ -1,4 +1,3 @@ --- -date: 2021-06-28 sort_by: date --- \ No newline at end of file diff --git a/content/news/2021-07-10/_index.md b/content/news/2021-07-10/_index.md index d6137ea9..60088b4e 100644 --- a/content/news/2021-07-10/_index.md +++ b/content/news/2021-07-10/_index.md @@ -1,4 +1,3 @@ --- -date: 2021-07-10 sort_by: date --- \ No newline at end of file diff --git a/content/news/2021-08-07/_index.md b/content/news/2021-08-07/_index.md index 728e1652..60088b4e 100644 --- a/content/news/2021-08-07/_index.md +++ b/content/news/2021-08-07/_index.md @@ -1,4 +1,3 @@ --- -date: 2021-08-07 sort_by: date --- \ No newline at end of file diff --git a/content/news/2021-08-13/_index.md b/content/news/2021-08-13/_index.md index 8c47a8aa..60088b4e 100644 --- a/content/news/2021-08-13/_index.md +++ b/content/news/2021-08-13/_index.md @@ -1,4 +1,3 @@ --- -date: 2021-08-13 sort_by: date --- \ No newline at end of file diff --git a/content/news/2021-08-15/_index.md b/content/news/2021-08-15/_index.md index 5140b5bf..60088b4e 100644 --- a/content/news/2021-08-15/_index.md +++ b/content/news/2021-08-15/_index.md @@ -1,4 +1,3 @@ --- -date: 2021-08-15 sort_by: date --- \ No newline at end of file diff --git a/content/news/2021-08-16/_index.md b/content/news/2021-08-16/_index.md index 5d1e1ce3..60088b4e 100644 --- a/content/news/2021-08-16/_index.md +++ b/content/news/2021-08-16/_index.md @@ -1,4 +1,3 @@ --- -date: 2021-08-16 sort_by: date --- \ No newline at end of file diff --git a/content/news/2021-08-21/_index.md b/content/news/2021-08-21/_index.md index b1460bf4..60088b4e 100644 --- a/content/news/2021-08-21/_index.md +++ b/content/news/2021-08-21/_index.md @@ -1,4 +1,3 @@ --- -date: 2021-08-21 sort_by: date --- \ No newline at end of file diff --git a/content/news/2021-08-23/_index.md b/content/news/2021-08-23/_index.md index 29c4cdb7..60088b4e 100644 --- a/content/news/2021-08-23/_index.md +++ b/content/news/2021-08-23/_index.md @@ -1,4 +1,3 @@ --- -date: 2021-08-23 sort_by: date --- \ No newline at end of file diff --git a/content/news/2021-08-27/_index.md b/content/news/2021-08-27/_index.md index 4cae1848..60088b4e 100644 --- a/content/news/2021-08-27/_index.md +++ b/content/news/2021-08-27/_index.md @@ -1,4 +1,3 @@ --- -date: 2021-08-27 sort_by: date --- \ No newline at end of file diff --git a/content/news/2021-08-30/_index.md b/content/news/2021-08-30/_index.md index 2ff0d95e..60088b4e 100644 --- a/content/news/2021-08-30/_index.md +++ b/content/news/2021-08-30/_index.md @@ -1,4 +1,3 @@ --- -date: 2021-08-30 sort_by: date --- \ No newline at end of file diff --git a/content/news/2021-09-05/_index.md b/content/news/2021-09-05/_index.md index 7225b5e8..60088b4e 100644 --- a/content/news/2021-09-05/_index.md +++ b/content/news/2021-09-05/_index.md @@ -1,4 +1,3 @@ --- -date: 2021-09-05 sort_by: date --- \ No newline at end of file diff --git a/content/news/2021-09-15/_index.md b/content/news/2021-09-15/_index.md index 14b0f9f8..60088b4e 100644 --- a/content/news/2021-09-15/_index.md +++ b/content/news/2021-09-15/_index.md @@ -1,4 +1,3 @@ --- -date: 2021-09-15 sort_by: date --- \ No newline at end of file diff --git a/content/news/2021-09-26/_index.md b/content/news/2021-09-26/_index.md index 3b988d6a..60088b4e 100644 --- a/content/news/2021-09-26/_index.md +++ b/content/news/2021-09-26/_index.md @@ -1,4 +1,3 @@ --- -date: 2021-09-26 sort_by: date --- \ No newline at end of file diff --git a/content/news/2021-10-09/_index.md b/content/news/2021-10-09/_index.md index 195e9b6d..60088b4e 100644 --- a/content/news/2021-10-09/_index.md +++ b/content/news/2021-10-09/_index.md @@ -1,4 +1,3 @@ --- -date: 2021-10-09 sort_by: date --- \ No newline at end of file diff --git a/content/news/2021-10-14/_index.md b/content/news/2021-10-14/_index.md index e3daadaf..60088b4e 100644 --- a/content/news/2021-10-14/_index.md +++ b/content/news/2021-10-14/_index.md @@ -1,4 +1,3 @@ --- -date: 2021-10-14 sort_by: date --- \ No newline at end of file diff --git a/content/news/2021-10-21/_index.md b/content/news/2021-10-21/_index.md index 5052fb9c..60088b4e 100644 --- a/content/news/2021-10-21/_index.md +++ b/content/news/2021-10-21/_index.md @@ -1,4 +1,3 @@ --- -date: 2021-10-21 sort_by: date --- \ No newline at end of file diff --git a/content/news/2021-11-01/_index.md b/content/news/2021-11-01/_index.md index 4905e8fd..60088b4e 100644 --- a/content/news/2021-11-01/_index.md +++ b/content/news/2021-11-01/_index.md @@ -1,4 +1,3 @@ --- -date: 2021-11-01 sort_by: date --- \ No newline at end of file diff --git a/content/news/2021-11-09/_index.md b/content/news/2021-11-09/_index.md index 3fa25832..60088b4e 100644 --- a/content/news/2021-11-09/_index.md +++ b/content/news/2021-11-09/_index.md @@ -1,4 +1,3 @@ --- -date: 2021-11-09 sort_by: date --- \ No newline at end of file diff --git a/content/news/2021-11-21/_index.md b/content/news/2021-11-21/_index.md index 026894ff..60088b4e 100644 --- a/content/news/2021-11-21/_index.md +++ b/content/news/2021-11-21/_index.md @@ -1,4 +1,3 @@ --- -date: 2021-11-21 sort_by: date --- \ No newline at end of file diff --git a/content/news/2021-12-03/_index.md b/content/news/2021-12-03/_index.md index b8668850..60088b4e 100644 --- a/content/news/2021-12-03/_index.md +++ b/content/news/2021-12-03/_index.md @@ -1,4 +1,3 @@ --- -date: 2021-12-03 sort_by: date --- \ No newline at end of file diff --git a/content/news/2022-01-14/_index.md b/content/news/2022-01-14/_index.md index 9f375f35..60088b4e 100644 --- a/content/news/2022-01-14/_index.md +++ b/content/news/2022-01-14/_index.md @@ -1,4 +1,3 @@ --- -date: 2022-01-14 sort_by: date --- \ No newline at end of file diff --git a/content/news/2022-01-15/_index.md b/content/news/2022-01-15/_index.md index 317dad1c..60088b4e 100644 --- a/content/news/2022-01-15/_index.md +++ b/content/news/2022-01-15/_index.md @@ -1,4 +1,3 @@ --- -date: 2022-01-15 sort_by: date --- \ No newline at end of file diff --git a/content/news/2022-01-18/_index.md b/content/news/2022-01-18/_index.md index 44c9624c..60088b4e 100644 --- a/content/news/2022-01-18/_index.md +++ b/content/news/2022-01-18/_index.md @@ -1,4 +1,3 @@ --- -date: 2022-01-18 sort_by: date --- \ No newline at end of file diff --git a/content/news/2022-01-23/_index.md b/content/news/2022-01-23/_index.md index dcb83545..60088b4e 100644 --- a/content/news/2022-01-23/_index.md +++ b/content/news/2022-01-23/_index.md @@ -1,4 +1,3 @@ --- -date: 2022-01-23 sort_by: date --- \ No newline at end of file diff --git a/content/news/2022-02-02/_index.md b/content/news/2022-02-02/_index.md index 3285809c..60088b4e 100644 --- a/content/news/2022-02-02/_index.md +++ b/content/news/2022-02-02/_index.md @@ -1,4 +1,3 @@ --- -date: 2022-02-02 sort_by: date --- \ No newline at end of file diff --git a/content/news/2022-02-12/_index.md b/content/news/2022-02-12/_index.md index f5fa5199..60088b4e 100644 --- a/content/news/2022-02-12/_index.md +++ b/content/news/2022-02-12/_index.md @@ -1,4 +1,3 @@ --- -date: 2022-02-12 sort_by: date --- \ No newline at end of file diff --git a/content/news/2022-02-14/_index.md b/content/news/2022-02-14/_index.md index fcbcda17..60088b4e 100644 --- a/content/news/2022-02-14/_index.md +++ b/content/news/2022-02-14/_index.md @@ -1,4 +1,3 @@ --- -date: 2022-02-14 sort_by: date --- \ No newline at end of file diff --git a/content/news/2022-02-21/_index.md b/content/news/2022-02-21/_index.md index 31d9bfab..60088b4e 100644 --- a/content/news/2022-02-21/_index.md +++ b/content/news/2022-02-21/_index.md @@ -1,4 +1,3 @@ --- -date: 2022-02-21 sort_by: date --- \ No newline at end of file diff --git a/content/news/2022-02-22/_index.md b/content/news/2022-02-22/_index.md index 9524dada..60088b4e 100644 --- a/content/news/2022-02-22/_index.md +++ b/content/news/2022-02-22/_index.md @@ -1,4 +1,3 @@ --- -date: 2022-02-22 sort_by: date --- \ No newline at end of file diff --git a/content/news/2022-03-11/_index.md b/content/news/2022-03-11/_index.md index 13d631df..60088b4e 100644 --- a/content/news/2022-03-11/_index.md +++ b/content/news/2022-03-11/_index.md @@ -1,4 +1,3 @@ --- -date: 2022-03-11 sort_by: date --- \ No newline at end of file diff --git a/content/news/2022-03-16/_index.md b/content/news/2022-03-16/_index.md index b4f9690a..60088b4e 100644 --- a/content/news/2022-03-16/_index.md +++ b/content/news/2022-03-16/_index.md @@ -1,4 +1,3 @@ --- -date: 2022-03-16 sort_by: date --- \ No newline at end of file diff --git a/content/news/2022-03-25/_index.md b/content/news/2022-03-25/_index.md index 591f5005..60088b4e 100644 --- a/content/news/2022-03-25/_index.md +++ b/content/news/2022-03-25/_index.md @@ -1,4 +1,3 @@ --- -date: 2022-03-25 sort_by: date --- \ No newline at end of file diff --git a/content/news/2022-04-11/_index.md b/content/news/2022-04-11/_index.md index 0130f17a..60088b4e 100644 --- a/content/news/2022-04-11/_index.md +++ b/content/news/2022-04-11/_index.md @@ -1,4 +1,3 @@ --- -date: 2022-04-11 sort_by: date --- \ No newline at end of file diff --git a/content/news/2022-04-18/_index.md b/content/news/2022-04-18/_index.md index 51ebb606..60088b4e 100644 --- a/content/news/2022-04-18/_index.md +++ b/content/news/2022-04-18/_index.md @@ -1,4 +1,3 @@ --- -date: 2022-04-18 sort_by: date --- \ No newline at end of file diff --git a/content/news/2022-05-02/_index.md b/content/news/2022-05-02/_index.md index bcfabe12..60088b4e 100644 --- a/content/news/2022-05-02/_index.md +++ b/content/news/2022-05-02/_index.md @@ -1,4 +1,3 @@ --- -date: 2022-05-02 sort_by: date --- \ No newline at end of file diff --git a/content/news/2022-05-24/_index.md b/content/news/2022-05-24/_index.md index 100245d9..60088b4e 100644 --- a/content/news/2022-05-24/_index.md +++ b/content/news/2022-05-24/_index.md @@ -1,4 +1,3 @@ --- -date: 2022-05-24 sort_by: date --- \ No newline at end of file diff --git a/content/news/2022-06-05/_index.md b/content/news/2022-06-05/_index.md index a0cb45de..60088b4e 100644 --- a/content/news/2022-06-05/_index.md +++ b/content/news/2022-06-05/_index.md @@ -1,4 +1,3 @@ --- -date: 2022-06-05 sort_by: date --- \ No newline at end of file diff --git a/content/news/2022-06-20/_index.md b/content/news/2022-06-20/_index.md index d82bd9a6..60088b4e 100644 --- a/content/news/2022-06-20/_index.md +++ b/content/news/2022-06-20/_index.md @@ -1,4 +1,3 @@ --- -date: 2022-06-20 sort_by: date --- \ No newline at end of file diff --git a/content/news/2022-06-28/_index.md b/content/news/2022-06-28/_index.md index b1f409d3..60088b4e 100644 --- a/content/news/2022-06-28/_index.md +++ b/content/news/2022-06-28/_index.md @@ -1,4 +1,3 @@ --- -date: 2022-06-28 sort_by: date --- \ No newline at end of file diff --git a/content/news/2022-06-29/_index.md b/content/news/2022-06-29/_index.md index 91621a3b..60088b4e 100644 --- a/content/news/2022-06-29/_index.md +++ b/content/news/2022-06-29/_index.md @@ -1,4 +1,3 @@ --- -date: 2022-06-29 sort_by: date --- \ No newline at end of file diff --git a/content/news/2022-07-02/_index.md b/content/news/2022-07-02/_index.md index 56360b57..60088b4e 100644 --- a/content/news/2022-07-02/_index.md +++ b/content/news/2022-07-02/_index.md @@ -1,4 +1,3 @@ --- -date: 2022-07-02 sort_by: date --- \ No newline at end of file diff --git a/content/news/2022-07-04/_index.md b/content/news/2022-07-04/_index.md index dec3e154..2c1426ee 100644 --- a/content/news/2022-07-04/_index.md +++ b/content/news/2022-07-04/_index.md @@ -1,4 +1,3 @@ --- -date: 2022-07-04 sort_by: date --- diff --git a/content/news/2022-07-12/_index.md b/content/news/2022-07-12/_index.md index e1d3cc48..60088b4e 100644 --- a/content/news/2022-07-12/_index.md +++ b/content/news/2022-07-12/_index.md @@ -1,4 +1,3 @@ --- -date: 2022-07-12 sort_by: date --- \ No newline at end of file diff --git a/content/news/2022-07-28/_index.md b/content/news/2022-07-28/_index.md index 155b0732..60088b4e 100644 --- a/content/news/2022-07-28/_index.md +++ b/content/news/2022-07-28/_index.md @@ -1,4 +1,3 @@ --- -date: 2022-07-28 sort_by: date --- \ No newline at end of file diff --git a/content/news/2022-08-01/_index.md b/content/news/2022-08-01/_index.md index e88cc282..60088b4e 100644 --- a/content/news/2022-08-01/_index.md +++ b/content/news/2022-08-01/_index.md @@ -1,4 +1,3 @@ --- -date: 2022-08-01 sort_by: date --- \ No newline at end of file diff --git a/content/news/2022-08-03/_index.md b/content/news/2022-08-03/_index.md index 2cfa84d3..60088b4e 100644 --- a/content/news/2022-08-03/_index.md +++ b/content/news/2022-08-03/_index.md @@ -1,4 +1,3 @@ --- -date: 2022-08-03 sort_by: date --- \ No newline at end of file diff --git a/content/news/2022-08-24/_index.md b/content/news/2022-08-24/_index.md index 13047a6e..60088b4e 100644 --- a/content/news/2022-08-24/_index.md +++ b/content/news/2022-08-24/_index.md @@ -1,4 +1,3 @@ --- -date: 2022-08-24 sort_by: date --- \ No newline at end of file diff --git a/content/news/2022-08-31/_index.md b/content/news/2022-08-31/_index.md index f159b61c..60088b4e 100644 --- a/content/news/2022-08-31/_index.md +++ b/content/news/2022-08-31/_index.md @@ -1,4 +1,3 @@ --- -date: 2022-08-31 sort_by: date --- \ No newline at end of file diff --git a/content/news/2022-09-17/_index.md b/content/news/2022-09-17/_index.md index 6e114ace..60088b4e 100644 --- a/content/news/2022-09-17/_index.md +++ b/content/news/2022-09-17/_index.md @@ -1,4 +1,3 @@ --- -date: 2022-09-17 sort_by: date --- \ No newline at end of file diff --git a/content/news/2022-09-22/_index.md b/content/news/2022-09-22/_index.md index ec38af10..60088b4e 100644 --- a/content/news/2022-09-22/_index.md +++ b/content/news/2022-09-22/_index.md @@ -1,4 +1,3 @@ --- -date: 2022-09-22 sort_by: date --- \ No newline at end of file diff --git a/content/news/2022-10-07/_index.it.md b/content/news/2022-10-07/_index.it.md index 04f10969..60088b4e 100644 --- a/content/news/2022-10-07/_index.it.md +++ b/content/news/2022-10-07/_index.it.md @@ -1,4 +1,3 @@ --- -date: 2022-10-07 sort_by: date --- \ No newline at end of file diff --git a/content/news/2022-10-07/_index.md b/content/news/2022-10-07/_index.md index 04f10969..60088b4e 100644 --- a/content/news/2022-10-07/_index.md +++ b/content/news/2022-10-07/_index.md @@ -1,4 +1,3 @@ --- -date: 2022-10-07 sort_by: date --- \ No newline at end of file diff --git a/content/news/2022-10-07/_index.ru.md b/content/news/2022-10-07/_index.ru.md index 04f10969..60088b4e 100644 --- a/content/news/2022-10-07/_index.ru.md +++ b/content/news/2022-10-07/_index.ru.md @@ -1,4 +1,3 @@ --- -date: 2022-10-07 sort_by: date --- \ No newline at end of file diff --git a/content/news/2022-10-07/_index.tr.md b/content/news/2022-10-07/_index.tr.md index 04f10969..60088b4e 100644 --- a/content/news/2022-10-07/_index.tr.md +++ b/content/news/2022-10-07/_index.tr.md @@ -1,4 +1,3 @@ --- -date: 2022-10-07 sort_by: date --- \ No newline at end of file diff --git a/content/news/2022-10-10/_index.md b/content/news/2022-10-10/_index.md index c6fc8d3b..60088b4e 100644 --- a/content/news/2022-10-10/_index.md +++ b/content/news/2022-10-10/_index.md @@ -1,4 +1,3 @@ --- -date: 2022-10-10 sort_by: date --- \ No newline at end of file diff --git a/content/news/2022-11-03/_index.md b/content/news/2022-11-03/_index.md index e0dc46fc..60088b4e 100644 --- a/content/news/2022-11-03/_index.md +++ b/content/news/2022-11-03/_index.md @@ -1,4 +1,3 @@ --- -date: 2022-11-03 sort_by: date --- \ No newline at end of file diff --git a/content/news/2022-11-07/_index.md b/content/news/2022-11-07/_index.md index 17395a40..60088b4e 100644 --- a/content/news/2022-11-07/_index.md +++ b/content/news/2022-11-07/_index.md @@ -1,4 +1,3 @@ --- -date: 2022-11-07 sort_by: date --- \ No newline at end of file diff --git a/content/news/2022-11-09/_index.md b/content/news/2022-11-09/_index.md index 7ad59b00..60088b4e 100644 --- a/content/news/2022-11-09/_index.md +++ b/content/news/2022-11-09/_index.md @@ -1,4 +1,3 @@ --- -date: 2022-11-09 sort_by: date --- \ No newline at end of file diff --git a/content/news/2022-11-21/_index.md b/content/news/2022-11-21/_index.md index 53fb613d..60088b4e 100644 --- a/content/news/2022-11-21/_index.md +++ b/content/news/2022-11-21/_index.md @@ -1,4 +1,3 @@ --- -date: 2022-11-21 sort_by: date --- \ No newline at end of file diff --git a/content/news/2022-11-21/_index.tr.md b/content/news/2022-11-21/_index.tr.md index 53fb613d..60088b4e 100644 --- a/content/news/2022-11-21/_index.tr.md +++ b/content/news/2022-11-21/_index.tr.md @@ -1,4 +1,3 @@ --- -date: 2022-11-21 sort_by: date --- \ No newline at end of file diff --git a/content/news/2022-11-30/_index.md b/content/news/2022-11-30/_index.md index 02e56247..60088b4e 100644 --- a/content/news/2022-11-30/_index.md +++ b/content/news/2022-11-30/_index.md @@ -1,4 +1,3 @@ --- -date: 2022-11-30 sort_by: date --- \ No newline at end of file diff --git a/content/news/2022-11-30/_index.tr.md b/content/news/2022-11-30/_index.tr.md index 02e56247..60088b4e 100644 --- a/content/news/2022-11-30/_index.tr.md +++ b/content/news/2022-11-30/_index.tr.md @@ -1,4 +1,3 @@ --- -date: 2022-11-30 sort_by: date --- \ No newline at end of file diff --git a/content/news/2022-12-02/_index.md b/content/news/2022-12-02/_index.md index aa7d2eef..60088b4e 100644 --- a/content/news/2022-12-02/_index.md +++ b/content/news/2022-12-02/_index.md @@ -1,4 +1,3 @@ --- -date: 2022-12-02 sort_by: date --- \ No newline at end of file diff --git a/content/news/2022-12-02/_index.ru.md b/content/news/2022-12-02/_index.ru.md index aa7d2eef..60088b4e 100644 --- a/content/news/2022-12-02/_index.ru.md +++ b/content/news/2022-12-02/_index.ru.md @@ -1,4 +1,3 @@ --- -date: 2022-12-02 sort_by: date --- \ No newline at end of file diff --git a/content/news/2022-12-02/_index.tr.md b/content/news/2022-12-02/_index.tr.md index aa7d2eef..60088b4e 100644 --- a/content/news/2022-12-02/_index.tr.md +++ b/content/news/2022-12-02/_index.tr.md @@ -1,4 +1,3 @@ --- -date: 2022-12-02 sort_by: date --- \ No newline at end of file diff --git a/content/news/2022-12-23/_index.cs.md b/content/news/2022-12-23/_index.cs.md index 484a553c..60088b4e 100644 --- a/content/news/2022-12-23/_index.cs.md +++ b/content/news/2022-12-23/_index.cs.md @@ -1,4 +1,3 @@ --- -date: 2022-12-23 sort_by: date --- \ No newline at end of file diff --git a/content/news/2022-12-23/_index.it.md b/content/news/2022-12-23/_index.it.md index 484a553c..60088b4e 100644 --- a/content/news/2022-12-23/_index.it.md +++ b/content/news/2022-12-23/_index.it.md @@ -1,4 +1,3 @@ --- -date: 2022-12-23 sort_by: date --- \ No newline at end of file diff --git a/content/news/2022-12-23/_index.md b/content/news/2022-12-23/_index.md index 484a553c..60088b4e 100644 --- a/content/news/2022-12-23/_index.md +++ b/content/news/2022-12-23/_index.md @@ -1,4 +1,3 @@ --- -date: 2022-12-23 sort_by: date --- \ No newline at end of file diff --git a/content/news/2022-12-23/_index.ru.md b/content/news/2022-12-23/_index.ru.md index 484a553c..60088b4e 100644 --- a/content/news/2022-12-23/_index.ru.md +++ b/content/news/2022-12-23/_index.ru.md @@ -1,4 +1,3 @@ --- -date: 2022-12-23 sort_by: date --- \ No newline at end of file diff --git a/content/news/2022-12-23/_index.tr.md b/content/news/2022-12-23/_index.tr.md index 484a553c..60088b4e 100644 --- a/content/news/2022-12-23/_index.tr.md +++ b/content/news/2022-12-23/_index.tr.md @@ -1,4 +1,3 @@ --- -date: 2022-12-23 sort_by: date --- \ No newline at end of file diff --git a/content/news/2023-01-01/_index.it.md b/content/news/2023-01-01/_index.it.md index 8ce05786..60088b4e 100644 --- a/content/news/2023-01-01/_index.it.md +++ b/content/news/2023-01-01/_index.it.md @@ -1,4 +1,3 @@ --- -date: 2023-01-01 sort_by: date --- \ No newline at end of file diff --git a/content/news/2023-01-01/_index.md b/content/news/2023-01-01/_index.md index 8ce05786..60088b4e 100644 --- a/content/news/2023-01-01/_index.md +++ b/content/news/2023-01-01/_index.md @@ -1,4 +1,3 @@ --- -date: 2023-01-01 sort_by: date --- \ No newline at end of file diff --git a/content/news/2023-01-15/_index.it.md b/content/news/2023-01-15/_index.it.md index 32646449..60088b4e 100644 --- a/content/news/2023-01-15/_index.it.md +++ b/content/news/2023-01-15/_index.it.md @@ -1,4 +1,3 @@ --- -date: 2023-01-15 sort_by: date --- \ No newline at end of file diff --git a/content/news/2023-01-15/_index.md b/content/news/2023-01-15/_index.md index 32646449..60088b4e 100644 --- a/content/news/2023-01-15/_index.md +++ b/content/news/2023-01-15/_index.md @@ -1,4 +1,3 @@ --- -date: 2023-01-15 sort_by: date --- \ No newline at end of file diff --git a/content/news/2023-01-20/_index.it.md b/content/news/2023-01-20/_index.it.md index be32b9b7..60088b4e 100644 --- a/content/news/2023-01-20/_index.it.md +++ b/content/news/2023-01-20/_index.it.md @@ -1,4 +1,3 @@ --- -date: 2023-01-20 sort_by: date --- \ No newline at end of file diff --git a/content/news/2023-01-20/_index.md b/content/news/2023-01-20/_index.md index be32b9b7..60088b4e 100644 --- a/content/news/2023-01-20/_index.md +++ b/content/news/2023-01-20/_index.md @@ -1,4 +1,3 @@ --- -date: 2023-01-20 sort_by: date --- \ No newline at end of file diff --git a/content/news/2023-01-24/_index.it.md b/content/news/2023-01-24/_index.it.md index e8f85ab4..60088b4e 100644 --- a/content/news/2023-01-24/_index.it.md +++ b/content/news/2023-01-24/_index.it.md @@ -1,4 +1,3 @@ --- -date: 2023-01-24 sort_by: date --- \ No newline at end of file diff --git a/content/news/2023-01-24/_index.md b/content/news/2023-01-24/_index.md index e8f85ab4..60088b4e 100644 --- a/content/news/2023-01-24/_index.md +++ b/content/news/2023-01-24/_index.md @@ -1,4 +1,3 @@ --- -date: 2023-01-24 sort_by: date --- \ No newline at end of file diff --git a/content/news/2023-01-27/_index.cs.md b/content/news/2023-01-27/_index.cs.md index 4a6ebd35..60088b4e 100644 --- a/content/news/2023-01-27/_index.cs.md +++ b/content/news/2023-01-27/_index.cs.md @@ -1,4 +1,3 @@ --- -date: 2023-01-27 sort_by: date --- \ No newline at end of file diff --git a/content/news/2023-01-27/_index.es.md b/content/news/2023-01-27/_index.es.md index 4a6ebd35..60088b4e 100644 --- a/content/news/2023-01-27/_index.es.md +++ b/content/news/2023-01-27/_index.es.md @@ -1,4 +1,3 @@ --- -date: 2023-01-27 sort_by: date --- \ No newline at end of file diff --git a/content/news/2023-01-27/_index.it.md b/content/news/2023-01-27/_index.it.md index 4a6ebd35..60088b4e 100644 --- a/content/news/2023-01-27/_index.it.md +++ b/content/news/2023-01-27/_index.it.md @@ -1,4 +1,3 @@ --- -date: 2023-01-27 sort_by: date --- \ No newline at end of file diff --git a/content/news/2023-01-27/_index.md b/content/news/2023-01-27/_index.md index 4a6ebd35..60088b4e 100644 --- a/content/news/2023-01-27/_index.md +++ b/content/news/2023-01-27/_index.md @@ -1,4 +1,3 @@ --- -date: 2023-01-27 sort_by: date --- \ No newline at end of file diff --git a/content/news/2023-01-27/_index.nl.md b/content/news/2023-01-27/_index.nl.md index 4a6ebd35..60088b4e 100644 --- a/content/news/2023-01-27/_index.nl.md +++ b/content/news/2023-01-27/_index.nl.md @@ -1,4 +1,3 @@ --- -date: 2023-01-27 sort_by: date --- \ No newline at end of file diff --git a/content/news/2023-01-27/_index.pt-BR.md b/content/news/2023-01-27/_index.pt-BR.md index 4a6ebd35..60088b4e 100644 --- a/content/news/2023-01-27/_index.pt-BR.md +++ b/content/news/2023-01-27/_index.pt-BR.md @@ -1,4 +1,3 @@ --- -date: 2023-01-27 sort_by: date --- \ No newline at end of file diff --git a/content/news/2023-01-27/_index.ru.md b/content/news/2023-01-27/_index.ru.md index 4a6ebd35..60088b4e 100644 --- a/content/news/2023-01-27/_index.ru.md +++ b/content/news/2023-01-27/_index.ru.md @@ -1,4 +1,3 @@ --- -date: 2023-01-27 sort_by: date --- \ No newline at end of file diff --git a/content/news/2023-01-27/_index.tr.md b/content/news/2023-01-27/_index.tr.md index 4a6ebd35..60088b4e 100644 --- a/content/news/2023-01-27/_index.tr.md +++ b/content/news/2023-01-27/_index.tr.md @@ -1,4 +1,3 @@ --- -date: 2023-01-27 sort_by: date --- \ No newline at end of file diff --git a/content/news/2023-02-14/_index.fr.md b/content/news/2023-02-14/_index.fr.md index e797121d..60088b4e 100644 --- a/content/news/2023-02-14/_index.fr.md +++ b/content/news/2023-02-14/_index.fr.md @@ -1,4 +1,3 @@ --- -date: 2023-02-14 sort_by: date --- \ No newline at end of file diff --git a/content/news/2023-02-14/_index.it.md b/content/news/2023-02-14/_index.it.md index e797121d..60088b4e 100644 --- a/content/news/2023-02-14/_index.it.md +++ b/content/news/2023-02-14/_index.it.md @@ -1,4 +1,3 @@ --- -date: 2023-02-14 sort_by: date --- \ No newline at end of file diff --git a/content/news/2023-02-14/_index.md b/content/news/2023-02-14/_index.md index e797121d..60088b4e 100644 --- a/content/news/2023-02-14/_index.md +++ b/content/news/2023-02-14/_index.md @@ -1,4 +1,3 @@ --- -date: 2023-02-14 sort_by: date --- \ No newline at end of file diff --git a/content/news/2023-02-14/_index.nl.md b/content/news/2023-02-14/_index.nl.md index e797121d..60088b4e 100644 --- a/content/news/2023-02-14/_index.nl.md +++ b/content/news/2023-02-14/_index.nl.md @@ -1,4 +1,3 @@ --- -date: 2023-02-14 sort_by: date --- \ No newline at end of file diff --git a/content/news/2023-02-14/_index.pt-BR.md b/content/news/2023-02-14/_index.pt-BR.md index e797121d..60088b4e 100644 --- a/content/news/2023-02-14/_index.pt-BR.md +++ b/content/news/2023-02-14/_index.pt-BR.md @@ -1,4 +1,3 @@ --- -date: 2023-02-14 sort_by: date --- \ No newline at end of file diff --git a/content/news/2023-02-14/_index.ru.md b/content/news/2023-02-14/_index.ru.md index e797121d..60088b4e 100644 --- a/content/news/2023-02-14/_index.ru.md +++ b/content/news/2023-02-14/_index.ru.md @@ -1,4 +1,3 @@ --- -date: 2023-02-14 sort_by: date --- \ No newline at end of file diff --git a/content/news/2023-02-14/_index.tr.md b/content/news/2023-02-14/_index.tr.md index e797121d..60088b4e 100644 --- a/content/news/2023-02-14/_index.tr.md +++ b/content/news/2023-02-14/_index.tr.md @@ -1,4 +1,3 @@ --- -date: 2023-02-14 sort_by: date --- \ No newline at end of file diff --git a/content/news/2023-02-14/_index.zh-CN.md b/content/news/2023-02-14/_index.zh-CN.md index e797121d..60088b4e 100644 --- a/content/news/2023-02-14/_index.zh-CN.md +++ b/content/news/2023-02-14/_index.zh-CN.md @@ -1,4 +1,3 @@ --- -date: 2023-02-14 sort_by: date --- \ No newline at end of file diff --git a/content/news/2023-02-17/_index.it.md b/content/news/2023-02-17/_index.it.md index eddc1d39..60088b4e 100644 --- a/content/news/2023-02-17/_index.it.md +++ b/content/news/2023-02-17/_index.it.md @@ -1,4 +1,3 @@ --- -date: 2023-02-17 sort_by: date --- \ No newline at end of file diff --git a/content/news/2023-02-17/_index.md b/content/news/2023-02-17/_index.md index eddc1d39..60088b4e 100644 --- a/content/news/2023-02-17/_index.md +++ b/content/news/2023-02-17/_index.md @@ -1,4 +1,3 @@ --- -date: 2023-02-17 sort_by: date --- \ No newline at end of file diff --git a/content/news/2023-02-28/_index.it.md b/content/news/2023-02-28/_index.it.md index 78740523..60088b4e 100644 --- a/content/news/2023-02-28/_index.it.md +++ b/content/news/2023-02-28/_index.it.md @@ -1,4 +1,3 @@ --- -date: 2023-02-28 sort_by: date --- \ No newline at end of file diff --git a/content/news/2023-02-28/_index.md b/content/news/2023-02-28/_index.md index 78740523..60088b4e 100644 --- a/content/news/2023-02-28/_index.md +++ b/content/news/2023-02-28/_index.md @@ -1,4 +1,3 @@ --- -date: 2023-02-28 sort_by: date --- \ No newline at end of file diff --git a/content/news/2023-02-28/_index.tr.md b/content/news/2023-02-28/_index.tr.md index 782096ea..2c1426ee 100644 --- a/content/news/2023-02-28/_index.tr.md +++ b/content/news/2023-02-28/_index.tr.md @@ -1,4 +1,3 @@ --- -date: 2023-02-28 sort_by: date --- diff --git a/content/news/2023-03-09/_index.md b/content/news/2023-03-09/_index.md index ed09056b..60088b4e 100644 --- a/content/news/2023-03-09/_index.md +++ b/content/news/2023-03-09/_index.md @@ -1,4 +1,3 @@ --- -date: 2023-03-09 sort_by: date --- \ No newline at end of file diff --git a/content/news/2023-03-09/_index.tr.md b/content/news/2023-03-09/_index.tr.md index 8843183b..2c1426ee 100644 --- a/content/news/2023-03-09/_index.tr.md +++ b/content/news/2023-03-09/_index.tr.md @@ -1,4 +1,3 @@ --- -date: 2023-03-09 sort_by: date --- diff --git a/content/news/2023-04-06/_index.md b/content/news/2023-04-06/_index.md index 683b42a3..60088b4e 100644 --- a/content/news/2023-04-06/_index.md +++ b/content/news/2023-04-06/_index.md @@ -1,4 +1,3 @@ --- -date: 2023-04-06 sort_by: date --- \ No newline at end of file diff --git a/content/news/2023-04-06/_index.tr.md b/content/news/2023-04-06/_index.tr.md index 153a2111..2c1426ee 100644 --- a/content/news/2023-04-06/_index.tr.md +++ b/content/news/2023-04-06/_index.tr.md @@ -1,4 +1,3 @@ --- -date: 2023-04-06 sort_by: date --- diff --git a/content/news/2023-05-12/_index.md b/content/news/2023-05-12/_index.md index 983e7e54..60088b4e 100644 --- a/content/news/2023-05-12/_index.md +++ b/content/news/2023-05-12/_index.md @@ -1,4 +1,3 @@ --- -date: 2023-05-12 sort_by: date --- \ No newline at end of file diff --git a/content/news/2023-05-12/_index.ru.md b/content/news/2023-05-12/_index.ru.md index 983e7e54..60088b4e 100644 --- a/content/news/2023-05-12/_index.ru.md +++ b/content/news/2023-05-12/_index.ru.md @@ -1,4 +1,3 @@ --- -date: 2023-05-12 sort_by: date --- \ No newline at end of file diff --git a/content/news/2023-05-12/_index.tr.md b/content/news/2023-05-12/_index.tr.md index e503f30c..2c1426ee 100644 --- a/content/news/2023-05-12/_index.tr.md +++ b/content/news/2023-05-12/_index.tr.md @@ -1,4 +1,3 @@ --- -date: 2023-05-12 sort_by: date --- diff --git a/content/news/2023-06-01/_index.md b/content/news/2023-06-01/_index.md index ed51fa5f..60088b4e 100644 --- a/content/news/2023-06-01/_index.md +++ b/content/news/2023-06-01/_index.md @@ -1,4 +1,3 @@ --- -date: 2023-06-01 sort_by: date --- \ No newline at end of file diff --git a/content/news/2023-06-01/_index.tr.md b/content/news/2023-06-01/_index.tr.md index 72819a35..2c1426ee 100644 --- a/content/news/2023-06-01/_index.tr.md +++ b/content/news/2023-06-01/_index.tr.md @@ -1,4 +1,3 @@ --- -date: 2023-06-01 sort_by: date --- diff --git a/content/news/2023-06-07/_index.md b/content/news/2023-06-07/_index.md index 7417dc07..60088b4e 100644 --- a/content/news/2023-06-07/_index.md +++ b/content/news/2023-06-07/_index.md @@ -1,4 +1,3 @@ --- -date: 2023-06-07 sort_by: date --- \ No newline at end of file diff --git a/content/news/2023-06-07/_index.tr.md b/content/news/2023-06-07/_index.tr.md index 094b4ab6..2c1426ee 100644 --- a/content/news/2023-06-07/_index.tr.md +++ b/content/news/2023-06-07/_index.tr.md @@ -1,4 +1,3 @@ --- -date: 2023-06-07 sort_by: date --- diff --git a/content/news/2023-07-17/_index.md b/content/news/2023-07-17/_index.md index a6a8170e..60088b4e 100644 --- a/content/news/2023-07-17/_index.md +++ b/content/news/2023-07-17/_index.md @@ -1,4 +1,3 @@ --- -date: 2023-07-17 sort_by: date --- \ No newline at end of file diff --git a/content/news/2023-07-18/_index.de.md b/content/news/2023-07-18/_index.de.md index 527882b7..60088b4e 100644 --- a/content/news/2023-07-18/_index.de.md +++ b/content/news/2023-07-18/_index.de.md @@ -1,4 +1,3 @@ --- -date: 2023-07-18 sort_by: date --- \ No newline at end of file diff --git a/content/news/2023-07-18/_index.md b/content/news/2023-07-18/_index.md index 527882b7..60088b4e 100644 --- a/content/news/2023-07-18/_index.md +++ b/content/news/2023-07-18/_index.md @@ -1,4 +1,3 @@ --- -date: 2023-07-18 sort_by: date --- \ No newline at end of file diff --git a/content/news/2023-07-23/_index.md b/content/news/2023-07-23/_index.md index c2fdb083..60088b4e 100644 --- a/content/news/2023-07-23/_index.md +++ b/content/news/2023-07-23/_index.md @@ -1,4 +1,3 @@ --- -date: 2023-07-23 sort_by: date --- \ No newline at end of file diff --git a/content/news/2023-08-21/_index.md b/content/news/2023-08-21/_index.md index 463fc734..60088b4e 100644 --- a/content/news/2023-08-21/_index.md +++ b/content/news/2023-08-21/_index.md @@ -1,4 +1,3 @@ --- -date: 2023-08-21 sort_by: date --- \ No newline at end of file diff --git a/content/news/2023-09-15/_index.md b/content/news/2023-09-15/_index.md index 9531ce3f..60088b4e 100644 --- a/content/news/2023-09-15/_index.md +++ b/content/news/2023-09-15/_index.md @@ -1,4 +1,3 @@ --- -date: 2023-09-15 sort_by: date --- \ No newline at end of file diff --git a/content/news/2023-09-21/_index.md b/content/news/2023-09-21/_index.md index ec9999a7..60088b4e 100644 --- a/content/news/2023-09-21/_index.md +++ b/content/news/2023-09-21/_index.md @@ -1,4 +1,3 @@ --- -date: 2023-09-21 sort_by: date --- \ No newline at end of file diff --git a/content/news/2023-09-28/219/1.webp b/content/news/2023-09-28/219/1.webp deleted file mode 100644 index ccd37c8b..00000000 Binary files a/content/news/2023-09-28/219/1.webp and /dev/null differ diff --git a/content/news/2023-09-28/219/index.md b/content/news/2023-09-28/219/index.md deleted file mode 100644 index 47a35485..00000000 --- a/content/news/2023-09-28/219/index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Un artículo sobre Organic Maps en español." -date: 2023-09-28T19:27:52+00:00 -slug: "nuestra-piscina-espanola" ---- - -[Nuestra piscina española](https://www.elespanol.com/elandroidelibre/aplicaciones/20230909/adios-google-maps-wikiloc-organic-avanzada-apps-mapas-no-necesita-conexion/792421133%5F0.html) :) diff --git a/content/news/2023-09-28/_index.md b/content/news/2023-09-28/_index.md deleted file mode 100644 index 7f7fc4ef..00000000 --- a/content/news/2023-09-28/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -date: 2023-09-28 -sort_by: date ---- \ No newline at end of file diff --git a/content/news/2023-09-30/221/1.jpg b/content/news/2023-09-30/221/1.jpg deleted file mode 100644 index 2bd38a74..00000000 Binary files a/content/news/2023-09-30/221/1.jpg and /dev/null differ diff --git a/content/news/2023-09-30/221/2.jpg b/content/news/2023-09-30/221/2.jpg deleted file mode 100644 index dffe669c..00000000 Binary files a/content/news/2023-09-30/221/2.jpg and /dev/null differ diff --git a/content/news/2023-09-30/221/index.md b/content/news/2023-09-30/221/index.md deleted file mode 100644 index 2dc89ee3..00000000 --- a/content/news/2023-09-30/221/index.md +++ /dev/null @@ -1,58 +0,0 @@ ---- -title: "Organic Crowdfunding and the September update" -date: 2023-09-30T22:50:03+00:00 -slug: "organic-maps-crowdfunding-and-september-update" ---- - -A short announcement before the details about the September Organic Maps release. -We are looking for volunteers to help us in different areas. A lot of interesting and challenging work (did you already check [1800+ issues on Github](https://github.com/organicmaps/organicmaps/issues/)? 💪) awaits on the open-source, community-built road to the best, fastest 🚀, easy-to-use 👴 👵 🧒, and privacy-focused maps. Want to [help us ](https://organicmaps.app/support-us/)with the app and website development, marketing, PR, financing, user support, or in any other way? Say hello@organicmaps.app. - -If we get enough money, we can significantly speed up the development by hiring a full-time team and rewarding the most active contributors. If we get more users, we get more donations. [Donate](https://organicmaps.app/donate/) and spread the word 💸! Let's call it **Organic Crowdfunding** 💰 - -Several new features are available in the September update. You can easily measure distance and build straight-line routes in the same way as you are building other routes, and even simpler, with a single tap! We called it Helicopter Routing but then decided to rename into the Ruler to avoid confusion. -Another new Android feature is background voice directions. Now Organic Maps can talk with you from your pocket 🙂 - -* New OSM maps data as of September 20 -* Added new route type "Ruler" (aka Helicopter Routing) to measure straight distances quickly, many thanks to Sergiy [@strump](https://github.com/strump) for bringing it to life! -* Set decimal and grouping separators depending on the system locale, thanks to Gonzalo [@gpesquero](https://github.com/gpesquero) -* Removed annoying zoom in route planning mode -* Parking entrances are searchable now -* Improved street matching and results relevance (thanks to Viktar [@vng](https://github.com/vng) for all search improvements!) -* Search for grocery and houseware -* Caves can be added in the Editor -* Improved Arabic, Polish, and Spanish translations - -Android -* Background voice and directions, thanks to Roman [@rtsisyk](https://github.com/rtsisyk) -* Fixed "Wait..." dialog on startup on Android 13 with many downloaded maps on SD card (thanks to Viktar again!) -* Fixed distance on the route preview panel (thanks to Sergiy again!) -* Fixed the blue arrow icon on the location button on Android 5 and 6 devices, thanks to Michał [@RicoElectrico](https://github.com/RicoElectrico) -* Voice test in the settings menu (again, thanks to Gonzalo!) -* Fixed backurl API parameter -* Do not pause music when the screen is rotated (credits to Roman again!) -* Fixed bug with the invisible color of imported GPX tracks - -iOS -* Fixed Open/Closed shown sometimes in gray color - -Ferenc [@Ferenc-](https://github.com/Ferenc-) made Linux improvements: -* Add positioning support via GeoClue2 -* Use OpenGL ES 3.0 instead of desktop OpenGL - -Map styling was done mostly by Konstantin [@pastk](https://github.com/pastk), David [@dvdmrtnz](https://github.com/dvdmrtnz), Harry [@RedAuburn](https://github.com/RedAuburn), and [@map-per](https://github.com/map-per): -* New or updated icons for factory, winery, bookcase, library, brothel, bicycle repair station, bicycle rental, bicycle parking, sauna, lottery, bookmaker, massage, sewing, books, underground parking, disabled parking space, gate, excrement bags vending, wholesale shop, outdoor seating, handicraft, grinding mill, caterer, HVAC, key cutter and locksmith. That's a long list, huh? -* Added vehicle inspection, public bath, strip club, gambling, cycle barrier, waterways (drain, ditch, moat, wastewater), aquarium, assembly point, adult gaming center, amusement arcade, Mormon churches, visitor center, industrial mine, historical objects (cannon, anchor, stone, aircraft, tank, mine, wreck, locomotive). Even longer list! -* Added bridges and tunnels rendering for cycleways, footways, paths, tracks, bridleways, steps -* Render barrier=ditch differently from waterway=ditch -* Reduced priorities of river names (and of other lower-importance lines) in navigation mode -* Tuned road names and road shield priorities -* Fixed icons display for parking buildings -* Reduced visibility of minor and private parking icons, removed area fill for underground parking -* Reduced fire hydrants visibility -* Display house numbers above icons and main POI captions, and don’t display house numbers for buildings that are too small for the current zoom level -* Don't display star icons for squares -* Fine-tune house numbers font and drawing priority -* Added highway-pedestrian, bridleway, and cycleway lines for detailed zooms (z18-) in navigation mode -* Pedestrian tunnels are not visible in navigation mode - -We are infinitely grateful to everyone who [helps us](https://organicmaps.app/support-us/) and [donates](https://organicmaps.app/donate/). Organic Maps would not be possible without our users and our contributors ♥️ 🙏 🤟 diff --git a/content/news/2023-09-30/_index.md b/content/news/2023-09-30/_index.md deleted file mode 100644 index ddbbba3f..00000000 --- a/content/news/2023-09-30/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -date: 2023-09-30 -sort_by: date ---- \ No newline at end of file diff --git a/content/news/2023-10-19/229/index.md b/content/news/2023-10-19/229/index.md deleted file mode 100644 index 31fa0150..00000000 --- a/content/news/2023-10-19/229/index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Organic Maps shares the 5th and 6th place on the list of most popular OSM editors together with Rapid" -date: 2023-10-19T10:56:17+00:00 -slug: "organic-maps-shares-the-5th-and-6th-place-on-the-list-of-most-popular-osm-editors-together-with-rapid" ---- - -Organic Maps [shares the 5th and 6th place](https://wiki.openstreetmap.org/wiki/Editor%5Fusage%5Fstats#by%5Fnumber%5Fof%5Fusers%5F%28distinct%5Fuids%29) on the list of most popular OSM editors together with Rapid! diff --git a/content/news/2023-10-19/_index.md b/content/news/2023-10-19/_index.md deleted file mode 100644 index 288dd560..00000000 --- a/content/news/2023-10-19/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -date: 2023-10-19 -sort_by: date ---- \ No newline at end of file diff --git a/content/news/_index.ca.md b/content/news/_index.ca.md index 8a21af56..e5237c2a 100644 --- a/content/news/_index.ca.md +++ b/content/news/_index.ca.md @@ -1,5 +1,5 @@ --- -description: "Seguiu les novetats de l'Organic Maps, notícies i actualitzacions del nostre equip" +description: "Segueix les últimes novetats de Organic Maps, notícies i actualitzacions del nostre equip." extra: menu_title: Notícies page_template: news_post.html diff --git a/content/payment/index.md b/content/payment/index.md new file mode 100644 index 00000000..ab435dcf --- /dev/null +++ b/content/payment/index.md @@ -0,0 +1,15 @@ +--- +description: +template: payment-page.html +weight: 10 +extra: + donate_title: Donate + enter_amount_title: Enter amount + donate_description: Your money pays for all project-related expenses and motivates us to improve Organic Maps. + form_title: Contact information + form_email: Email + form_payment_method: Payment method + form_details: Card details + form_name: Cardholder Name + form_country: Country or region +--- \ No newline at end of file diff --git a/content/support-us/Destekle.png b/content/support-us/Destekle.png deleted file mode 100644 index 2a856890..00000000 Binary files a/content/support-us/Destekle.png and /dev/null differ diff --git a/content/support-us/hero_image.png b/content/support-us/hero_image.png new file mode 100644 index 00000000..0d472be0 Binary files /dev/null and b/content/support-us/hero_image.png differ diff --git a/content/support-us/index.af.md b/content/support-us/index.af.md index 0e3f9856..fa25e4d5 100644 --- a/content/support-us/index.af.md +++ b/content/support-us/index.af.md @@ -1,43 +1,30 @@ --- -description: "Verskillende maniere om ons gratis toepassing se ontwikkeling te ondersteun" +title: Support Search - Find Answer and Discover Community Support +description: Need assistance? Search for answers to common questions. Get the support you need and connect with others in the community for help. +template: support.html +weight: 10 extra: - menu_title: "Ondersteun ons" - preview_image: support-us/support-us.jpg -title: "Ondersteun die ontwikkeling van Organic Maps" -weight: 20 ---- - -Organic Maps is ’n gratis, oopbrontoep. Dit is vry van advertensies, dit -versamel nie u persoonlike data nie, en word ontwikkel deur ’n paar -entoesiaste met die hulp van die gemeenskap. - -Daar is verskillende maniere om die ontwikkeling te ondersteun: - -- [Skenk](@/donate/index.nl.md)! Elke euro of dollar tel en help ons om - bedieners te betaal en op te skaal. -- Rapporteer foute en deel ideë op ons [GitHub][github] of - d.m.v. [e-pos][email]. -- Help ons om [foute op te los][contributing] en hersien kode as u ’n - ontwikkelaar is. Elke klein opgeloste fout maak iemand blyer. -- [Vertaal][translations] ontbrekende stringe in die toep se koppelvlak. -- Vertaal [App Store][translations_appstore] en - [Android][translations_googleplay] beskrywings in u taal. -- [Vertaal][translations_website] ons webwerf in u taal. -- Sluit aan by die [OpenStreetMap][openstreetmap]-gemeenskap en dra by tot - die kaartdata. -- Herstel rooi stede wat deur ons - [OV-kontroleerder][public_transport_validator] gevind is, sodat moltreine - en sneltrems in die toep werk. -- Ondersteun ander gebruikers op [GitHub][issues], - [Telegram][telegram_chat], [Matrix][matrix], [Twitter][twitter], - [Facebook][facebook], [Instagram][instagram]. -- Vertel almal van Organic Maps. ’n Groter gemeenskap is ’n sterker - gemeenskap. -- Gradeer ons op [Google Play][googleplay_review], [Apple - Store][appstore_review], [Huawei Appgallery][appgallery_review]. -- Enige hulp is welkom! - -Ons klein span is baie dankbaar vir u terugvoer en ondersteuning. Organic -Maps sou nie moontlik wees sonder ons gebruikers nie ❤️. - -{{ references() }} + hero_title: Support + hero_description: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor + support_card_title_1: How can we help? + menu_title_pre: Home + hero_image: support-us/suport-kv.png + support_card_title_2: Email Contact + support_card_title_3: Support Channel + support_card_description_1: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + support_card_description_2: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + support_card_description_3: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + hero_buttons: + hero_button_1: About Organic Maps + hero_button_2: App + hero_button_3: Operating the Map + hero_button_4: Search + hero_button_5: Route Planning & Routing + hero_button_6: Bookmarks, Points, & Tracks + hero_button_7: Map Data + hero_button_8: GPS & Compass + hero_button_9: Features + hero_button_10: Text-To-Speech (TTS) + hero_button_11: Troubleshooting + hero_button_12: Community Collaboration +--- \ No newline at end of file diff --git a/content/support-us/index.ar.md b/content/support-us/index.ar.md index 4029fba5..fa25e4d5 100644 --- a/content/support-us/index.ar.md +++ b/content/support-us/index.ar.md @@ -1,40 +1,30 @@ --- -description: "طرق مختلفة لدعم تطوير تطبيقنا المجاني" +title: Support Search - Find Answer and Discover Community Support +description: Need assistance? Search for answers to common questions. Get the support you need and connect with others in the community for help. +template: support.html +weight: 10 extra: - menu_title: "ساهم في التطوير" - preview_image: support-us/support-us.jpg -title: "دعم تطوير Organic Maps" -weight: 20 ---- - -Organic Maps هو تطبيق مجاني مفتوح المصدر. إنه خالٍ من الإعلانات، ولا يجمع -معلوماتك الشخصية، ويتم تطويره بواسطة عدد قليل من المتحمسين بمساعدة المجتمع. - -هناك طرق مختلفة لدعم التطوير: - -- [تبرع](@/donate/index.md)! كل دولار أو يورو مهم ويساعدنا على الدفع مقابل - الخوادم والنطاق. -- أبلغ عن الأخطاء وشارك الأفكار على [GitHub][github] أو عبر [البريد - الإلكتروني][email]. -- ساعدنا في [إصلاح الخلل][contributing] وإجراء مراجعات للكود إذا كنت - مطورًا. كل مشكلة صغيرة يتم إصلاحها تجعل شخص ما أكثر سعادة. -- [ترجم][translations] سلاسل مفقودة في واجهة التطبيق. -- ترجم أوصاف [App Store][translations_appstore] و - [Android][translations_googleplay] بلغتك. -- [ترجم][translations_website] موقعنا على الويب بلغتك. -- انضم إلى مجتمع [OpenStreetMap][openstreetmap] و ساهم في بيانات الخرائط. -- أصلح المدن الحمراء التي عُثر عليها بواسطة [أداة التحقق من وسائل النقل - العام] [public_transport_validator]، لمترو الأنفاق والسكك الحديدية للعمل - في التطبيق. -- دعم المستخدمين الآخرين على [GitHub][issues], [Telegram][telegram_chat], - [ماتركس][matrix], [تويتر][twitter], [فيسبوك][facebook], - [إنستغرام][instagram]. -- أخبر الجميع عن Organic Maps. المجتمع الأكبر هو المجتمع الأقوى. -- قيمنا في [Google Play][googleplay_review], [Apple Store][appstore_review], - [Huawei Appgallery][appgallery_review]. -- نرحب بأي مساعدة! - -فريقنا الصغير ممتن جدًا لتعليقاتك ودعمك. لن يكون Organic Maps ممكن بدون -مستخدمينا ❤️. - -{{ references() }} + hero_title: Support + hero_description: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor + support_card_title_1: How can we help? + menu_title_pre: Home + hero_image: support-us/suport-kv.png + support_card_title_2: Email Contact + support_card_title_3: Support Channel + support_card_description_1: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + support_card_description_2: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + support_card_description_3: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + hero_buttons: + hero_button_1: About Organic Maps + hero_button_2: App + hero_button_3: Operating the Map + hero_button_4: Search + hero_button_5: Route Planning & Routing + hero_button_6: Bookmarks, Points, & Tracks + hero_button_7: Map Data + hero_button_8: GPS & Compass + hero_button_9: Features + hero_button_10: Text-To-Speech (TTS) + hero_button_11: Troubleshooting + hero_button_12: Community Collaboration +--- \ No newline at end of file diff --git a/content/support-us/index.ca.md b/content/support-us/index.ca.md index 439b772c..fa25e4d5 100644 --- a/content/support-us/index.ca.md +++ b/content/support-us/index.ca.md @@ -1,44 +1,30 @@ --- -description: "Diferents maneres de donar suport al desenvolupament de la nostra aplicació lliure" +title: Support Search - Find Answer and Discover Community Support +description: Need assistance? Search for answers to common questions. Get the support you need and connect with others in the community for help. +template: support.html +weight: 10 extra: - menu_title: "Doneu suport" - preview_image: support-us/support-us.jpg -title: "Doneu suport al desenvolupament de l'Organic Maps" -weight: 20 ---- - -L'Organic Maps és una aplicació oberta i gratuïta, lliure d'anuncis que no -recopila cap dada personal i és desenvolupada per uns quants entusiastes amb -l'ajuda de la comunitat. - -Hi ha diferents formes d'ajudar al desenvolupament: - -- [Doneu](@/donate/index.ca.md)! Qualsevol quantitat compta i ens ajuda a - pagar els servidors i ampliar serveis. -- Informeu d'errors i compartiu idees al nostre [GitHub][github] o - mitjançant el [correu-e][email]. -- Ajudeu-nos a [corregir errors][contributing] i fer revisions de codi si en - sabeu programar. Cada petit problema solucionat farà més feliç a alguna - persona. -- [Traduïu][translations] i milloreu les cadenes de la interfície de - l'aplicació. -- Traduïu les descripcions de l'[AppStore][translations_appstore] i - l'[Android][translations_googleplay] a la vostra llengua. -- [Traduïu][translations_website] el web a la vostra llengua. -- Uniu-vos a la comunitat de l'[OpenStreetMap][openstreetmap] i contribuïu - amb dades dels mapes. -- Corregiu les ciutats marcades en vermell que ha trobat el nostre - [validador de transport públic][public_transport_validator], perquè el - metro i tramvies funcionin a l'aplicació. -- Doneu un cop de mà a altres usuaris al [GitHub][issues], - [Telegram][telegram_chat], [Matrix][matrix], [Twitter][twitter], - [Facebook][facebook], i [Instagram][instagram]. -- Difoneu l'Organic Maps. Una comunitat més gran és una comunitat més forta. -- Puntueu-nos al [Google Play][googleplay_review], - l'[AppStore][appstore_review], [Huawei Appgallery][appgallery_review]. -- Tota ajuda és benvinguda! - -El nostre petit equip estarà molt agraït pels vostres comentaris i -suport. L'Organic Maps no seria possible sense els seus usuaris ❤️. - -{{ references() }} + hero_title: Support + hero_description: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor + support_card_title_1: How can we help? + menu_title_pre: Home + hero_image: support-us/suport-kv.png + support_card_title_2: Email Contact + support_card_title_3: Support Channel + support_card_description_1: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + support_card_description_2: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + support_card_description_3: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + hero_buttons: + hero_button_1: About Organic Maps + hero_button_2: App + hero_button_3: Operating the Map + hero_button_4: Search + hero_button_5: Route Planning & Routing + hero_button_6: Bookmarks, Points, & Tracks + hero_button_7: Map Data + hero_button_8: GPS & Compass + hero_button_9: Features + hero_button_10: Text-To-Speech (TTS) + hero_button_11: Troubleshooting + hero_button_12: Community Collaboration +--- \ No newline at end of file diff --git a/content/support-us/index.cs.md b/content/support-us/index.cs.md index 6e745600..fa25e4d5 100644 --- a/content/support-us/index.cs.md +++ b/content/support-us/index.cs.md @@ -1,42 +1,30 @@ --- -description: "Různé způsoby podpory vývoje naší bezplatné aplikace" +title: Support Search - Find Answer and Discover Community Support +description: Need assistance? Search for answers to common questions. Get the support you need and connect with others in the community for help. +template: support.html +weight: 10 extra: - menu_title: "Podpořte nás" - preview_image: support-us/support-us.jpg -title: "Podpora vývoje Organic Maps" -weight: 20 ---- - -Organic Maps je bezplatná aplikace s otevřeným zdrojovým kódem. Neobsahuje -reklamy, neshromažďuje vaše osobní údaje a vyvíjí ji několik nadšenců s -pomocí komunity. - -Vývoj lze podpořit různými způsoby: - -- [Darujte](@/donate/index.cs.md)! Každý dolar nebo euro se počítá a pomáhá - nám zaplatit servery a náklady. -- Nahlašujte chyby a sdílejte nápady na našem [GitHubu][github] nebo - prostřednictvím [emailu][email]. -- Pokud jste vývojář, pomozte nám [opravovat chyby][contributing] a provádět - kontrolu kódu. Každý opravený malý problém udělá někoho šťastnějším. -- [Přeložte][translations] chybějící řetězce v rozhraní aplikace. -- Přeložte popisy [App Store][translations_appstore] a - [Android][translations_googleplay] do svého jazyka. -- [Přeložte][translations_website] naše webové stránky do vašeho jazyka. -- Připojte se ke komunitě [OpenStreetMap][openstreetmap] a přispívejte k - datům map. -- Oprava červených měst nalezených naším validátorem [public - transport_validator][public_transport_validator], aby v aplikaci fungovalo - metro a rychlodráha. -- Podpořte ostatní uživatele na [GitHubu][issues], - [Telegramu][telegram_chat], [matrixu][matrix], [Twitteru][twitter], - [Facebooku][facebook], [Instagramu][instagram]. -- Řekněte všem o Organic Maps. Větší komunita je silnější komunita. -- Ohodnoťte nás v [Google Play][googleplay_review], [Apple - Store][appstore_review], [Huawei Appgallery][appgallery_review]. -- Jakákoli pomoc je vítána! - -Náš malý tým je velmi vděčný za vaši zpětnou vazbu a podporu. Organic Maps -by nebyly možné bez našich uživatelů ❤️. - -{{ references() }} + hero_title: Support + hero_description: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor + support_card_title_1: How can we help? + menu_title_pre: Home + hero_image: support-us/suport-kv.png + support_card_title_2: Email Contact + support_card_title_3: Support Channel + support_card_description_1: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + support_card_description_2: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + support_card_description_3: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + hero_buttons: + hero_button_1: About Organic Maps + hero_button_2: App + hero_button_3: Operating the Map + hero_button_4: Search + hero_button_5: Route Planning & Routing + hero_button_6: Bookmarks, Points, & Tracks + hero_button_7: Map Data + hero_button_8: GPS & Compass + hero_button_9: Features + hero_button_10: Text-To-Speech (TTS) + hero_button_11: Troubleshooting + hero_button_12: Community Collaboration +--- \ No newline at end of file diff --git a/content/support-us/index.de.md b/content/support-us/index.de.md index be4093bf..fa25e4d5 100644 --- a/content/support-us/index.de.md +++ b/content/support-us/index.de.md @@ -1,45 +1,30 @@ --- -description: "Verschiedene Möglichkeiten zur Unterstützung der Entwicklung unserer kostenlosen Anwendung" +title: Support Search - Find Answer and Discover Community Support +description: Need assistance? Search for answers to common questions. Get the support you need and connect with others in the community for help. +template: support.html +weight: 10 extra: - menu_title: "Unterstütze uns" - preview_image: support-us/support-us.jpg -title: "Unterstützung der Entwicklung von Organic Maps" -weight: 20 ---- - -Organic Maps ist eine kostenlose, quelloffene App. Sie ist frei von Werbung, -sie sammelt keine persönlichen Daten und sie wird von Enthusiasten mit Hilfe -der Community entwickelt. - -Es gibt verschiedene Möglichkeiten, die Entwicklung zu unterstützen: - -- [Spenden](@/donate/index.de.md)! Jeder Dollar oder Euro zählt und hilft - uns, die Server zu bezahlen und zu skalieren. -- Melde Fehler und teile Ideen auf unserem [GitHub][github] oder per - [E-Mail][email]. -- Hilf uns, [Fehler zu beheben][contributing] und führe Code-Reviews durch, - wenn du ein Entwickler bist. Jedes behobene, noch so kleine, Problem macht - jemanden glücklicher. -- [Übersetze][translations] fehlende Wörter oder Sätze in der - Benutzeroberfläche der App. -- Übersetze [App Store][translations_appstore]- und - [Android][translations_googleplay]-Beschreibungen in deiner Sprache. -- [Übersetze][translations_website] unsere Webseite in deine Sprache. -- Werde Mitglied der [OpenStreetMap][openstreetmap]-Community und trage zu - den Kartendaten bei. -- Repariere rote Städte, die von unserem - [ÖPNV-Validator][public_transport_validator] gefunden wurden, damit U- und - S-Bahnen in der App funktionieren. -- Unterstütze andere Nutzer auf [GitHub][issues], [Telegram][telegram_chat], - [Matrix][matrix], [Twitter][twitter], [Facebook][facebook], - [Instagram][instagram]. -- Erzähle allen von Organic Maps. Eine größere Gemeinschaft ist eine - stärkere Gemeinschaft. -- Bewerte uns in [Google Play][googleplay_review], [Apple - Store][appstore_review], [Huawei Appgallery][appgallery_review]. -- Jede Hilfe ist willkommen! - -Unser kleines Team ist sehr dankbar für dein Feedback und deine -Unterstützung. Organic Maps wäre ohne unsere Nutzer nicht möglich ❤️. - -{{ references() }} + hero_title: Support + hero_description: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor + support_card_title_1: How can we help? + menu_title_pre: Home + hero_image: support-us/suport-kv.png + support_card_title_2: Email Contact + support_card_title_3: Support Channel + support_card_description_1: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + support_card_description_2: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + support_card_description_3: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + hero_buttons: + hero_button_1: About Organic Maps + hero_button_2: App + hero_button_3: Operating the Map + hero_button_4: Search + hero_button_5: Route Planning & Routing + hero_button_6: Bookmarks, Points, & Tracks + hero_button_7: Map Data + hero_button_8: GPS & Compass + hero_button_9: Features + hero_button_10: Text-To-Speech (TTS) + hero_button_11: Troubleshooting + hero_button_12: Community Collaboration +--- \ No newline at end of file diff --git a/content/support-us/index.es.md b/content/support-us/index.es.md index 92a6e7ab..fa25e4d5 100644 --- a/content/support-us/index.es.md +++ b/content/support-us/index.es.md @@ -1,44 +1,30 @@ --- -description: "Diferentes maneras de apoyar al desarrollo de nuestra aplicación libre" +title: Support Search - Find Answer and Discover Community Support +description: Need assistance? Search for answers to common questions. Get the support you need and connect with others in the community for help. +template: support.html +weight: 10 extra: - menu_title: Apóyenos - preview_image: support-us/support-us.jpg -title: "Apoye al desarrollo de Organic Maps" -weight: 20 ---- - -Organic Maps es una aplicación abierta y gratis. Está libre de anuncios, no -recoge su información personal y está desarrollada por unos pocos -entusiastas con la ayuda de la comunidad. - -Hay diferentes maneras de apoyar al desarrollo: - -- ¡[Donar](@/donate/index.es.md)! Cada dólar o euro cuenta y nos ayuda a - pagar por los servidores y escalar. -- Informe de defectos y comparta ideas en nuestro [GitHub][github] o vía - [correo electrónico][email]. -- Ayúdenos a [arreglar errores][contributing] y hacer revisiones de código - si es programadore. Cada pequeño informe arreglado hace feliz a alguien. -- [Traduzca][translations] textos que falten en la interfaz de la - aplicación. -- Traduzca las descripciones de [App Store][translations_appstore] y - [Android][translations_googleplay] a su lengua. -- [Traduzca][translations_website] nuestro sitio web a su lengua. -- Únase a la comunidad de [OpenStreetMap][openstreetmap] y contribuya a los - datos cartográficos. -- Arregle las ciudades en rojo encontradas por nuestro [validador de nuestro - transporte público][public_transport_validator], para que metros y trenes - ligeros funcionen en la aplicación. -- Apoye a otros usuarios en [GitHub][issues], [Telegram][telegram_chat], - [Matrix][matrix], [Twitter][twitter], [Facebook][facebook] e - [Instagram][instagram]. -- Háblele a todo el mundo sobre Organic Maps. Una comunidad más grande es - una comunidad más fuerte. -- Valórenos en [Google Play][googleplay_review], [Apple - Store][appstore_review] y [Huawei AppGallery][appgallery_review]. -- ¡Cualquier ayuda es bienvenida! - -Nuestro pequeño equipo agradece su comentarios y apoyo. Organic Maps no -sería posible sin nuestros usuarios ❤️. - -{{ references() }} + hero_title: Support + hero_description: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor + support_card_title_1: How can we help? + menu_title_pre: Home + hero_image: support-us/suport-kv.png + support_card_title_2: Email Contact + support_card_title_3: Support Channel + support_card_description_1: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + support_card_description_2: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + support_card_description_3: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + hero_buttons: + hero_button_1: About Organic Maps + hero_button_2: App + hero_button_3: Operating the Map + hero_button_4: Search + hero_button_5: Route Planning & Routing + hero_button_6: Bookmarks, Points, & Tracks + hero_button_7: Map Data + hero_button_8: GPS & Compass + hero_button_9: Features + hero_button_10: Text-To-Speech (TTS) + hero_button_11: Troubleshooting + hero_button_12: Community Collaboration +--- \ No newline at end of file diff --git a/content/support-us/index.eu.md b/content/support-us/index.eu.md index f60bf305..fa25e4d5 100644 --- a/content/support-us/index.eu.md +++ b/content/support-us/index.eu.md @@ -1,45 +1,30 @@ --- -description: "Gure doako aplikazioaren garapenean laguntzeko hainbat modu daude" +title: Support Search - Find Answer and Discover Community Support +description: Need assistance? Search for answers to common questions. Get the support you need and connect with others in the community for help. +template: support.html +weight: 10 extra: - menu_title: "Lagundu garapena" - preview_image: support-us/support-us.jpg -title: "Lagundu Organic Maps-en garapenean" -weight: 20 ---- - -Organic Maps doako, kode-irekiko app bat da. Publizitaterik ez du, ez du -zure informazio pertsonala biltzen eta zaletu batzuek komunitatearen -laguntzaz garatzen dugu. - -Garapenean laguntzeko hainbat modu daude: - -- [Dohaintzak](@/donate/index.eu.md)! Dolar edo Euro guztiak behar ditugu - eta zerbitzariak ordaindu eta handitzen laguntzen digute. -- Bidali akatsak edo zure ideiak elkarbanatu [GitHub-en][github] edo - [epostaz][email]. -- Lagundu egiguzu [akatsak konpontzen][contributing] eta kodea gainbegiratu - garatzailea bazara. Konpontzen dugun arazo txiki bakoitzak zoriontsuago - egiten du norbait. -- [Itzuli][translations] aplikazioaren interfazean falta diren testuak. -- Itzuli [App Store][translations_appstore] eta - [Android][translations_googleplay] deskribapenak zure hizkuntzara. -- [Itzuli][translations_website] gure webgunea zure hizkuntzara. -- Parte hartu [OpenStreetMap][openstreetmap] komunitatean eta hobetu mapako - datuak. -- Konpondu gure [garraio publikoaren - balidatzaileak][public_transport_validator] aurkitutako hiri gorriak, - metro eta tranbiak ondo funtzionatu dezan app-ean. -- Lagundu beste erabiltzaileei hemen: [GitHub][issues], - [Telegram][telegram_chat], [Matrix][matrix], [Twitter][twitter], - [Facebook][facebook], [Instagram][instagram]. -- Jende guztiari kontatu guri buruz. Komunitate handiago bat indartsuagoa - izango da. -- Baloratu gaitzazu [Google Play][googleplay_review], [Apple - Store][appstore_review], eta [Huawei Appgallery][appgallery_review]-n. -- Edozein laguntza da ongi-etorria! - -Gure talde txikia oso eskertuta dago zure iradokizun eta -laguntzagatik. Organic Maps ez litzateke posible izango gure erabiltzaileen -gabe ❤️. - -{{ references() }} + hero_title: Support + hero_description: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor + support_card_title_1: How can we help? + menu_title_pre: Home + hero_image: support-us/suport-kv.png + support_card_title_2: Email Contact + support_card_title_3: Support Channel + support_card_description_1: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + support_card_description_2: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + support_card_description_3: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + hero_buttons: + hero_button_1: About Organic Maps + hero_button_2: App + hero_button_3: Operating the Map + hero_button_4: Search + hero_button_5: Route Planning & Routing + hero_button_6: Bookmarks, Points, & Tracks + hero_button_7: Map Data + hero_button_8: GPS & Compass + hero_button_9: Features + hero_button_10: Text-To-Speech (TTS) + hero_button_11: Troubleshooting + hero_button_12: Community Collaboration +--- \ No newline at end of file diff --git a/content/support-us/index.fr.md b/content/support-us/index.fr.md deleted file mode 100644 index 3bf5d0be..00000000 --- a/content/support-us/index.fr.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -title: Soutenir le développement des Organic Maps -description: Différentes façons de soutenir le développement de notre application gratuite -weight: 20 -extra: - menu_title: Contribuer - preview_image: support-us/support-us.jpg ---- - -Organic Maps est une application gratuite et open-source. Elle ne contient pas de publicité, ne collecte pas vos informations personnelles, et elle est développée par des passionnés avec l'aide de la communauté. - -Il existe différentes façons de soutenir le développement : - -- [Donnez](@/donate/index.fr.md)! Chaque dollar ou euro compte et nous aide à payer les serveurs et la montée en charge. -- Signalez les bogues et partagez vos idées sur notre [GitHub][issues] - ou via [email][email]. -- Aidez-nous à [corriger les bugs][contributing] - et faites des revues de code si vous êtes un développeur. Chaque petit problème résolu rend quelqu'un plus heureux. -- [Traduire][translations] - Chaînes manquantes dans l'interface de l'application. -- Traduisez [App Store][translations_appstore] - et [Android][translations_googleplay] - dans votre langue. -- [Traduisez][translations_website] notre site web dans votre langue. -- Rejoignez la communauté [OpenStreetMap][openstreetmap] et contribuez aux données cartographiques. -- Corriger les villes rouges trouvées par notre [validateur de transport public][public_transport_validator], pour que les métros et les tramways fonctionnent dans l'application. -- Soutenez les autres utilisateurs sur [GitHub][issues], - [Telegram][telegram_chat] ([на русском][telegram_chat_ru]), - [Matrix][matrix], - [Twitter][twitter], [Facebook][facebook], - [Instagram][instagram]. -- Parlez à tout le monde d'Organic Maps. Une communauté plus grande est une communauté plus forte. -- Notez-nous sur [Google Play][googleplay_review], - [Apple Store][appstore_review], - [Huawei Appgallery][appgallery_review]. -- Toute aide est la bienvenue ! - -Notre petite équipe est très reconnaissante de vos commentaires et de votre soutien. Organic Maps ne serait pas possible sans nos utilisateurs ❤️. - -{{ references() }} diff --git a/content/support-us/index.hi.md b/content/support-us/index.hi.md index 1ebb5e72..fa25e4d5 100644 --- a/content/support-us/index.hi.md +++ b/content/support-us/index.hi.md @@ -1,43 +1,30 @@ --- -description: "हमारे मुफ्त एप्लिकेशन के विकास का समर्थन करने के विभिन्न तरीके" +title: Support Search - Find Answer and Discover Community Support +description: Need assistance? Search for answers to common questions. Get the support you need and connect with others in the community for help. +template: support.html +weight: 10 extra: - menu_title: "हमारा सहयोग करें" - preview_image: support-us/support-us.jpg -title: "ऑर्गेनिक नक़्शे के विकास का समर्थन करें" -weight: 20 ---- - -ऑर्गेनिक मैप्स एक फ्री, ओपन-सोर्स ऐप है | यह विज्ञापनों से मुक्त है, आपकी -व्यक्तिगत जानकारी एकत्र नहीं करता है, और यह कुछ उत्साही लोगों के द्वारा -कम्यूनिटी की मदद से विकसित किया गया है। - -इस एप के विकास का समर्थन करने के विभिन्न तरीके हैं: - -- [दान करें](@/donate/index.hi.md)! हर डॉलर या यूरो मायने रखता है और हमें - सर्वर और स्केल के लिए भुगतान करने में मदद करता है। -- हमारे [Github][github] या [ईमेल][email] के माध्यम से बग्स की रिपोर्ट करें - और विचार साझा करें। -- अगर आप डेवलपर हैं तो [बग्स ठीक करें][contributing] करने और कोड समीक्षा - करने में हमारी सहायता करें। हर तय छोटा बग किसी को खुश करता है। -- ऐप के इंटरफ़ेस में [अनुवाद][translations] करने में सहायता करें| -- [App Store][translations_appstore] और [Android][translations_googleplay] - विवरणों का अपनी भाषा में अनुवाद करें. -- हमारी वेबसाइट को अपनी भाषा में [अनुवाद][translations_website] करें। -- [OpenStreetMap][openstreetmap] समुदाय में शामिल हों और मानचित्र डेटा में - योगदान दें। -- ऐप में काम करने के लिए सबवे और लाइट रेल के लिए हमारे [सार्वजनिक परिवहन - सत्यापनकर्ता][public_transport_validator] द्वारा पाए गए लाल शहरों को ठीक - करें। -- [GitHub][issues], [Telegram][telegram_chat], [Matrix][matrix], - [Twitter][twitter], [Facebook][facebook], [Instagram][instagram] पर अन्य - उपयोगकर्ताओं का समर्थन करें। -- ऑर्गेनिक मैप्स के बारे में सभी को बताएं। एक बड़ा समुदाय एक मजबूत समुदाय - है। -- हमें [Google Play][googleplay_review], [Apple Store][appstore_review], - [Huawei Appgallery][appgallery_review] में रेट करें। -- किसी भी मदद का स्वागत है! - -आपकी प्रतिक्रिया और समर्थन के लिए हमारी छोटी सी टीम बहुत आभारी है। हमारे -उपयोगकर्ताओं ❤️ के बिना ऑर्गनिक मैप्स संभव ना होता। - -{{ references() }} + hero_title: Support + hero_description: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor + support_card_title_1: How can we help? + menu_title_pre: Home + hero_image: support-us/suport-kv.png + support_card_title_2: Email Contact + support_card_title_3: Support Channel + support_card_description_1: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + support_card_description_2: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + support_card_description_3: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + hero_buttons: + hero_button_1: About Organic Maps + hero_button_2: App + hero_button_3: Operating the Map + hero_button_4: Search + hero_button_5: Route Planning & Routing + hero_button_6: Bookmarks, Points, & Tracks + hero_button_7: Map Data + hero_button_8: GPS & Compass + hero_button_9: Features + hero_button_10: Text-To-Speech (TTS) + hero_button_11: Troubleshooting + hero_button_12: Community Collaboration +--- \ No newline at end of file diff --git a/content/support-us/index.hu.md b/content/support-us/index.hu.md index b06b3d2b..fa25e4d5 100644 --- a/content/support-us/index.hu.md +++ b/content/support-us/index.hu.md @@ -1,44 +1,30 @@ --- -description: "Különböző módok az ingyenes alkalmazásunk fejlesztésének támogatására" +title: Support Search - Find Answer and Discover Community Support +description: Need assistance? Search for answers to common questions. Get the support you need and connect with others in the community for help. +template: support.html +weight: 10 extra: - menu_title: "Támogasson minket" - preview_image: support-us/support-us.jpg -title: "Támogassa az Organic Maps fejlesztését" -weight: 20 ---- - -Az Organic Maps egy ingyenes, nyílt forráskódú alkalmazás. Nem tartalmaz -hirdetéseket, nem gyűjti az Ön személyes adatait, és néhány lelkes rajongó -fejlesztette a közösség segítségével. - -A fejlesztést különböző módokon lehet támogatni: - -- [Adományozni](@/donate/index.hu.md)! Minden dollár vagy euró számít, és - segít nekünk a szerverek kifizetésében és a kapacitásuk növelésében. -- Jelentsd a hibákat és oszd meg ötleteidet [GitHub][github]-on vagy - [email][email]-en keresztül. -- Segíts nekünk [hibák kijavításában][contributing]-ben és kódellenőrzésben, - ha fejlesztő vagy. Minden kijavított kis probléma valakit boldogabbá tesz. -- [Fordítás][translations] hiányzó karakterláncok az alkalmazás felületén. -- Fordítsa le az [App Store][translations_appstore] és - [Android][translations_googleplay] leírásokat az Ön nyelvére. -- [Fordítsa le][translations_website] weboldalunkat az Ön nyelvére. -- Csatlakozzon az [OpenStreetMap][openstreetmap] közösséghez, és járuljon - hozzá a térkép adataihoz. -- A [tömegközlekedési validátor][public_transport_validator] által talált - piros városok javítása, hogy a metrók és a kisvasutak működjenek az - alkalmazásban. -- Támogasd a többi felhasználót a [GitHub]-[issues], - [Telegram][telegram_chat], [Matrix][matrix], [Twitter][twitter], - [Facebook][facebook], [Instagram][instagram] szolgáltatásokon. -- Meséljen mindenkinek az Organic Maps-ről. Egy nagyobb közösség, az egy - erősebb közösség. -- Értékeljen minket a [Google Play][googleplay_review], [App - Store][appstore_review], [Huawei Appgallery][appgallery_review] - felületeken. -- Bármilyen segítséget szívesen fogadunk! - -Kis csapatunk nagyon hálás a visszajelzésekért és a támogatásért. Az Organic -Maps nem lenne lehetséges a felhasználóink nélkül ❤️. - -{{ references() }} + hero_title: Support + hero_description: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor + support_card_title_1: How can we help? + menu_title_pre: Home + hero_image: support-us/suport-kv.png + support_card_title_2: Email Contact + support_card_title_3: Support Channel + support_card_description_1: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + support_card_description_2: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + support_card_description_3: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + hero_buttons: + hero_button_1: About Organic Maps + hero_button_2: App + hero_button_3: Operating the Map + hero_button_4: Search + hero_button_5: Route Planning & Routing + hero_button_6: Bookmarks, Points, & Tracks + hero_button_7: Map Data + hero_button_8: GPS & Compass + hero_button_9: Features + hero_button_10: Text-To-Speech (TTS) + hero_button_11: Troubleshooting + hero_button_12: Community Collaboration +--- \ No newline at end of file diff --git a/content/support-us/index.id.md b/content/support-us/index.id.md index bd3d6886..fa25e4d5 100644 --- a/content/support-us/index.id.md +++ b/content/support-us/index.id.md @@ -1,44 +1,30 @@ --- -description: "Berbagai cara untuk mendukung pengembangan aplikasi gratis kami" +title: Support Search - Find Answer and Discover Community Support +description: Need assistance? Search for answers to common questions. Get the support you need and connect with others in the community for help. +template: support.html +weight: 10 extra: - menu_title: "Dukung Kami" - preview_image: support-us/support-us.jpg -title: "Dukung pengembangan Organic Maps" -weight: 20 ---- - -Organic Maps adalah aplikasi sumber terbuka bebas. Aplikasi ini bebas dari -iklan, tidak mengumpulkan informasi pribadi Anda, dan dikembangkan oleh -beberapa penggemar dengan bantuan komunitas. - -Ada berbagai cara untuk mendukung pengembangan: - -- [Donasi](@/donate/index.id.md)! Setiap dolar atau euro sangat berarti dan - membantu kami membayar peladen dan skala. -- Laporkan kutu dan bagikan ide di [GitHub][github][github] atau melalui - [surel][email]. -- Bantu kami untuk [memperbaiki kutu][contributing] dan melakukan tinjauan - kode jika Anda seorang pengembang. Setiap masalah kecil yang diperbaiki - membuat seseorang lebih bahagia. -- [Terjemahkan][translations] string yang belum ada di antarmuka aplikasi. -- Terjemahkan deskripsi [App Store][translations_appstore] dan - [Android][translations_googleplay] ke dalam bahasa Anda. -- [Terjemahkan][translations_website] situs web kami ke bahasa Anda. -- Bergabunglah dengan komunitas [OpenStreetMap][openstreetmap] dan - berkontribusi pada data peta. -- Perbaiki kota merah yang ditemukan oleh [validator transportasi - umum][public_transport_validator] kami, agar kereta bawah tanah dan kereta - ringan dapat berfungsi di aplikasi. -- Dukung pengguna lain di [GitHub][issues], [Telegram][telegram_chat], - [Matrix][matrix], [Twitter][twitter], [Facebook][facebook], - [Instagram][instagram]. -- Beri tahu semua orang tentang Organic Maps. Komunitas yang lebih besar - adalah komunitas yang lebih kuat. -- Beri ulasan di [Google Play][googleplay_review], [Apple - Store][appstore_review], [Huawei Appgallery][appgallery_review]. -- Bantuan apa pun diterima! - -Tim kecil kami sangat berterima kasih atas masukan dan dukungan -Anda. Organic Maps tidak akan mungkin terjadi tanpa pengguna kami ❤️. - -{{ references() }} + hero_title: Support + hero_description: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor + support_card_title_1: How can we help? + menu_title_pre: Home + hero_image: support-us/suport-kv.png + support_card_title_2: Email Contact + support_card_title_3: Support Channel + support_card_description_1: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + support_card_description_2: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + support_card_description_3: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + hero_buttons: + hero_button_1: About Organic Maps + hero_button_2: App + hero_button_3: Operating the Map + hero_button_4: Search + hero_button_5: Route Planning & Routing + hero_button_6: Bookmarks, Points, & Tracks + hero_button_7: Map Data + hero_button_8: GPS & Compass + hero_button_9: Features + hero_button_10: Text-To-Speech (TTS) + hero_button_11: Troubleshooting + hero_button_12: Community Collaboration +--- \ No newline at end of file diff --git a/content/support-us/index.it.md b/content/support-us/index.it.md index f5f50967..fa25e4d5 100644 --- a/content/support-us/index.it.md +++ b/content/support-us/index.it.md @@ -1,41 +1,30 @@ --- -title: Sostieni lo sviluppo di Organic Maps -description: Diversi modi per sostenere lo sviluppo della nostra applicazione gratuita -weight: 20 +title: Support Search - Find Answer and Discover Community Support +description: Need assistance? Search for answers to common questions. Get the support you need and connect with others in the community for help. +template: support.html +weight: 10 extra: - menu_title: Support Us - preview_image: support-us/support-us.jpg ---- - -Organic Maps è un'applicazione gratuita e open-source. È priva di pubblicità, non raccoglie informazioni personali, -ed è sviluppata da appassionati con l'aiuto della comunità. - -Esistono diversi modi per sostenere lo sviluppo: - -- [Dona](@/donate/index.it.md)! Ogni dollaro o euro è importante e ci aiuta a pagare i server e a scalare. -- Segnalate bug e condividete idee sul nostro [GitHub][issues] - o via [email][email]. -- Aiutateci a [risolvere i bug][contributing] - e fare revisioni del codice se siete sviluppatori. Ogni piccolo problema risolto rende qualcuno più felice. -- [Tradurre][translations] - stringhe mancanti nell'interfaccia dell'applicazione. -- Tradurre la descrizione [App Store][translations_appstore] - e [Android][translations_googleplay] - nella vostra lingua. -- [Tradurre][translations_website] il nostro sito web nella vostra lingua. -- Unisciti alla comunità [OpenStreetMap][openstreetmap] e contribuisci ai dati delle mappe. -- Correggere le città rosse trovate dal nostro [validatore di trasporto pubblico][public_transport_validator], per far funzionare le metropolitane e le ferrovie urbane nell'app. -- Supportare altri utenti su [GitHub][issues], - [Telegram][telegram_chat] ([на русском][telegram_chat_ru]), - [Matrix][matrix], - [Twitter][twitter], [Facebook][facebook], - [Instagram][instagram]. -- Raccontate a tutti di Organic Maps. Una comunità più grande è una comunità più forte. -- Valutaci su [Google Play][googleplay_review], - [Apple Store][appstore_review], - [Huawei Appgallery][appgallery_review]. -- Qualsiasi aiuto è ben accetto! - -Il nostro piccolo team è molto grato per il vostro feedback e supporto. Organic Maps non sarebbe possibile senza i nostri utenti ❤️. - -{{ references() }} + hero_title: Support + hero_description: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor + support_card_title_1: How can we help? + menu_title_pre: Home + hero_image: support-us/suport-kv.png + support_card_title_2: Email Contact + support_card_title_3: Support Channel + support_card_description_1: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + support_card_description_2: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + support_card_description_3: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + hero_buttons: + hero_button_1: About Organic Maps + hero_button_2: App + hero_button_3: Operating the Map + hero_button_4: Search + hero_button_5: Route Planning & Routing + hero_button_6: Bookmarks, Points, & Tracks + hero_button_7: Map Data + hero_button_8: GPS & Compass + hero_button_9: Features + hero_button_10: Text-To-Speech (TTS) + hero_button_11: Troubleshooting + hero_button_12: Community Collaboration +--- \ No newline at end of file diff --git a/content/support-us/index.md b/content/support-us/index.md index 696274cc..fa25e4d5 100644 --- a/content/support-us/index.md +++ b/content/support-us/index.md @@ -1,29 +1,30 @@ --- -title: Support the development of Organic Maps -description: Different ways to support the development of our free application -weight: 20 +title: Support Search - Find Answer and Discover Community Support +description: Need assistance? Search for answers to common questions. Get the support you need and connect with others in the community for help. +template: support.html +weight: 10 extra: - menu_title: Support Us - preview_image: support-us/support-us.jpg ---- - -Organic Maps is a free, open-source app. It is free from ads, it does not collect your personal information, and it is developed by a few enthusiasts with the help of the community. - -There are different ways to support the development: - -- [Donate](@/donate/index.md)! Every dollar or euro counts and helps us to pay for servers and scale. -- Report bugs and share ideas on our [GitHub][github] or via [email][email]. -- Help us to [fix bugs][contributing] and do code reviews if you are a developer. Every fixed small issue makes someone happier. -- [Translate][translations] missing strings in the app's interface. -- Translate [App Store][translations_appstore] and [Android][translations_googleplay] descriptions into your language. -- [Translate][translations_website] our web site into your language. -- Join the [OpenStreetMap][openstreetmap] community and contribute to the maps data. -- Fix red cities found by our [public transport validator][public_transport_validator], for subways and light rails to work in the app. -- Support other users on [GitHub][issues], [Telegram][telegram_chat], [Matrix][matrix], [Twitter][twitter], [Facebook][facebook], [Instagram][instagram]. -- Tell everyone about Organic Maps. A bigger community is a stronger community. -- Rate us in [Google Play][googleplay_review], [Apple Store][appstore_review], [Huawei Appgallery][appgallery_review]. -- Any help is welcome! - -Our small team is very grateful for your feedback and support. Organic Maps would not be possible without our users ❤️. - -{{ references() }} + hero_title: Support + hero_description: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor + support_card_title_1: How can we help? + menu_title_pre: Home + hero_image: support-us/suport-kv.png + support_card_title_2: Email Contact + support_card_title_3: Support Channel + support_card_description_1: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + support_card_description_2: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + support_card_description_3: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + hero_buttons: + hero_button_1: About Organic Maps + hero_button_2: App + hero_button_3: Operating the Map + hero_button_4: Search + hero_button_5: Route Planning & Routing + hero_button_6: Bookmarks, Points, & Tracks + hero_button_7: Map Data + hero_button_8: GPS & Compass + hero_button_9: Features + hero_button_10: Text-To-Speech (TTS) + hero_button_11: Troubleshooting + hero_button_12: Community Collaboration +--- \ No newline at end of file diff --git a/content/support-us/index.nl.md b/content/support-us/index.nl.md index e8a73354..fa25e4d5 100644 --- a/content/support-us/index.nl.md +++ b/content/support-us/index.nl.md @@ -1,44 +1,30 @@ --- -description: "Verschillende manieren om de ontwikkeling van onze gratis applicatie te ondersteunen" +title: Support Search - Find Answer and Discover Community Support +description: Need assistance? Search for answers to common questions. Get the support you need and connect with others in the community for help. +template: support.html +weight: 10 extra: - menu_title: "Ondersteun ons" - preview_image: support-us/support-us.jpg -title: "Ondersteun de ontwikkeling van Organic Maps" -weight: 20 ---- - -Organic Maps is een gratis, open-source app. Ze is vrij van advertenties, ze -verzamelt uw persoonlijke gegevens niet, en wordt ontwikkeld door een paar -enthousiastelingen met hulp van de community. - -Er zijn verschillende manieren om de ontwikkeling te ondersteunen: - -- [Doneer](@/donate/index.nl.md)! Elke euro of dollar telt en helpt ons om - servers te betalen en op te schalen. -- Rapporteer bugs en deel ideeën op onze [GitHub][github] of via - [email][email]. -- Help ons om [fouten op te lossen][contributing] en kijk code na als je een - ontwikkelaar bent. Elke kleine opgeloste fout maakt iemand blijer. -- [Vertaal][translations] ontbrekende teksten in de interface van de app. -- Vertaal [App Store][translations_appstore] en - [Android][translations_googleplay] beschrijvingen in uw taal. -- [Vertaal][translations_website] onze website in uw taal. -- Word lid van de [OpenStreetMap][openstreetmap]-community en draag bij aan - de kaartendata. -- Repareer rode steden gevonden door onze - [OV-controleerder][public_transport_validator], zodat metro's en sneltrams - werken in de app. -- Ondersteun andere gebruikers op [GitHub][issues], - [Telegram][telegram_chat], [Matrix][matrix], [Twitter][twitter], - [Facebook][facebook], [Instagram][instagram]. -- Vertel iedereen over Organic Maps. Een grotere community is een sterkere - community. -- Beoordeel ons op [Google Play][googleplay_review], [Apple - Store][appstore_review], [Huawei Appgallery][appgallery_review]. -- Elke hulp is welkom! - -Ons kleine team is erg dankbaar voor jullie feedback en -ondersteuning. Organic Maps zou niet mogelijk zijn zonder onze gebruikers -❤️. - -{{ references() }} + hero_title: Support + hero_description: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor + support_card_title_1: How can we help? + menu_title_pre: Home + hero_image: support-us/suport-kv.png + support_card_title_2: Email Contact + support_card_title_3: Support Channel + support_card_description_1: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + support_card_description_2: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + support_card_description_3: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + hero_buttons: + hero_button_1: About Organic Maps + hero_button_2: App + hero_button_3: Operating the Map + hero_button_4: Search + hero_button_5: Route Planning & Routing + hero_button_6: Bookmarks, Points, & Tracks + hero_button_7: Map Data + hero_button_8: GPS & Compass + hero_button_9: Features + hero_button_10: Text-To-Speech (TTS) + hero_button_11: Troubleshooting + hero_button_12: Community Collaboration +--- \ No newline at end of file diff --git a/content/support-us/index.oc.md b/content/support-us/index.oc.md index 318c7bd1..fa25e4d5 100644 --- a/content/support-us/index.oc.md +++ b/content/support-us/index.oc.md @@ -1,44 +1,30 @@ --- -description: "Diferentei manieras d’ajudar lo desvelopament de nòstra aplicacion liura" +title: Support Search - Find Answer and Discover Community Support +description: Need assistance? Search for answers to common questions. Get the support you need and connect with others in the community for help. +template: support.html +weight: 10 extra: - menu_title: "Ajudatz lo desvelopament" - preview_image: support-us/support-us.jpg -title: "Ajudatz lo desvelopament de Mapas Organicas" -weight: 20 ---- - -Mapas Organicas es una aplicacion dubèrta e a gratis. Es liura d’anóncias, -recampa pas d’informacions personalas e es desvelopada per un rodolet -d’afogats e l’ajuda de la comunautat. - -I a diferéntei manieras d’ajudar au desvelopament: - -- [Donar](@/donate/index.ca.md)! Cada dòlar o euro còmpta e nos ajuda a - pagar lei servidors e ganhar d’escala. -- Senhalar d'errors e partejar d’idèas dins nòstre [GitHub][github] ò per - [email][email]. -- Ajudatz-nos a [fix bugs][contributing] e repassar lo còde se siatz - desvelopaire. Cada dificultat reglada fa plaser en quauqu’un. -- [Translate][translations] cadenas mancan dins l’interfàcia de - l’aplicacion. -- Tradurre lei descripcions de [App Store][translations_appstore] e - [Android][translations_googleplay] dins vòstra lenga. -- [Traduir][translations_website] nòstre site internet dins vòstra lenga. -- Jonhètz-vos a la comunautat [OpenStreetMap][openstreetmap] e collaboratz a - la mapa. -- Fix red cities found by our [public transport - validator][public_transport_validator], for subways and light rails to - work in the app. -- Ajudatz leis autreis utilizators dins [GitHub][issues], - [Telegram][telegram_chat], [Matrix][matrix], [Twitter][twitter], - [Facebook][facebook], [Instagram][instagram]. -- Tell everyone about Organic Maps. A bigger community is a stronger - community. -- Avalora-nos dins [Google Play][googleplay_review], [Apple - Store][appstore_review], [Huawei Appgallery][appgallery_review]. -- Un pauc d’ajuda fa grand ben ! - -Vòstrei comentaris e ajuda fan un gròs plaser a nòstra chormeta. Mapas -Organicas seriá pas possible sensa nòstreis utilisators ❤️. - -{{ references() }} + hero_title: Support + hero_description: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor + support_card_title_1: How can we help? + menu_title_pre: Home + hero_image: support-us/suport-kv.png + support_card_title_2: Email Contact + support_card_title_3: Support Channel + support_card_description_1: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + support_card_description_2: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + support_card_description_3: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + hero_buttons: + hero_button_1: About Organic Maps + hero_button_2: App + hero_button_3: Operating the Map + hero_button_4: Search + hero_button_5: Route Planning & Routing + hero_button_6: Bookmarks, Points, & Tracks + hero_button_7: Map Data + hero_button_8: GPS & Compass + hero_button_9: Features + hero_button_10: Text-To-Speech (TTS) + hero_button_11: Troubleshooting + hero_button_12: Community Collaboration +--- \ No newline at end of file diff --git a/content/support-us/index.pl.md b/content/support-us/index.pl.md index 6b2ba3b2..fa25e4d5 100644 --- a/content/support-us/index.pl.md +++ b/content/support-us/index.pl.md @@ -1,44 +1,30 @@ --- -description: "Różne sposoby wsparcia rozwoju naszej darmowej aplikacji" +title: Support Search - Find Answer and Discover Community Support +description: Need assistance? Search for answers to common questions. Get the support you need and connect with others in the community for help. +template: support.html +weight: 10 extra: - menu_title: "Wesprzyj nas" - preview_image: support-us/support-us.jpg -title: "Wspieranie rozwoju Organic Maps" -weight: 20 ---- - -Organic Maps to darmowa aplikacja typu open-source. Jest wolna od reklam, -nie zbiera Twoich danych osobowych i jest rozwijana przez nielicznych -entuzjastów z pomocą społeczności. - -Wspierać rozwój można na różne sposoby: - -- [Podaruj](@/donate/index.pl.md)! Każdy dolar lub euro się liczy i pomaga - nam opłacić serwery i skalę działań. -- Zgłaszaj błędy i dziel się pomysłami na naszym [GitHub][github] lub przez - [e-mail][email]. -- Pomóż nam [naprawiać błędy][contributing] i rób przeglądy kodu, jeśli - jesteś programistą. Każdy naprawiony mały błąd czyni kogoś szczęśliwszym. -- [Tłumacz][translations] brakujące ciągi znaków w interfejsie aplikacji. -- Przetłumacz opisy [App Store][translations_appstore] i - [Android][translations_googleplay] na swój język. -- [Przetłumacz][translations_website] naszą stronę internetową na swój - język. -- Dołącz do społeczności [OpenStreetMap][openstreetmap] i przyczyniaj się do - powstawania danych map. -- Napraw czerwone miasta znalezione przez nasz [walidator transportu - publicznego][public_transport_validator], dla metra i tramwajów/kolejek - dojazdowych, aby działały w aplikacji. -- Wspieraj innych użytkowników na [GitHub][issues], - [Telegram][telegram_chat], [Matrix][matrix], [Twitter][twitter], - [Facebook][facebook], [Instagram][instagram]. -- Powiedz wszystkim o Organic Maps. Większa społeczność to silniejsza - społeczność. -- Oceń nas w [Google Play][googleplay_review], [Apple - Store][appstore_review], [Huawei Appgallery][appgallery_review]. -- Każda pomoc jest mile widziana! - -Nasz mały zespół jest bardzo wdzięczny za Wasze opinie i wsparcie. Organic -Maps nie byłoby możliwe bez naszych użytkowników ❤️. - -{{ references() }} + hero_title: Support + hero_description: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor + support_card_title_1: How can we help? + menu_title_pre: Home + hero_image: support-us/suport-kv.png + support_card_title_2: Email Contact + support_card_title_3: Support Channel + support_card_description_1: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + support_card_description_2: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + support_card_description_3: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + hero_buttons: + hero_button_1: About Organic Maps + hero_button_2: App + hero_button_3: Operating the Map + hero_button_4: Search + hero_button_5: Route Planning & Routing + hero_button_6: Bookmarks, Points, & Tracks + hero_button_7: Map Data + hero_button_8: GPS & Compass + hero_button_9: Features + hero_button_10: Text-To-Speech (TTS) + hero_button_11: Troubleshooting + hero_button_12: Community Collaboration +--- \ No newline at end of file diff --git a/content/support-us/index.pt-BR.md b/content/support-us/index.pt-BR.md index 3d7e84fc..fa25e4d5 100644 --- a/content/support-us/index.pt-BR.md +++ b/content/support-us/index.pt-BR.md @@ -1,44 +1,30 @@ --- -description: "Diferentes maneiras de apoiar o desenvolvimento do nosso app gratuito" +title: Support Search - Find Answer and Discover Community Support +description: Need assistance? Search for answers to common questions. Get the support you need and connect with others in the community for help. +template: support.html +weight: 10 extra: - menu_title: Apoie-nos - preview_image: support-us/support-us.jpg -title: "Apoie o desenvolvimento do Organic Maps" -weight: 20 ---- - -Organic Maps é um app gratuito e de código aberto. É livre de anúncios, não -coleta suas informações pessoais e é desenvolvido por alguns entusiastas com -a ajuda da comunidade. - -Há diferentes maneiras de apoiar o desenvolvimento: - -- [Doar](@/donate/index.pt-BR.md)! Cada real conta e nos ajuda a pagar por - servidores e crescimento. -- Relate erros e compartilhe ideias no nosso [GitHub][github] ou via - [e-mail][email]. -- Ajude-nos a [corrigir erros][contributing] e fazer revisões do código se - você for um desenvolvedor. Cada pequeno problema corrigido faz alguém mais - feliz. -- [Traduzir][translations] os textos que faltam na interface do app. -- Traduza as descrições da [App Store][translations_appstore] e - [Android][translations_googleplay] para o seu idioma. -- [Traduza][translations_website] nosso site para o seu idioma. -- Junte-se à comunidade [OpenStreetMap][openstreetmap] e contribua com os - dados dos mapas. -- Consertar erros nas cidades que foram encontradas por nosso [validador de - transporte público][public_transport_validator], para que metrôs e VLTs - funcionem no aplicativo. -- Apoie outros usuários no [GitHub][issues], [Telegrama][telegram_chat], - [Matrix][matrix], [Twitter][twitter], [Facebook][facebook] e - [Instagram][instagram]. -- Conte a todos sobre o Organic Maps. Uma comunidade maior é uma comunidade - mais forte. -- Avalie-nos no [Google Play][googleplay_review], [Apple - Store][appstore_review] e [Huawei Appgallery][appgallery_review]. -- Qualquer ajuda é bem-vinda! - -Nossa pequena equipe é muito grata por seu feedback e apoio. Organic Maps -não seria possível sem nossos usuários ❤️. - -{{ references() }} + hero_title: Support + hero_description: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor + support_card_title_1: How can we help? + menu_title_pre: Home + hero_image: support-us/suport-kv.png + support_card_title_2: Email Contact + support_card_title_3: Support Channel + support_card_description_1: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + support_card_description_2: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + support_card_description_3: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + hero_buttons: + hero_button_1: About Organic Maps + hero_button_2: App + hero_button_3: Operating the Map + hero_button_4: Search + hero_button_5: Route Planning & Routing + hero_button_6: Bookmarks, Points, & Tracks + hero_button_7: Map Data + hero_button_8: GPS & Compass + hero_button_9: Features + hero_button_10: Text-To-Speech (TTS) + hero_button_11: Troubleshooting + hero_button_12: Community Collaboration +--- \ No newline at end of file diff --git a/content/support-us/index.ru.md b/content/support-us/index.ru.md index 194197a7..fa25e4d5 100644 --- a/content/support-us/index.ru.md +++ b/content/support-us/index.ru.md @@ -1,40 +1,30 @@ --- -title: Как поддержать разработку Organic Maps -description: Различные способы поддержать проект Organic Maps -weight: 20 +title: Support Search - Find Answer and Discover Community Support +description: Need assistance? Search for answers to common questions. Get the support you need and connect with others in the community for help. +template: support.html +weight: 10 extra: - menu_title: Помочь проекту - preview_image: support-us/support-us.jpg ---- - -Organic Maps – это бесплатное приложение с открытым исходным кодом. В нем нет рекламы, оно не собирает вашу личную информацию и разрабатывается несколькими энтузиастами с при поддержке сообщества. - -Вы можете поддержать разработку разными способами: - -- [Поддержите деньгами](@/donate/index.ru.md)! Каждый доллар или евро имеет значение и помогает нам оплачивать серверы и масштабирование. -- Сообщайте об ошибках и делитесь идеями на нашем [GitHub][issues] - или по [email][email]. -- Помогайте нам [исправлять ошибки][contributing] - и делать обзоры кода, если вы разработчик. Каждое, даже небольшое, улучшение делает кого-то счастливее. -- [Переведите][translations] - недостающие строки в интерфейсе приложения. -- Переведите [App Store][translations_appstore] - и [Android][translations_googleplay] - описания на ваш язык. -- [Переведите][translations_website] наш веб-сайт на свой язык. -- Присоединяйтесь к сообществу [OpenStreetMap][openstreetmap] и вносите свой вклад в создание карт. -- Исправьте красные города, найденные нашим [валидатором общественного транспорта][public_transport_validator], чтобы метро и другие поезда работали в приложении. -- Поддержите других пользователей [GitHub][issues], - [Telegram][telegram_chat_ru], - [Matrix][matrix], - [Twitter][twitter], [Facebook][facebook], - [Instagram][instagram]. -- Расскажите всем об Organic Maps. Больше людей – больше шансов на развитие проекта. -- Оцените нас в [Google Play][googleplay_review], - [Apple Store][appstore_review], - [Huawei Appgallery][appgallery_review]. -- Любая помощь приветствуется! - -Наша небольшая команда очень благодарна за каждый ваш отзыв и за любую поддержку. Мы не смогли бы развивать Organic Maps без наших пользователей ❤️. - -{{ references() }} + hero_title: Support + hero_description: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor + support_card_title_1: How can we help? + menu_title_pre: Home + hero_image: support-us/suport-kv.png + support_card_title_2: Email Contact + support_card_title_3: Support Channel + support_card_description_1: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + support_card_description_2: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + support_card_description_3: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + hero_buttons: + hero_button_1: About Organic Maps + hero_button_2: App + hero_button_3: Operating the Map + hero_button_4: Search + hero_button_5: Route Planning & Routing + hero_button_6: Bookmarks, Points, & Tracks + hero_button_7: Map Data + hero_button_8: GPS & Compass + hero_button_9: Features + hero_button_10: Text-To-Speech (TTS) + hero_button_11: Troubleshooting + hero_button_12: Community Collaboration +--- \ No newline at end of file diff --git a/content/support-us/index.sv.md b/content/support-us/index.sv.md index e80e9c35..fa25e4d5 100644 --- a/content/support-us/index.sv.md +++ b/content/support-us/index.sv.md @@ -1,42 +1,30 @@ --- -description: "Olika sätt att stödja utvecklingen av vår kostnadsfria applikation" +title: Support Search - Find Answer and Discover Community Support +description: Need assistance? Search for answers to common questions. Get the support you need and connect with others in the community for help. +template: support.html +weight: 10 extra: - menu_title: "Stöd utvecklingen" - preview_image: support-us/support-us.jpg -title: "Stöd Organic Maps utveckling" -weight: 20 ---- - -Organic Maps är en gratis app med öppen källkod. Den är fri från annonser, -samlar inte in personlig information och utvecklas av ett fåtal entusiaster -med hjälp av gemenskapen. - -Det finns olika sätt att stödja utvecklingen: - -- [Donera](@/donate/index.sv.md)! Varje krona räknas och hjälper oss att - betala för servrar och utöka verksamheten. -- Rapportera fel och dela idéer på vår [GitHub][github] eller via - [e-post][email]. -- Hjälp oss att [rätta fel][contributing] och göra kodgranskningar om du är - utvecklare. Varje åtgärdat litet problem gör någon gladare. -- [Översätt][translations] saknade text-strängar i appens gränssnitt. -- Översätt beskrivningarna i [App Store][translations_appstore] och [Gogle - Play][translations_googleplay] till ditt språk. -- [Översätt][translations_website] vår webbplats till ditt språk. -- Gå med i [OpenStreetMaps][openstreetmap] och bidra med data till kartan. -- Fixa rödmarkerade städer som hittats av vår - [kollektivtrafiksvaliderare][public_transport_validator], för att - tunnelbanor och spårvägar ska fungera i appen. -- Stöd andra användare på [GitHub][issues], [Telegram][telegram_chat], - [Matrix][matrix], [Twitter][twitter], [Facebook][facebook] och - [Instagram][instagram]. -- Berätta för alla om Organic Maps. En större gemenskap är en starkare - gemenskap. -- Betygsätt oss i [Google Play][googleplay_review], [App - Store][appstore_review] och [Huawei AppGallery][appgallery_review]. -- All hjälp är välkommen! - -Vårt lilla team är mycket tacksamt för din återkoppling och ditt -stöd. Organic Maps skulle inte vara möjligt utan våra användare ❤️. - -{{ references() }} + hero_title: Support + hero_description: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor + support_card_title_1: How can we help? + menu_title_pre: Home + hero_image: support-us/suport-kv.png + support_card_title_2: Email Contact + support_card_title_3: Support Channel + support_card_description_1: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + support_card_description_2: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + support_card_description_3: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + hero_buttons: + hero_button_1: About Organic Maps + hero_button_2: App + hero_button_3: Operating the Map + hero_button_4: Search + hero_button_5: Route Planning & Routing + hero_button_6: Bookmarks, Points, & Tracks + hero_button_7: Map Data + hero_button_8: GPS & Compass + hero_button_9: Features + hero_button_10: Text-To-Speech (TTS) + hero_button_11: Troubleshooting + hero_button_12: Community Collaboration +--- \ No newline at end of file diff --git a/content/support-us/index.tr.md b/content/support-us/index.tr.md index 576199e0..fa25e4d5 100644 --- a/content/support-us/index.tr.md +++ b/content/support-us/index.tr.md @@ -1,39 +1,30 @@ --- -title: Organic Maps'in Gelişimini Destekleyin -description: Ücretsiz uygulamamızın gelişimini desteklemenin farklı yolları -weight: 20 +title: Support Search - Find Answer and Discover Community Support +description: Need assistance? Search for answers to common questions. Get the support you need and connect with others in the community for help. +template: support.html +weight: 10 extra: - menu_title: Bizi Destekle - preview_image: support-us/Destekle.png ---- - -Organic Maps ücretsiz, açık kaynaklı bir uygulamadır. Reklam içermez, kişisel bilgilerinizi toplamaz -ve topluluğun yardımıyla teknoloji tutkunları tarafından geliştirilir. - -Bizi desteklemenin farklı yolları var: - -- [Bağış yapın](@/donate/index.tr.md)! Her bir dolar veya avro önemlidir. Bağışlar, sunucular için ödeme yapmamıza yardımcı oluyor. -- [GitHub][issues] veya [e-posta][email] üzerinden hataları bildirin ve fikirlerinizi paylaşın. -- Eğer bir geliştiriciyseniz [hataları düzeltmemize][contributing] yardım edin - ve kodları gözden geçirin. Düzeltilen her küçük hata birilerini daha mutlu eder. -- Uygulama arayüzündeki eksik dizeleri [çevirin][translations]. -- [App Store][translations_appstore] - ve [Android][translations_googleplay] - açıklamalarını kendi dilinize çevirin. -- Web sitemizi kendi dilinize [çevirin][translations_website]. -- [OpenStreetMap][openstreetmap] topluluğuna katılın ve harita verilerine katkıda bulunun. -- Metroların ve hafif raylı sistemlerin uygulamada çalışması için [toplu taşıma doğrulayıcımız][public_transport_validator] tarafından bulunan kırmızı şehirleri düzeltin. -- [GitHub][issues], - [Telegram](https://t.me/OrganicMapsTR) ve - [matrix (İngilizce)][matrix] üzerinden diğer kullanıcılara yardımcı olun. -- Bizi [Twitter (İngilizce)][twitter], [Facebook (İngilizce)][facebook] ve - [Instagram](https://instagram.com/OrganicMapsTR) üzerinden takip edin. -- Herkese Organic Maps'ten bahsedin. Daha büyük bir topluluk daha güçlü bir topluluktur. -- Bizi [Google Play][googleplay_review], - [Apple Store][appstore_review] ve - [Huawei Appgallery][appgallery_review]'de değerlendirin. -- Her türlü yardıma açığız! - -Küçük ekibimiz, geri bildirimleriniz ve desteğiniz için çok minnettar. Organic Maps, kullanıcılarımız olmadan mümkün olamazdı❤️. - -{{ references() }} + hero_title: Support + hero_description: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor + support_card_title_1: How can we help? + menu_title_pre: Home + hero_image: support-us/suport-kv.png + support_card_title_2: Email Contact + support_card_title_3: Support Channel + support_card_description_1: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + support_card_description_2: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + support_card_description_3: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + hero_buttons: + hero_button_1: About Organic Maps + hero_button_2: App + hero_button_3: Operating the Map + hero_button_4: Search + hero_button_5: Route Planning & Routing + hero_button_6: Bookmarks, Points, & Tracks + hero_button_7: Map Data + hero_button_8: GPS & Compass + hero_button_9: Features + hero_button_10: Text-To-Speech (TTS) + hero_button_11: Troubleshooting + hero_button_12: Community Collaboration +--- \ No newline at end of file diff --git a/content/support-us/index.uk.md b/content/support-us/index.uk.md index 471c5ff1..fa25e4d5 100644 --- a/content/support-us/index.uk.md +++ b/content/support-us/index.uk.md @@ -1,42 +1,30 @@ --- -description: "Різні способи підтримки розробки нашого безплатного застосунку" +title: Support Search - Find Answer and Discover Community Support +description: Need assistance? Search for answers to common questions. Get the support you need and connect with others in the community for help. +template: support.html +weight: 10 extra: - menu_title: "Підтримати нас" - preview_image: support-us/support-us.jpg -title: "Підтримайте розвиток Organic Maps" -weight: 20 ---- - -Organic Maps - це безкоштовний застосунок з відкритим початковим кодом. Він -не містить реклами, не збирає вашу особисту інформацію і розробляється -кількома ентузіастами за допомогою спільноти. - -Існують різні способи підтримати розвиток: - -- [Пожертвуйте](@/donate/index.uk.md)! Кожен долар чи євро має значення і - допомагає нам платити за сервери та масштабування. -- Повідомляйте про помилки та діліться ідеями на нашому [GitHub][github] або - через [email][email]. -- Допомагайте нам [виправляти помилки][contributing] та перевіряти код, якщо - ви розробник. Кожна виправлена помилка зробить когось щасливішим. -- [Перекладайте][translations] пропущені строки в інтерфейсі застосунка. -- Перекладайте [App Store][translations_appstore] та - [Android][translations_googleplay] опис на свою мову. -- [Перекладайте][translations_website] наш веб-сайт на свою мову. -- Приєднуйтесь до [OpenStreetMap][openstreetmap] спільноти та робіть внесок - у створення мапи. -- Виправте червоні місця, знайдені нашим [валідатором громадського - транспорту][public_transport_validator], щоб метро і швидкісний трамвай - працювали в застосунку. -- Підтримуйте інших користувачів на [GitHub][issues], - [Telegram][telegram_chat], [Matrix][matrix], [Twitter][twitter], - [Facebook][facebook], [Instagram][instagram]. -- Розкажіть усім про Organic Maps. Більша спільнота – сильніша спільнота. -- Оцініть нас у [Google Play][googleplay_review], [Apple - Store][appstore_review], [Huawei Appgallery][appgallery_review]. -- Будь-яка допомога вітається! - -Наша невелика команда дуже вдячна за ваші відгуки та підтримку. Ми не змогли -б розвивати Organic Maps без наших користувачів ❤️. - -{{ references() }} + hero_title: Support + hero_description: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor + support_card_title_1: How can we help? + menu_title_pre: Home + hero_image: support-us/suport-kv.png + support_card_title_2: Email Contact + support_card_title_3: Support Channel + support_card_description_1: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + support_card_description_2: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + support_card_description_3: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + hero_buttons: + hero_button_1: About Organic Maps + hero_button_2: App + hero_button_3: Operating the Map + hero_button_4: Search + hero_button_5: Route Planning & Routing + hero_button_6: Bookmarks, Points, & Tracks + hero_button_7: Map Data + hero_button_8: GPS & Compass + hero_button_9: Features + hero_button_10: Text-To-Speech (TTS) + hero_button_11: Troubleshooting + hero_button_12: Community Collaboration +--- \ No newline at end of file diff --git a/content/support-us/index.zh-Hans.md b/content/support-us/index.zh-Hans.md index 7c471e47..fa25e4d5 100644 --- a/content/support-us/index.zh-Hans.md +++ b/content/support-us/index.zh-Hans.md @@ -1,31 +1,30 @@ --- -description: 支持我们免费应用程序开发的不同方式 +title: Support Search - Find Answer and Discover Community Support +description: Need assistance? Search for answers to common questions. Get the support you need and connect with others in the community for help. +template: support.html +weight: 10 extra: - menu_title: 支持我们 - preview_image: support-us/support-us.jpg -title: "支持Organic Maps发展" -weight: 20 ---- - -Organic Maps是一个免费的、开源的应用程序,没有广告,不收集个人信息,由一群爱好者在社区帮助下开发。 - -有多种方式支持我们开发: - -- [捐赠](@/donate/index.zh-Hans.md)!每一分钱都很重要,可以帮助我们支付服务器和规模扩展的费用。 -- 在[GitHub][github]或发邮件[email][email]报告bug和分享想法。 -- 如果您是开发人员,请帮助我们[修复bug][作出贡献]并审查代码。每次修复问题总使人兴奋。 -- [翻译][translations]应用程序界面中缺少的文字。 -- 将[App - Store][translations_appstore]和[Android][translations_googleplay]详情翻译成您的语言。 -- 将我们的网站[翻译][translations_website]成您的语言。 -- 加入[OpenStreetMap][openstreetmap]社区,为地图数据作出贡献。 -- 修复由[公共交通验证器][public_transport_validator]发现的红色城市,让地铁和轻轨在应用程序中更好用。 -- 在[GitHub][issues]、[Telegram][telegram_chat]、[Matrix][matrix]、[Twitter][twitter]、[Facebook][facebook]、[Instagram][instagram]支持其他用户。 -- 传播Organic Maps,助力社区更大更强。 -- 在[Google Play][googleplay_review]、[Apple Store][appstore_review]、[Huawei - Appgallery][appgallery_review]为我们评分。 -- 欢迎各种帮助! - -我们的小团队非常感谢您的反馈和支持。离开用户❤️,Organic Maps无法存在。 - -{{ references() }} + hero_title: Support + hero_description: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor + support_card_title_1: How can we help? + menu_title_pre: Home + hero_image: support-us/suport-kv.png + support_card_title_2: Email Contact + support_card_title_3: Support Channel + support_card_description_1: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + support_card_description_2: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + support_card_description_3: This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content and make sure to add any relevant details or information that you want to share with your visitors. + hero_buttons: + hero_button_1: About Organic Maps + hero_button_2: App + hero_button_3: Operating the Map + hero_button_4: Search + hero_button_5: Route Planning & Routing + hero_button_6: Bookmarks, Points, & Tracks + hero_button_7: Map Data + hero_button_8: GPS & Compass + hero_button_9: Features + hero_button_10: Text-To-Speech (TTS) + hero_button_11: Troubleshooting + hero_button_12: Community Collaboration +--- \ No newline at end of file diff --git a/content/support-us/suport-kv.png b/content/support-us/suport-kv.png new file mode 100644 index 00000000..d87ea04d Binary files /dev/null and b/content/support-us/suport-kv.png differ diff --git a/content/support-us/support-us.jpg b/content/support-us/support-us.jpg deleted file mode 100644 index 2f122a02..00000000 Binary files a/content/support-us/support-us.jpg and /dev/null differ diff --git a/content/volunteering/index.af.md b/content/volunteering/index.af.md new file mode 100644 index 00000000..4414b95a --- /dev/null +++ b/content/volunteering/index.af.md @@ -0,0 +1,26 @@ +--- +title: Volunteering - Join the community in changing the world +description: Make a positive impact on the world. Contribute to meaningful global change. Together, we can create a better world through community-driven efforts. +template: volunteering.html +weight: 10 +extra: + hero_title: Volunteering + menu_title_pre: Home + hero_image: /volunteering/kv.png + section_item_title_1: Design + section_item_title_2: Engineering + section_item_title_3: Product + section_item_title_4: Support + section_item_title_5: Marketing + section_marketing_title_1: Marketing Specialist + section_marketing_title_2: Social Media Specialist + section_marketing_description_1: As the Social Media Specialist you will be responsible for developing and implementing strategies on various social media platforms. The primary goals of this role are to drive brand awareness, engagement, and conversions through social media posting. This role involves managing special media campaigns, analyzing performance data, and making data-driven recommendations to achieve marketing objectives. You’ll help shape our social channels and bring the brand to life online in a fun, creative and educational way. + marketing_section_list_item_1: Develop a highly engaging social media strategy including designing, building, and maintaining social media presence on Instagram, Facebook, X (Twitter), TikTok, LinkedIn, Reddit, Telegram. Manage internet presence including the Organic Maps website and app stores (Google Play, Apple App Store, F-Droid, and Huawei AppGallery). + marketing_section_list_item_2: Create graphics, digital assets, video and text content, including managing user generated content to share on social media. + marketing_section_list_item_3: Manage the monthly content calendar, including managing all content scheduling and publishing across all social media channels. + marketing_section_list_item_4: Measure and report performance of all digital marketing campaigns and assess against goals (ROI and KPIs), and continually refine and improve content based on feedback and analytics. + marketing_section_list_item_5: Identify trends and insights, and optimize spend and performance based on these insights. + marketing_section_list_item_6: Benchmark competitors to understand how social marketing is evolving and provide actionable insights and recommendations. + marketing_section_list_item_7: Evaluate end-to-end customer experience across multiple channels and customer touch points. Identify the latest trends and tools in social marketing to increase brand visibility"." Create timely, and relevant content topics based on keyword research. + marketing_section_list_item_8: Manage the reporting for all social media channels +--- \ No newline at end of file diff --git a/content/volunteering/index.ar.md b/content/volunteering/index.ar.md new file mode 100644 index 00000000..4414b95a --- /dev/null +++ b/content/volunteering/index.ar.md @@ -0,0 +1,26 @@ +--- +title: Volunteering - Join the community in changing the world +description: Make a positive impact on the world. Contribute to meaningful global change. Together, we can create a better world through community-driven efforts. +template: volunteering.html +weight: 10 +extra: + hero_title: Volunteering + menu_title_pre: Home + hero_image: /volunteering/kv.png + section_item_title_1: Design + section_item_title_2: Engineering + section_item_title_3: Product + section_item_title_4: Support + section_item_title_5: Marketing + section_marketing_title_1: Marketing Specialist + section_marketing_title_2: Social Media Specialist + section_marketing_description_1: As the Social Media Specialist you will be responsible for developing and implementing strategies on various social media platforms. The primary goals of this role are to drive brand awareness, engagement, and conversions through social media posting. This role involves managing special media campaigns, analyzing performance data, and making data-driven recommendations to achieve marketing objectives. You’ll help shape our social channels and bring the brand to life online in a fun, creative and educational way. + marketing_section_list_item_1: Develop a highly engaging social media strategy including designing, building, and maintaining social media presence on Instagram, Facebook, X (Twitter), TikTok, LinkedIn, Reddit, Telegram. Manage internet presence including the Organic Maps website and app stores (Google Play, Apple App Store, F-Droid, and Huawei AppGallery). + marketing_section_list_item_2: Create graphics, digital assets, video and text content, including managing user generated content to share on social media. + marketing_section_list_item_3: Manage the monthly content calendar, including managing all content scheduling and publishing across all social media channels. + marketing_section_list_item_4: Measure and report performance of all digital marketing campaigns and assess against goals (ROI and KPIs), and continually refine and improve content based on feedback and analytics. + marketing_section_list_item_5: Identify trends and insights, and optimize spend and performance based on these insights. + marketing_section_list_item_6: Benchmark competitors to understand how social marketing is evolving and provide actionable insights and recommendations. + marketing_section_list_item_7: Evaluate end-to-end customer experience across multiple channels and customer touch points. Identify the latest trends and tools in social marketing to increase brand visibility"." Create timely, and relevant content topics based on keyword research. + marketing_section_list_item_8: Manage the reporting for all social media channels +--- \ No newline at end of file diff --git a/content/volunteering/index.ca.md b/content/volunteering/index.ca.md new file mode 100644 index 00000000..4414b95a --- /dev/null +++ b/content/volunteering/index.ca.md @@ -0,0 +1,26 @@ +--- +title: Volunteering - Join the community in changing the world +description: Make a positive impact on the world. Contribute to meaningful global change. Together, we can create a better world through community-driven efforts. +template: volunteering.html +weight: 10 +extra: + hero_title: Volunteering + menu_title_pre: Home + hero_image: /volunteering/kv.png + section_item_title_1: Design + section_item_title_2: Engineering + section_item_title_3: Product + section_item_title_4: Support + section_item_title_5: Marketing + section_marketing_title_1: Marketing Specialist + section_marketing_title_2: Social Media Specialist + section_marketing_description_1: As the Social Media Specialist you will be responsible for developing and implementing strategies on various social media platforms. The primary goals of this role are to drive brand awareness, engagement, and conversions through social media posting. This role involves managing special media campaigns, analyzing performance data, and making data-driven recommendations to achieve marketing objectives. You’ll help shape our social channels and bring the brand to life online in a fun, creative and educational way. + marketing_section_list_item_1: Develop a highly engaging social media strategy including designing, building, and maintaining social media presence on Instagram, Facebook, X (Twitter), TikTok, LinkedIn, Reddit, Telegram. Manage internet presence including the Organic Maps website and app stores (Google Play, Apple App Store, F-Droid, and Huawei AppGallery). + marketing_section_list_item_2: Create graphics, digital assets, video and text content, including managing user generated content to share on social media. + marketing_section_list_item_3: Manage the monthly content calendar, including managing all content scheduling and publishing across all social media channels. + marketing_section_list_item_4: Measure and report performance of all digital marketing campaigns and assess against goals (ROI and KPIs), and continually refine and improve content based on feedback and analytics. + marketing_section_list_item_5: Identify trends and insights, and optimize spend and performance based on these insights. + marketing_section_list_item_6: Benchmark competitors to understand how social marketing is evolving and provide actionable insights and recommendations. + marketing_section_list_item_7: Evaluate end-to-end customer experience across multiple channels and customer touch points. Identify the latest trends and tools in social marketing to increase brand visibility"." Create timely, and relevant content topics based on keyword research. + marketing_section_list_item_8: Manage the reporting for all social media channels +--- \ No newline at end of file diff --git a/content/volunteering/index.cs.md b/content/volunteering/index.cs.md new file mode 100644 index 00000000..4414b95a --- /dev/null +++ b/content/volunteering/index.cs.md @@ -0,0 +1,26 @@ +--- +title: Volunteering - Join the community in changing the world +description: Make a positive impact on the world. Contribute to meaningful global change. Together, we can create a better world through community-driven efforts. +template: volunteering.html +weight: 10 +extra: + hero_title: Volunteering + menu_title_pre: Home + hero_image: /volunteering/kv.png + section_item_title_1: Design + section_item_title_2: Engineering + section_item_title_3: Product + section_item_title_4: Support + section_item_title_5: Marketing + section_marketing_title_1: Marketing Specialist + section_marketing_title_2: Social Media Specialist + section_marketing_description_1: As the Social Media Specialist you will be responsible for developing and implementing strategies on various social media platforms. The primary goals of this role are to drive brand awareness, engagement, and conversions through social media posting. This role involves managing special media campaigns, analyzing performance data, and making data-driven recommendations to achieve marketing objectives. You’ll help shape our social channels and bring the brand to life online in a fun, creative and educational way. + marketing_section_list_item_1: Develop a highly engaging social media strategy including designing, building, and maintaining social media presence on Instagram, Facebook, X (Twitter), TikTok, LinkedIn, Reddit, Telegram. Manage internet presence including the Organic Maps website and app stores (Google Play, Apple App Store, F-Droid, and Huawei AppGallery). + marketing_section_list_item_2: Create graphics, digital assets, video and text content, including managing user generated content to share on social media. + marketing_section_list_item_3: Manage the monthly content calendar, including managing all content scheduling and publishing across all social media channels. + marketing_section_list_item_4: Measure and report performance of all digital marketing campaigns and assess against goals (ROI and KPIs), and continually refine and improve content based on feedback and analytics. + marketing_section_list_item_5: Identify trends and insights, and optimize spend and performance based on these insights. + marketing_section_list_item_6: Benchmark competitors to understand how social marketing is evolving and provide actionable insights and recommendations. + marketing_section_list_item_7: Evaluate end-to-end customer experience across multiple channels and customer touch points. Identify the latest trends and tools in social marketing to increase brand visibility"." Create timely, and relevant content topics based on keyword research. + marketing_section_list_item_8: Manage the reporting for all social media channels +--- \ No newline at end of file diff --git a/content/volunteering/index.de.md b/content/volunteering/index.de.md new file mode 100644 index 00000000..4414b95a --- /dev/null +++ b/content/volunteering/index.de.md @@ -0,0 +1,26 @@ +--- +title: Volunteering - Join the community in changing the world +description: Make a positive impact on the world. Contribute to meaningful global change. Together, we can create a better world through community-driven efforts. +template: volunteering.html +weight: 10 +extra: + hero_title: Volunteering + menu_title_pre: Home + hero_image: /volunteering/kv.png + section_item_title_1: Design + section_item_title_2: Engineering + section_item_title_3: Product + section_item_title_4: Support + section_item_title_5: Marketing + section_marketing_title_1: Marketing Specialist + section_marketing_title_2: Social Media Specialist + section_marketing_description_1: As the Social Media Specialist you will be responsible for developing and implementing strategies on various social media platforms. The primary goals of this role are to drive brand awareness, engagement, and conversions through social media posting. This role involves managing special media campaigns, analyzing performance data, and making data-driven recommendations to achieve marketing objectives. You’ll help shape our social channels and bring the brand to life online in a fun, creative and educational way. + marketing_section_list_item_1: Develop a highly engaging social media strategy including designing, building, and maintaining social media presence on Instagram, Facebook, X (Twitter), TikTok, LinkedIn, Reddit, Telegram. Manage internet presence including the Organic Maps website and app stores (Google Play, Apple App Store, F-Droid, and Huawei AppGallery). + marketing_section_list_item_2: Create graphics, digital assets, video and text content, including managing user generated content to share on social media. + marketing_section_list_item_3: Manage the monthly content calendar, including managing all content scheduling and publishing across all social media channels. + marketing_section_list_item_4: Measure and report performance of all digital marketing campaigns and assess against goals (ROI and KPIs), and continually refine and improve content based on feedback and analytics. + marketing_section_list_item_5: Identify trends and insights, and optimize spend and performance based on these insights. + marketing_section_list_item_6: Benchmark competitors to understand how social marketing is evolving and provide actionable insights and recommendations. + marketing_section_list_item_7: Evaluate end-to-end customer experience across multiple channels and customer touch points. Identify the latest trends and tools in social marketing to increase brand visibility"." Create timely, and relevant content topics based on keyword research. + marketing_section_list_item_8: Manage the reporting for all social media channels +--- \ No newline at end of file diff --git a/content/volunteering/index.es.md b/content/volunteering/index.es.md new file mode 100644 index 00000000..4414b95a --- /dev/null +++ b/content/volunteering/index.es.md @@ -0,0 +1,26 @@ +--- +title: Volunteering - Join the community in changing the world +description: Make a positive impact on the world. Contribute to meaningful global change. Together, we can create a better world through community-driven efforts. +template: volunteering.html +weight: 10 +extra: + hero_title: Volunteering + menu_title_pre: Home + hero_image: /volunteering/kv.png + section_item_title_1: Design + section_item_title_2: Engineering + section_item_title_3: Product + section_item_title_4: Support + section_item_title_5: Marketing + section_marketing_title_1: Marketing Specialist + section_marketing_title_2: Social Media Specialist + section_marketing_description_1: As the Social Media Specialist you will be responsible for developing and implementing strategies on various social media platforms. The primary goals of this role are to drive brand awareness, engagement, and conversions through social media posting. This role involves managing special media campaigns, analyzing performance data, and making data-driven recommendations to achieve marketing objectives. You’ll help shape our social channels and bring the brand to life online in a fun, creative and educational way. + marketing_section_list_item_1: Develop a highly engaging social media strategy including designing, building, and maintaining social media presence on Instagram, Facebook, X (Twitter), TikTok, LinkedIn, Reddit, Telegram. Manage internet presence including the Organic Maps website and app stores (Google Play, Apple App Store, F-Droid, and Huawei AppGallery). + marketing_section_list_item_2: Create graphics, digital assets, video and text content, including managing user generated content to share on social media. + marketing_section_list_item_3: Manage the monthly content calendar, including managing all content scheduling and publishing across all social media channels. + marketing_section_list_item_4: Measure and report performance of all digital marketing campaigns and assess against goals (ROI and KPIs), and continually refine and improve content based on feedback and analytics. + marketing_section_list_item_5: Identify trends and insights, and optimize spend and performance based on these insights. + marketing_section_list_item_6: Benchmark competitors to understand how social marketing is evolving and provide actionable insights and recommendations. + marketing_section_list_item_7: Evaluate end-to-end customer experience across multiple channels and customer touch points. Identify the latest trends and tools in social marketing to increase brand visibility"." Create timely, and relevant content topics based on keyword research. + marketing_section_list_item_8: Manage the reporting for all social media channels +--- \ No newline at end of file diff --git a/content/volunteering/index.eu.md b/content/volunteering/index.eu.md new file mode 100644 index 00000000..4414b95a --- /dev/null +++ b/content/volunteering/index.eu.md @@ -0,0 +1,26 @@ +--- +title: Volunteering - Join the community in changing the world +description: Make a positive impact on the world. Contribute to meaningful global change. Together, we can create a better world through community-driven efforts. +template: volunteering.html +weight: 10 +extra: + hero_title: Volunteering + menu_title_pre: Home + hero_image: /volunteering/kv.png + section_item_title_1: Design + section_item_title_2: Engineering + section_item_title_3: Product + section_item_title_4: Support + section_item_title_5: Marketing + section_marketing_title_1: Marketing Specialist + section_marketing_title_2: Social Media Specialist + section_marketing_description_1: As the Social Media Specialist you will be responsible for developing and implementing strategies on various social media platforms. The primary goals of this role are to drive brand awareness, engagement, and conversions through social media posting. This role involves managing special media campaigns, analyzing performance data, and making data-driven recommendations to achieve marketing objectives. You’ll help shape our social channels and bring the brand to life online in a fun, creative and educational way. + marketing_section_list_item_1: Develop a highly engaging social media strategy including designing, building, and maintaining social media presence on Instagram, Facebook, X (Twitter), TikTok, LinkedIn, Reddit, Telegram. Manage internet presence including the Organic Maps website and app stores (Google Play, Apple App Store, F-Droid, and Huawei AppGallery). + marketing_section_list_item_2: Create graphics, digital assets, video and text content, including managing user generated content to share on social media. + marketing_section_list_item_3: Manage the monthly content calendar, including managing all content scheduling and publishing across all social media channels. + marketing_section_list_item_4: Measure and report performance of all digital marketing campaigns and assess against goals (ROI and KPIs), and continually refine and improve content based on feedback and analytics. + marketing_section_list_item_5: Identify trends and insights, and optimize spend and performance based on these insights. + marketing_section_list_item_6: Benchmark competitors to understand how social marketing is evolving and provide actionable insights and recommendations. + marketing_section_list_item_7: Evaluate end-to-end customer experience across multiple channels and customer touch points. Identify the latest trends and tools in social marketing to increase brand visibility"." Create timely, and relevant content topics based on keyword research. + marketing_section_list_item_8: Manage the reporting for all social media channels +--- \ No newline at end of file diff --git a/content/volunteering/index.hi.md b/content/volunteering/index.hi.md new file mode 100644 index 00000000..4414b95a --- /dev/null +++ b/content/volunteering/index.hi.md @@ -0,0 +1,26 @@ +--- +title: Volunteering - Join the community in changing the world +description: Make a positive impact on the world. Contribute to meaningful global change. Together, we can create a better world through community-driven efforts. +template: volunteering.html +weight: 10 +extra: + hero_title: Volunteering + menu_title_pre: Home + hero_image: /volunteering/kv.png + section_item_title_1: Design + section_item_title_2: Engineering + section_item_title_3: Product + section_item_title_4: Support + section_item_title_5: Marketing + section_marketing_title_1: Marketing Specialist + section_marketing_title_2: Social Media Specialist + section_marketing_description_1: As the Social Media Specialist you will be responsible for developing and implementing strategies on various social media platforms. The primary goals of this role are to drive brand awareness, engagement, and conversions through social media posting. This role involves managing special media campaigns, analyzing performance data, and making data-driven recommendations to achieve marketing objectives. You’ll help shape our social channels and bring the brand to life online in a fun, creative and educational way. + marketing_section_list_item_1: Develop a highly engaging social media strategy including designing, building, and maintaining social media presence on Instagram, Facebook, X (Twitter), TikTok, LinkedIn, Reddit, Telegram. Manage internet presence including the Organic Maps website and app stores (Google Play, Apple App Store, F-Droid, and Huawei AppGallery). + marketing_section_list_item_2: Create graphics, digital assets, video and text content, including managing user generated content to share on social media. + marketing_section_list_item_3: Manage the monthly content calendar, including managing all content scheduling and publishing across all social media channels. + marketing_section_list_item_4: Measure and report performance of all digital marketing campaigns and assess against goals (ROI and KPIs), and continually refine and improve content based on feedback and analytics. + marketing_section_list_item_5: Identify trends and insights, and optimize spend and performance based on these insights. + marketing_section_list_item_6: Benchmark competitors to understand how social marketing is evolving and provide actionable insights and recommendations. + marketing_section_list_item_7: Evaluate end-to-end customer experience across multiple channels and customer touch points. Identify the latest trends and tools in social marketing to increase brand visibility"." Create timely, and relevant content topics based on keyword research. + marketing_section_list_item_8: Manage the reporting for all social media channels +--- \ No newline at end of file diff --git a/content/volunteering/index.hu.md b/content/volunteering/index.hu.md new file mode 100644 index 00000000..4414b95a --- /dev/null +++ b/content/volunteering/index.hu.md @@ -0,0 +1,26 @@ +--- +title: Volunteering - Join the community in changing the world +description: Make a positive impact on the world. Contribute to meaningful global change. Together, we can create a better world through community-driven efforts. +template: volunteering.html +weight: 10 +extra: + hero_title: Volunteering + menu_title_pre: Home + hero_image: /volunteering/kv.png + section_item_title_1: Design + section_item_title_2: Engineering + section_item_title_3: Product + section_item_title_4: Support + section_item_title_5: Marketing + section_marketing_title_1: Marketing Specialist + section_marketing_title_2: Social Media Specialist + section_marketing_description_1: As the Social Media Specialist you will be responsible for developing and implementing strategies on various social media platforms. The primary goals of this role are to drive brand awareness, engagement, and conversions through social media posting. This role involves managing special media campaigns, analyzing performance data, and making data-driven recommendations to achieve marketing objectives. You’ll help shape our social channels and bring the brand to life online in a fun, creative and educational way. + marketing_section_list_item_1: Develop a highly engaging social media strategy including designing, building, and maintaining social media presence on Instagram, Facebook, X (Twitter), TikTok, LinkedIn, Reddit, Telegram. Manage internet presence including the Organic Maps website and app stores (Google Play, Apple App Store, F-Droid, and Huawei AppGallery). + marketing_section_list_item_2: Create graphics, digital assets, video and text content, including managing user generated content to share on social media. + marketing_section_list_item_3: Manage the monthly content calendar, including managing all content scheduling and publishing across all social media channels. + marketing_section_list_item_4: Measure and report performance of all digital marketing campaigns and assess against goals (ROI and KPIs), and continually refine and improve content based on feedback and analytics. + marketing_section_list_item_5: Identify trends and insights, and optimize spend and performance based on these insights. + marketing_section_list_item_6: Benchmark competitors to understand how social marketing is evolving and provide actionable insights and recommendations. + marketing_section_list_item_7: Evaluate end-to-end customer experience across multiple channels and customer touch points. Identify the latest trends and tools in social marketing to increase brand visibility"." Create timely, and relevant content topics based on keyword research. + marketing_section_list_item_8: Manage the reporting for all social media channels +--- \ No newline at end of file diff --git a/content/volunteering/index.id.md b/content/volunteering/index.id.md new file mode 100644 index 00000000..4414b95a --- /dev/null +++ b/content/volunteering/index.id.md @@ -0,0 +1,26 @@ +--- +title: Volunteering - Join the community in changing the world +description: Make a positive impact on the world. Contribute to meaningful global change. Together, we can create a better world through community-driven efforts. +template: volunteering.html +weight: 10 +extra: + hero_title: Volunteering + menu_title_pre: Home + hero_image: /volunteering/kv.png + section_item_title_1: Design + section_item_title_2: Engineering + section_item_title_3: Product + section_item_title_4: Support + section_item_title_5: Marketing + section_marketing_title_1: Marketing Specialist + section_marketing_title_2: Social Media Specialist + section_marketing_description_1: As the Social Media Specialist you will be responsible for developing and implementing strategies on various social media platforms. The primary goals of this role are to drive brand awareness, engagement, and conversions through social media posting. This role involves managing special media campaigns, analyzing performance data, and making data-driven recommendations to achieve marketing objectives. You’ll help shape our social channels and bring the brand to life online in a fun, creative and educational way. + marketing_section_list_item_1: Develop a highly engaging social media strategy including designing, building, and maintaining social media presence on Instagram, Facebook, X (Twitter), TikTok, LinkedIn, Reddit, Telegram. Manage internet presence including the Organic Maps website and app stores (Google Play, Apple App Store, F-Droid, and Huawei AppGallery). + marketing_section_list_item_2: Create graphics, digital assets, video and text content, including managing user generated content to share on social media. + marketing_section_list_item_3: Manage the monthly content calendar, including managing all content scheduling and publishing across all social media channels. + marketing_section_list_item_4: Measure and report performance of all digital marketing campaigns and assess against goals (ROI and KPIs), and continually refine and improve content based on feedback and analytics. + marketing_section_list_item_5: Identify trends and insights, and optimize spend and performance based on these insights. + marketing_section_list_item_6: Benchmark competitors to understand how social marketing is evolving and provide actionable insights and recommendations. + marketing_section_list_item_7: Evaluate end-to-end customer experience across multiple channels and customer touch points. Identify the latest trends and tools in social marketing to increase brand visibility"." Create timely, and relevant content topics based on keyword research. + marketing_section_list_item_8: Manage the reporting for all social media channels +--- \ No newline at end of file diff --git a/content/volunteering/index.it.md b/content/volunteering/index.it.md new file mode 100644 index 00000000..4414b95a --- /dev/null +++ b/content/volunteering/index.it.md @@ -0,0 +1,26 @@ +--- +title: Volunteering - Join the community in changing the world +description: Make a positive impact on the world. Contribute to meaningful global change. Together, we can create a better world through community-driven efforts. +template: volunteering.html +weight: 10 +extra: + hero_title: Volunteering + menu_title_pre: Home + hero_image: /volunteering/kv.png + section_item_title_1: Design + section_item_title_2: Engineering + section_item_title_3: Product + section_item_title_4: Support + section_item_title_5: Marketing + section_marketing_title_1: Marketing Specialist + section_marketing_title_2: Social Media Specialist + section_marketing_description_1: As the Social Media Specialist you will be responsible for developing and implementing strategies on various social media platforms. The primary goals of this role are to drive brand awareness, engagement, and conversions through social media posting. This role involves managing special media campaigns, analyzing performance data, and making data-driven recommendations to achieve marketing objectives. You’ll help shape our social channels and bring the brand to life online in a fun, creative and educational way. + marketing_section_list_item_1: Develop a highly engaging social media strategy including designing, building, and maintaining social media presence on Instagram, Facebook, X (Twitter), TikTok, LinkedIn, Reddit, Telegram. Manage internet presence including the Organic Maps website and app stores (Google Play, Apple App Store, F-Droid, and Huawei AppGallery). + marketing_section_list_item_2: Create graphics, digital assets, video and text content, including managing user generated content to share on social media. + marketing_section_list_item_3: Manage the monthly content calendar, including managing all content scheduling and publishing across all social media channels. + marketing_section_list_item_4: Measure and report performance of all digital marketing campaigns and assess against goals (ROI and KPIs), and continually refine and improve content based on feedback and analytics. + marketing_section_list_item_5: Identify trends and insights, and optimize spend and performance based on these insights. + marketing_section_list_item_6: Benchmark competitors to understand how social marketing is evolving and provide actionable insights and recommendations. + marketing_section_list_item_7: Evaluate end-to-end customer experience across multiple channels and customer touch points. Identify the latest trends and tools in social marketing to increase brand visibility"." Create timely, and relevant content topics based on keyword research. + marketing_section_list_item_8: Manage the reporting for all social media channels +--- \ No newline at end of file diff --git a/content/volunteering/index.md b/content/volunteering/index.md new file mode 100644 index 00000000..3b47cce8 --- /dev/null +++ b/content/volunteering/index.md @@ -0,0 +1,26 @@ +--- +title: Volunteering - Join the community in changing the world +description: Make a positive impact on the world. Contribute to meaningful global change. Together, we can create a better world through community-driven efforts. +template: volunteering.html +weight: 10 +extra: + hero_title: Volunteering + menu_title_pre: Home + hero_image: /volunteering/kv.png + section_item_title_1: Design + section_item_title_2: Engineering + section_item_title_3: Product + section_item_title_4: Support + section_item_title_5: Marketing + section_marketing_title_1: Marketing Specialist + section_marketing_title_2: Social Media Specialist + section_marketing_description_1: As the Social Media Specialist you will be responsible for developing and implementing strategies on various social media platforms. The primary goals of this role are to drive brand awareness, engagement, and conversions through social media posting. This role involves managing special media campaigns, analyzing performance data, and making data-driven recommendations to achieve marketing objectives. You’ll help shape our social channels and bring the brand to life online in a fun, creative and educational way. + marketing_section_list_item_1: Develop a highly engaging social media strategy including designing, building, and maintaining social media presence on Instagram, Facebook, X (Twitter), TikTok, LinkedIn, Reddit, Telegram. Manage internet presence including the Organic Maps website and app stores (Google Play, Apple App Store, F-Droid, and Huawei AppGallery). + marketing_section_list_item_2: Create graphics, digital assets, video and text content, including managing user generated content to share on social media. + marketing_section_list_item_3: Manage the monthly content calendar, including managing all content scheduling and publishing across all social media channels. + marketing_section_list_item_4: Measure and report performance of all digital marketing campaigns and assess against goals (ROI and KPIs), and continually refine and improve content based on feedback and analytics. + marketing_section_list_item_5: Identify trends and insights, and optimize spend and performance based on these insights. + marketing_section_list_item_6: Benchmark competitors to understand how social marketing is evolving and provide actionable insights and recommendations. + marketing_section_list_item_7: Evaluate end-to-end customer experience across multiple channels and customer touch points. Identify the latest trends and tools in social marketing to increase brand visibility"." Create timely, and relevant content topics based on keyword research. + marketing_section_list_item_8: Manage the reporting for all social media channels +--- \ No newline at end of file diff --git a/content/volunteering/index.nl.md b/content/volunteering/index.nl.md new file mode 100644 index 00000000..4414b95a --- /dev/null +++ b/content/volunteering/index.nl.md @@ -0,0 +1,26 @@ +--- +title: Volunteering - Join the community in changing the world +description: Make a positive impact on the world. Contribute to meaningful global change. Together, we can create a better world through community-driven efforts. +template: volunteering.html +weight: 10 +extra: + hero_title: Volunteering + menu_title_pre: Home + hero_image: /volunteering/kv.png + section_item_title_1: Design + section_item_title_2: Engineering + section_item_title_3: Product + section_item_title_4: Support + section_item_title_5: Marketing + section_marketing_title_1: Marketing Specialist + section_marketing_title_2: Social Media Specialist + section_marketing_description_1: As the Social Media Specialist you will be responsible for developing and implementing strategies on various social media platforms. The primary goals of this role are to drive brand awareness, engagement, and conversions through social media posting. This role involves managing special media campaigns, analyzing performance data, and making data-driven recommendations to achieve marketing objectives. You’ll help shape our social channels and bring the brand to life online in a fun, creative and educational way. + marketing_section_list_item_1: Develop a highly engaging social media strategy including designing, building, and maintaining social media presence on Instagram, Facebook, X (Twitter), TikTok, LinkedIn, Reddit, Telegram. Manage internet presence including the Organic Maps website and app stores (Google Play, Apple App Store, F-Droid, and Huawei AppGallery). + marketing_section_list_item_2: Create graphics, digital assets, video and text content, including managing user generated content to share on social media. + marketing_section_list_item_3: Manage the monthly content calendar, including managing all content scheduling and publishing across all social media channels. + marketing_section_list_item_4: Measure and report performance of all digital marketing campaigns and assess against goals (ROI and KPIs), and continually refine and improve content based on feedback and analytics. + marketing_section_list_item_5: Identify trends and insights, and optimize spend and performance based on these insights. + marketing_section_list_item_6: Benchmark competitors to understand how social marketing is evolving and provide actionable insights and recommendations. + marketing_section_list_item_7: Evaluate end-to-end customer experience across multiple channels and customer touch points. Identify the latest trends and tools in social marketing to increase brand visibility"." Create timely, and relevant content topics based on keyword research. + marketing_section_list_item_8: Manage the reporting for all social media channels +--- \ No newline at end of file diff --git a/content/volunteering/index.oc.md b/content/volunteering/index.oc.md new file mode 100644 index 00000000..4414b95a --- /dev/null +++ b/content/volunteering/index.oc.md @@ -0,0 +1,26 @@ +--- +title: Volunteering - Join the community in changing the world +description: Make a positive impact on the world. Contribute to meaningful global change. Together, we can create a better world through community-driven efforts. +template: volunteering.html +weight: 10 +extra: + hero_title: Volunteering + menu_title_pre: Home + hero_image: /volunteering/kv.png + section_item_title_1: Design + section_item_title_2: Engineering + section_item_title_3: Product + section_item_title_4: Support + section_item_title_5: Marketing + section_marketing_title_1: Marketing Specialist + section_marketing_title_2: Social Media Specialist + section_marketing_description_1: As the Social Media Specialist you will be responsible for developing and implementing strategies on various social media platforms. The primary goals of this role are to drive brand awareness, engagement, and conversions through social media posting. This role involves managing special media campaigns, analyzing performance data, and making data-driven recommendations to achieve marketing objectives. You’ll help shape our social channels and bring the brand to life online in a fun, creative and educational way. + marketing_section_list_item_1: Develop a highly engaging social media strategy including designing, building, and maintaining social media presence on Instagram, Facebook, X (Twitter), TikTok, LinkedIn, Reddit, Telegram. Manage internet presence including the Organic Maps website and app stores (Google Play, Apple App Store, F-Droid, and Huawei AppGallery). + marketing_section_list_item_2: Create graphics, digital assets, video and text content, including managing user generated content to share on social media. + marketing_section_list_item_3: Manage the monthly content calendar, including managing all content scheduling and publishing across all social media channels. + marketing_section_list_item_4: Measure and report performance of all digital marketing campaigns and assess against goals (ROI and KPIs), and continually refine and improve content based on feedback and analytics. + marketing_section_list_item_5: Identify trends and insights, and optimize spend and performance based on these insights. + marketing_section_list_item_6: Benchmark competitors to understand how social marketing is evolving and provide actionable insights and recommendations. + marketing_section_list_item_7: Evaluate end-to-end customer experience across multiple channels and customer touch points. Identify the latest trends and tools in social marketing to increase brand visibility"." Create timely, and relevant content topics based on keyword research. + marketing_section_list_item_8: Manage the reporting for all social media channels +--- \ No newline at end of file diff --git a/content/volunteering/index.pl.md b/content/volunteering/index.pl.md new file mode 100644 index 00000000..4414b95a --- /dev/null +++ b/content/volunteering/index.pl.md @@ -0,0 +1,26 @@ +--- +title: Volunteering - Join the community in changing the world +description: Make a positive impact on the world. Contribute to meaningful global change. Together, we can create a better world through community-driven efforts. +template: volunteering.html +weight: 10 +extra: + hero_title: Volunteering + menu_title_pre: Home + hero_image: /volunteering/kv.png + section_item_title_1: Design + section_item_title_2: Engineering + section_item_title_3: Product + section_item_title_4: Support + section_item_title_5: Marketing + section_marketing_title_1: Marketing Specialist + section_marketing_title_2: Social Media Specialist + section_marketing_description_1: As the Social Media Specialist you will be responsible for developing and implementing strategies on various social media platforms. The primary goals of this role are to drive brand awareness, engagement, and conversions through social media posting. This role involves managing special media campaigns, analyzing performance data, and making data-driven recommendations to achieve marketing objectives. You’ll help shape our social channels and bring the brand to life online in a fun, creative and educational way. + marketing_section_list_item_1: Develop a highly engaging social media strategy including designing, building, and maintaining social media presence on Instagram, Facebook, X (Twitter), TikTok, LinkedIn, Reddit, Telegram. Manage internet presence including the Organic Maps website and app stores (Google Play, Apple App Store, F-Droid, and Huawei AppGallery). + marketing_section_list_item_2: Create graphics, digital assets, video and text content, including managing user generated content to share on social media. + marketing_section_list_item_3: Manage the monthly content calendar, including managing all content scheduling and publishing across all social media channels. + marketing_section_list_item_4: Measure and report performance of all digital marketing campaigns and assess against goals (ROI and KPIs), and continually refine and improve content based on feedback and analytics. + marketing_section_list_item_5: Identify trends and insights, and optimize spend and performance based on these insights. + marketing_section_list_item_6: Benchmark competitors to understand how social marketing is evolving and provide actionable insights and recommendations. + marketing_section_list_item_7: Evaluate end-to-end customer experience across multiple channels and customer touch points. Identify the latest trends and tools in social marketing to increase brand visibility"." Create timely, and relevant content topics based on keyword research. + marketing_section_list_item_8: Manage the reporting for all social media channels +--- \ No newline at end of file diff --git a/content/volunteering/index.pt-BR.md b/content/volunteering/index.pt-BR.md new file mode 100644 index 00000000..4414b95a --- /dev/null +++ b/content/volunteering/index.pt-BR.md @@ -0,0 +1,26 @@ +--- +title: Volunteering - Join the community in changing the world +description: Make a positive impact on the world. Contribute to meaningful global change. Together, we can create a better world through community-driven efforts. +template: volunteering.html +weight: 10 +extra: + hero_title: Volunteering + menu_title_pre: Home + hero_image: /volunteering/kv.png + section_item_title_1: Design + section_item_title_2: Engineering + section_item_title_3: Product + section_item_title_4: Support + section_item_title_5: Marketing + section_marketing_title_1: Marketing Specialist + section_marketing_title_2: Social Media Specialist + section_marketing_description_1: As the Social Media Specialist you will be responsible for developing and implementing strategies on various social media platforms. The primary goals of this role are to drive brand awareness, engagement, and conversions through social media posting. This role involves managing special media campaigns, analyzing performance data, and making data-driven recommendations to achieve marketing objectives. You’ll help shape our social channels and bring the brand to life online in a fun, creative and educational way. + marketing_section_list_item_1: Develop a highly engaging social media strategy including designing, building, and maintaining social media presence on Instagram, Facebook, X (Twitter), TikTok, LinkedIn, Reddit, Telegram. Manage internet presence including the Organic Maps website and app stores (Google Play, Apple App Store, F-Droid, and Huawei AppGallery). + marketing_section_list_item_2: Create graphics, digital assets, video and text content, including managing user generated content to share on social media. + marketing_section_list_item_3: Manage the monthly content calendar, including managing all content scheduling and publishing across all social media channels. + marketing_section_list_item_4: Measure and report performance of all digital marketing campaigns and assess against goals (ROI and KPIs), and continually refine and improve content based on feedback and analytics. + marketing_section_list_item_5: Identify trends and insights, and optimize spend and performance based on these insights. + marketing_section_list_item_6: Benchmark competitors to understand how social marketing is evolving and provide actionable insights and recommendations. + marketing_section_list_item_7: Evaluate end-to-end customer experience across multiple channels and customer touch points. Identify the latest trends and tools in social marketing to increase brand visibility"." Create timely, and relevant content topics based on keyword research. + marketing_section_list_item_8: Manage the reporting for all social media channels +--- \ No newline at end of file diff --git a/content/volunteering/index.ru.md b/content/volunteering/index.ru.md new file mode 100644 index 00000000..4414b95a --- /dev/null +++ b/content/volunteering/index.ru.md @@ -0,0 +1,26 @@ +--- +title: Volunteering - Join the community in changing the world +description: Make a positive impact on the world. Contribute to meaningful global change. Together, we can create a better world through community-driven efforts. +template: volunteering.html +weight: 10 +extra: + hero_title: Volunteering + menu_title_pre: Home + hero_image: /volunteering/kv.png + section_item_title_1: Design + section_item_title_2: Engineering + section_item_title_3: Product + section_item_title_4: Support + section_item_title_5: Marketing + section_marketing_title_1: Marketing Specialist + section_marketing_title_2: Social Media Specialist + section_marketing_description_1: As the Social Media Specialist you will be responsible for developing and implementing strategies on various social media platforms. The primary goals of this role are to drive brand awareness, engagement, and conversions through social media posting. This role involves managing special media campaigns, analyzing performance data, and making data-driven recommendations to achieve marketing objectives. You’ll help shape our social channels and bring the brand to life online in a fun, creative and educational way. + marketing_section_list_item_1: Develop a highly engaging social media strategy including designing, building, and maintaining social media presence on Instagram, Facebook, X (Twitter), TikTok, LinkedIn, Reddit, Telegram. Manage internet presence including the Organic Maps website and app stores (Google Play, Apple App Store, F-Droid, and Huawei AppGallery). + marketing_section_list_item_2: Create graphics, digital assets, video and text content, including managing user generated content to share on social media. + marketing_section_list_item_3: Manage the monthly content calendar, including managing all content scheduling and publishing across all social media channels. + marketing_section_list_item_4: Measure and report performance of all digital marketing campaigns and assess against goals (ROI and KPIs), and continually refine and improve content based on feedback and analytics. + marketing_section_list_item_5: Identify trends and insights, and optimize spend and performance based on these insights. + marketing_section_list_item_6: Benchmark competitors to understand how social marketing is evolving and provide actionable insights and recommendations. + marketing_section_list_item_7: Evaluate end-to-end customer experience across multiple channels and customer touch points. Identify the latest trends and tools in social marketing to increase brand visibility"." Create timely, and relevant content topics based on keyword research. + marketing_section_list_item_8: Manage the reporting for all social media channels +--- \ No newline at end of file diff --git a/content/volunteering/index.sv.md b/content/volunteering/index.sv.md new file mode 100644 index 00000000..4414b95a --- /dev/null +++ b/content/volunteering/index.sv.md @@ -0,0 +1,26 @@ +--- +title: Volunteering - Join the community in changing the world +description: Make a positive impact on the world. Contribute to meaningful global change. Together, we can create a better world through community-driven efforts. +template: volunteering.html +weight: 10 +extra: + hero_title: Volunteering + menu_title_pre: Home + hero_image: /volunteering/kv.png + section_item_title_1: Design + section_item_title_2: Engineering + section_item_title_3: Product + section_item_title_4: Support + section_item_title_5: Marketing + section_marketing_title_1: Marketing Specialist + section_marketing_title_2: Social Media Specialist + section_marketing_description_1: As the Social Media Specialist you will be responsible for developing and implementing strategies on various social media platforms. The primary goals of this role are to drive brand awareness, engagement, and conversions through social media posting. This role involves managing special media campaigns, analyzing performance data, and making data-driven recommendations to achieve marketing objectives. You’ll help shape our social channels and bring the brand to life online in a fun, creative and educational way. + marketing_section_list_item_1: Develop a highly engaging social media strategy including designing, building, and maintaining social media presence on Instagram, Facebook, X (Twitter), TikTok, LinkedIn, Reddit, Telegram. Manage internet presence including the Organic Maps website and app stores (Google Play, Apple App Store, F-Droid, and Huawei AppGallery). + marketing_section_list_item_2: Create graphics, digital assets, video and text content, including managing user generated content to share on social media. + marketing_section_list_item_3: Manage the monthly content calendar, including managing all content scheduling and publishing across all social media channels. + marketing_section_list_item_4: Measure and report performance of all digital marketing campaigns and assess against goals (ROI and KPIs), and continually refine and improve content based on feedback and analytics. + marketing_section_list_item_5: Identify trends and insights, and optimize spend and performance based on these insights. + marketing_section_list_item_6: Benchmark competitors to understand how social marketing is evolving and provide actionable insights and recommendations. + marketing_section_list_item_7: Evaluate end-to-end customer experience across multiple channels and customer touch points. Identify the latest trends and tools in social marketing to increase brand visibility"." Create timely, and relevant content topics based on keyword research. + marketing_section_list_item_8: Manage the reporting for all social media channels +--- \ No newline at end of file diff --git a/content/volunteering/index.tr.md b/content/volunteering/index.tr.md new file mode 100644 index 00000000..4414b95a --- /dev/null +++ b/content/volunteering/index.tr.md @@ -0,0 +1,26 @@ +--- +title: Volunteering - Join the community in changing the world +description: Make a positive impact on the world. Contribute to meaningful global change. Together, we can create a better world through community-driven efforts. +template: volunteering.html +weight: 10 +extra: + hero_title: Volunteering + menu_title_pre: Home + hero_image: /volunteering/kv.png + section_item_title_1: Design + section_item_title_2: Engineering + section_item_title_3: Product + section_item_title_4: Support + section_item_title_5: Marketing + section_marketing_title_1: Marketing Specialist + section_marketing_title_2: Social Media Specialist + section_marketing_description_1: As the Social Media Specialist you will be responsible for developing and implementing strategies on various social media platforms. The primary goals of this role are to drive brand awareness, engagement, and conversions through social media posting. This role involves managing special media campaigns, analyzing performance data, and making data-driven recommendations to achieve marketing objectives. You’ll help shape our social channels and bring the brand to life online in a fun, creative and educational way. + marketing_section_list_item_1: Develop a highly engaging social media strategy including designing, building, and maintaining social media presence on Instagram, Facebook, X (Twitter), TikTok, LinkedIn, Reddit, Telegram. Manage internet presence including the Organic Maps website and app stores (Google Play, Apple App Store, F-Droid, and Huawei AppGallery). + marketing_section_list_item_2: Create graphics, digital assets, video and text content, including managing user generated content to share on social media. + marketing_section_list_item_3: Manage the monthly content calendar, including managing all content scheduling and publishing across all social media channels. + marketing_section_list_item_4: Measure and report performance of all digital marketing campaigns and assess against goals (ROI and KPIs), and continually refine and improve content based on feedback and analytics. + marketing_section_list_item_5: Identify trends and insights, and optimize spend and performance based on these insights. + marketing_section_list_item_6: Benchmark competitors to understand how social marketing is evolving and provide actionable insights and recommendations. + marketing_section_list_item_7: Evaluate end-to-end customer experience across multiple channels and customer touch points. Identify the latest trends and tools in social marketing to increase brand visibility"." Create timely, and relevant content topics based on keyword research. + marketing_section_list_item_8: Manage the reporting for all social media channels +--- \ No newline at end of file diff --git a/content/volunteering/index.uk.md b/content/volunteering/index.uk.md new file mode 100644 index 00000000..4414b95a --- /dev/null +++ b/content/volunteering/index.uk.md @@ -0,0 +1,26 @@ +--- +title: Volunteering - Join the community in changing the world +description: Make a positive impact on the world. Contribute to meaningful global change. Together, we can create a better world through community-driven efforts. +template: volunteering.html +weight: 10 +extra: + hero_title: Volunteering + menu_title_pre: Home + hero_image: /volunteering/kv.png + section_item_title_1: Design + section_item_title_2: Engineering + section_item_title_3: Product + section_item_title_4: Support + section_item_title_5: Marketing + section_marketing_title_1: Marketing Specialist + section_marketing_title_2: Social Media Specialist + section_marketing_description_1: As the Social Media Specialist you will be responsible for developing and implementing strategies on various social media platforms. The primary goals of this role are to drive brand awareness, engagement, and conversions through social media posting. This role involves managing special media campaigns, analyzing performance data, and making data-driven recommendations to achieve marketing objectives. You’ll help shape our social channels and bring the brand to life online in a fun, creative and educational way. + marketing_section_list_item_1: Develop a highly engaging social media strategy including designing, building, and maintaining social media presence on Instagram, Facebook, X (Twitter), TikTok, LinkedIn, Reddit, Telegram. Manage internet presence including the Organic Maps website and app stores (Google Play, Apple App Store, F-Droid, and Huawei AppGallery). + marketing_section_list_item_2: Create graphics, digital assets, video and text content, including managing user generated content to share on social media. + marketing_section_list_item_3: Manage the monthly content calendar, including managing all content scheduling and publishing across all social media channels. + marketing_section_list_item_4: Measure and report performance of all digital marketing campaigns and assess against goals (ROI and KPIs), and continually refine and improve content based on feedback and analytics. + marketing_section_list_item_5: Identify trends and insights, and optimize spend and performance based on these insights. + marketing_section_list_item_6: Benchmark competitors to understand how social marketing is evolving and provide actionable insights and recommendations. + marketing_section_list_item_7: Evaluate end-to-end customer experience across multiple channels and customer touch points. Identify the latest trends and tools in social marketing to increase brand visibility"." Create timely, and relevant content topics based on keyword research. + marketing_section_list_item_8: Manage the reporting for all social media channels +--- \ No newline at end of file diff --git a/content/volunteering/index.zh-Hans.md b/content/volunteering/index.zh-Hans.md new file mode 100644 index 00000000..4414b95a --- /dev/null +++ b/content/volunteering/index.zh-Hans.md @@ -0,0 +1,26 @@ +--- +title: Volunteering - Join the community in changing the world +description: Make a positive impact on the world. Contribute to meaningful global change. Together, we can create a better world through community-driven efforts. +template: volunteering.html +weight: 10 +extra: + hero_title: Volunteering + menu_title_pre: Home + hero_image: /volunteering/kv.png + section_item_title_1: Design + section_item_title_2: Engineering + section_item_title_3: Product + section_item_title_4: Support + section_item_title_5: Marketing + section_marketing_title_1: Marketing Specialist + section_marketing_title_2: Social Media Specialist + section_marketing_description_1: As the Social Media Specialist you will be responsible for developing and implementing strategies on various social media platforms. The primary goals of this role are to drive brand awareness, engagement, and conversions through social media posting. This role involves managing special media campaigns, analyzing performance data, and making data-driven recommendations to achieve marketing objectives. You’ll help shape our social channels and bring the brand to life online in a fun, creative and educational way. + marketing_section_list_item_1: Develop a highly engaging social media strategy including designing, building, and maintaining social media presence on Instagram, Facebook, X (Twitter), TikTok, LinkedIn, Reddit, Telegram. Manage internet presence including the Organic Maps website and app stores (Google Play, Apple App Store, F-Droid, and Huawei AppGallery). + marketing_section_list_item_2: Create graphics, digital assets, video and text content, including managing user generated content to share on social media. + marketing_section_list_item_3: Manage the monthly content calendar, including managing all content scheduling and publishing across all social media channels. + marketing_section_list_item_4: Measure and report performance of all digital marketing campaigns and assess against goals (ROI and KPIs), and continually refine and improve content based on feedback and analytics. + marketing_section_list_item_5: Identify trends and insights, and optimize spend and performance based on these insights. + marketing_section_list_item_6: Benchmark competitors to understand how social marketing is evolving and provide actionable insights and recommendations. + marketing_section_list_item_7: Evaluate end-to-end customer experience across multiple channels and customer touch points. Identify the latest trends and tools in social marketing to increase brand visibility"." Create timely, and relevant content topics based on keyword research. + marketing_section_list_item_8: Manage the reporting for all social media channels +--- \ No newline at end of file diff --git a/content/volunteering/kv.png b/content/volunteering/kv.png new file mode 100644 index 00000000..7e464364 Binary files /dev/null and b/content/volunteering/kv.png differ diff --git a/data/translation.yml b/data/translation.yml new file mode 100644 index 00000000..aed77408 --- /dev/null +++ b/data/translation.yml @@ -0,0 +1,262 @@ +ru-UA: + - title: О нас + url: /rus/ + sublinks: + - title: Об клинике + url: "/about.html" + - title: Вопрос / Ответ + url: "/faq.html" + - title: Стоимость лечения + url: /price.html + - title: Наши контакты + url: /conatacty.html + - title: Памятка пациента + url: /for-patient.html + - title: Психиатрия + url: /psihiatria.html + sublinks: + - title: Вызов психиатра домой + url: /vyklyk-psykhiatra-dodomu.html + - title: Обсессивно-компульсивное расстройство + url: /obsesyvno-kompulsyvni-rozlady.html + - title: Биполярное расстройство + url: /bipolyarnyy-rozlad.html + - title: Деменция + url: /dementsiya.html + - title: Игровая зависимость + url: /psihiatria/game.html + - title: Сексуальные расстройства + url: /psihiatria/sex-zavisimosti.html + - title: Аффективные расстройства + url: /affektivnye-rasstroystva.html + - title: Шизоаффективное расстройство + url: /sizoaffektivnoe-rastroistva.html + - title: Шизотипическое расстройство + url: /shizotepia.html + - title: Лечение голосов + url: /golosov.html + - title: Бредовые идеи + url: /bred.html + - title: Нарушение памяти + url: /pamjat.html + - title: Шизофрения + url: /shizofrena.html + - title: Судорожные припадки + url: /sudorogi.html + - title: Лечении депрессии + url: /depressiya.html + - title: Лечение психозов + url: /psihozi.html + - title: Дереализации и деперсонализации + url: /depersonalization.html + - title: Навязчивые мысли + url: /navjaz.html + - title: Органические расстройства + url: /ocgr.html + - title: Психопатия + url: /psihopatii.html + - title: Тревожно-депрессивное расстройство + url: /tds.html + - title: Синдром Кандинского - Клерамбо + url: /skk.html + - title: Психотерапия + url: /uslugi/psihoterapia.html + sublinks: + - title: Нарушение питания + url: /narusheniya-pitaniya.html + - title: Нарушение сна + url: /parasomnia.html + - title: Лечение булимии + url: /napravlenie-lechenia/bulimija.html + - title: Лечение Фобий + url: /lechenie-fobij.html + - title: ГТР + url: /gtr.html + - title: Психокоррекция + url: /psykhokorektsiya.html + - title: ПТСР + url: /ptsr.html + - title: Лечение гнева + url: /gnev.html + - title: Лечение кома в горле + url: /com-v-gorle.html + - title: Истерики + url: /isterika.html + - title: Эмоциональное выгорание + url: /vigoranie.html + - title: Меланхолия + url: /melanholia.html + - title: Хроническая усталость + url: /ustalost.html + - title: Неврология + url: /nevrokog.html + sublinks: + - title: Энцефалопатия + url: /nevrokog/encefalopatia.html + - title: Внутричерепная гипертензия + url: /nevrokog/vnutricerepnaya-gipertenzia.html + - title: Гидроцефалия + url: /nevrokog/gidracefalia.html + - title: Гиперкинезы + url: /nevrokog/giper.html + - title: Головные боли + url: /nevrokog/golovnie-boli.html + - title: Головокружение + url: /nevrokog/golovokruzenie.html + - title: Болезнь Паркинсона + url: /nevrokog/parkinson.html + - title: Вегето-сосудистая дистония + url: /nevrokog/vsd-help.html + - title: Услуги + url: /uslugi.html + sublinks: + - title: Консультация Психиатра + url: /konsultatsiya-psykhiatra.html + - title: Консультация Психолога + url: /konsultatsiya-psykholoha.html + - title: Консультация Психотерапевта + url: /konsultatsiya-psykhoterapevta.html + - title: Скорая психиатрическая помощь + url: /skoraya-psikhiatricheskaya-pomoshch.html + - title: Вызов медсестры на дому + url: /uslugi/medsestra.html + - title: Очистка организма + url: /uslugi/detox-o.html + - title: Трансфер в клинику + url: /perevozka.html + - title: Стоимость лечения + url: /price.html + + +uk-UA: + - title: Про нас + url: / + sublinks: + - title: Про клініку + url: /ua/about.html + - title: Питання/Відповідь + url: /ua/faq.html + - title: Вартість лікування + url: /ua/price.html + - title: Наші контакти + url: /ua/conatacty.html + - title: Пам'ятка пацієнта + url: /ua/for-patient.html + - title: Психіатрія + url: /ua/psihiatria.html + sublinks: + - title: Виклик психіатра додому + url: /ua/vyklyk-psykhiatra-dodomu.html + - title: Обсесивно-компульсивний розлад + url: /ua/obsesyvno-kompulsyvni-rozlady.html + - title: Біполярний розлад + url: /ua/bipolyarnyy-rozlad.html + - title: Деменція + url: /ua/dementsiya.html + - title: Ігрова залежність + url: /ua/psihiatria/game.html + - title: Сексуальні розлади + url: /ua/psihiatria/sex-zavisimosti.html + - title: Афективні розлади + url: /ua/affektivnye-rasstroystva.html + - title: Шизоафективний розлад + url: /ua/sizoaffektivnoe-rastroistva.html + - title: Шизотиповний розлад + url: /ua/shizotepia.html + - title: Лікування голосів + url: /ua/golosov.html + - title: Маячні ідеї + url: /ua/bred.html + - title: Порушення пам'яті + url: /ua/pamjat.html + - title: Шизофренія + url: /ua/shizofrena.html + - title: Судомні напади + url: /ua/sudorogi.html + - title: Лікування депресії + url: /ua/depressiya.html + - title: Лікування психозів + url: /ua/psihozi.html + - title: Дереалізації та деперсоналізації + url: /ua/depersonalization.html + - title: Нав'язливі думки + url: /ua/navjaz.html + - title: Органічні розлади + url: /ua/ocgr.html + - title: Психопатія + url: /ua/psihopatii.html + - title: Тривожно-депресивний розлад + url: /ua/tds.html + - title: Синдром Кандинського - Клерамбо + url: /ua/skk.html + - title: Психотерапія + url: /ua/uslugi/psihoterapia.html + sublinks: + - title: Порушення харчування + url: /ua/narusheniya-pitaniya.html + - title: Порушення сну + url: /ua/parasomnia.html + - title: Лікування булимії + url: /ua/napravlenie-lechenia/bulimija.html + - title: Лікування Фобій + url: /ua/lechenie-fobij.html + - title: ГТР + url: /ua/gtr.html + - title: Психокорекція + url: /ua/psykhokorektsiya.html + - title: ПТСР + url: /ua/ptsr.html + - title: Лікування гніву + url: /ua/gnev.html + - title: Лікування кома в горлі + url: /ua/com-v-gorle.html + - title: Істерики + url: /ua/isterika.html + - title: Емоційне вигоряння + url: /ua/vigoranie.html + - title: Меланхолія + url: /ua/melanholia.html + - title: Хронічна втома + url: /ua/ustalost.html + - title: Неврологія + url: /ua/nevrokog.html + sublinks: + - title: Енцефалопатія + url: /ua/nevrokog/encefalopatia.html + - title: Внутрішньочерепна гіпертензія + url: /ua/nevrokog/vnutricerepnaya-gipertenzia.html + - title: Гідроцефалія + url: /ua/nevrokog/gidracefalia.html + - title: Гіперкінези + url: /ua/nevrokog/giper.html + - title: Головний біль + url: /ua/nevrokog/golovnie-boli.html + - title: Запаморочення + url: /ua/nevrokog/golovokruzenie.html + - title: Хвороба Паркінсона + url: /ua/nevrokog/parkinson.html + - title: Вегето-судинна дистонія + url: /ua/nevrokog/vsd-help.html + - title: Послуги + url: /ua/uslugi.html + sublinks: + - title: Консультація Психіатра + url: /ua/konsultatsiya-psykhiatra.html + - title: Консультація Психолога + url: /ua/konsultatsiya-psykholoha.html + - title: Консультація Психотерапевта + url: /ua/konsultatsiya-psykhoterapevta.html + - title: Швидка психіатрична допомога + url: /ua/skoraya-psikhiatricheskaya-pomoshch.html + - title: Виклик медсестри вдома + url: /ua/uslugi/medsestra.html + - title: Очищення організму + url: /ua/uslugi/detox-o.html + - title: Трансфер до клініки + url: /ua/perevozka.html + - title: Вартість лікування + url: /ua/price.html + + + + diff --git a/sass/_language_selector.scss b/sass/_language_selector.scss deleted file mode 100644 index 5d6168c5..00000000 --- a/sass/_language_selector.scss +++ /dev/null @@ -1,73 +0,0 @@ -$headerAndLogoHeight: 65px; -$headerPadding: 10px; -$logoColor: green; -$baseFontSize: 400; -$baseBgColor: black; - -@media print { - .no-print, - .no-print * { - display: none !important; - } -} - -@mixin MenuItemsTextStyling { - color: green; - cursor: pointer; - text-align: center; - // All menu texts should be in one line. - white-space: nowrap; -} - -@mixin MenuItemInvertedButton { - color: red; -} - -.lang-menu { - display: none; - // It's a list, so remove list padding (where bullets are usually drawn). - padding: 0; - list-style: none; - - &-item { - margin-left: 1em; - - &:first-child { - margin-left: 0; - } - } - - &-link { - @include MenuItemsTextStyling; - - text-decoration: none; - } -} - -input.lang-menu-trigger { - // Hide input checkbox, label is used for touch events instead. - position: absolute; - clip: rect(0, 0, 0, 0); - - // Show menu on checkbox click. - &:checked ~ .lang-menu { - // Turn flexbox ul again into a block and reset it's properties. - display: flex; - flex-wrap: wrap; - justify-content: center; - z-index: 999; - - .lang-menu-item { - text-align: center; - } - } - - &:checked ~ label { - @include MenuItemInvertedButton; - } -} - -// Menu button -label[for="lang-menu-trigger"] { - @include MenuItemsTextStyling; -} diff --git a/sass/_top_menu.scss b/sass/_top_menu.scss deleted file mode 100644 index 9b3aa571..00000000 --- a/sass/_top_menu.scss +++ /dev/null @@ -1,36 +0,0 @@ -.top_menu_logo { - background-image: url("/logos/green-on-transparent.svg"); - background-size: contain; - background-repeat: no-repeat; - background-position: left center; - background-origin: content-box; - width: 32px; - height: 32px; - display: inline-block; - vertical-align: middle; -} - -.top_menu_item, -.top_menu_item_active { - white-space: nowrap; - - a { - text-decoration: none; - } -} - -.top_menu_donate a { - color: red; -} - -.github svg { - fill: black; - - @media (prefers-color-scheme: dark) { - fill: white; - } - - display: inline-block; - overflow: visible !important; - margin-right: 0.5rem; -} diff --git a/sass/common/bred-crum.scss b/sass/common/bred-crum.scss new file mode 100644 index 00000000..2a705b5d --- /dev/null +++ b/sass/common/bred-crum.scss @@ -0,0 +1,21 @@ +.bred-crum { + padding: 15rem 0 0; + &--active { + text-decoration: none; + } + &__row { + display: flex; + gap: 10rem; + } + &__item { + display: flex; + align-items: center; + } + &__link { + + max-width: 230rem; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + } +} \ No newline at end of file diff --git a/sass/common/footer.scss b/sass/common/footer.scss new file mode 100644 index 00000000..29af9915 --- /dev/null +++ b/sass/common/footer.scss @@ -0,0 +1,59 @@ +@import "../variables/media"; +.footer { + background-color: var(--footer-bg); + padding: 30rem 0; + @media (max-width: $media-md) { + padding: 48rem 0; + } + &__description { + color: var(--black-white); + } + &__logo { + color: var(--common-green); + @media (max-width: $media-md) { + max-height: 40rem; + } + } + &__nav { + border-top: 1rem solid var(--common-grey); + display: flex; + justify-content: space-between; + padding: 20rem 0; + margin-top: 20rem; + @media (max-width: $media-md) { + margin-top: 32rem; + padding: 32rem 0; + display: flex; + flex-direction: column; + align-items: center; + gap: 30rem; + } + } + &__nav-item { + @media (max-width: $media-md) { + display: flex; + flex-wrap: wrap; + justify-content: center; + } + } + &__link { + text-decoration: none; + color: var(--black-white); + padding: 8rem 6rem; + } + &__rw { + display: flex; + justify-content: space-between; + align-items: center; + gap: 38rem; + svg { + width: 100%; + } + @media (max-width: $media-md) { + grid-template-columns: 1fr; + align-items: center; + text-align: center; + gap: 30rem; + } + } +} \ No newline at end of file diff --git a/sass/common/header.scss b/sass/common/header.scss new file mode 100644 index 00000000..ab5bd558 --- /dev/null +++ b/sass/common/header.scss @@ -0,0 +1,221 @@ +@import "../variables/media"; + +.header { + position: fixed; + left: 0; + top: 0; + width: 100%; + z-index: 100; + + @media (max-width: $media-md) { + background-color: var(--common-green-primery); + + } + + &__container { + padding: 14rem 16rem; + display: flex; + justify-content: space-between; + align-items: center; + position: relative; + } + + &__link a { + text-decoration: none; + font: var(--nav-link); + color: var(--common-white); + cursor: pointer; + padding: 8rem 16rem; + @media (max-width: $media-md) { + color: var(--common-black); + padding: 8rem 10rem; + } + } + + &__logo { + color: var(--common-white); + display: flex; + align-items: center; + @media (max-width: $media-md) { + color: var(--common-green); + } + } + + &__row { + display: flex; + justify-content: space-between; + align-items: center; + + @media (max-width: $media-md) { + position: absolute; + background-color: var(--common-green-primery); + top: 66rem; + width: 100%; + right: -100vw; + opacity: 0; + padding: 0 16rem; + overflow: scroll; + height: calc(100vh - 55rem); + display: flex; + align-items: center; + flex-direction: column; + gap: 16rem; + z-index: 80; + transition: left var(--transition), opacity var(--transition); + + &.is-active { + right: 0; + opacity: 1; + } + } + } + + &__btn { + @media (max-width: $media-md) { + margin-left: auto; + .button--main { + padding: 8rem 12rem; + min-width: 107rem; + } + } + } + + &__ul { + display: flex; + gap: 8rem; + @media (max-width: $media-md) { + width: 100%; + flex-direction: column; + align-items: center; + gap: 16rem; + padding: 16rem 0; + border-top: 1rem solid var(--common-green-border); + border-bottom: 1rem solid var(--common-green-border); + } + } + + &__menu-btn { + display: none; + @media (max-width: $media-md) { + width: 30rem; + height: 30rem; + margin-left: 20rem; + display: flex; + align-items: center; + position: relative; + &.is-active { + .header__close-line { + width: 0; + &:first-child { + transform: translate(-50%, -50%) rotate(45deg); + top: 15rem; + width: 100%; + } + + &:last-child { + width: 100%; + transform: translate(-50%, -50%) rotate(-45deg); + bottom: 13rem; + } + } + } + } + } + + &__close-line { + @media (max-width: $media-md) { + transition: all 0.5s; + height: 2rem; + width: 100%; + border-radius: 2rem; + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + background-color: var(--common-black); + &:first-child { + top: 6rem; + } + &:last-child { + top: auto; + bottom: 3rem; + } + } + + } + + &__item { + text-align: center; + } + + &__mobile { + display: none; + @media (max-width: $media-md) { + display: block; + } + } + + &__app-link { + padding-bottom: 30rem; + display: grid; + grid-template-columns: 1fr 1fr; + gap: 16rem 0; + + a { + display: block; + width: 100%; + } + + svg { + width: 100%; + } + } + + &__card { + padding: 20rem 0; + color: var(--common-green); + } + + &__icon-title { + color: var(--common-black); + } + + &__icon-text { + color: var(--common-grey-v2); + margin-bottom: 20rem; + } + + &__line { + background-color: var(--common-line-color); + height: 1rem; + max-width: 240rem; + margin: 0 auto; + } + + &--green { + //animation: header-play 2.2s ease-in-out; + background-color: var(--common-green-primery); + transition: background-color 1s; + .header { + transition: background-color 1s; + &__logo { + transition: color var(--transition); + color: var(--common-green); + } + + &__link a { + transition: color var(--transition); + color: var(--common-black); + } + } + } +} + +@keyframes header-play { + from { + max-height: 0; + } + to { + max-height: 1200rem; + } +} diff --git a/sass/common/search.scss b/sass/common/search.scss new file mode 100644 index 00000000..8933a5b3 --- /dev/null +++ b/sass/common/search.scss @@ -0,0 +1,23 @@ +.search { + padding: 20rem 0 20rem; + &__container { + position: relative; + } + + &__input { + width: 100%; + outline: none; + padding: 15rem 15rem 15rem 40rem; + border-radius: 90rem; + border: 1px solid var(--common-grey-v5); + } + &__label { + position: relative; + } + &__icon { + position: absolute; + top: 3rem; + left: 15rem; + color: var(--common-grey-v5); + } +} \ No newline at end of file diff --git a/sass/common/section-social.scss b/sass/common/section-social.scss new file mode 100644 index 00000000..f96c279f --- /dev/null +++ b/sass/common/section-social.scss @@ -0,0 +1,56 @@ +@import "../variables/media"; + +.section-social { + margin-bottom: var(--container-mob-section); + @media (max-width: $media-md) { + margin-bottom: 40rem; + } + &__row { + display: grid; + grid-template-columns: repeat(10, 1fr); + justify-content: center; + gap: 22rem; + @media (max-width: $media-md) { + gap: 6rem; + align-items: center; + grid-template-columns: repeat(5, 1fr); + } + } + + &__title { + color: var(--black-white); + text-align: center; + margin-bottom: 24rem; + @media (max-width: $media-md) { + margin-bottom: 20rem; + } + } + + &__item { + width: 59px; + height: 59px; + border: 2rem solid var(--black-white); + padding: 13rem; + border-radius: 6rem; + display: flex; + align-items: center; + justify-content: center; + margin: 0 auto; + + svg { + color: var(--black-white); + } + + a { + display: flex; + } + + @media (max-width: $media-md) { + + border: 1rem solid var(--black-white); + svg { + + } + } + } +} \ No newline at end of file diff --git a/sass/common/support-block.scss b/sass/common/support-block.scss new file mode 100644 index 00000000..b5122120 --- /dev/null +++ b/sass/common/support-block.scss @@ -0,0 +1,92 @@ +@import "../variables/media"; + +.support-block { + margin-bottom: var(--container-mob-section); + + @media (max-width: $media-sm) { + padding: 0 16rem; + } + + &__container { + background-color: var(--bg-green); + border-radius: 24rem; + padding: 50rem; + max-width: 1070rem; + display: flex; + flex-direction: column; + gap: 30rem; + + } + + &__title { + color: var(--black-white); + + @media (max-width: $media-md) { + text-align: center; + } + } + + &__icon-text { + color: var(--text-com-color); + text-decoration: none; + } + + &__row { + display: grid; + grid-template-columns: repeat(3, 1fr); + + + @media (max-width: $media-md) { + display: flex; + flex-direction: column; + align-items: center; + } + } + + &__icon-title { + color: var(--black-white); + margin: 20rem 0 10rem; + text-decoration: none; + } + + &__card { + padding: 0 50rem; + border-right: 1rem solid var(--common-line-color); + text-decoration: none; + + svg { + color: var(--green-button); + } + + &:first-child { + padding-left: 0; + } + + &:last-child { + padding-right: 0; + border-right: none; + } + + @media (max-width: $media-md) { + display: flex; + flex-direction: column; + align-items: center; + padding: 0 0 20rem; + margin-bottom: 20rem; + border: none; + border-bottom: 1rem solid var(--common-line-color); + + &:last-child { + border: none; + padding: 0; + margin-bottom: 0; + + } + } + + @media (max-width: $media-md) { + text-align: center; + } + } + +} \ No newline at end of file diff --git a/sass/component/animation.scss b/sass/component/animation.scss new file mode 100644 index 00000000..4b9940a4 --- /dev/null +++ b/sass/component/animation.scss @@ -0,0 +1,93 @@ +@import "../variables/media"; + +.animation { + .animation-item { + opacity: 0; + } + + &--right { + .animation-item { + left: 171rem !important; + opacity: 0 !important; + transition: left var(--transition), opacity var(--transition), right var(--transition); + + @media (max-width: $media-md) { + left: auto !important; + right: 110rem !important; + + } + } + + } + + &--right-play { + .animation-item { + left: 38rem !important; + opacity: 1 !important; + transition: left var(--transition), opacity var(--transition), right var(--transition); + + @media (max-width: $media-md) { + left: auto !important; + right: 38rem !important; + + } + } + + } + + &--left { + .animation-item { + right: 171rem !important; + opacity: 0 !important; + transition: left var(--transition), opacity var(--transition), right var(--transition); + + @media (max-width: $media-md) { + left: 170rem !important; + right: auto !important; + + } + } + + } + + &--left-play { + .animation-item { + right: 40rem !important; + opacity: 1 !important; + transition: left var(--transition), opacity var(--transition), right var(--transition); + + @media (max-width: $media-md) { + left: 120rem !important; + right: auto !important; + + } + } + + } + + &--down { + .animation-item { + margin-bottom: -271rem !important; + opacity: 0 !important; + transition: margin-bottom var(--transition), opacity var(--transition); + } + + } + + &--down-play { + .animation-item { + margin-bottom: 0rem !important; + opacity: 1 !important; + transition: margin-bottom var(--transition), opacity var(--transition); + } + + } + + &--play-right-revers { + .animation-item { + left: 170rem !important; + opacity: 1 !important; + transition: left var(--transition), opacity var(--transition); + } + } +} \ No newline at end of file diff --git a/sass/component/buttons.scss b/sass/component/buttons.scss new file mode 100644 index 00000000..00c7fbe0 --- /dev/null +++ b/sass/component/buttons.scss @@ -0,0 +1,68 @@ +@import "../variables/media"; +.button { + width: fit-content; + padding: 12rem 16rem; + min-width: 133rem; + display: flex; + justify-content: center; + align-items: center; + text-align: center; + font: var( --nav-link); + color: var(--common-white); + text-decoration: none; + border-radius: var(--border-r-8); + transition: background-color var(--transition); + gap: 10rem; + cursor: pointer; + &:hover { + transition: background-color var(--transition); + background-color: var(--common-green-hover); + } + &--main { + background-color: var(--common-green); + } + &--line { + color: var(--green-button); + background-color: transparent; + border: 1rem solid var(--green-button); + &:hover { + color: var(--common-white); + } + } + &--line-min { + min-width: auto; + font: var(--nav-bred); + padding: 7rem 10rem; + color: var(--green-button); + background-color: transparent; + border: 1rem solid var(--green-button); + &:hover { + color: var(--common-white); + } + } + &--transparent { + color: var(--green-button); + transition: transform var(--transition); + padding: 10rem 0; + min-width: fit-content; + &:hover { + transition: background-color var(--transition); + background-color: transparent; + transition: transform var(--transition); + transform: scale(1.1); + } + } + + &--card { + max-width: 170rem; + text-align: left; + background-color: var(--common-green-btn-social); + font: var(--p-sub); + gap: 10rem; + padding: 8rem; + flex-direction: row-reverse; + svg { + transform: scaleX(-1); + } + } +} \ No newline at end of file diff --git a/sass/component/header-sub.scss b/sass/component/header-sub.scss new file mode 100644 index 00000000..af1bc108 --- /dev/null +++ b/sass/component/header-sub.scss @@ -0,0 +1,66 @@ +@import "../variables/media"; + +.hero-sub { + background-size: cover; + padding: 120rem 0 124rem; + position: relative; + background-position: center center; + &:after { + content: ""; + height: 80rem; + background-color: var(--common-green-primery); + position: absolute; + left: 0; + top: 0; + width: 100%; + + } + &:before { + content: ""; + height: 100%; + width: 100%; + display: block; + background: var(--common-green-gradient); + position: absolute; + top: 0; + left: 0; + } +.button { + padding: 18rem 40rem; + } + &--big { + padding:calc(var(--menu-height) + 30rem) 0 274rem; + @media (max-width: $media-sm) { + padding:calc(var(--menu-height) + 30rem) 0 74rem; + } + &:before { + background: transparent; + } + .hero-sub__title { + padding: 100rem 0 22rem; + } + .hero-sub__description { + margin-bottom: 30rem; + } + } + + &__container { + display: flex; + flex-direction: column; + z-index: 10; + position: relative; + } + + &__title { + padding: 60rem 0 22rem; + z-index: 3; + position: relative; + @media (max-width: $media-md) { + padding: 40rem 0 10rem; + } + } + + &__description { + max-width: 346rem; + } +} \ No newline at end of file diff --git a/sass/component/icons.scss b/sass/component/icons.scss new file mode 100644 index 00000000..0676f228 --- /dev/null +++ b/sass/component/icons.scss @@ -0,0 +1,19 @@ +.icon-green { + background-color: var(--common-green); + color: var(--common-white); + width: fit-content; + display: flex; + align-items: center; + padding: 8rem; + border-radius: 8rem; +} + +.swiper-pagination-bullet { + background-color: var(--dots-color)!important; + opacity: 1!important; + width: 22rem!important; + height: 22rem!important; +} +.swiper-pagination-bullet-active { + background-color: var(--common-green)!important; +} \ No newline at end of file diff --git a/sass/component/lang-switcher.scss b/sass/component/lang-switcher.scss new file mode 100644 index 00000000..77d6f8a4 --- /dev/null +++ b/sass/component/lang-switcher.scss @@ -0,0 +1,51 @@ +@import "../variables/media"; + +.lang-menu{ + position: relative; + color: var(--black-white); + cursor: pointer; + input { + display: none; + } + &__label { + display: flex; + align-items: center; + cursor: pointer; + gap: 5rem; + } + &__link { + color: var(--black-white); + text-decoration: none; + } + &__menu { + display: none; + position: absolute; + background-color: var(--white-black); + bottom: 30rem; + right: 0; + z-index: 100; + color: var(--black-white); + padding: 10rem; + border-radius: 3rem; + flex-direction: column; + gap: 16rem; + grid-template-columns: repeat(3, 1fr); + overflow: scroll; + @media (max-width: $media-md) { + width: 100vw; + right: auto; + left: 50%; + transform: translateX(-50%); + } + } + &__trigger { + &:checked ~ .lang-menu__menu { + display: grid; + } + } + &__trigger { + &:checked ~ .lang-menu__label .lang-menu__arrow { + transform: scaleY(-1); + } + } +} \ No newline at end of file diff --git a/sass/component/post-min.scss b/sass/component/post-min.scss new file mode 100644 index 00000000..eba952a1 --- /dev/null +++ b/sass/component/post-min.scss @@ -0,0 +1,98 @@ +@import "../variables/media"; + +.post-min { + text-decoration: none; + display: flex; + flex-direction: column; + align-items: flex-start; + ul { + list-style: disc; + padding-left: 20px; + } + &__row { + display: grid; + grid-template-columns: 1fr 1fr; + } + + &__img { + margin-bottom: 20rem; + width: 100%; + + &--float { + float: right; + max-width: 100rem; + margin: 5rem; + max-height: 200rem; + object-fit: contain; + } + &--one { + max-height: 278rem; + max-width: 100%; + height: 278rem; + object-fit: cover; + object-position: center; + border-radius: 10rem; + + &:not(:first-of-type) { + display: none; + } + } + &--single { + max-width: 500rem; + float: right; + margin: 0 0 30rem 30rem; + + @media (max-width: $media-sm) { + float: none; + max-width: 100%; + margin: 0; + } + } + } + + &__content { + overflow: hidden; + margin-bottom: 60rem; + } + + &__title { + color: var(--black-white); + font-weight: 400; + } + + &__text { + color: var(--text-com-color); + margin-bottom: 20rem; + } + + &__link { + color: var(--green-theme); + font-weight: 300; + text-decoration: underline; + + } + + &__line { + margin: 0; + max-width: 100%; + margin: 15rem 0 20rem; + + } + + &__dates { + display: flex; + gap: 20rem; + align-items: center; + margin-bottom: 10rem; + } + + &__date { + display: flex; + align-items: center; + gap: 4rem; + } + + &__date-title { + color: var(--data-text-color); + } +} \ No newline at end of file diff --git a/sass/component/switch-theme.scss b/sass/component/switch-theme.scss new file mode 100644 index 00000000..d761cf7d --- /dev/null +++ b/sass/component/switch-theme.scss @@ -0,0 +1,23 @@ +.switch-theme { + background-color: var(--body-bg); + width: 70rem; + height: 30rem; + padding: 3rem; + border-radius: 70rem; + position: relative; + cursor: pointer; + &.is-active{ + .switch-theme__toggle { + right: 42rem; + } + } + &__toggle { + position: absolute; + top: 3rem; + right: 3rem; + width: 23rem; + height: 23rem; + border-radius: 50rem; + background-color: var(--common-green); + } +} \ No newline at end of file diff --git a/sass/global/index.scss b/sass/global/index.scss new file mode 100644 index 00000000..ca41681a --- /dev/null +++ b/sass/global/index.scss @@ -0,0 +1,58 @@ +@import "../variables/media"; + +html { + font-size: 1px; +} + +body { + font: var(--p); + color: var(--black-white); + background-color: var(--body-bg); +} + +.container { + width: 100%; + margin: 0 auto; + padding: 0 16rem; + max-width: var(--container); +} + +* { + transition: background-color 0.3s; +} + +.logo .svg-logo { + @media(max-width: $media-md) { +max-width: 130rem; + } +} + +.frizz { +overflow: hidden; +} +.main { + min-height: calc(100vh - 200rem); +} +.line { + width: 100%; + background-color: var(--green-button); + max-width: 222rem; + height: 2rem; + margin: 10rem auto 40rem; + @media (max-width: $media-sm) { + margin: 10rem auto 20rem; + } + &--full { + max-width: 100%; + margin: 0; + @media (max-width: $media-sm) { + margin: 0; + } + } + +} + +a { + + color: var(--black-white); +} \ No newline at end of file diff --git a/sass/global/reset.scss b/sass/global/reset.scss new file mode 100644 index 00000000..97251fb8 --- /dev/null +++ b/sass/global/reset.scss @@ -0,0 +1,14 @@ +* { + padding: 0; + margin: 0; + box-sizing: border-box; +} +.wrapper { + overflow: hidden; +} +ul { list-style: none; +} +button { + outline: none; + border: none; +} \ No newline at end of file diff --git a/sass/main.scss b/sass/main.scss index 1cd3ee78..0ac507f3 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -1,238 +1,42 @@ -@import "./language_selector"; -@import "./top_menu"; +/// Variables /// +@import "./variables/media"; +@import "./variables/color-theme"; +@import "./variables/fonts"; +@import "./variables/spasing"; +@import "./variables/images"; -body { - margin: 1rem; - padding: 0; - font-family: - -apple-system, - BlinkMacSystemFont, - "segoe ui", - Helvetica, - Arial, - sans-serif, - "apple color emoji", - "segoe ui emoji", - "segoe ui symbol"; - font-size: 16px; - line-height: 1.5; - word-wrap: break-word; -} +/// Global Style /// +@import "./global/reset"; +@import "./global"; -code, -a { - // Prevents horizontal scrolling in Safari on narrow screen for long links and code lines. - word-wrap: anywhere; -} +// Common Style +@import "./common/header"; +@import "./common/footer"; +@import "./common/bred-crum"; +@import "./common/support-block"; +@import "./common/search"; +@import "./common/section-social"; -header { - text-align: center; -} +// Component Style +@import "./component/lang-switcher"; +@import "./component/buttons"; +@import "./component/switch-theme"; +@import "./component/animation"; +@import "./component/header-sub"; +@import "./component/icons"; +@import "./component/post-min"; -main { - margin: 0 auto; - max-width: 1080px; - width: 100%; -} +// Pages Style +@import "./pages/home"; +@import "./pages/community"; +@import "./pages/support"; +@import "./pages/volunteering"; +@import "./pages/new-support"; +@import "./pages/faq-page"; +@import "./pages/about-us"; +@import "./pages/crowdfunding"; +@import "./pages/download"; +@import "./pages/news"; +@import "./pages/single-news"; -img { - max-width: 90%; -} -img[alt="logo"] { - width: 60px; - position: absolute; - top: 0; - right: 0; -} - -strong { - font-weight: 600; -} - -.badge { - img { - width: 180px; - } -} - -.donate_buttons { - form, - input { - display: inline; - border-width: 0; - } - - img, - input[type="image"] { - height: 48px; - width: 48px; - padding: 2px; - background-color: white; - border-radius: 10px; - } -} - -#screenshots img { - max-width: 400px; -} - -.screenshot { - max-width: 400px; - width: 100%; -} - -hr { - height: 2px; - margin: 7px; - background: gray; - border: 0; -} - -h1, -h2, -h3 { - padding-bottom: 0.5rem; - border-bottom: 1px solid #eaecef; - margin-top: 24px; - margin-bottom: 16px; - font-weight: 600; - line-height: 1.25; -} - -p { - margin: 0 0 16px; -} - -footer { - padding-top: 1rem; - border-top: 1px solid #eaecef; - text-align: center; - - p { - font-size: small; - } -} - -@media (width <= 768px) { - #badges { - flex-direction: column; - } - - #badges a { - margin: 20px auto; - } - - .news_content_image { - flex-wrap: wrap; - } -} - -@media (prefers-color-scheme: dark) { - body { - background: #121212; - color: #bbb; - } - - h1, - h2, - h3 { - border-bottom: 1px solid #555; - } - - footer { - border-top: 1px solid #555; - } - - a { - color: lightblue; - } - - a:visited { - color: #f9f; - } - - :root { - scrollbar-color: #333 #000; - } -} - -.installPWAButton { - display: none; - position: fixed; - top: 0; - left: 0; -} - -#bottom-menu { - margin-bottom: 1em; - - a { - text-decoration: none; - } -} - -.menuitem_selected { - text-decoration: none; - border: red 2px solid; - border-radius: 1rem; - padding: 0.3rem 0.5rem; - margin: 0; -} - -#crypto-table + table { - font-size: smaller; - display: block; - overflow-x: auto; - white-space: nowrap; -} - -.news_date { - display: flex; - flex-basis: 100%; - align-items: center; - margin: 1rem 0; - - &::before, - &::after { - content: ""; - flex-grow: 1; - background-color: gray; - height: 1px; - font-size: 0; - line-height: 0px; - margin: 0; - } -} - -.news_content_image { - display: flex; - align-items: flex-start; - justify-content: space-between; -} - -.news_image { - max-height: 520px; - max-width: 300px; - margin-left: 0.5rem; - display: inline-block; - vertical-align: top; - width: auto; -} - -.news_image_landscape { - max-height: 520px; - max-width: 500px; - margin-left: 0.5rem; - display: inline-block; - vertical-align: top; - width: auto; -} - -.news_content { - display: inline-block; -} - -.back_to_news { - margin-top: 1rem; -} diff --git a/sass/pages/about-us.scss b/sass/pages/about-us.scss new file mode 100644 index 00000000..bfc6813c --- /dev/null +++ b/sass/pages/about-us.scss @@ -0,0 +1,259 @@ +@import "../variables/media"; + +.free-open { + padding: 83rem 0 var(--container-mob-section); + @media (max-width: $media-sm) { + padding: var(--container-mob-section) 0; + } + &__container { + display: grid; + grid-template-columns: 1fr 1.2fr; + gap: 74rem; + align-items: center; + justify-content: space-between; + width: 100%; + position: relative; + @media (max-width: $media-sm) { + grid-template-columns: 1fr; + gap: 20rem; + } + } + + &__img { + width: 100%; + border-radius: 20rem; + position: relative; + z-index: 4; + } + + &__img-row { + position: absolute; + top: 0; + right: 0rem; + width: 50%; + + + + @media (max-width: $media-sm) { + position: relative; + right: 0; + width: fit-content; + margin: 15rem 0; + &:before { + transform: translate(-10rem, 5rem); + } + } + } + + &__line { + margin: 20rem 0; + max-width: 222rem; + height: 5rem; + @media (max-width: $media-sm) { + display: none; + } + } +} + +.about-us { + padding-top: 60rem; + &__content { + background-color: var(--cart-bg); + width: fit-content; + border-radius: 10rem; + padding: 30rem 22rem 22rem; + flex-grow: 1; + max-width: 375rem; + margin: -100rem 20rem 0; + @media (max-width: $media-sm) { + margin: -70rem 0rem 0 10rem; + z-index: 4; + } + } + + &__container { + display: grid; + grid-template-columns: 1fr 1fr; + gap: 20rem; + + @media (max-width: $media-sm) { + grid-template-columns: 1fr; + } + + } + + img { + width: 100%; + } + + &__img { + border-radius: 10rem; + @media (max-width: $media-sm) { + transform: translateX(-5rem); + z-index: 1; + } + } + + &__icon { + + width: 79rem; + height: 79rem; + border-radius: 79rem; + background-color: var(--common-green); + display: flex; + align-items: center; + justify-content: center; + color: var(--common-white); + } + + &__item { + display: flex; + flex-direction: column; + align-items: flex-end; + @media (max-width: $media-sm) { + + } + } + + &__title { + padding-bottom: 10rem; + } + + &__title-row { + + margin: -50rem 0 10rem; + display: flex; + gap: 15rem; + align-items: flex-end; + } +} + +.about-history { + padding-top: var(--container-mob-section); + margin-bottom: 60rem; + &__title { + margin-bottom: 30rem; + } + + &__circle { + width: 18rem; + border-radius: 18rem; + height: 18rem; + margin: 20rem 0 20rem 17rem; + background-color: var(--green-button); + position: relative; + z-index: 5; + @media (max-width: $media-sm) { + margin: 0; + } + } + + &__number--green { + color: var(--green-button); + } + + &__row { + display: grid; + grid-template-columns: repeat(5, 1fr); + justify-content: space-between; + align-items: flex-start; + gap: 33rem; + position: relative; + + &:before { + content: ""; + border-radius: 4rem; + height: 4rem; + background-color: var(--bg-green); + position: absolute; + width: 100%; + z-index: 1; + top: 63rem; + } + + @media (max-width: $media-sm) { + grid-template-columns: 1fr; + &:before { + height: 100%; + width: 4rem; + top: 50%; + transform: translateY(-53%); + left: 7rem; + } + } + } + + &__item { + @media (max-width: $media-sm) { + display: flex; + align-items: flex-start; + gap: 32rem; + } + } + + &__count { + @media (max-width: $media-sm) { + display: flex; + flex-direction: row-reverse; + align-items: center; + gap: 10rem; + } + } +} + +.about-links { + margin: var(--container-mob-section) 0; + + &__title { + margin-bottom: 30rem; + } + + &__buttons { + display: flex; + justify-content: space-between; + gap: 40rem; + @media (max-width: $media-sm) { + gap: 10rem; + } + } + + img { + width: 100%; + object-fit: contain; + max-width: 407rem; + } + + &__link { + display: flex; + align-items: center; + flex-grow: 1; + justify-content: center; + padding: 18rem; + box-shadow: var(--common-card-box-shadow); + border-radius: 10rem; + background-color: var(--link-map-section); + } +} + +.about-news { + margin-bottom: 50rem; + .post-min__img { + width: auto; + } + &__title { + color: var(--black-white); + margin-bottom: 30rem; + } + &__content { + display: flex; + gap: 20rem; + @media (max-width: $media-sm) { + flex-wrap: wrap; + gap: 40rem; + } + } + .post-min__title { + margin-bottom: 10rem; + } +} + diff --git a/sass/pages/community.scss b/sass/pages/community.scss new file mode 100644 index 00000000..58773d71 --- /dev/null +++ b/sass/pages/community.scss @@ -0,0 +1,135 @@ +@import "../variables/media"; + +.section-community { + padding: var(--container-mob-section) 0; + + &__container { + display: flex; + + flex-flow: row wrap; + justify-content: space-around; + gap: 80rem 10rem; + + @media (max-width: $media-md) { + + gap: 30rem 34rem; + } + } + + &__img-row { + position: relative; + } + + &__icon { + position: absolute; + bottom: -5rem; + right: 27rem; + } + + &__item { + display: flex; + flex-direction: column; + align-items: center; + justify-content: flex-start; + max-width: 523rem; + width: 50%; + text-decoration: none; + cursor: pointer; + transition: scale 0.5s; + + &:hover { + scale: 1.02; + } + + @media (max-width: $media-md) { + width: 100%; + + &:hover { + scale: 1; + } + } + } + + &__img { + max-width: 370rem; + + @media (max-width: $media-md) { + max-width: 100%; + } + } + + &__title { + padding: 20rem 0 0; + font-weight: 500; + } + + &__title-color { + color: var(--green-button); + } + + &__description { + text-align: center; + color: var(--text-com-color); + } + + &__line { + height: 1rem; + background-color: var(--green-button); + width: 275rem; + margin: 10rem 0; + } +} + + + +.donate { + background-color: var(--bg-green); + padding: 77rem 120rem; + margin: 0 var(--container-mob-section) var(--container-mob-section); + border-radius: var(--border-r-24); + + @media (max-width: $media-md) { + padding: 20rem 0; + margin: 0 14rem 50rem; + } + + &__container { + display: flex; + align-items: center; + justify-content: space-between; + gap: 30rem; + + @media (max-width: $media-md) { + flex-direction: column-reverse; + text-align: center; + } + } + + &__line { + background-color: var(--green-button); + width: 120rem; + height: 1rem; + margin: 20rem 0; + } + + &__content { + max-width: 351rem; + + @media (max-width: $media-md) { + display: flex; + flex-direction: column; + align-items: center; + } + } + + &__description { + margin-bottom: 30rem; + color: var(--data-text-color); + } + + &__img { + svg { + color: var(--green-button); + } + } +} \ No newline at end of file diff --git a/sass/pages/crowdfunding.scss b/sass/pages/crowdfunding.scss new file mode 100644 index 00000000..3457c29f --- /dev/null +++ b/sass/pages/crowdfunding.scss @@ -0,0 +1,289 @@ +@import "../variables/media"; + +.crowdfunding { + color: var(--common-black); + + .hero-sub__title, .hero-sub__description, .nav-bred { + color: var(--common-black); + } + + &:before { + background: linear-gradient(90deg, rgba(242, 250, 246, 0.81) 0%, rgba(204, 225, 215, 0.00) 100%); + + } +} + +.crowdfunding-loc { + padding: var(--container-mob-section) 0; + + &__container { + display: grid; + grid-template-columns: 1fr 1fr; + gap: 70rem; + position: relative; + @media (max-width: $media-sm) { + grid-template-columns: 1fr; + gap: 20rem; + } + } + + &__content { + position: relative; + display: flex; + flex-direction: column; + gap: 20rem; + + svg { + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + color: var(--point-color); + } + } + + &__img { + width: 100%; + border-radius: 20rem; + position: absolute; + right: -114%; + top: 0; + @media (max-width: $media-sm) { + position: static; + } + } + + &__text { + margin-bottom: 89rem; + + &:last-of-type { + margin-bottom: 0; + } + + @media (max-width: $media-sm) { + margin-bottom: 0; + } + } +} + +.crowdfunding-card { + .services-support { + &__title-row { + display: flex; + gap: 10rem; + align-items: center; + margin-bottom: 10rem; + } + + &__icon { + margin-left: -33rem; + @media (max-width: $media-sm) { + margin-left: -10rem; + } + } + } + + &__container { + display: grid; + grid-template-columns: 1fr 1fr; + gap: 60rem; + @media (max-width: $media-sm) { + grid-template-columns: 1fr; + gap: 20rem; + } + } + + img { + display: block; + width: 100%; + border-radius: 20rem; + margin-bottom: 10rem; + } + + &__item { + .donate { + padding: 70rem 20rem; + margin: 0; + @media (max-width: $media-sm) { + padding: 20rem 0rem; + } + + &__container { + flex-direction: column-reverse; + align-items: flex-start; + + } + + &__img { + @media (max-width: $media-sm) { + margin: 0 auto; + } + } + } + } +} + +.crowdfunding-support { + + padding: var(--container-mob-section) 0; + @media (max-width: $media-sm) { + margin: 0 15rem; + } + + &__container { + background-color: var(--bg-green); + padding: 50rem; + border-radius: 20rem; + display: grid; + grid-template-columns: 1fr 1fr; + gap: 62rem; + align-items: center; + @media (max-width: $media-sm) { + grid-template-columns: 1fr; + gap: 20rem; + padding: 30rem 15rem; + + } + } + + img { + display: block; + width: 100%; + border-radius: 20rem; + } + + &__content { + display: flex; + flex-direction: column; + gap: 20rem; + } +} + +.crowdfunding-card-v2 { + &__content { + background-color: var(--bg-green); + padding: 35rem; + border-radius: 20rem; + @media (max-width: $media-sm) { + margin-top: -20rem; + } + } + + img { + display: block; + width: 100%; + border-radius: 20rem; + + } + + &__item { + display: grid; + grid-template-columns: 1fr 1fr; + gap: 30rem; + + &:nth-child(2n) { + img { + order: 2; + } + } + + @media (max-width: $media-sm) { + grid-template-columns: 1fr; + &:nth-child(2n) { + img { + order: 0; + } + } + } + } + + &__row { + padding: 40rem 0; + display: grid; + gap: 40rem; + } + + &__num { + width: 81rem; + height: 81rem; + border-radius: 81rem; + background-color: var(--common-green); + display: flex; + align-items: center; + justify-content: center; + text-align: center; + color: var(--common-white); + margin: -60rem 0 10rem; + } + + &__title { + margin-bottom: 10rem; + } + + &__button { + margin: 0 auto; + } + +} + +.crowdfunding-journey { + margin: var(--container-mob-section) 0; + + &__img { + width: 100%; + display: block; + position: absolute; + left: 0; + top: 0; + max-width: 400rem; + @media (max-width: $media-sm) { + margin-bottom: 10rem; + position: static; + } + } + + &__container { + display: grid; + grid-template-columns: minmax(430rem, 1fr) 2fr; + gap: 40rem; + position: relative; + @media (max-width: $media-sm) { + grid-template-columns: 1fr; + } + @media (max-width: $media-sm) { + text-align: center; + } + } + + &__title { + margin-bottom: 20rem; + } + + &__card { + margin: 20rem 0; + display: flex; + align-items: center; + justify-content: space-between; + border: 1rem dashed var(--common-green); + border-radius: 20rem; + padding: 14rem 60rem; + gap: 20rem; + @media (max-width: $media-md) { + padding: 0; + + } + @media (max-width: $media-sm) { + flex-direction: column; + align-items: center; + text-align: center; + padding: 24rem; + + } + + svg { + color: var(--common-green);; + flex-shrink: 0; + } + } +} + diff --git a/sass/pages/download.scss b/sass/pages/download.scss new file mode 100644 index 00000000..624648c6 --- /dev/null +++ b/sass/pages/download.scss @@ -0,0 +1,113 @@ +@import "../variables/media"; + + +.section-device { + padding: var(--container-mob-section) 0; + + &__container { + display: flex; + gap: 10rem; + @media (max-width: $media-md) { + flex-direction: column; + } + } + + &__img { + max-width: 130rem; + } + + &__item { + background-color: var(--bg-green); + border-radius: 10rem; + padding: 30rem 20rem; + flex-grow: 1; + @media (max-width: $media-md) { + padding: 20rem; + + } + } + + &__title-row { + display: flex; + justify-content: space-between; + align-items: center; + @media (max-width: $media-md) { + margin-bottom: 16rem; + + } + } + + &__icon { + color: var(--green-button); + opacity: 0.1; + @media (max-width: $media-md) { + width: 18rem; + height: 18rem; + svg { + height: 100%; + width: 100%; + } + } + } + + &__content-item { + padding: 26rem 16rem; + border-radius: 10rem; + border: 1px solid var(--common-line-color); + display: flex; + gap: 10rem; + align-items: flex-end; + justify-content: space-between; + + &:last-of-type { + flex-grow: 1; + } + + @media (max-width: $media-md) { + display: grid; + grid-template-columns: 1fr 1fr; + padding: 20rem 16rem; + } + } + + &__content-title { + margin-bottom: 20rem; + } + + &__content { + display: flex; + gap: 10rem; + @media (max-width: $media-md) { + flex-direction: column; + } + } +} + +.section-step { + padding-bottom: var(--container-mob-section); + + &__title { + margin-bottom: 30rem; + } + + &__content { + display: grid; + grid-template-columns: repeat(4, 1fr); + justify-content: space-between; + @media (max-width: $media-md) { + grid-template-columns:1fr; + gap: 30rem; + } + } + + &__text { + margin-top: 15rem; + } + &__item { + @media (max-width: $media-md) { + display: flex; + align-items: center; + gap: 23rem; + } + } +} \ No newline at end of file diff --git a/sass/pages/faq-page.scss b/sass/pages/faq-page.scss new file mode 100644 index 00000000..37bbedf7 --- /dev/null +++ b/sass/pages/faq-page.scss @@ -0,0 +1,94 @@ +@import "../variables/media"; + +.faq-page { +padding-top: 0; + +} + +.faq-page-list { + + &__title { + color: var(--black-white); + margin-bottom: 20rem; + @media (max-width: $media-md) { + margin-bottom: 0; + + } + } + &__table-title { + color: var(--black-white); + text-decoration: none; + } +&__row { + display: flex; + gap: 10rem; + flex-direction: column; + margin-bottom: 60rem; + @media (max-width: $media-md) { + margin-bottom: 30rem; + gap: 20rem; + } +} + &__buttons { + display: flex; + gap: 10rem; + margin-bottom: 10rem; + } + &__item { + display: flex; + gap: 10rem; + @media (max-width: $media-md) { + flex-direction: column; + + } + } + &__img { + width: 100%; + max-width: 300rem; + @media (max-width: $media-md) { + max-width: 100%; + img { + width: 100%; + } + } + } + &__text { + position: sticky; + top: 20rem; + } + &__table { + border: 1rem solid var(--bg-green); + border-radius: 10rem; + margin-bottom: 20rem; + } + &__table-item { + padding: 30rem 20rem; + border-bottom: 1rem solid var(--bg-green); + &:last-child { + border-bottom: 1rem solid transparent; + } + @media (max-width: $media-md) { + padding: 20rem; + } + } + &__table-link { + color: var(--green-button); + } +} + +.faq-page-footer { + padding-top: 40rem; + margin-bottom: 60rem; + &__title{ + margin-bottom: 30rem; + text-align: center; + } + @media (max-width: $media-md) { + margin-bottom: 40rem; + } +} + +.faq-post { + +} + diff --git a/sass/pages/home.scss b/sass/pages/home.scss new file mode 100644 index 00000000..81b3b968 --- /dev/null +++ b/sass/pages/home.scss @@ -0,0 +1,445 @@ +@import "../variables/media"; + +// Hero Section +.hero { + //margin: -80rem 0 0; + background: var(--common-black) url('/images/hero/hero-bg.jpg') center center / cover no-repeat; + height: 100vh; + max-height: 900rem; + padding: 80rem 0; + display: flex; + align-items: center; + justify-content: center; + position: relative; + + @media (max-width: $media-md) { + background: url('/images/hero/hero-bg.jpg') center center / cover no-repeat cover; + min-height: auto; + padding: 120rem 0 51rem; + margin: 0; + } + + .button { + padding: 18rem 40rem; + } + + &__container { + display: flex; + justify-content: flex-start; + align-items: center; + position: relative; + + @media (max-width: $media-md) { + flex-direction: column; + justify-content: center; + } + } + + &__content { + max-width: 494rem; + z-index: 10; + + @media (max-width: $media-md) { + text-align: center; + display: flex; + flex-direction: column; + align-items: center; + margin-bottom: 35rem; + } + } + + &__title { + margin-bottom: var(--mb-16); + } + + &__description { + margin-bottom: var(--mb-40); + } + + &__image { + position: absolute; + top: 50%; + right: -20rem; + transform: translateY(-50%); + max-width: 572rem; + + @media (max-width: $media-md) { + position: static; + transform: none; + width: 100%; + } + } +} + +// Section MAP +.open-map { + background: var(--map-section-bg) center center / contain no-repeat; + display: flex; + margin: 30rem 0; + align-items: center; + justify-content: center; + min-height: 660rem; + + @media (max-width: $media-md) { + min-height: auto; + padding: 40rem 0; + margin: 0; + } + + &__container { + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + position: relative; + + @media (max-width: $media-md) { + max-width: 150rem; + } + } + + &__img { + background: var(--map-section-icon) center center / cover no-repeat; + width: 144rem; + height: 144rem; + + margin-bottom: var(--mb-16); + + @media (max-width: $media-md) { + max-width: 120rem; + max-height: 120rem; + } + } + + &__title { + margin-bottom: 20rem; + color: var(--map-grey-text); + + @media (max-width: $media-md) { + margin-bottom: var(--mb-16); + } + } + + &__description { + color: var(--map-grey-text); + } + + &__icon { + position: absolute; + left: calc(50% - 25rem); + top: calc(50% - 25rem); + + @media (max-width: $media-md) { + border: var(--icon-border) solid var(--icon-border-green); + border-radius: 100rem; + } + + &:nth-child(1) { + width: 96rem; + left: calc(50% + 155rem); + top: calc(50% - 105rem); + + @media (max-width: $media-md) { + width: calc(30rem + var(--icon-border)); + left: calc(50% - -95rem); + top: calc(50% - 59rem); + } + } + + &:nth-child(2) { + width: 72rem; + left: calc(50% + 245rem); + top: calc(50% + 35rem); + + @media (max-width: $media-md) { + width: calc(22rem + var(--icon-border)); + left: calc(50% - -135rem); + top: calc(50% - 6rem); + } + } + + &:nth-child(3) { + width: 96rem; + left: calc(50% - 335rem); + top: calc(50% - 106rem); + + @media (max-width: $media-md) { + width: calc(30rem + var(--icon-border)); + left: calc(50% - 125rem); + top: calc(50% - 59rem); + } + } + + &:nth-child(4) { + width: 72rem; + left: calc(50% - 245rem); + top: calc(50% + 44rem); + + @media (max-width: $media-md) { + width: calc(22rem + var(--icon-border)); + left: calc(50% - 165rem); + top: calc(50% + -6rem); + } + } + + &:nth-child(5) { + width: 80rem; + left: calc(50% + 335rem); + top: calc(50% + 143rem); + + @media (max-width: $media-md) { + width: calc(25rem + var(--icon-border)); + left: calc(50% - -89rem); + top: calc(50% + 43rem); + + } + } + + &:nth-child(6) { + width: 64rem; + left: calc(50% + 275rem); + top: calc(50% - 187rem); + + @media (max-width: $media-md) { + width: calc(20rem + var(--icon-border)); + left: calc(50% + 136rem); + top: calc(50% - 105rem); + } + } + + &:nth-child(7) { + width: 80rem; + left: calc(50% - 205rem); + top: calc(50% + 203rem); + + @media (max-width: $media-md) { + width: calc(25rem + var(--icon-border)); + left: calc(50% - 117rem); + top: calc(50% - -43rem); + } + } + + &:nth-child(8) { + width: 64rem; + left: calc(50% - 145rem); + top: calc(50% - 187rem); + + @media (max-width: $media-md) { + width: calc(20rem + var(--icon-border)); + left: calc(50% - 165rem); + top: calc(50% - 104rem); + + } + } + } +} + +// Services +.services { + &__btn { + @media (max-width: $media-md) { + margin: 0 auto; + } + } + + &__container { + padding: 50rem 40rem; + border-radius: var(--border-r-24); + background-color: var(--bg-green); + + @media (max-width: $media-md) { + padding: var(--container-mob-section) var(--container-mob-padding); + border-radius: 0; + } + } + + &__item { + display: flex; + align-items: center; + padding-bottom: 60rem; + gap: 50rem; + margin-right: -50rem; + + @media (max-width: $media-md) { + flex-direction: column-reverse; + margin-right: 0; + gap: 10rem; + text-align: center; + padding-bottom: 40rem; + } + + &:nth-child(2n) { + flex-direction: row-reverse; + margin-right: auto; + margin-left: -50rem; + + .services__card { + justify-content: flex-start; + + } + + .services__img--first { + left: auto; + right: 0; + } + + @media (max-width: $media-md) { + flex-direction: column-reverse; + margin-left: 0; + + .services__card { + justify-content: center; + } + } + } + + &:last-child { + padding-bottom: 0; + } + + } + + &__content { + max-width: 498rem; + } + + &__title { + max-width: 367rem; + } + + &__description { + margin: 24rem 0; + } + + &__card { + position: relative; + flex-grow: 1; + display: flex; + justify-content: flex-end; + overflow: hidden; + + &--start { + justify-content: flex-start; + } + + @media (max-width: $media-md) { + width: 100%; + display: flex; + align-items: center; + flex-direction: row-reverse; + justify-content: flex-end; + } + } + + &__button { + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + z-index: 10; + } + + &__img { + padding: 20rem; + z-index: 3; + max-width: 310rem; + transform: none; + + @media (max-width: $media-md) { + max-width: 140rem; + max-height: 240rem; + padding: 0; + transform: translateX(60rem); + } + + &--first { + object-fit: cover; + z-index: 1; + max-width: 324rem; + max-height: 374rem; + position: absolute; + top: 50%; + left: -19rem; + transform: translateY(-50%); + + @media (max-width: $media-md) { + + max-width: 190rem; + max-height: 190rem; + margin-left: -60rem; + } + } + } +} + +// Singl +.single-section { + margin: 60rem 0; + overflow: hidden; + + @media (max-width: $media-md) { + padding: var(--container-mob-section) 0; + margin: 0; + } + + &__container { + padding: 0rem 40rem 0; + border-radius: var(--border-r-24); + background-color: var(--bg-green); + + @media (max-width: $media-md) { + padding: var(--container-mob-section) var(--container-mob-padding) 0; + } + } + + &__item { + display: flex; + align-items: flex-end; + gap: 50rem; + + @media (max-width: $media-md) { + gap: 20rem; + flex-direction: column; + } + } + + &__content { + max-width: 498rem; + padding: 90rem 0; + + @media (max-width: $media-md) { + margin: 0; + padding: 0; + display: flex; + flex-direction: column; + align-items: center; + text-align: center; + } + } + + &__title { + max-width: 357rem; + } + + &__description { + margin: 24rem 0; + } + + &__card { + position: relative; + flex-grow: 1; + display: flex; + justify-content: flex-end; + overflow: hidden; + + @media (max-width: $media-md) { + justify-content: center; + } + } + + &__img { + padding: 0; + z-index: 3; + width: 100%; + } +} \ No newline at end of file diff --git a/sass/pages/new-support.scss b/sass/pages/new-support.scss new file mode 100644 index 00000000..513dc950 --- /dev/null +++ b/sass/pages/new-support.scss @@ -0,0 +1,472 @@ +@import "../variables/media"; + +.new-support { + &__text { + color: var(--black-white); + } +} + +.support-benefit { + margin: -120rem 0 80rem; + position: relative; + z-index: 10; + + @media (max-width: $media-sm) { + margin: -20rem 0 25rem; + } + + &__btn { + display: none; + + @media (max-width: $media-sm) { + display: flex; + margin: 40rem auto 0; + } + } + + &__container { + display: flex; + justify-content: center; + gap: 15rem; + + @media (max-width: $media-sm) { + flex-direction: column; + } + } + + &__item { + background-color: var(--wite-green); + border-radius: 10rem; + box-shadow: var(--card-box-shadow); + padding: 28rem 26rem; + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + gap: 15rem; + + @media (max-width: $media-sm) { + flex-direction: row; + } + } + + &__text { + max-width: 292rem; + text-align: center; + + @media (max-width: $media-sm) { + text-align: left; + } + } + + &__icon { + display: flex; + align-items: center; + justify-content: center; + border-radius: 143rem; + width: 143rem; + height: 143rem; + background-color: var(--acordion-green-bg); + color: var(--green-button); + border: 1rem solid var(--green-button-transparent); + + @media (max-width: $media-sm) { + width: 74rem; + height: 74rem; + padding: 13rem; + } + } +} + +.services-support { + &__container { + display: flex; + flex-direction: column; + align-items: center; + } + + &__title { + text-align: center; + } + + &__img { + display: block; + width: 47%; + border-radius: 10rem; + margin-right: -60rem; + + @media (max-width: $media-sm) { + border-radius: 10rem; + width: calc(100% - 10rem); + margin: 0 10rem -20rem 0; + } + } + + &__item { + border-radius: 10rem; + display: flex; + align-items: center; + margin-bottom: 66rem; + + @media (max-width: $media-sm) { + margin-bottom: 20rem; + } + + &:nth-child(2n) { + flex-direction: row-reverse; + + @media (max-width: $media-sm) { + flex-direction: column; + } + + .services-support__img { + margin-right: 0; + margin-left: -10rem; + border-radius: 10rem; + + @media (max-width: $media-sm) { + border-radius: 10rem; + width: calc(100% - 10rem); + margin: 0 0rem -20rem 10rem; + } + } + + .services-support__item-content { + @media (max-width: $media-sm) { + + width: calc(100% - 10rem); + margin: 0 10rem 0rem 0; + } + } + } + + @media (max-width: $media-sm) { + flex-direction: column; + + } + } + + &__sub-title { + padding: 10rem 0; + } + + &__row { + margin-bottom: 40rem; + + @media (max-width: $media-sm) { + margin-bottom: 10rem; + } + } + + &__item-content { + background-color: var(--bg-green); + padding: 30rem 40rem; + border-radius: 10rem; + position: relative; + + @media (max-width: $media-sm) { + padding: 20rem 16rem; + width: calc(100% - 10rem); + margin: 0 0 0 10rem; + } + } + + &__count { + display: flex; + gap: 19rem; + align-items: center; + } + + &__number { + color: var(--green-button); + } + + &__icon { + width: 53rem; + height: 53rem; + border-radius: 53rem; + display: flex; + align-items: center; + justify-content: center; + background-color: var(--icon-check-color); + + color: var(--common-green); + + @media (max-width: $media-sm) { + width: 33rem; + height: 33rem; + } + } + + &__title-row { + @media (max-width: $media-sm) { + display: flex; + align-items: center; + gap: 16rem; + } + } + + &__line { + margin: 10rem auto 40rem; + } +} + +.donate-services { + + &__row { + box-shadow: var(--common-card-box-shadow); + padding: 40rem 15rem 30rem; + border-radius: 10rem; + background-color: var(--rewi-card-color); + + @media (max-width: $media-sm) { + background-color: transparent; + box-shadow: none; + padding: 21rem 0 0; + } + } + + &__title { + text-align: center; + margin-bottom: 33rem; + + @media (max-width: $media-sm) { + margin-bottom: 20rem; + } + } + + &__text { + color: var(--black-white); + text-align: center; + margin-bottom: 34rem; + + @media (max-width: $media-sm) { + margin-bottom: 20rem; + } + } + &__tab-header { + display: flex; + justify-content: space-between; + align-items: center; + padding-top: 20rem; + + } + &__tab-close { + cursor: pointer; + + } + &__tab--1 { + display: none; + } + &__tab--2 { + display: none; + } + &__tab-row { + + @media (max-width: $media-sm) { + overflow-x: scroll; + + scrollbar-width: none; + + &::-webkit-scrollbar { + display: none; + } + } + } + &__tab { + padding: 0 30rem 0; + margin-top: 30rem; + border-top: 1rem solid transparent; + overflow: hidden; + max-height: 0; + transition: max-height 0.4s; + &--active { + border-top: 1rem solid var(--bg-green); + max-height: 3000rem; + padding: 0 30rem 30rem; + } + } + + &__tab-text { + display: grid; + grid-template-columns: 250rem 1fr; + gap: 10rem; + @media (max-width: $media-sm) { + grid-template-columns: 220rem 1fr; + } + } + + &__tab-title { + padding: 20rem 0; + } + + &__tab-item { + display: flex; + overflow: scroll; + scrollbar-width: none; + + &::-webkit-scrollbar { + display: none; + } + + &:first-child { + text-align: right; + justify-content: end; + } + + &--double { + display: grid; + grid-template-columns: 130rem 70rem; + gap: 10rem; + + .p-sm-bold, .p-sm { + text-align: left; + } + } + + @media (max-width: $media-sm) { + overflow: visible; + } + } + + &__icons { + display: flex; + gap: 5rem; + max-width: 750rem; + margin: 0 auto; + flex-wrap: wrap; + justify-content: center; + @media (max-width: $media-sm) { + + justify-content: center; + } + } + + &__icon { + text-decoration: none; + transition: transform 0.5s; + width: 72rem; + height: 72rem; + flex-shrink: 0; + + img { + width: 100%; + width: 72rem; + height: 72rem; + } + + &:hover { + transform: scale(1.05); + } + } +} + +.reviews { + padding: 110rem 0; + + @media (max-width: $media-sm) { + padding: var(--container-mob-section) 0; + } + + &__title { + text-align: center; + } + + &__line { + @media (max-width: $media-sm) { + margin-bottom: -10rem; + } + } + + &__item { + display: flex; + flex-direction: column; + align-items: center; + text-align: center; + box-shadow: var(--card-box-shadow); + margin: 30rem 30rem 65rem; + border-radius: 10rem; + padding: 58rem 30rem 0; + background-color: var(--rewi-card-color); + position: relative; + + @media (max-width: $media-sm) { + padding: 30rem 30rem 0; + } + + &:before { + content: ""; + width: 150rem; + height: 150rem; + + position: absolute; + bottom: -30rem; + left: 50%; + transform: translateX(-50%) rotate(45deg); + z-index: 1; + border-radius: 30rem; + box-shadow: var(--card-box-shadow); + background-color: var(--rewi-card-color); + } + + &:after { + content: ""; + width: 100%; + height: 100%; + border-radius: 10rem; + position: absolute; + bottom: 0; + left: 50%; + transform: translateX(-50%); + z-index: 2; + + background-color: var(--rewi-card-color); + } + } + + &__text { + color: var(--black-white); + max-width: 390rem; + z-index: 4; + } + + &__s-title { + text-align: center; + display: flex; + align-items: center; + width: 100%; + max-width: 200rem; + justify-content: space-between; + margin: 30rem 0 10rem; + z-index: 4; + + &:before { + content: ""; + width: 16rem; + height: 1rem; + background-color: var(--green-button); + } + + &:after { + content: ""; + width: 16rem; + height: 1rem; + background-color: var(--green-button); + } + } + + &__icon { + display: block; + margin-top: auto; + width: 80rem; + height: 80rem; + border-radius: 80rem; + margin-bottom: -30rem; + z-index: 4; + } + + &__pag { + position: relative; + margin-top: 60rem; + } +} \ No newline at end of file diff --git a/sass/pages/news.scss b/sass/pages/news.scss new file mode 100644 index 00000000..e5b44e61 --- /dev/null +++ b/sass/pages/news.scss @@ -0,0 +1,36 @@ +@import "../variables/media"; + +.main-news { + &__row { + display: grid; + grid-template-columns: 1fr 1fr; + gap: 34rem; + margin-bottom: 60rem; + @media (max-width: $media-sm) { + grid-template-columns: 1fr; + } + } + &__nav-row { + display: flex; + gap: 16rem; + padding: 50rem 0 20rem; + @media (max-width: $media-sm) { + .button { + min-width: auto; + + flex-grow: 1; + } + } + } + &__button { + margin: 0 auto 60rem; + } + .news { + width: 48%; + margin-bottom: 20rem; + img { + width: 100%; + } + } +} + diff --git a/sass/pages/single-news.scss b/sass/pages/single-news.scss new file mode 100644 index 00000000..422cf576 --- /dev/null +++ b/sass/pages/single-news.scss @@ -0,0 +1,27 @@ +@import "../variables/media"; + +.single-news { + .bred-crum { + margin: 0 0 20rem; + } + .bred-crum__link, .nav-bred { + color: var(--green-theme); + } + + &__title { + color: var(--black-white); + margin-bottom: 20rem; + } + &__other { + display: grid; + grid-template-columns: 1fr 1fr; + gap: 20rem; + margin-bottom: 60rem; + @media (max-width: $media-sm) { + grid-template-columns: 1fr; + } + } + &__button { + margin: 0 auto 60rem; + } +} \ No newline at end of file diff --git a/sass/pages/support.scss b/sass/pages/support.scss new file mode 100644 index 00000000..49dc0435 --- /dev/null +++ b/sass/pages/support.scss @@ -0,0 +1,111 @@ +@import "../variables/media"; + +.section-support { + padding: var(--container-mob-section) 0; + + &__container { + display: grid; + grid-template-columns: 2fr minmax(200px, 1fr); + gap: 22rem; + @media (max-width: $media-md) { + display: flex; + flex-direction: column; + } + } + + &__title { + @media (max-width: $media-sm) { + padding: 20rem 0 20rem 75rem; + } + } + + &__item { + background: var(--common-green); + color: var(--common-white); + padding: 30rem; + border-radius: 10rem; + display: flex; + justify-content: space-between; + align-items: center; + gap: 36rem; + + &:nth-child(2) { + grid-row: 3/1; + grid-column: 2/2; + flex-direction: column-reverse; + justify-content: center; + @media (max-width: $media-md) { + flex-direction: row; + justify-content: space-between; + } + } + + @media (max-width: $media-sm) { + position: relative; + padding: 20rem; + } + } + + &__content { + max-width: 388rem; + } + + &__line { + width: 256rem; + height: 2rem; + background-color: var(--common-line-color); + margin: 20rem 0; + } + + &__img { + max-width: 184rem; + @media (max-width: $media-sm) { + max-width: 63rem; + position: absolute; + top: 24rem; + left: 17rem; + } + } +} + +.support-search { +padding: 60rem 16rem 20rem; + @media (max-width: $media-md) { + padding: 30rem 16rem; + } + + &__row { + background-color: var(--bg-green); + border-radius: 24rem; + padding: 50rem 16rem; + display: flex; + flex-direction: column; + align-items: center; + .search { + width: 100%; + max-width: 910rem; + + } + @media (max-width: $media-md) { + padding: 30rem 16rem; + } + } + &__title { + color: var(--black-white); + text-align: center; + } +} + + +.support-buttons { + padding: 30rem 0 80rem; + @media (max-width: $media-md) { + display: none; + } + &__row { + display: flex; + justify-content: center; + gap: 10rem; + flex-wrap: wrap; + } +} \ No newline at end of file diff --git a/sass/pages/volunteering.scss b/sass/pages/volunteering.scss new file mode 100644 index 00000000..6bb57715 --- /dev/null +++ b/sass/pages/volunteering.scss @@ -0,0 +1,114 @@ +@import "../variables/media"; + +.section-volunteering { + padding: var(--container-mob-section) 0; + + &__title { + @media (max-width: $media-sm) { + display: flex; + align-items: center; + } + } + + &__container { + display: flex; + flex-direction: column; + gap: 16rem; + } + + &__select { + display: flex; + justify-content: space-between; + padding: 22rem 30rem; + border-radius: 10rem; + background-color: var(--acordion-green); + margin-bottom: 20rem; + cursor: pointer; + border: 1rem solid transparent; + @media (max-width: $media-sm) { + padding: 16rem 15rem; + } + + + } + + &__block { + padding: 20rem; + display: flex; + flex-direction: column; + gap: 16rem; + border-bottom: 1rem solid var(--common-acord-button); + + + + img { + display: inline; + width: fit-content; + } + + @media (max-width: $media-sm) { + padding: 16rem 15rem; + + } + } + + &__main { + padding: 30rem; + } + + &__content { + overflow: hidden; + + background-color: var(--acordion-green-bg); + transition: max-height 0.5s ease-in-out; + + margin-top: -24rem; + border-radius: 0 0 10rem 10rem; + max-height: 0; + + @media (max-width: $media-sm) { + margin-top: -27rem; + } + + } + + &__button { + background-color: var(--common-acord-button); + color: var(--common-green); + width: 34rem; + height: 34rem; + font-size: 21px; + font-weight: 500; + display: flex; + justify-content: center; + align-items: center; + border-radius: 34rem; + &:before { + content: "+"; + transform: translateY(-1px); + } + } + + .is-active { + border-radius: 10rem; + border: 1rem solid var(--common-acord-button); + background-color: var(--acordion-green-bg); + .section-volunteering__button { + &:before { + content: "-"; + } + } + } + + .is-active + .section-volunteering__content { + max-height: 2500rem; + border: 1rem solid var(--common-acord-button); + + } + + .active-hei { + max-height: 500rem; + border: 1rem solid var(--common-acord-button); + } +} + diff --git a/sass/variables/color-theme.scss b/sass/variables/color-theme.scss new file mode 100644 index 00000000..50312588 --- /dev/null +++ b/sass/variables/color-theme.scss @@ -0,0 +1,80 @@ +// Common COLOR + +@import "../variables/media"; + +:root { + --common-black: #000D07; + --common-white: #ffffff; + --common-green: #006C35; + --common-green-02: #33453D; + --common-green-primery: #CCE1D7; + --common-green-btn: #006031; + --common-green-hover: #2b6445; + --common-grey: #D9DBDA; + --common-grey-v2: #5A5A5A; + --common-grey-v3: #64776E; + --common-grey-v4: #E5F0EB; + --common-grey-v5: #CECECE; + --common-grey-v6: #BBD7A7; + --common-grey-v7: #636363; + --common-green-border: #99C4AF; + --common-line-color: #AEC5BA; + --common-black-sub: #26312C; + --common-green-btn-social: #33895E; + --common-acord-button: #BFDACC; + --common-green-gradient: linear-gradient(90deg, #006C35 0%, rgba(0, 96, 49, 0.00) 100%); + --common-card-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15); + +} + + +// Theme COLOR change +.light { + --data-text-color: var(--common-black-sub); + --text-com-color: var( --common-grey-v2); + --map-grey-text: var(--common-grey-v7); + --point-color: var(--common-green); + --link-map-section: var(--common-white); + --cart-bg: var(--common-acord-button); + --card-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15); + --icon-check-color: var(--common-green-primery); + --acordion-green: #F2F8F5; + --acordion-green-bg: var(--common-grey-v4);; + --dots-color: var(--common-grey-v4);; + --body-bg: var(--common-white); + --white-black: var(--common-white); + --black-white: var(--common-black); + --green-theme: #006031; + --bg-green: var(--common-grey-v4);; + --wite-green: var(--common-white); + --footer-bg: #F5F5F5; + --green-button: var(--common-green); + --green-button-transparent: transparent; + --icon-border-green: #66A686; + --rewi-card-color: var(--common-white); +} + +.dark { + --data-text-color: var(--common-white); + --text-com-color: var( --common-white); + --map-grey-text: var(--common-white); + --point-color: var(--common-green-primery); + --link-map-section: var(--common-grey-v6); + --cart-bg: var(--common-green-02); + --card-box-shadow: none; + --icon-check-color: var(--common-green-primery); + --acordion-green: var(--common-green-02); + --acordion-green-bg: var(--common-grey-v3); + --body-bg: #2C2C2C; + --dots-color: var(--common-grey-v4);; + --white-black: var(--common-black); + --black-white: var(--common-white); + --green-theme: var(--common-green); + --bg-green: var(--common-green-02); + --wite-green: var(--common-green-02); + --footer-bg: var(--common-black); + --green-button: var(--common-grey-v6); + --green-button-transparent: var(--common-grey-v6); + --icon-border-green: var(--common-white); + --rewi-card-color: var(--common-grey-v3); +} \ No newline at end of file diff --git a/sass/variables/fonts.scss b/sass/variables/fonts.scss new file mode 100644 index 00000000..0f6caac6 --- /dev/null +++ b/sass/variables/fonts.scss @@ -0,0 +1,165 @@ +//font-family: 'Inter', sans-serif; +//font-family: 'Lato', sans-serif; +@import "../variables/media"; +:root { + --main-font: 'Inter', sans-serif; + --sub-fonst: 'Lato', sans-serif; + + --h1: 300 48rem/60rem var(--sub-fonst); + --h2-inter: 700 28rem/normal var(--main-font); + --h1-inter: 700 36rem/46rem var(--main-font); + --h1-sub: 400 24rem/32rem var(--main-font); + --h1-sub_v2: 200 24rem/32rem var(--main-font); + --h3-boold: 700 24rem/32rem var(--main-font); + --h3-normal: 600 24rem/32rem var(--main-font); + --h4: 500 18rem/28rem var(--main-font); + --h4-bold: 700 18rem/28rem var(--main-font); + --h5: 300 20rem/28rem var(--main-font); + --h5-bold: 500 20rem/28rem var(--main-font); + --h6: 500 30rem/36rem var(--main-font); + --h6-bold: 700 30rem/36rem var(--main-font); + --h6-date: 700 30rem/36rem var(--main-font); + --h5-boold: 700 22rem/28rem var(--main-font); + --h7: 400 32rem/36rem var(--main-font); + --p: 300 18rem/28rem var(--main-font); + --p-15: 300 15rem/26rem var(--main-font); + --p-15-bold: 500 15rem/18rem var(--main-font); + --p-md: 400 16rem/28rem var(--main-font); + --p-md-bold: 600 16rem/28rem var(--main-font); + --p-sm: 500 14rem/21rem var(--main-font); + --p-sm-bold: 700 14rem/21rem var(--main-font); + --p-sub: 300 12rem/15rem var(--main-font); + --p-card: 300 17rem/24rem var(--main-font); + --nav-link: 500 16rem/28rem var(--main-font); + --nav-bred: 400 13rem/18rem var(--main-font); + + --price-icon: 700 24rem/18rem var(--main-font); + + --icon-count: 700 64rem/60rem var(--sub-fonst); +} + +@media (max-width: $media-md) { + :root { + --h6-date: 700 16rem/22rem var(--main-font); + --h1: 300 36rem/normal var(--sub-fonst); + --h1-sub: 400 18rem/32rem var(--main-font); + --h5-boold: 700 16rem/28rem var(--main-font); + --p: 300 18rem/28rem var(--main-font); + --p-md: 400 16rem/28rem var(--main-font); + --p-sm: 500 14rem/28rem var(--main-font); + --p-sm-light: 300 14rem/18rem var(--main-font); + --p-sub: 300 12rem/15rem var(--main-font); + --nav-link: 500 13rem/24rem var(--main-font); + + --h1-inter: 500 24rem/36rem var(--main-font); + --icon-count: 700 48rem/60rem var(--sub-fonst); + } +} + +// Title +.h1{ + font: var(--h1); + color: var(--common-white); +} +.h1-inter { + font: var( --h1-inter); +} +.h1-sub { + font: var(--h1-sub); + color: var(--common-white); +} +.h2{ + font: var(--h1); + color: var(--black-white); +} +.h2-inter { + font: var( --h2-inter); +} +.h2-sub{ + font: var(--h1-sub); + color: var(--black-white); +} +.h2-sub_v2{ + font: var(--h1-sub_v2); + color: var(--common-white); +} +.h3-normal { + font: var(--h3-normal); +} +.h3-bold { + font: var( --h3-boold); + color: var(--common-black); +} +.h4 { + font: var(--h4); +} +.h4-bold { + font: var(--h4-bold); +} +.h5 { + font: var(--h5); + color: var(--black-white); +} + +.h5-bold { + font: var(--h5-bold); +} +.h6-date { + font: var(--h6-date); +} +.h6 { + font: var(--h6); +} +.h6-bold { + font: var(--h6-bold); +} +.h5-boold { + font: var( --h5-boold); +} +.h7 { + font: var(--h7); +} +// Text +.p{ + font: var(--p); +} +.p-15 { + font: var(--p-15); +} +.p-md { + font: var(--p-md); +} +.p-sm { + font: var(--p-sm); +} +.p-sm-bold{ + font: var(--p-sm-bold); +} +.p-sm-light { + font: var(--p-sm-light); +} +.p-15-bold { + font: var(--p-15-bold); +} +.p-card { + font: var(--p-card); +} +.p-md-bold { + font: var(--p-md-bold); +} +.nav-link{ + font: var(--nav-link); +} +.nav-bred { + font: var(--nav-bred); + color: var(--common-white); +} + +.icon-count { + font: var(--icon-count); +} + +.price-icon { + font: var(--price-icon); +} + diff --git a/sass/variables/images.scss b/sass/variables/images.scss new file mode 100644 index 00000000..09439094 --- /dev/null +++ b/sass/variables/images.scss @@ -0,0 +1,12 @@ +:root { + --map-section-icon: url('/images/open-map/open-map-logo.png'); + +} + +.light { + --map-section-bg: url('/images/open-map/map-bg.png'); +} + +.dark { + --map-section-bg: url('/images/open-map/map-bg-dark.png'); +} \ No newline at end of file diff --git a/sass/variables/media.scss b/sass/variables/media.scss new file mode 100644 index 00000000..eedf0ac8 --- /dev/null +++ b/sass/variables/media.scss @@ -0,0 +1,4 @@ +// Media sm: Mobile, md: Tablet, xl: Desktop +$media-md: 991px; +$media-sm: 767px + diff --git a/sass/variables/spasing.scss b/sass/variables/spasing.scss new file mode 100644 index 00000000..42e287db --- /dev/null +++ b/sass/variables/spasing.scss @@ -0,0 +1,18 @@ +:root { + --container: 1100rem; + + --mb-16: 16rem; + --mb-40: 40rem; + + --border-r-8: 8rem; + --border-r-24: 24rem; + + --transition: 0.5s; + + --icon-border: 2rem; + + --container-mob-section: 60rem; + --container-mob-padding: 16rem; + + --menu-height: 90rem; +} \ No newline at end of file diff --git a/static/get-involved/contribute-code-ico.png b/static/get-involved/contribute-code-ico.png new file mode 100644 index 00000000..b7bbb39e Binary files /dev/null and b/static/get-involved/contribute-code-ico.png differ diff --git a/static/get-involved/contribute-info-ico.png b/static/get-involved/contribute-info-ico.png new file mode 100644 index 00000000..7e899fbf Binary files /dev/null and b/static/get-involved/contribute-info-ico.png differ diff --git a/static/get-involved/donation-ico.png b/static/get-involved/donation-ico.png new file mode 100644 index 00000000..72252125 Binary files /dev/null and b/static/get-involved/donation-ico.png differ diff --git a/static/images/about-us/about-news01.png b/static/images/about-us/about-news01.png new file mode 100644 index 00000000..11e60b20 Binary files /dev/null and b/static/images/about-us/about-news01.png differ diff --git a/static/images/about-us/about-news02.png b/static/images/about-us/about-news02.png new file mode 100644 index 00000000..87021df7 Binary files /dev/null and b/static/images/about-us/about-news02.png differ diff --git a/static/images/about-us/about-news03.png b/static/images/about-us/about-news03.png new file mode 100644 index 00000000..4a56adc8 Binary files /dev/null and b/static/images/about-us/about-news03.png differ diff --git a/static/images/about-us/info-card-banner-1.png b/static/images/about-us/info-card-banner-1.png new file mode 100644 index 00000000..ce55c0c1 Binary files /dev/null and b/static/images/about-us/info-card-banner-1.png differ diff --git a/static/images/about-us/info-card-banner-2.png b/static/images/about-us/info-card-banner-2.png new file mode 100644 index 00000000..4c1164b6 Binary files /dev/null and b/static/images/about-us/info-card-banner-2.png differ diff --git a/static/images/about-us/mission-ico.png b/static/images/about-us/mission-ico.png new file mode 100644 index 00000000..c85c0289 Binary files /dev/null and b/static/images/about-us/mission-ico.png differ diff --git a/static/images/about-us/open-maps-banner.png b/static/images/about-us/open-maps-banner.png new file mode 100644 index 00000000..07dba8e9 Binary files /dev/null and b/static/images/about-us/open-maps-banner.png differ diff --git a/static/images/about-us/project-info-main-banner.png b/static/images/about-us/project-info-main-banner.png new file mode 100644 index 00000000..9866ca82 Binary files /dev/null and b/static/images/about-us/project-info-main-banner.png differ diff --git a/static/images/about-us/vision-ico.png b/static/images/about-us/vision-ico.png new file mode 100644 index 00000000..84a4ef88 Binary files /dev/null and b/static/images/about-us/vision-ico.png differ diff --git a/static/images/about-us/wikipedia-banner.png b/static/images/about-us/wikipedia-banner.png new file mode 100644 index 00000000..9be867ae Binary files /dev/null and b/static/images/about-us/wikipedia-banner.png differ diff --git a/static/images/arrow-link.png b/static/images/arrow-link.png new file mode 100644 index 00000000..1979bf8d Binary files /dev/null and b/static/images/arrow-link.png differ diff --git a/static/images/arrow-link.svg b/static/images/arrow-link.svg new file mode 100644 index 00000000..dd94ee2a --- /dev/null +++ b/static/images/arrow-link.svg @@ -0,0 +1,3 @@ + + + diff --git a/static/images/community/Volunteer-banner.png b/static/images/community/Volunteer-banner.png new file mode 100644 index 00000000..d4be836e Binary files /dev/null and b/static/images/community/Volunteer-banner.png differ diff --git a/static/images/community/contribute-code-banner.png b/static/images/community/contribute-code-banner.png new file mode 100644 index 00000000..fbbed828 Binary files /dev/null and b/static/images/community/contribute-code-banner.png differ diff --git a/static/images/community/design-product-banner.png b/static/images/community/design-product-banner.png new file mode 100644 index 00000000..ffabcdee Binary files /dev/null and b/static/images/community/design-product-banner.png differ diff --git a/static/images/community/discussion-card-banner.png b/static/images/community/discussion-card-banner.png new file mode 100644 index 00000000..c7728b90 Binary files /dev/null and b/static/images/community/discussion-card-banner.png differ diff --git a/static/images/community/location-info-banner.png b/static/images/community/location-info-banner.png new file mode 100644 index 00000000..22d5a899 Binary files /dev/null and b/static/images/community/location-info-banner.png differ diff --git a/static/images/community/provide-support-banner.png b/static/images/community/provide-support-banner.png new file mode 100644 index 00000000..83ba512f Binary files /dev/null and b/static/images/community/provide-support-banner.png differ diff --git a/static/images/community/translate-banner.png b/static/images/community/translate-banner.png new file mode 100644 index 00000000..7e74fb42 Binary files /dev/null and b/static/images/community/translate-banner.png differ diff --git a/static/images/crowdfunding/benefits-banner-1.png b/static/images/crowdfunding/benefits-banner-1.png new file mode 100644 index 00000000..89b41831 Binary files /dev/null and b/static/images/crowdfunding/benefits-banner-1.png differ diff --git a/static/images/crowdfunding/benefits-banner-2.png b/static/images/crowdfunding/benefits-banner-2.png new file mode 100644 index 00000000..a982f53c Binary files /dev/null and b/static/images/crowdfunding/benefits-banner-2.png differ diff --git a/static/images/crowdfunding/benefits-banner-3.png b/static/images/crowdfunding/benefits-banner-3.png new file mode 100644 index 00000000..be1bc358 Binary files /dev/null and b/static/images/crowdfunding/benefits-banner-3.png differ diff --git a/static/images/crowdfunding/benefits-banner-4.png b/static/images/crowdfunding/benefits-banner-4.png new file mode 100644 index 00000000..80dcd3d9 Binary files /dev/null and b/static/images/crowdfunding/benefits-banner-4.png differ diff --git a/static/images/crowdfunding/benefits-banner-5.png b/static/images/crowdfunding/benefits-banner-5.png new file mode 100644 index 00000000..0766a8a0 Binary files /dev/null and b/static/images/crowdfunding/benefits-banner-5.png differ diff --git a/static/images/crowdfunding/benefits-banner-6.png b/static/images/crowdfunding/benefits-banner-6.png new file mode 100644 index 00000000..8b573878 Binary files /dev/null and b/static/images/crowdfunding/benefits-banner-6.png differ diff --git a/static/images/crowdfunding/benefits-banner-7.png b/static/images/crowdfunding/benefits-banner-7.png new file mode 100644 index 00000000..268e0eec Binary files /dev/null and b/static/images/crowdfunding/benefits-banner-7.png differ diff --git a/static/images/crowdfunding/dabl-img.png b/static/images/crowdfunding/dabl-img.png new file mode 100644 index 00000000..ddef0e20 Binary files /dev/null and b/static/images/crowdfunding/dabl-img.png differ diff --git a/static/images/crowdfunding/join-us-banner.png b/static/images/crowdfunding/join-us-banner.png new file mode 100644 index 00000000..d2cbf7ce Binary files /dev/null and b/static/images/crowdfunding/join-us-banner.png differ diff --git a/static/images/crowdfunding/join-us-ico.png b/static/images/crowdfunding/join-us-ico.png new file mode 100644 index 00000000..dbeecab0 Binary files /dev/null and b/static/images/crowdfunding/join-us-ico.png differ diff --git a/static/images/crowdfunding/rewards-banner-1.png b/static/images/crowdfunding/rewards-banner-1.png new file mode 100644 index 00000000..16e5daae Binary files /dev/null and b/static/images/crowdfunding/rewards-banner-1.png differ diff --git a/static/images/crowdfunding/rewards-banner-2.png b/static/images/crowdfunding/rewards-banner-2.png new file mode 100644 index 00000000..747c32fa Binary files /dev/null and b/static/images/crowdfunding/rewards-banner-2.png differ diff --git a/static/images/crowdfunding/rewards-banner-3.png b/static/images/crowdfunding/rewards-banner-3.png new file mode 100644 index 00000000..59eca8f0 Binary files /dev/null and b/static/images/crowdfunding/rewards-banner-3.png differ diff --git a/static/images/crowdfunding/rewards-banner-4.png b/static/images/crowdfunding/rewards-banner-4.png new file mode 100644 index 00000000..c11c8b90 Binary files /dev/null and b/static/images/crowdfunding/rewards-banner-4.png differ diff --git a/static/images/crowdfunding/support-banner-1.png b/static/images/crowdfunding/support-banner-1.png new file mode 100644 index 00000000..9dc229f2 Binary files /dev/null and b/static/images/crowdfunding/support-banner-1.png differ diff --git a/static/images/crowdfunding/support-banner-2.png b/static/images/crowdfunding/support-banner-2.png new file mode 100644 index 00000000..41e3672a Binary files /dev/null and b/static/images/crowdfunding/support-banner-2.png differ diff --git a/static/images/crowdfunding/why-us-banner.png b/static/images/crowdfunding/why-us-banner.png new file mode 100644 index 00000000..a958ac73 Binary files /dev/null and b/static/images/crowdfunding/why-us-banner.png differ diff --git a/static/images/donate/donat-service/icon01.png b/static/images/donate/donat-service/icon01.png new file mode 100644 index 00000000..8b01bd8a Binary files /dev/null and b/static/images/donate/donat-service/icon01.png differ diff --git a/static/images/donate/donat-service/icon01_1.png b/static/images/donate/donat-service/icon01_1.png new file mode 100644 index 00000000..545f7787 Binary files /dev/null and b/static/images/donate/donat-service/icon01_1.png differ diff --git a/static/images/donate/donat-service/icon02.png b/static/images/donate/donat-service/icon02.png new file mode 100644 index 00000000..5969c20b Binary files /dev/null and b/static/images/donate/donat-service/icon02.png differ diff --git a/static/images/donate/donat-service/icon03.png b/static/images/donate/donat-service/icon03.png new file mode 100644 index 00000000..181de550 Binary files /dev/null and b/static/images/donate/donat-service/icon03.png differ diff --git a/static/images/donate/donat-service/icon04.png b/static/images/donate/donat-service/icon04.png new file mode 100644 index 00000000..0254082b Binary files /dev/null and b/static/images/donate/donat-service/icon04.png differ diff --git a/static/images/donate/donat-service/icon05.png b/static/images/donate/donat-service/icon05.png new file mode 100644 index 00000000..2294f62d Binary files /dev/null and b/static/images/donate/donat-service/icon05.png differ diff --git a/static/images/donate/donat-service/icon06.png b/static/images/donate/donat-service/icon06.png new file mode 100644 index 00000000..36a7a620 Binary files /dev/null and b/static/images/donate/donat-service/icon06.png differ diff --git a/static/images/donate/donat-service/icon07.png b/static/images/donate/donat-service/icon07.png new file mode 100644 index 00000000..763ea2bf Binary files /dev/null and b/static/images/donate/donat-service/icon07.png differ diff --git a/static/images/donate/donat-service/icon08.png b/static/images/donate/donat-service/icon08.png new file mode 100644 index 00000000..1cd0690c Binary files /dev/null and b/static/images/donate/donat-service/icon08.png differ diff --git a/static/images/donate/donat-service/icon09.png b/static/images/donate/donat-service/icon09.png new file mode 100644 index 00000000..8763f09a Binary files /dev/null and b/static/images/donate/donat-service/icon09.png differ diff --git a/static/images/donate/donat-service/icon10.png b/static/images/donate/donat-service/icon10.png new file mode 100644 index 00000000..970568a6 Binary files /dev/null and b/static/images/donate/donat-service/icon10.png differ diff --git a/static/images/donate/donat-service/icon11.png b/static/images/donate/donat-service/icon11.png new file mode 100644 index 00000000..c3079403 Binary files /dev/null and b/static/images/donate/donat-service/icon11.png differ diff --git a/static/images/donate/donat-service/icon12.png b/static/images/donate/donat-service/icon12.png new file mode 100644 index 00000000..a00fd617 Binary files /dev/null and b/static/images/donate/donat-service/icon12.png differ diff --git a/static/images/donate/donat-service/icon13.png b/static/images/donate/donat-service/icon13.png new file mode 100644 index 00000000..f9787a65 Binary files /dev/null and b/static/images/donate/donat-service/icon13.png differ diff --git a/static/images/donate/donat-service/icon14.png b/static/images/donate/donat-service/icon14.png new file mode 100644 index 00000000..60a38638 Binary files /dev/null and b/static/images/donate/donat-service/icon14.png differ diff --git a/static/images/donate/earth-ico.png b/static/images/donate/earth-ico.png new file mode 100644 index 00000000..4c447e0f Binary files /dev/null and b/static/images/donate/earth-ico.png differ diff --git a/static/images/donate/first-card-banner.png b/static/images/donate/first-card-banner.png new file mode 100644 index 00000000..60cd6417 Binary files /dev/null and b/static/images/donate/first-card-banner.png differ diff --git a/static/images/donate/first-donate-ico.png b/static/images/donate/first-donate-ico.png new file mode 100644 index 00000000..c61e658c Binary files /dev/null and b/static/images/donate/first-donate-ico.png differ diff --git a/static/images/donate/heart-ico.png b/static/images/donate/heart-ico.png new file mode 100644 index 00000000..53e39ed9 Binary files /dev/null and b/static/images/donate/heart-ico.png differ diff --git a/static/images/donate/icon01.png b/static/images/donate/icon01.png new file mode 100644 index 00000000..36055711 Binary files /dev/null and b/static/images/donate/icon01.png differ diff --git a/static/images/donate/icon02.png b/static/images/donate/icon02.png new file mode 100644 index 00000000..e08c836a Binary files /dev/null and b/static/images/donate/icon02.png differ diff --git a/static/images/donate/info-ico.png b/static/images/donate/info-ico.png new file mode 100644 index 00000000..b79e1658 Binary files /dev/null and b/static/images/donate/info-ico.png differ diff --git a/static/images/donate/second-card-banner.png b/static/images/donate/second-card-banner.png new file mode 100644 index 00000000..f7d52fbe Binary files /dev/null and b/static/images/donate/second-card-banner.png differ diff --git a/static/images/donate/second-donate-ico.png b/static/images/donate/second-donate-ico.png new file mode 100644 index 00000000..ee460351 Binary files /dev/null and b/static/images/donate/second-donate-ico.png differ diff --git a/static/images/donate/third-card-banner.png b/static/images/donate/third-card-banner.png new file mode 100644 index 00000000..9186e463 Binary files /dev/null and b/static/images/donate/third-card-banner.png differ diff --git a/static/images/donation-banner.png b/static/images/donation-banner.png new file mode 100644 index 00000000..c94baa4e Binary files /dev/null and b/static/images/donation-banner.png differ diff --git a/static/images/download/app-gallery-logo.png b/static/images/download/app-gallery-logo.png new file mode 100644 index 00000000..3fcd0ff9 Binary files /dev/null and b/static/images/download/app-gallery-logo.png differ diff --git a/static/images/download/app-store-logo.png b/static/images/download/app-store-logo.png new file mode 100644 index 00000000..30044669 Binary files /dev/null and b/static/images/download/app-store-logo.png differ diff --git a/static/images/download/f-droid-logo.png b/static/images/download/f-droid-logo.png new file mode 100644 index 00000000..a5343fe8 Binary files /dev/null and b/static/images/download/f-droid-logo.png differ diff --git a/static/images/download/flathub-logo.png b/static/images/download/flathub-logo.png new file mode 100644 index 00000000..451bed16 Binary files /dev/null and b/static/images/download/flathub-logo.png differ diff --git a/static/images/download/googleplay-logo.png b/static/images/download/googleplay-logo.png new file mode 100644 index 00000000..76ccf391 Binary files /dev/null and b/static/images/download/googleplay-logo.png differ diff --git a/static/images/download/linux-logo.png b/static/images/download/linux-logo.png new file mode 100644 index 00000000..ec5973b6 Binary files /dev/null and b/static/images/download/linux-logo.png differ diff --git a/static/images/faq/app-img-1.png b/static/images/faq/app-img-1.png new file mode 100644 index 00000000..3dc132bd Binary files /dev/null and b/static/images/faq/app-img-1.png differ diff --git a/static/images/faq/app-img-2.png b/static/images/faq/app-img-2.png new file mode 100644 index 00000000..50240a53 Binary files /dev/null and b/static/images/faq/app-img-2.png differ diff --git a/static/images/faq/app-img-3.png b/static/images/faq/app-img-3.png new file mode 100644 index 00000000..9aefa37c Binary files /dev/null and b/static/images/faq/app-img-3.png differ diff --git a/static/images/faq/app-img-4.png b/static/images/faq/app-img-4.png new file mode 100644 index 00000000..28d615b3 Binary files /dev/null and b/static/images/faq/app-img-4.png differ diff --git a/static/images/faq/app-img-5.png b/static/images/faq/app-img-5.png new file mode 100644 index 00000000..66affddb Binary files /dev/null and b/static/images/faq/app-img-5.png differ diff --git a/static/images/faq/hero_image.png b/static/images/faq/hero_image.png new file mode 100644 index 00000000..d87ea04d Binary files /dev/null and b/static/images/faq/hero_image.png differ diff --git a/static/images/faq/single-faq/image-1.png b/static/images/faq/single-faq/image-1.png new file mode 100644 index 00000000..00464c7f Binary files /dev/null and b/static/images/faq/single-faq/image-1.png differ diff --git a/static/images/faq/single-faq/image-2.png b/static/images/faq/single-faq/image-2.png new file mode 100644 index 00000000..2d37371a Binary files /dev/null and b/static/images/faq/single-faq/image-2.png differ diff --git a/static/images/hero/hero-bg.jpg b/static/images/hero/hero-bg.jpg new file mode 100644 index 00000000..f8962bef Binary files /dev/null and b/static/images/hero/hero-bg.jpg differ diff --git a/static/images/hero/hero-image.png b/static/images/hero/hero-image.png new file mode 100644 index 00000000..b3c0d4e3 Binary files /dev/null and b/static/images/hero/hero-image.png differ diff --git a/static/images/news/hero-img.png b/static/images/news/hero-img.png new file mode 100644 index 00000000..c0623645 Binary files /dev/null and b/static/images/news/hero-img.png differ diff --git a/static/images/open-map/map-bg-dark.png b/static/images/open-map/map-bg-dark.png new file mode 100644 index 00000000..6276a603 Binary files /dev/null and b/static/images/open-map/map-bg-dark.png differ diff --git a/static/images/open-map/map-bg.png b/static/images/open-map/map-bg.png new file mode 100644 index 00000000..142e6436 Binary files /dev/null and b/static/images/open-map/map-bg.png differ diff --git a/static/images/open-map/open-map-logo.png b/static/images/open-map/open-map-logo.png new file mode 100644 index 00000000..923d164a Binary files /dev/null and b/static/images/open-map/open-map-logo.png differ diff --git a/static/images/open-map/paul-green-1.png b/static/images/open-map/paul-green-1.png new file mode 100644 index 00000000..61ec14f6 Binary files /dev/null and b/static/images/open-map/paul-green-1.png differ diff --git a/static/images/open-map/paul-green-2.png b/static/images/open-map/paul-green-2.png new file mode 100644 index 00000000..ccb00e0e Binary files /dev/null and b/static/images/open-map/paul-green-2.png differ diff --git a/static/images/open-map/paul-green-3.png b/static/images/open-map/paul-green-3.png new file mode 100644 index 00000000..e4143fd7 Binary files /dev/null and b/static/images/open-map/paul-green-3.png differ diff --git a/static/images/open-map/paul-green-4.png b/static/images/open-map/paul-green-4.png new file mode 100644 index 00000000..b8504613 Binary files /dev/null and b/static/images/open-map/paul-green-4.png differ diff --git a/static/images/open-map/unsplash-1.png b/static/images/open-map/unsplash-1.png new file mode 100644 index 00000000..c7275aa3 Binary files /dev/null and b/static/images/open-map/unsplash-1.png differ diff --git a/static/images/open-map/unsplash-2.png b/static/images/open-map/unsplash-2.png new file mode 100644 index 00000000..00a5f97a Binary files /dev/null and b/static/images/open-map/unsplash-2.png differ diff --git a/static/images/open-map/unsplash-3.png b/static/images/open-map/unsplash-3.png new file mode 100644 index 00000000..160034d1 Binary files /dev/null and b/static/images/open-map/unsplash-3.png differ diff --git a/static/images/open-map/unsplash-4.png b/static/images/open-map/unsplash-4.png new file mode 100644 index 00000000..9323a0fc Binary files /dev/null and b/static/images/open-map/unsplash-4.png differ diff --git a/static/images/payment/bank-transfer-logo.png b/static/images/payment/bank-transfer-logo.png new file mode 100644 index 00000000..cca2e66b Binary files /dev/null and b/static/images/payment/bank-transfer-logo.png differ diff --git a/static/images/payment/card-label.png b/static/images/payment/card-label.png new file mode 100644 index 00000000..7d6636a3 Binary files /dev/null and b/static/images/payment/card-label.png differ diff --git a/static/images/payment/card-logo.png b/static/images/payment/card-logo.png new file mode 100644 index 00000000..de406f64 Binary files /dev/null and b/static/images/payment/card-logo.png differ diff --git a/static/images/payment/crypto-logo.png b/static/images/payment/crypto-logo.png new file mode 100644 index 00000000..2890a62a Binary files /dev/null and b/static/images/payment/crypto-logo.png differ diff --git a/static/images/payment/eps-logo.png b/static/images/payment/eps-logo.png new file mode 100644 index 00000000..50733d49 Binary files /dev/null and b/static/images/payment/eps-logo.png differ diff --git a/static/images/payment/github-logo.png b/static/images/payment/github-logo.png new file mode 100644 index 00000000..8f0a20cd Binary files /dev/null and b/static/images/payment/github-logo.png differ diff --git a/static/images/payment/gp-logo.png b/static/images/payment/gp-logo.png new file mode 100644 index 00000000..3f1612d9 Binary files /dev/null and b/static/images/payment/gp-logo.png differ diff --git a/static/images/payment/lp-logo.png b/static/images/payment/lp-logo.png new file mode 100644 index 00000000..4c027f19 Binary files /dev/null and b/static/images/payment/lp-logo.png differ diff --git a/static/images/payment/mini-card-logo.png b/static/images/payment/mini-card-logo.png new file mode 100644 index 00000000..48ba195f Binary files /dev/null and b/static/images/payment/mini-card-logo.png differ diff --git a/static/images/payment/paypal-logo.png b/static/images/payment/paypal-logo.png new file mode 100644 index 00000000..97ea7a95 Binary files /dev/null and b/static/images/payment/paypal-logo.png differ diff --git a/static/images/payment/sofort-logo.png b/static/images/payment/sofort-logo.png new file mode 100644 index 00000000..97dfd41f Binary files /dev/null and b/static/images/payment/sofort-logo.png differ diff --git a/static/images/payment/stripe-logo.png b/static/images/payment/stripe-logo.png new file mode 100644 index 00000000..aa533e43 Binary files /dev/null and b/static/images/payment/stripe-logo.png differ diff --git a/static/images/payment/wise-logo.png b/static/images/payment/wise-logo.png new file mode 100644 index 00000000..2c3f0e86 Binary files /dev/null and b/static/images/payment/wise-logo.png differ diff --git a/static/images/post/img1.png b/static/images/post/img1.png new file mode 100644 index 00000000..4369ccb4 Binary files /dev/null and b/static/images/post/img1.png differ diff --git a/static/images/post/img2.png b/static/images/post/img2.png new file mode 100644 index 00000000..07ae1bd8 Binary files /dev/null and b/static/images/post/img2.png differ diff --git a/static/images/post/img3.png b/static/images/post/img3.png new file mode 100644 index 00000000..cf2a5218 Binary files /dev/null and b/static/images/post/img3.png differ diff --git a/static/images/post/img4.png b/static/images/post/img4.png new file mode 100644 index 00000000..2f3d8017 Binary files /dev/null and b/static/images/post/img4.png differ diff --git a/static/images/sections/free-and-builty-by-community-banner.png b/static/images/sections/free-and-builty-by-community-banner.png new file mode 100644 index 00000000..23671fce Binary files /dev/null and b/static/images/sections/free-and-builty-by-community-banner.png differ diff --git a/static/images/sections/map-m-1.png b/static/images/sections/map-m-1.png new file mode 100644 index 00000000..f118c437 Binary files /dev/null and b/static/images/sections/map-m-1.png differ diff --git a/static/images/sections/map-m-2.png b/static/images/sections/map-m-2.png new file mode 100644 index 00000000..12bf54fd Binary files /dev/null and b/static/images/sections/map-m-2.png differ diff --git a/static/images/sections/map-m-3.png b/static/images/sections/map-m-3.png new file mode 100644 index 00000000..77e1c742 Binary files /dev/null and b/static/images/sections/map-m-3.png differ diff --git a/static/images/sections/map-m-4.png b/static/images/sections/map-m-4.png new file mode 100644 index 00000000..a9acce2e Binary files /dev/null and b/static/images/sections/map-m-4.png differ diff --git a/static/images/sections/map-s-1.png b/static/images/sections/map-s-1.png new file mode 100644 index 00000000..e0bb7c79 Binary files /dev/null and b/static/images/sections/map-s-1.png differ diff --git a/static/images/sections/map-s-2.png b/static/images/sections/map-s-2.png new file mode 100644 index 00000000..5e91531d Binary files /dev/null and b/static/images/sections/map-s-2.png differ diff --git a/static/images/sections/map-s-3.png b/static/images/sections/map-s-3.png new file mode 100644 index 00000000..ddc5841a Binary files /dev/null and b/static/images/sections/map-s-3.png differ diff --git a/static/images/sections/map-s-4.png b/static/images/sections/map-s-4.png new file mode 100644 index 00000000..ca0beb97 Binary files /dev/null and b/static/images/sections/map-s-4.png differ diff --git a/static/images/sections/no-tracking-banner.png b/static/images/sections/no-tracking-banner.png new file mode 100644 index 00000000..a3c3d94f Binary files /dev/null and b/static/images/sections/no-tracking-banner.png differ diff --git a/static/images/sections/save-your-battery-banner.png b/static/images/sections/save-your-battery-banner.png new file mode 100644 index 00000000..81def094 Binary files /dev/null and b/static/images/sections/save-your-battery-banner.png differ diff --git a/static/images/sections/search-and-plan-route-banner.png b/static/images/sections/search-and-plan-route-banner.png new file mode 100644 index 00000000..3144ae78 Binary files /dev/null and b/static/images/sections/search-and-plan-route-banner.png differ diff --git a/static/images/sections/singl-card-1.png b/static/images/sections/singl-card-1.png new file mode 100644 index 00000000..5f940be3 Binary files /dev/null and b/static/images/sections/singl-card-1.png differ diff --git a/static/images/support/email-card-banner.png b/static/images/support/email-card-banner.png new file mode 100644 index 00000000..b1f24615 Binary files /dev/null and b/static/images/support/email-card-banner.png differ diff --git a/static/images/support/faq-card-banner.png b/static/images/support/faq-card-banner.png new file mode 100644 index 00000000..bde9e18e Binary files /dev/null and b/static/images/support/faq-card-banner.png differ diff --git a/static/images/support/support-channel-banner.png b/static/images/support/support-channel-banner.png new file mode 100644 index 00000000..65f41c39 Binary files /dev/null and b/static/images/support/support-channel-banner.png differ diff --git a/static/logos/facebook-dark-icon.png b/static/logos/facebook-dark-icon.png new file mode 100644 index 00000000..1335e5bd Binary files /dev/null and b/static/logos/facebook-dark-icon.png differ diff --git a/static/logos/github-dark-icon.png b/static/logos/github-dark-icon.png new file mode 100644 index 00000000..5e3637cb Binary files /dev/null and b/static/logos/github-dark-icon.png differ diff --git a/static/logos/instagram-dark-icon.png b/static/logos/instagram-dark-icon.png new file mode 100644 index 00000000..5e659a71 Binary files /dev/null and b/static/logos/instagram-dark-icon.png differ diff --git a/static/logos/linkedin-dark-icon.png b/static/logos/linkedin-dark-icon.png new file mode 100644 index 00000000..83732112 Binary files /dev/null and b/static/logos/linkedin-dark-icon.png differ diff --git a/static/logos/mail-dark-icon.png b/static/logos/mail-dark-icon.png new file mode 100644 index 00000000..af1bd0b7 Binary files /dev/null and b/static/logos/mail-dark-icon.png differ diff --git a/static/logos/mastodon-dark-icon.png b/static/logos/mastodon-dark-icon.png new file mode 100644 index 00000000..0dfbd506 Binary files /dev/null and b/static/logos/mastodon-dark-icon.png differ diff --git a/static/logos/matrix-dark-icon.png b/static/logos/matrix-dark-icon.png new file mode 100644 index 00000000..2850ddf9 Binary files /dev/null and b/static/logos/matrix-dark-icon.png differ diff --git a/static/logos/reddit-dark-icon.png b/static/logos/reddit-dark-icon.png new file mode 100644 index 00000000..f31a4e23 Binary files /dev/null and b/static/logos/reddit-dark-icon.png differ diff --git a/static/logos/search-ico.svg b/static/logos/search-ico.svg new file mode 100644 index 00000000..c3929aad --- /dev/null +++ b/static/logos/search-ico.svg @@ -0,0 +1,3 @@ + + + diff --git a/static/logos/telegram-dark-icon.png b/static/logos/telegram-dark-icon.png new file mode 100644 index 00000000..097654e6 Binary files /dev/null and b/static/logos/telegram-dark-icon.png differ diff --git a/static/logos/twitter-dark-icon.png b/static/logos/twitter-dark-icon.png new file mode 100644 index 00000000..32b509f9 Binary files /dev/null and b/static/logos/twitter-dark-icon.png differ diff --git a/templates/about-us.html b/templates/about-us.html new file mode 100644 index 00000000..b65b3638 --- /dev/null +++ b/templates/about-us.html @@ -0,0 +1,260 @@ +{% extends "base.html" %} + +{%- block content %} + +
+
+ +
+

+ {{ page.extra.hero_title | safe }} +

+

+ {{ page.extra.hero_description_1 | safe }} + {{ page.extra.hero_description_2 | safe }} +

+ +
+
+
+ + +
+
+
+ img +
+
+
+ {% include 'ui/icons/about/icon01.html' %} +
+

{{ page.extra.project_info_card_title_1 | safe }}

+
+

{{ page.extra.project_info_card_description_1 | safe }}

+
+
+
+ img +
+ +
+
+ {% include 'ui/icons/about/icon02.html' %} +
+

{{ page.extra.project_info_card_title_2 | safe }}

+
+ +

{{ page.extra.project_info_card_description_2 | safe }}

+
+
+
+
+
+
+
+

{{ page.extra.project_info_section_title | safe }}

+
+
+ img +
+

{{ page.extra.project_info_section_description | safe }}

+
+
+
+
+
+

{{ page.extra.history_section_title | safe }}

+
+
+
+
2011
+
+
+

{{ page.extra.history_section_20_11 | safe }}

+
+
+
+
2015
+
+
+

{{ page.extra.history_section_20_15 | safe }}

+
+
+
+
2021
+
+
+

{{ page.extra.history_section_20_21 | safe }}

+
+
+
+
2022
+
+
+

{{ page.extra.history_section_20_22 | safe }}

+
+
+
+
2023
+
+
+

{{ page.extra.history_section_20_23 | safe }}

+
+
+
+
+ + + + + + + + + + + + + + + + +
+
+

Media Highlights

+ +
+
+{% include 'section/donate.html' %} +{%- endblock content %} \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index 25b670a2..60a2bf9b 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,7 +1,19 @@ {%- if page %} {%- set resource = page %} +{%- set resource_title = resource.title %} +{%- set resource_path = resource.path %} {%- elif section %} {%- set resource = section %} +{%- set resource_title = resource.title %} +{%- set resource_path = resource.path %} +{%- elif term %} +{%- set resource = term %}{# taxonomy term has only 'name', 'slug' and 'path' properties #} +{%- set resource_path = resource.path %} +{%- set resource_title = resource.name %} +{%- elif taxonomy %} +{%- set resource = taxonomy %}{# taxonomy has only 'name' and 'slug' properties #} +{%- set resource_path = '/' ~ resource.name ~ '/' %} +{%- set resource_title = resource.name %} {%- endif %} @@ -9,77 +21,213 @@ - - - + + + + + + + + + + + + + + + - + {% block meta_description %} + + {% endblock %} - {% block rss %} - - {% endblock %} + + + + + + + - + {% block rss %} + + {% endblock %} - {%- set preview_image = 'images/screenshots/prague.jpg' -%} - {%- if resource.extra.preview_image -%} - {%- set preview_image = resource.extra.preview_image -%} - {%- elif resource.assets %} - {%- set basename = resource.assets[0] | split(pat='/') | last %} - {%- if basename is ending_with('.jpg') or basename is ending_with('.jpeg') or basename is ending_with('.png') or basename is ending_with('.webp') %} - {%- set preview_image = resource.path ~ basename -%} - {%- endif %} - {%- endif %} - - - - - {%- if resource.description -%} - - {%- endif -%} + - - - {%- if resource.description -%} - - {%- endif -%} + {%- set preview_image = 'images/screenshots/prague.jpg' -%} + {%- if resource.extra.preview_image -%} + {%- set preview_image = resource.extra.preview_image -%} + {%- elif resource.assets %} + {%- set basename = resource.assets[0] | split(pat='/') | last %} + {%- if basename is ending_with('.jpg') or basename is ending_with('.jpeg') or basename is ending_with('.png') or basename is ending_with('.webp') %} + {%- set preview_image = resource_path ~ basename -%} + {%- endif %} + {%- endif %} + + + + + {%- if resource.description -%} + + {%- endif -%} - - + + + {%- if resource.description -%} + + {%- endif -%} - {% if resource.date -%} - - {%- endif -%} + + - + {% if resource.date -%} + + {%- endif -%} - {%- block meta -%}{%- endblock %} + - + {%- block meta -%}{%- endblock %} - {{ resource.title }} + - {%- if lang == config.default_language %} - {% include 'language_redirect.html' %} - {% endif -%} + {{ resource_title }} + + {%- if lang == config.default_language %} + {% include 'components/language_redirect.html' %} + {% endif -%} + + + + + + - -
- {% include 'top_menu.html' %} -
+ +
+
+ {% include 'common/header.html' %} +
-
- {% block content %}{% endblock %} -
+
+ + + + + + + + + + + + + + + + + + + + + + + -
- {% include 'bottom_menu.html' %} -

- © 2023 Organic Maps OÜ, reg. code 16225385 - Harju maakond, Tallinn, Kesklinna linnaosa, Rävala pst 8-810, 10143, Estonia -

-
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {% block content %}{% endblock %} +
+ + +
+{% include 'shortcodes/acordeon.html' %} +{% include 'shortcodes/switch-theme.html' %} +{% include 'shortcodes/header-switch.html' %} +{% include 'shortcodes/animation-section-js.html' %} +{% include 'shortcodes/paralax.html' %} + + +
    +
  1. community
  2. +
  3. news
  4. +
  5. post
  6. +
  7. support
  8. +
  9. faq
  10. +
  11. faq post
  12. +
  13. volunteering
  14. +
  15. donate
  16. +
  17. crowdfunding
  18. +
  19. about
  20. +
  21. download
  22. +
diff --git a/templates/bottom_menu.html b/templates/bottom_menu.html deleted file mode 100644 index 07dbf73f..00000000 --- a/templates/bottom_menu.html +++ /dev/null @@ -1,23 +0,0 @@ -{% set home = get_section(path='_index.md') %} -{% set news = get_section(path='news/_index.md') %} - - diff --git a/templates/common/footer.html b/templates/common/footer.html new file mode 100644 index 00000000..f0d0380c --- /dev/null +++ b/templates/common/footer.html @@ -0,0 +1,44 @@ +{% set home = get_section(path='_index.md') %} +{% set news = get_section(path='news/_index.md') %} + +{% set langPathPrefix = '' %} +{% if lang != config.default_language %} +{% set langPathPrefix = '/' ~ lang %} +{% endif %} + + + \ No newline at end of file diff --git a/templates/common/header.html b/templates/common/header.html new file mode 100644 index 00000000..b5a89bc0 --- /dev/null +++ b/templates/common/header.html @@ -0,0 +1,94 @@ +{% set langPathPrefix = '' %} +{% if lang != config.default_language %} +{% set langPathPrefix = '/' ~ lang %} +{% endif %} + diff --git a/templates/community.html b/templates/community.html new file mode 100644 index 00000000..413a306a --- /dev/null +++ b/templates/community.html @@ -0,0 +1,173 @@ +{% extends "base.html" %} + +{%- block content %} + +
+
+ +
+

+ {{ page.extra.menu_title }} +

+

+ {{ page.extra.community_hero_description }} +

+ +
+
+
+
+
+ +
+
+ {% include 'ui/icons/community/icon-01.html' %} +
+ img +
+

+ {{ page.extra.community_card_title_1 | safe }} + {{ page.extra.community_card_title_sub_1 | safe }} +

+
+

+ {{ page.extra.community_card_description_1 | safe }} +

+
+ + +
+
+ {% include 'ui/icons/community/icon-02.html' %} +
+ img +
+

+ {{ page.extra.community_card_title_2 | safe }} + + {{ page.extra.community_card_title_sub_2 | safe }} + + +

+
+

+ {{ page.extra.community_card_description_2 | safe }} +

+
+ + + +
+
+ {% include 'ui/icons/community/icon-03.html' %} +
+ img +
+

+ {{ page.extra.community_card_title_3 | safe }} + + {{ page.extra.community_card_title_sub_3 | safe }} + +

+
+

+ {{ page.extra.community_card_description_3 | safe }} +

+
+ + +
+
+ {% include 'ui/icons/community/icon-04.html' %} +
+ img +
+

+ {{ page.extra.community_card_title_4 | safe }} + + {{ page.extra.community_card_title_sub_4 | safe }} + +

+
+

+ {{ page.extra.community_card_description_4 | safe }} +

+ +
+ + +
+
+ {% include 'ui/icons/community/icon-05.html' %} + +
+ img +
+

+ {{ page.extra.community_card_title_5 | safe }} +

+
+

+ {{ page.extra.community_card_description_5 | safe }} +

+ +
+ + +
+
+ {% include 'ui/icons/community/icon-06.html' %} + +
+ img +
+

+ {{ page.extra.community_card_title_6 | safe }} +

+
+

+ {{ page.extra.community_card_description_6 | safe }} +

+
+ + +
+
+ {% include 'ui/icons/community/icon-06.html' %} +
+ img +
+

+ {{ page.extra.community_card_title_7 | safe }} + +

+
+

+ {{ page.extra.community_card_description_7 | safe }} +

+
+
+
+
+

+ {{ page.extra.stay_connected_section_title | safe }} +

+ {% include 'section/social-icon.html' %} +
+{% include 'section/solo-donate.html' %} +{%- endblock content %} \ No newline at end of file diff --git a/templates/components/donate-button.html b/templates/components/donate-button.html new file mode 100644 index 00000000..68ffcf65 --- /dev/null +++ b/templates/components/donate-button.html @@ -0,0 +1 @@ +{{trans(key='donate-title', lang=lang)}} \ No newline at end of file diff --git a/templates/components/download-button.html b/templates/components/download-button.html new file mode 100644 index 00000000..2934eec6 --- /dev/null +++ b/templates/components/download-button.html @@ -0,0 +1,31 @@ +{{trans(key='button-download', lang=lang)}} + \ No newline at end of file diff --git a/templates/google_native_app_prompt.html b/templates/components/google_native_app_prompt.html similarity index 100% rename from templates/google_native_app_prompt.html rename to templates/components/google_native_app_prompt.html diff --git a/templates/language_redirect.html b/templates/components/language_redirect.html similarity index 83% rename from templates/language_redirect.html rename to templates/components/language_redirect.html index cc898001..180572a8 100644 --- a/templates/language_redirect.html +++ b/templates/components/language_redirect.html @@ -1,10 +1,10 @@ + + {% set translations = resource | get(key="translations", default=[]) %} + {% if translations | length > 1 %} + + {% endif %} + + + + diff --git a/templates/crowdfunding.html b/templates/crowdfunding.html new file mode 100644 index 00000000..fe3600f1 --- /dev/null +++ b/templates/crowdfunding.html @@ -0,0 +1,231 @@ +{% extends "base.html" %} + +{%- block content %} + +
+
+ +

{{ page.extra.hero_title | safe }}

+

{{ page.extra.hero_description | safe }}

+ +
+
+ +
+
+
+ {% include 'ui/icons/social/point.html' %} +

{{ page.extra.why_section_title_1 | safe }}

+

{{ page.extra.why_section_description_1 | safe }}

+
+ img +
+

{{ page.extra.why_section_title_2 | safe }}

+

{{ page.extra.why_section_description_2 | safe }}

+
+ + +
+
+ +
+
+ +
+ img +
+
+ 01 +
+ {% include 'ui/icons/new-support/pin.html' %} +
+
+

{{ page.extra.benefits_section_card_title_1 | safe }}

+
+

{{ page.extra.benefits_section_card_description_1 | safe }}

+
+
+ img +
+
+ 02 +
+ {% include 'ui/icons/new-support/pin.html' %} +
+
+

{{ page.extra.benefits_section_card_title_2 | safe }}

+
+

{{ page.extra.benefits_section_card_description_2 | safe }}

+
+
+ img +
+
+ 03 +
+ {% include 'ui/icons/new-support/pin.html' %} +
+
+

{{ page.extra.benefits_section_card_title_3 | safe }}

+
+

{{ page.extra.benefits_section_card_description_3 | safe }}

+
+
+ img +
+
+ 04 +
+ {% include 'ui/icons/new-support/pin.html' %} +
+
+

{{ page.extra.benefits_section_card_title_4 | safe }}

+
+

{{ page.extra.benefits_section_card_description_4 | safe }}

+
+
+ img +
+
+ 05 +
+ {% include 'ui/icons/new-support/pin.html' %} +
+
+

{{ page.extra.benefits_section_card_title_5 | safe }}

+
+

{{ page.extra.benefits_section_card_description_5 | safe }}

+
+
+ img +
+
+ 06 +
+ {% include 'ui/icons/new-support/pin.html' %} +
+
+

{{ page.extra.benefits_section_card_title_6 | safe }}

+
+

{{ page.extra.benefits_section_card_description_6 | safe }}

+
+
+ img +
+
+ 07 +
+ {% include 'ui/icons/new-support/pin.html' %} +
+
+

{{ page.extra.benefits_section_card_title_7 | safe }}

+
+

{{ page.extra.benefits_section_card_description_7 | safe }}

+
+
+ {% include 'section/solo-donate.html' %} +
+
+
+ + +
+
+ +
+

{{ page.extra.support_section_title | safe }}

+

{{ page.extra.support_section_description | safe }}

+

{{ page.extra.support_section_description_2 | safe }}

+
+ img +
+ +
+ + +
+
+

{{ page.extra.rewards_section_title | safe }}

+

{{ page.extra.rewards_section_description | safe }}

+
+
+ img +
+
+ $50 +
+

{{ page.extra.rewards_section_card_title_1 | safe }}

+

{{ page.extra.rewards_section_card_description_1 | safe }}

+
+
+
+ img +
+
+ $100 +
+

{{ page.extra.rewards_section_card_title_2 | safe }}

+

{{ page.extra.rewards_section_card_description_2 | safe }}

+
+
+
+ img +
+
+ $250 +
+

{{ page.extra.rewards_section_card_title_3 | safe }}

+

{{ page.extra.rewards_section_card_description_3 | safe }}

+
+
+
+ img +
+
+ $1000 +
+

{{ page.extra.rewards_section_card_title_4 | safe }}

+

{{ page.extra.rewards_section_card_description_4 | safe }}

+
+
+ +
+
+ + +
+ +
+
+
+
+

{{ page.extra.join_us_section_title | safe }}

+ img +

{{ page.extra.join_us_section_description_1 | safe }}

+
+ {% include 'ui/icons/social/hand.html' %} +

{{ page.extra.join_us_section_description_2 | safe }}

+
+

{{ page.extra.join_us_section_description_3 | safe }}

+
+
+
+ + {% include 'section/donate.html' %} +{%- endblock content %} \ No newline at end of file diff --git a/templates/download.html b/templates/download.html new file mode 100644 index 00000000..6cc86dcb --- /dev/null +++ b/templates/download.html @@ -0,0 +1,145 @@ +{% extends "base.html" %} + +{%- block content %} +
+
+ +
+

+ {{ page.extra.hero_title | safe }} +

+

+ {{ page.extra.hero_description | safe }} +

+ +
+
+
+ + + +
+
+
+
+

{{ page.extra.mobile_payment_title | safe }}

+
+ {% include 'ui/icons/social/upload.html' %} +
+
+ +
+
+
+

{{ page.extra.mobile_payment_methods_1 | safe }}

+

{{ page.extra.mobile_shop_name_1 | safe }}

+ img +
+ +
+
+
+

{{ page.extra.mobile_payment_methods_2 | safe }}

+

{{ page.extra.mobile_shop_name_2 | safe }}

+ img +
+
+

{{ page.extra.mobile_shop_name_3 | safe }}

+ img +
+
+

{{ page.extra.mobile_shop_name_4 | safe }}

+ img +
+
+
+
+
+
+

{{ page.extra.desktop_payment_title | safe }}

+
+ {% include 'ui/icons/social/upload.html' %} +
+
+ +
+
+
+

{{ page.extra.desktop_payment_methods_1 | safe }}

+

{{ page.extra.desktop_shop_name_1 | safe }}

+ img +
+
+

{{ page.extra.desktop_payment_methods_2 | safe }}

+

{{ page.extra.desktop_shop_name_2 | safe }}

+ img +
+
+ +
+
+
+
+ +
+
+

{{ page.extra.download_section_title | safe }}

+
+
+
+ 01 +
+ {% include 'ui/icons/new-support/pin.html' %} +
+
+

{{ page.extra.download_section_list_title_1 | safe }}

+
+
+
+ 02 +
+ {% include 'ui/icons/new-support/pin.html' %} +
+
+

{{ page.extra.download_section_list_title_2 | safe }}

+
+
+
+ 03 +
+ {% include 'ui/icons/new-support/pin.html' %} +
+
+

{{ page.extra.download_section_list_title_3 | safe }}

+
+
+
+ 04 +
+ {% include 'ui/icons/new-support/pin.html' %} +
+
+

{{ page.extra.download_section_list_title_4 | safe }}

+
+
+
+ + +
+ {% include 'section/donate.html' %} +{%- endblock content %} \ No newline at end of file diff --git a/templates/faq.html b/templates/faq.html new file mode 100644 index 00000000..4d9800a3 --- /dev/null +++ b/templates/faq.html @@ -0,0 +1,127 @@ +{% extends "base.html" %} + +{%- block content %} + +
+
+ +
+

+ {{ page.extra.hero_title | safe }} +

+ + +
+
+
+ + +
+
+

{{ page.extra.hero_title | safe }}

+ + + +
+
+ + {% include 'section/donate.html' %} + + + + + +{%- endblock content %} \ No newline at end of file diff --git a/templates/faq/list.html b/templates/faq/list.html new file mode 100644 index 00000000..3f026e70 --- /dev/null +++ b/templates/faq/list.html @@ -0,0 +1,152 @@ +{% extends 'base.html' %} + +{% block meta_description %} + +{% endblock %} + +{% block content %} +
+
+ +
+

+ {{ trans(key='faq_title', lang=lang) }} +

+ + +
+
+
+ + + + +
+
+

{{ trans(key='faq_title', lang=lang) }}

+ {%- for term in terms -%} + + + {%- endfor -%} + + + + + +
+
+ + +{% include 'section/donate.html' %} + + + +{% endblock content %} diff --git a/templates/faq/single.html b/templates/faq/single.html new file mode 100644 index 00000000..9f10a66e --- /dev/null +++ b/templates/faq/single.html @@ -0,0 +1,84 @@ +{% extends 'base.html' %} + +{% block meta_description %} + +{% endblock %} + +{% block content %} +{% set categories = get_taxonomy(kind='faq') | get(key="items") %} +
+
+ +
+ + {% for item in categories %} + {% if term.name == item.name %} +

{{ item.name }}

+ {% endif %} + {% endfor %} + +
+
+
+ +
+
+ + + + +
+ + + {% for item in categories %} + + {% if term.name == item.name %} + + + + {% else %} + + {{ item.name }} + + {% endif %} + {% endfor %} +
+
+
+

{{ term.name }} questions

+
+ {%- for faq_page in term.pages | sort(attribute="extra.order") -%} +

{{ faq_page.title }}

+ {%- endfor -%} +
+ + +
+
+{% endblock %} diff --git a/templates/home.html b/templates/home.html new file mode 100644 index 00000000..4a06e110 --- /dev/null +++ b/templates/home.html @@ -0,0 +1,122 @@ +{% extends 'base.html' %} + +{% block content %} + +{% include 'section/hero.html' %} + +{% include 'section/open_map.html' %} + +
+
+ +
+
+

+ {{ section.extra.services_section_card_title_1 }} +

+

+ {{ section.extra.services_section_card_description_1}} +

+ +
+ +
+ + +
+
+

+ {{ section.extra.services_section_card_title_2 }} +

+

+ {{ section.extra.services_section_card_description_2}} +

+ +
+
+ img + img + +
+
+ + +
+
+

+ {{ section.extra.services_section_card_title_3 }} +

+

+ {{ section.extra.services_section_card_description_3}} +

+ +
+ +
+ + +
+
+

+ {{ section.extra.services_section_card_title_4 }} +

+

+ {{ section.extra.services_section_card_description_4}} +

+ +
+ +
+ +
+
+ +{% include 'section/single-section.html' %} +
+
+ +
+
+

+ Freedom Is Here +

+

+ Discover your journey, navigate the world with privacy and community at the forefront. +

+ {% include 'components/download-button.html' %} +
+
+ img + +
+
+ +
+
+ +{{ resource.content | safe }} + + + +{% endblock content %} \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index 25480b81..0239fee3 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2,10 +2,17 @@ {% block content %} -

{{ resource.title }}

+{% include 'section/hero.html' %} + + +{% include 'section/open_map.html' %} + +{% include 'section/home-services.html' %} + +{% include 'section/single-section.html' %} {{ resource.content | safe }} -{% include 'google_native_app_prompt.html' %} -{% endblock content %} + +{% endblock content %} \ No newline at end of file diff --git a/templates/language_selector.html b/templates/language_selector.html deleted file mode 100644 index 9f10816a..00000000 --- a/templates/language_selector.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - {% if resource.translations | length > 1 %} - - {% endif %} - - - - diff --git a/templates/new-donate.html b/templates/new-donate.html new file mode 100644 index 00000000..3d33ce40 --- /dev/null +++ b/templates/new-donate.html @@ -0,0 +1,1237 @@ +{% extends "base.html" %} + +{%- block content %} + +
+
+ +

{{ page.extra.hero_title | safe }}

+

{{ page.extra.hero_description | safe }}

+ +
+
+ +
+
+ +
+
+ {% include 'ui/icons/new-support/icon01.html' %} +
+

{{ page.extra.info_section_card_description_1 | safe }}

+
+ +
+
+ {% include 'ui/icons/new-support/icon02.html' %} +
+

{{ page.extra.info_section_card_description_2 | safe }}

+
+
+
+ {% include 'ui/icons/new-support/icon03.html' %} +
+

{{ page.extra.info_section_card_description_3 | safe }}

+
+
+ +
+ +
+
+

{{ page.extra.funding_section_title | safe }}

+
+
+
+ img +
+
+
+ 01 +
+ {% include 'ui/icons/new-support/pin.html' %} +
+
+

{{ page.extra.funding_section_card_title_1 | safe }} +

+
+

{{ page.extra.funding_section_card_description_1 | safe }} +

+
+
+
+ img +
+
+
+ 02 +
+ {% include 'ui/icons/new-support/pin.html' %} +
+
+

{{ page.extra.funding_section_card_title_2 | safe }} +

+
+

{{ page.extra.funding_section_card_description_2 | safe }} +

+
+
+
+ img +
+
+
+ 03 +
+ {% include 'ui/icons/new-support/pin.html' %} +
+
+

{{ page.extra.funding_section_card_title_3 | safe }} +

+
+

{{ page.extra.funding_section_card_description_3 | safe }} +

+
+ +
+
+ +
+
+ + + +
+

{{ page.extra.users_way_section_title | safe }}

+
+ +
+
+
+
+

{{ page.extra.users_way_donation_description_1 | safe }}

+

{{ page.extra.users_way_donation_name_1| safe }}
+
+

+ img +
+
+
+
+

{{ page.extra.users_way_donation_description_2 | safe }}

+

{{ page.extra.users_way_donation_name_2| safe }}

+ img +
+
+
+
+

{{ page.extra.users_way_donation_description_3 | safe }}

+

{{ page.extra.users_way_donation_name_3| safe }}

+

+ img +
+
+ + +
+
+
+
+ +
+
+ +{% include 'section/donate.html' %} + + + +{%- endblock content %} \ No newline at end of file diff --git a/templates/news.html b/templates/news.html index 78445e11..b5ef29e4 100644 --- a/templates/news.html +++ b/templates/news.html @@ -10,48 +10,130 @@ {% endblock meta %} {% block content %} +
+
+ +
+

+ {{ resource.title }} +

-

{{ resource.title }}

-{# Iterate and use en sections by default and use localized versions only if they are present #} -{% set enNewsSectionTranslation = section.translations | filter(attribute='lang', value='en') | first %} -{% set enNewsSection = get_section(path=enNewsSectionTranslation.path) %} +
+
+
+
+
+ + + +
+
+
+ {# Iterate and use en sections by default and use localized versions only if they are present #} + {% set enNewsSectionTranslation = section.translations | filter(attribute='lang', value='en') | first %} + {% set enNewsSection = get_section(path=enNewsSectionTranslation.path) %} -{% for sectionStr in enNewsSection.subsections | sort | reverse %} -{% set section = get_section(path=sectionStr) %} -{% for page in section.pages %} -{% set translatedPage = page.translations | filter(attribute='lang', value=lang) | first %} -{% if translatedPage %} - {% set page = get_page(path=translatedPage.path) %} -{% endif %} + {% for sectionStr in enNewsSection.subsections | sort | reverse %} + {% set section = get_section(path=sectionStr) %} - + {% for page in section.pages %} + {% set translatedPage = page.translations | filter(attribute='lang', value=lang) | first %} + {% if translatedPage %} + {# set page = get_page(path=translatedPage.path) #} + {% endif %} - -{# Display wide images below the text instead of to the right. #} -{% set_global noflex = '' %} -{% for photo in page.assets %} - {% set meta = get_image_metadata(path=photo) %} - {% if meta.width > meta.height %} +
+ + + {# Display wide images below the text instead of to the right. #} + {% set_global noflex = '' %} + {% for photo in page.assets %} + {% set meta = get_image_metadata(path=photo) %} + {% if meta.width > meta.height %} {% set_global noflex = '_noflex' %} {% break %} - {% endif %} -{% endfor %} -
-{% if page.content %} -
{{ page.content | safe }}
-{% endif %} + {% endif %} + {% endfor %} + {% if page.assets %} + {% for photo in page.assets | sort %} - -{% for photo in page.assets | sort %} -{% set meta = get_image_metadata(path=photo) %} - -{% endfor %} - + -
+ {% endfor %} + {% else %} + + {% endif %} + {% if page.title %} +

+ + {{ page.title | safe }} +

+ {% endif %} +
+
+
+ + + + + + + + + + + + {{ page.date | date(format='%B %e, %Y') }} +
+
+ + + + + {{ trans(key='news_title', lang=lang) }} +
+
+ {% if page.description %} +

+ + {{ page.description | safe }} +

+ {% endif %} + {{ trans(key='more_title', lang=lang) }} + + + + {% endfor %} + {% endfor %} + + +
-{% endfor %} -{% endfor %} - {% endblock content %} diff --git a/templates/news_post-back.html b/templates/news_post-back.html new file mode 100644 index 00000000..d13b7e77 --- /dev/null +++ b/templates/news_post-back.html @@ -0,0 +1,20 @@ +{% extends 'base.html' %} + +{% block content %} + +

{{ resource.date | date(format='%B %e, %Y') }}

+ +
+ {{ resource.content | safe }} +
+ +{% for photo in resource.assets | sort %} +{% set meta = get_image_metadata(path=photo) %} + +{% endfor %} + +
+ {{ trans(key='back', lang=lang) }} +
+ +{% endblock content %} diff --git a/templates/news_post.html b/templates/news_post.html index d13b7e77..b4e591c6 100644 --- a/templates/news_post.html +++ b/templates/news_post.html @@ -1,20 +1,146 @@ {% extends 'base.html' %} {% block content %} +
+
+
+
+
+ -
- {{ resource.content | safe }} +
+

{{ resource.title | safe }}

+
+ + +
+
+ + + + + + + + + + + + {{ resource.date | date(format='%B %e, %Y') }} +
+
+ + + + + {{ trans(key='news_title', lang=lang) }} +
+
+
+ + {% for photo in resource.assets | sort %} + + {% endfor %} + {{ resource.content | safe }} + +
+ + +
+
+
+
+

{{ trans(key='highlights_title', lang=lang) }}

+
+
+ img +

{{ trans(key='hacker_title', lang=lang) }}

+
+
+
+ + + + + + + + + + + + December 7, 2023 +
+
+ + + + + {{ trans(key='news_title', lang=lang) }} +
+
+

+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna ... +

+ {{ trans(key='more_title', lang=lang) }} +
+
+ img +

New Release: Straight-Line Routes

+
+
+
+ + + + + + + + + + + + December 7, 2023 +
+
+ + + + + {{ trans(key='news_title', lang=lang) }} +
+
+

+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna ... +

+ {{ trans(key='more_title', lang=lang) }} +
+
+ +
- -{% for photo in resource.assets | sort %} -{% set meta = get_image_metadata(path=photo) %} - -{% endfor %} - -
- {{ trans(key='back', lang=lang) }} -
- {% endblock content %} diff --git a/templates/page.html b/templates/page.html index c56fb589..85ab7e35 100644 --- a/templates/page.html +++ b/templates/page.html @@ -2,8 +2,59 @@ {% block content %} -

{{ resource.title }}

+{% if page.taxonomies and page.taxonomies.faq %}{# Show FAQ breadcrumbs #} +
+
+ +
+

+ Faq +

+ +
+
+
+ +
+
+ {% set categories = get_taxonomy(kind='faq') | get(key="items") %} + + +

{{ resource.title }}

+
+ + {% for item in categories %} + {{ item.name }} + {% endfor %} +
+ + + +{% endif %} {{ resource.content | safe }} - +
+
{% endblock content %} diff --git a/templates/payment-page.html b/templates/payment-page.html new file mode 100644 index 00000000..21db8c85 --- /dev/null +++ b/templates/payment-page.html @@ -0,0 +1,53 @@ +{% extends "base.html" %} + +{%- block content %} +
+
+
+
+
+ + + + + + + +
+ + +
+
+

{{ page.extra.donate_title | safe }}

+

{{ page.extra.enter_amount_title | safe }}

+ +

{{ page.extra.donate_description | safe }}

+
+
+
+

{{ page.extra.form_title | safe }}

+

{{ page.extra.form_email | safe }}

+
+

{{ page.extra.form_payment_method | safe }}

+ + + + + + + + + + + + +
+

{{ page.extra.form_details | safe }}

+

{{ page.extra.form_name | safe }}

+

{{ page.extra.form_country | safe }}

+
+ + +
+
+{%- endblock content %} \ No newline at end of file diff --git a/templates/pure.html b/templates/pure.html new file mode 100644 index 00000000..a8b07ead --- /dev/null +++ b/templates/pure.html @@ -0,0 +1,10 @@ +{% extends "base.html" %} + +{%- block content %} +
+
+ {{ page.content | safe }} +
+
+{%- endblock content %} +{% include 'section/solo-donate.html' %} \ No newline at end of file diff --git a/templates/robots.txt b/templates/robots.txt new file mode 100644 index 00000000..1f53798b --- /dev/null +++ b/templates/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: / diff --git a/templates/section/donate.html b/templates/section/donate.html new file mode 100644 index 00000000..c8ad9800 --- /dev/null +++ b/templates/section/donate.html @@ -0,0 +1,48 @@ +
+ +
\ No newline at end of file diff --git a/templates/section/hero-sub.html b/templates/section/hero-sub.html new file mode 100644 index 00000000..bdc1d2e5 --- /dev/null +++ b/templates/section/hero-sub.html @@ -0,0 +1,28 @@ + + +
+
+ +
+

+ {{ page.extra.menu_title }} +

+

+ {{ page.extra.community_hero_description }} +

+ +
+
+
\ No newline at end of file diff --git a/templates/section/hero.html b/templates/section/hero.html new file mode 100644 index 00000000..834ec4a8 --- /dev/null +++ b/templates/section/hero.html @@ -0,0 +1,14 @@ +
+
+
+

+ {{ resource.title }} +

+

+ {{ resource.description }} +

+ {% include 'components/download-button.html' %} +
+ hero image +
+
diff --git a/templates/section/home-services.html b/templates/section/home-services.html new file mode 100644 index 00000000..e69de29b diff --git a/templates/section/open_map.html b/templates/section/open_map.html new file mode 100644 index 00000000..60c1ea6a --- /dev/null +++ b/templates/section/open_map.html @@ -0,0 +1,24 @@ +
+
+
+

+ {{ trans(key='organic_title', lang=lang) }} +

+

+ {{ trans(key='community_title', lang=lang) }} +

+
+ img + img + img + + img + + img + img + img + img +
+
+
+ diff --git a/templates/section.html b/templates/section/section.html similarity index 100% rename from templates/section.html rename to templates/section/section.html diff --git a/templates/section/single-section.html b/templates/section/single-section.html new file mode 100644 index 00000000..e69de29b diff --git a/templates/section/social-icon.html b/templates/section/social-icon.html new file mode 100644 index 00000000..1e38e778 --- /dev/null +++ b/templates/section/social-icon.html @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/templates/section/solo-donate.html b/templates/section/solo-donate.html new file mode 100644 index 00000000..a5c6e8eb --- /dev/null +++ b/templates/section/solo-donate.html @@ -0,0 +1,17 @@ + \ No newline at end of file diff --git a/templates/shortcodes/acordeon.html b/templates/shortcodes/acordeon.html new file mode 100644 index 00000000..7724ec6a --- /dev/null +++ b/templates/shortcodes/acordeon.html @@ -0,0 +1,14 @@ + \ No newline at end of file diff --git a/templates/shortcodes/animation-section-js.html b/templates/shortcodes/animation-section-js.html new file mode 100644 index 00000000..e224a8a7 --- /dev/null +++ b/templates/shortcodes/animation-section-js.html @@ -0,0 +1,59 @@ + \ No newline at end of file diff --git a/templates/shortcodes/header-switch.html b/templates/shortcodes/header-switch.html new file mode 100644 index 00000000..9a523c7a --- /dev/null +++ b/templates/shortcodes/header-switch.html @@ -0,0 +1,39 @@ + \ No newline at end of file diff --git a/templates/shortcodes/paralax.html b/templates/shortcodes/paralax.html new file mode 100644 index 00000000..3ce6ecd2 --- /dev/null +++ b/templates/shortcodes/paralax.html @@ -0,0 +1,65 @@ + \ No newline at end of file diff --git a/templates/shortcodes/switch-theme.html b/templates/shortcodes/switch-theme.html new file mode 100644 index 00000000..a2e8894e --- /dev/null +++ b/templates/shortcodes/switch-theme.html @@ -0,0 +1,69 @@ + \ No newline at end of file diff --git a/templates/shortcodes/tts_table.md b/templates/shortcodes/tts_table.md new file mode 100644 index 00000000..c17ff72f --- /dev/null +++ b/templates/shortcodes/tts_table.md @@ -0,0 +1,91 @@ +

+ +{{ trans(key='const_lang', lang=lang) }} |   {{ trans(key='engines', lang=lang) }} +:------------------|:---------------------------------------------------------- +Afrikaans |   eSpeak +Albanian |   RHVoice, eSpeak +Arabic |   Vocalizer, Acapela, Nuance +Aragonese |   eSpeak +Armenian |   eSpeak +Basque |   Vocalizer, Nuance +Bengal |   Vocalizer, Google, Nuance +Bhojpuri |   Vocalizer, Nuance +Bulgarian |   Vocalizer, Nuance, eSpeak +Cantonese |   Vocalizer, Google, Nuance, eSpeak +Catalan |   Vocalizer, Acapela, Nuance, eSpeak +Croatian |   Vocalizer, Nuance, eSpeak +Czech |   Vocalizer, Acapela, Nuance, eSpeak +Danish |   Vocalizer, Google, Acapela, Ivona, Nuance, eSpeak +Dongbei |   Vocalizer +Dutch (BE) |   Vocalizer, Nuance +Dutch (NL) |   Vocalizer, Google, Acapela, Ivona, Nuance +English (AU) |   Vocalizer, Google, Acapela, Nuance, RHVoice +English (IE) |   Vocalizer, Nuance +English (IN) |   Vocalizer, Google, Acapela, Nuance +English (SCT) |   Vocalizer, Nuance, RHVoice +English (UK) |   Vocalizer, Google, Acapela, Yandex, RHVoice, eSpeak +English (US) |   Vocalizer, Google, Acapela, Ivona, Yandex, Nuance, RHVoice, eSpeak +English (ZA) |   Vocalizer, Nuance +Esperanto |   RHVoice, eSpeak +Estonian |   eSpeak +Faroese |   Acapela +Farsi |   Vocalizer, Nuance, eSpeak +Finnish |   Vocalizer, Google, Acapela, Nuance, eSpeak +French (BE) |   Vocalizer +French (CA) |   Vocalizer, Nuance +French (FR) |   Vocalizer, Google, Acapela, Ivona, Nuance, eSpeak +Galician |   Vocalizer, Nuance +Georgian |   RHVoice, eSpeak +German |   Vocalizer, Google, Acapela, Ivona, Nuance, eSpeak +Greek |   Vocalizer, Acapela, Nuance, eSpeak +Hebrew |   Vocalizer, Nuance +Hindi |   Vocalizer, Nuance, eSpeak +Hungarian |   Vocalizer, Google, Nuance, eSpeak +Icelandic |   eSpeak +Indonesian |   Vocalizer, Google, Nuance, eSpeak +Irish |   eSpeak +Italian |   Vocalizer, Google, Acapela, Ivona, Nuance, eSpeak +Japanese |   Vocalizer, Google, Acapela, Nuance +Kannada |   Vocalizer, Nuance, eSpeak +Korean |   Vocalizer, Google, Acapela, Nuance +Kurdish |   eSpeak +Kyrgyz |   RHVoice +Latvian |   eSpeak +Lithuanian |   eSpeak +Lojban |   eSpeak +Macedonian |   RHVoice, eSpeak +Malay |   Vocalizer, Nuance, eSpeak +Malayalam |   eSpeak +Mandarin (CN) |   Vocalizer, Acapela, eSpeak +Mandarin (TW) |   Vocalizer, Google, Nuance +Marathi |   Vocalizer, Nuance +Nepalese |   eSpeak +Norwegian |   Vocalizer, Google, Acapela, Ivona, Nuance, eSpeak +Polish |   Vocalizer, Google, Acapela, Ivona, Nuance, RHVoice, eSpeak +Portuguese (BR) |   Vocalizer, RHVoice +Portuguese (PT) |   Vocalizer, Google, Acapela, Ivona, Nuance, eSpeak +Punjabi |   eSpeak +Romanian |   Vocalizer, Ivona, Nuance, eSpeak +Russian |   Vocalizer, Google, Acapela, Ivona, Yandex, RHVoice, eSpeak +Serbian |   eSpeak +Shaanxi |   Vocalizer +Shanghainese |   Vocalizer +Sichuanese |   Vocalizer +Slovak |   Vocalizer, Nuance, eSpeak +Slovenian |   Vocalizer +Spanish (AR) |   Vocalizer, Nuance +Spanish (CL) |   Vocalizer, Nuance +Spanish (CO) |   Vocalizer +Spanish (ES) |   Vocalizer, Google, Acapela, Ivona, Nuance, eSpeak +Spanish (MX) |   Vocalizer +Swahili |   eSpeak +Swedish |   Vocalizer, Ivona, Nuance, eSpeak +Tamil |   Vocalizer, Nuance, eSpeak +Telugu |   Vocalizer +Tatar |   RHVoice +Thai |   Vocalizer, Google, Nuance +Turkish |   Vocalizer, Google, Acapela, Ivona, Yandex, Nuance, eSpeak +Ukrainian |   Vocalizer, Nuance, RHVoice +Valencian |   Vocalizer +Vietnamese |   Vocalizer, Nuance, eSpeak +Welsh |   eSpeak diff --git a/templates/support.html b/templates/support.html new file mode 100644 index 00000000..d1e241f1 --- /dev/null +++ b/templates/support.html @@ -0,0 +1,99 @@ +{% extends "base.html" %} + +{%- block content %} + + +

+
+ +
+

+ {{ page.extra.hero_title | safe }} +

+

+ {{ page.extra.hero_description }} +

+ +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + +
+
+
+ + {% include 'section/social-icon.html' %} +
+{% include 'section/donate.html' %} + + +{%- endblock content %} \ No newline at end of file diff --git a/templates/top_menu.html b/templates/top_menu.html deleted file mode 100644 index ab9ae6fa..00000000 --- a/templates/top_menu.html +++ /dev/null @@ -1,36 +0,0 @@ -{% set langPathPrefix = '' %} -{% if lang != config.default_language %} - {% set langPathPrefix = '/' ~ lang %} -{% endif %} - diff --git a/templates/ui/btn-arrow.html b/templates/ui/btn-arrow.html new file mode 100644 index 00000000..e53515a1 --- /dev/null +++ b/templates/ui/btn-arrow.html @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/templates/ui/icons/about/icon01.html b/templates/ui/icons/about/icon01.html new file mode 100644 index 00000000..5d775bea --- /dev/null +++ b/templates/ui/icons/about/icon01.html @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/templates/ui/icons/about/icon02.html b/templates/ui/icons/about/icon02.html new file mode 100644 index 00000000..f0fe7ee5 --- /dev/null +++ b/templates/ui/icons/about/icon02.html @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/templates/ui/icons/apps/app-galery.html b/templates/ui/icons/apps/app-galery.html new file mode 100644 index 00000000..def364d2 --- /dev/null +++ b/templates/ui/icons/apps/app-galery.html @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/templates/ui/icons/apps/app-store.html b/templates/ui/icons/apps/app-store.html new file mode 100644 index 00000000..f15b2728 --- /dev/null +++ b/templates/ui/icons/apps/app-store.html @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/templates/ui/icons/apps/f-droid.html b/templates/ui/icons/apps/f-droid.html new file mode 100644 index 00000000..39d098ec --- /dev/null +++ b/templates/ui/icons/apps/f-droid.html @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/templates/ui/icons/apps/google-play.html b/templates/ui/icons/apps/google-play.html new file mode 100644 index 00000000..d0e704e6 --- /dev/null +++ b/templates/ui/icons/apps/google-play.html @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/templates/ui/icons/community/donate.html b/templates/ui/icons/community/donate.html new file mode 100644 index 00000000..ea7bd4ec --- /dev/null +++ b/templates/ui/icons/community/donate.html @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/templates/ui/icons/community/icon-01.html b/templates/ui/icons/community/icon-01.html new file mode 100644 index 00000000..7e2a9275 --- /dev/null +++ b/templates/ui/icons/community/icon-01.html @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/templates/ui/icons/community/icon-02.html b/templates/ui/icons/community/icon-02.html new file mode 100644 index 00000000..a4ce1ea7 --- /dev/null +++ b/templates/ui/icons/community/icon-02.html @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/templates/ui/icons/community/icon-03.html b/templates/ui/icons/community/icon-03.html new file mode 100644 index 00000000..1c6fa245 --- /dev/null +++ b/templates/ui/icons/community/icon-03.html @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/templates/ui/icons/community/icon-04.html b/templates/ui/icons/community/icon-04.html new file mode 100644 index 00000000..83e56151 --- /dev/null +++ b/templates/ui/icons/community/icon-04.html @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/templates/ui/icons/community/icon-05.html b/templates/ui/icons/community/icon-05.html new file mode 100644 index 00000000..2a01a107 --- /dev/null +++ b/templates/ui/icons/community/icon-05.html @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/templates/ui/icons/community/icon-06.html b/templates/ui/icons/community/icon-06.html new file mode 100644 index 00000000..1e30a21d --- /dev/null +++ b/templates/ui/icons/community/icon-06.html @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/templates/ui/icons/header/code.html b/templates/ui/icons/header/code.html new file mode 100644 index 00000000..16abf8c2 --- /dev/null +++ b/templates/ui/icons/header/code.html @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/templates/ui/icons/header/donate.html b/templates/ui/icons/header/donate.html new file mode 100644 index 00000000..346c0486 --- /dev/null +++ b/templates/ui/icons/header/donate.html @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/templates/ui/icons/header/location.html b/templates/ui/icons/header/location.html new file mode 100644 index 00000000..b07d925e --- /dev/null +++ b/templates/ui/icons/header/location.html @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/templates/ui/icons/new-support/icon01.html b/templates/ui/icons/new-support/icon01.html new file mode 100644 index 00000000..bec8e1b5 --- /dev/null +++ b/templates/ui/icons/new-support/icon01.html @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/templates/ui/icons/new-support/icon02.html b/templates/ui/icons/new-support/icon02.html new file mode 100644 index 00000000..b6c89bb4 --- /dev/null +++ b/templates/ui/icons/new-support/icon02.html @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/templates/ui/icons/new-support/icon03.html b/templates/ui/icons/new-support/icon03.html new file mode 100644 index 00000000..ee539d63 --- /dev/null +++ b/templates/ui/icons/new-support/icon03.html @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/templates/ui/icons/new-support/pin.html b/templates/ui/icons/new-support/pin.html new file mode 100644 index 00000000..a07d9ab9 --- /dev/null +++ b/templates/ui/icons/new-support/pin.html @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/templates/ui/icons/social/card/icon01.html b/templates/ui/icons/social/card/icon01.html new file mode 100644 index 00000000..75f1cc36 --- /dev/null +++ b/templates/ui/icons/social/card/icon01.html @@ -0,0 +1,7 @@ + + + + + + + diff --git a/templates/ui/icons/social/card/icon02.html b/templates/ui/icons/social/card/icon02.html new file mode 100644 index 00000000..6eb4f996 --- /dev/null +++ b/templates/ui/icons/social/card/icon02.html @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/templates/ui/icons/social/card/icon03.html b/templates/ui/icons/social/card/icon03.html new file mode 100644 index 00000000..21337f8c --- /dev/null +++ b/templates/ui/icons/social/card/icon03.html @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/templates/ui/icons/social/card/icon04.html b/templates/ui/icons/social/card/icon04.html new file mode 100644 index 00000000..9b183aa9 --- /dev/null +++ b/templates/ui/icons/social/card/icon04.html @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/templates/ui/icons/social/facebook.html b/templates/ui/icons/social/facebook.html new file mode 100644 index 00000000..77d396f3 --- /dev/null +++ b/templates/ui/icons/social/facebook.html @@ -0,0 +1,5 @@ + + + + + diff --git a/templates/ui/icons/social/frame.html b/templates/ui/icons/social/frame.html new file mode 100644 index 00000000..7c8852b5 --- /dev/null +++ b/templates/ui/icons/social/frame.html @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/templates/ui/icons/social/git.html b/templates/ui/icons/social/git.html new file mode 100644 index 00000000..c21ab972 --- /dev/null +++ b/templates/ui/icons/social/git.html @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/templates/ui/icons/social/hand.html b/templates/ui/icons/social/hand.html new file mode 100644 index 00000000..73de4241 --- /dev/null +++ b/templates/ui/icons/social/hand.html @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/templates/ui/icons/social/instagram.html b/templates/ui/icons/social/instagram.html new file mode 100644 index 00000000..47d298e5 --- /dev/null +++ b/templates/ui/icons/social/instagram.html @@ -0,0 +1,7 @@ + + + + + + + diff --git a/templates/ui/icons/social/linkidin.html b/templates/ui/icons/social/linkidin.html new file mode 100644 index 00000000..19620144 --- /dev/null +++ b/templates/ui/icons/social/linkidin.html @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/templates/ui/icons/social/mail.html b/templates/ui/icons/social/mail.html new file mode 100644 index 00000000..1591b821 --- /dev/null +++ b/templates/ui/icons/social/mail.html @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/templates/ui/icons/social/matrix.html b/templates/ui/icons/social/matrix.html new file mode 100644 index 00000000..f54f9ca9 --- /dev/null +++ b/templates/ui/icons/social/matrix.html @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/templates/ui/icons/social/point.html b/templates/ui/icons/social/point.html new file mode 100644 index 00000000..49e72ad6 --- /dev/null +++ b/templates/ui/icons/social/point.html @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/templates/ui/icons/social/reddid.html b/templates/ui/icons/social/reddid.html new file mode 100644 index 00000000..243bf45a --- /dev/null +++ b/templates/ui/icons/social/reddid.html @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/templates/ui/icons/social/telegram.html b/templates/ui/icons/social/telegram.html new file mode 100644 index 00000000..4618531d --- /dev/null +++ b/templates/ui/icons/social/telegram.html @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/templates/ui/icons/social/twitter.html b/templates/ui/icons/social/twitter.html new file mode 100644 index 00000000..21643ca4 --- /dev/null +++ b/templates/ui/icons/social/twitter.html @@ -0,0 +1,5 @@ + + + + + diff --git a/templates/ui/icons/social/upload.html b/templates/ui/icons/social/upload.html new file mode 100644 index 00000000..780a21d8 --- /dev/null +++ b/templates/ui/icons/social/upload.html @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/templates/ui/logo.html b/templates/ui/logo.html new file mode 100644 index 00000000..bbbc2dc3 --- /dev/null +++ b/templates/ui/logo.html @@ -0,0 +1,14 @@ + \ No newline at end of file diff --git a/templates/ui/search.html b/templates/ui/search.html new file mode 100644 index 00000000..ee4159a7 --- /dev/null +++ b/templates/ui/search.html @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/templates/volunteering.html b/templates/volunteering.html new file mode 100644 index 00000000..7921cd36 --- /dev/null +++ b/templates/volunteering.html @@ -0,0 +1,240 @@ +{% extends "base.html" %} + +{%- block content %} + +
+
+ +
+

+ {{ page.extra.hero_title | safe }} +

+ + +
+
+
+ +
+
+
+
+

+ Design +

+
+ +
+
+
+
+

+ Product Designer +

+

+ Senior Product Designer, you will be a design lead responsible for not only supporting ongoing enhancement of existing experiences, but also for pursuing big bets and setting the path forward for the team and community. You will partner with product and engineering leads to shape team priorities, deliver high-quality execution, and up-level team process and culture. +

+ +
+ +
+
+
+
+

+ Engineering +

+
+ +
+
+
+
+

+ Software Developer - Android +

+

+ As a Software Developer, you will contribute to building a world-class navigation app, while leading in privacy and offline navigation. Build innovative experiences on Android. Own the features from inception throughout the lifecycle including technical debt and testing. Set high standards for quality and maintainability and mentor others to do the same. Handle complex features that will cross system boundaries on the Mobile applications. Communicate and collaborate with other engineers, product managers and designers to deliver incremental wins. +

+ + + +
+
+

+ Software Developer - iOS +

+

+ As a Software Developer, you will contribute to building a world-class navigation app, while leading in privacy and offline navigation. Build innovative experiences on Android. Own the features from inception throughout the lifecycle including technical debt and testing. Set high standards for quality and maintainability and mentor others to do the same. Handle complex features that will cross system boundaries on the Mobile applications. Communicate and collaborate with other engineers, product managers and designers to deliver incremental wins. + +

+ +
+
+

+ Software Developer - C++ - Core +

+

+ As a Software Developer, you will contribute to building a world-class navigation app, while leading in privacy and offline navigation. Build innovative functionality on the Core of the application. Own the features from inception throughout the lifecycle including technical debt and testing. Set high standards for quality and maintainability and mentor others to do the same. Handle complex features that will cross system boundaries on the Mobile applications. Communicate and collaborate with other engineers, product managers and designers to deliver incremental wins. +

+ +
+
+
+
+
+

+ Marketing +

+
+ +
+
+
+
+

+ Social Media Manager +

+

+ Senior Product Designer, you will be a design lead responsible for not only supporting ongoing enhancement of existing experiences, but also for pursuing big bets and setting the path forward for the team and community. You will partner with product and engineering leads to shape team priorities, deliver high-quality execution, and up-level team process and culture. + +

+ +
+ +
+
+
+
+

+ Engineering +

+
+ +
+
+
+
+

+ Software Developer - Android +

+

+ As a Software Developer, you will contribute to building a world-class navigation app, while leading in privacy and offline navigation. Build innovative experiences on Android. Own the features from inception throughout the lifecycle including technical debt and testing. Set high standards for quality and maintainability and mentor others to do the same. Handle complex features that will cross system boundaries on the Mobile applications. Communicate and collaborate with other engineers, product managers and designers to deliver incremental wins. +

+ + + +
+
+

+ Marketing Manager +

+

+ As a Marketing Manager, you will coordinate and lead projects including branding, positioning, messaging, product marketing and market research. Plan and deliver online campaigns from concept to execution and awareness to conversion. Execute tests, collect and analyze data and results, identify trends and insights in order to achieve maximum ROI in paid search campaigns. Create content in support of campaigns that aligns with strategy on Google, app stores, and social media. Optimize copy and website pages for search engine marketing. Perform ongoing keyword research including discovery and expansion of keyword opportunities for natural search. +

+ +
+ +
+
+
+
+

+ Product +

+
+ +
+
+
+
+

+ Product Manager +

+

+ As a Software Developer, you will contribute to building a world-class navigation app, while leading in privacy and offline navigation. Build innovative experiences on Android. Own the features from inception throughout the lifecycle including technical debt and testing. Set high standards for quality and maintainability and mentor others to do the same. Handle complex features that will cross system boundaries on the Mobile applications. Communicate and collaborate with other engineers, product managers and designers to deliver incremental wins. + +

+ + + +
+ + +
+
+
+
+

+ Support +

+
+ +
+
+
+
+

+ Community Support Engineer +

+

+ As a Community Support Engineer you will be working directly with people in the community who use Organic Maps, to provide technical support and assistance with the application and website. The community ranges from tech savvy engineers, to novice technology users. Support involves maintaining high satisfaction, resolving technical challenges, and enhancing the support experience, to ensure people have a better overall navigation experience. +

+ + + +
+ + +
+
+
+
+

+ Content Management +

+
+ +
+
+
+
+

+ Localization Specialist - Translator - All Languages +

+

+ As a Community Support Engineer you will be working directly with people in the community who use Organic Maps, to provide technical support and assistance with the application and website. The community ranges from tech savvy engineers, to novice technology users. Support involves maintaining high satisfaction, resolving technical challenges, and enhancing the support experience, to ensure people have a better overall navigation experience. + +

+ + + +
+ + +
+
+ +
+ +
+ + {% include 'section/donate.html' %} + + +{%- endblock content %} \ No newline at end of file