move text into strings
This commit is contained in:
parent
8091f87a30
commit
dd99d8b6f5
5 changed files with 71 additions and 31 deletions
|
|
@ -6,21 +6,18 @@ breadcrumb: "Offline Maps"
|
|||
<img src="{{ site.baseurl }}/assets/images/maps-header.png" alt="Maps Header" class="hero">
|
||||
<img src="{{ site.baseurl }}/assets/images/osm-tile.png" alt="OpenStreetMaps Tile" class="app-tile">
|
||||
|
||||
<h1>Navigating Offline</h1>
|
||||
<p class="subtitle">OsmAnd is an offline world map application based on OpenStreetMap</p>
|
||||
<h1>{% t maps.title %}</h1>
|
||||
<p class="subtitle">{% t maps.subtitle %}</p>
|
||||
|
||||
<div class="btn-container">
|
||||
{% assign apk_url = site.baseurl | append: "/fdroid/repo/net.osmand.plus_471703.apk" %}
|
||||
{% include fancybutton.html main_cta="Download OsmAnd" sub_cta="137 MB" href=apk_url %}
|
||||
{% include fancybutton.html main_cta="maps.main_cta" sub_cta="maps.sub_cta" href=apk_url %}
|
||||
</div>
|
||||
|
||||
<h2>About OsmAnd</h2>
|
||||
<p class="informational-text">OsmAnd allows you to navigate taking into account the preferred roads and vehicle dimensions. Plan routes based on
|
||||
inclines and record GPX tracks without an internet connection. OsmAnd is an open source app. It does not collect
|
||||
user data and you decide what data the app will have access to.</p>
|
||||
<h2>Map Files</h2>
|
||||
<p class="informational-text">Download map files for your region. To import a map file into OsmAnd, locate the file in your device downloads. Then
|
||||
open it with the OsmAnd app.</p>
|
||||
{% for section in site.translations[site.lang].maps.sections %}
|
||||
<h2>{{section[1].title}}</h2>
|
||||
<p class="informational-text">{{section[1].text}}</p>
|
||||
{% endfor %}
|
||||
|
||||
<div class="filelist">
|
||||
{% assign obf_url= site.basurl | append: "/fdroid/repo/" | append: "Angola_africa_2.obf.zip" %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue