forked from organicmaps/website
News announcement on en translation
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
21ef9ca0df
commit
24769e6ec4
2 changed files with 33 additions and 4 deletions
|
@ -7,9 +7,12 @@ extra:
|
|||
menu_title: Home
|
||||
---
|
||||
|
||||
**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 a free Android & iOS offline maps app for travelers, tourists, hikers, drivers and cyclists based on **[OpenStreetMap][openstreetmap]** data created by the community.
|
||||
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.
|
||||
**Organic Maps** is one of the few applications nowadays that supports 100% of features without an active Internet connection. Install Organic Maps, download maps, throw away your SIM card, and go for a weeklong trip on a single battery charge without any byte sent to the network.
|
||||
|
||||
> In 2023, Organic Maps [got its first million](@/news/2023-12-23/281/index.md) users. [Help us](@/donate/index.md) to scale!
|
||||
|
||||
### Download and install Organic Maps from [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], [Huawei AppGallery][appgallery] {#install}
|
||||
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
@import "./language_selector";
|
||||
@import "./top_menu";
|
||||
|
||||
$darkBackgroundColor: #121212;
|
||||
$darkFontColor: #bbb;
|
||||
|
||||
body {
|
||||
margin: 1rem;
|
||||
padding: 0;
|
||||
|
@ -139,8 +142,8 @@ footer {
|
|||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body {
|
||||
background: #121212;
|
||||
color: #bbb;
|
||||
background: $darkBackgroundColor;
|
||||
color: $darkFontColor;
|
||||
}
|
||||
|
||||
h1,
|
||||
|
@ -245,3 +248,26 @@ footer {
|
|||
.back_to_news {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
display: inline-block;
|
||||
border-radius: 3px;
|
||||
border-left: 2px solid rgb(109 115 74);
|
||||
margin: 0;
|
||||
background-color: #ececec;
|
||||
padding: 0.5rem;
|
||||
font-size: smaller;
|
||||
|
||||
p {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
blockquote {
|
||||
background-color: #202020;
|
||||
color: $darkFontColor;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue