diff --git a/content/_index.md b/content/_index.md index e5dbd266..4655ac99 100644 --- a/content/_index.md +++ b/content/_index.md @@ -9,6 +9,8 @@ page_template: index.html for travelers, tourists, hikers, and cyclists based on top of crowd-sourced **OpenStreetMap** data and curated with love by **MapsWithMe** (**Maps.Me**) founders. +
{{ badge(url='https://apps.apple.com/app/organic-maps/id1567437057', img='apple-appstore.svg', title='Install Organic Maps from the AppStore') }} diff --git a/sass/main.scss b/sass/main.scss index d55bcb08..b656685c 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -161,3 +161,16 @@ footer { margin: 0 1em 0 1em; } } + +.hiddenFromSearchEngines { + font-size: large; + margin: 1em 0 1em 0; + color: red; + // Ovewrites the default content of the div but it isn't supported by all browsers. + content: "The crash on the startup after Android update and the temporary app availability in Google Play Store should be fixed soon."; +} +.hiddenFromSearchEngines::before { + color: red; + // Places a hidden text above the div. + content: "The crash on the startup after Android update and the temporary app availability in Google Play Store should be fixed soon."; +}