butter-kanglam-ui/maps/index.html

33 lines
1.3 KiB
HTML
Raw Normal View History

2024-06-07 14:38:54 -05:00
---
layout: informational
breadcrumb: "Offline Maps"
2025-02-18 15:14:36 -06:00
custom_scripts: ["maps.js", "butter-dir-listing.js"]
2024-06-07 14:38:54 -05:00
---
<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">
2024-06-07 19:41:23 -05:00
<h1>{% t maps.title %}</h1>
<p class="subtitle">{% t maps.subtitle %}</p>
2024-06-07 14:38:54 -05:00
2024-06-25 11:16:12 -05:00
<p class="informational-text">{% t maps.summary %}</p>
<div class="step-label">{% t maps.sections.section1.step %}</div>
<h2>{% t maps.sections.section1.title %}</h2>
<div id="osm-dl-button" class="btn-container hidden">
2024-06-07 15:53:50 -05:00
{% assign apk_url = site.baseurl | append: "/fdroid/repo/net.osmand.plus_471703.apk" %}
2024-06-07 19:41:23 -05:00
{% include fancybutton.html main_cta="maps.main_cta" sub_cta="maps.sub_cta" href=apk_url %}
2024-06-07 15:53:50 -05:00
</div>
2024-06-07 14:38:54 -05:00
2024-06-25 11:16:12 -05:00
<div class="step-label">{% t maps.sections.section2.step %}</div>
<h2>{% t maps.sections.section2.title %}</h2>
<p class="informational-text">
{% t maps.sections.section2.text %}
<span class="bold">{% t maps.sections.section2.open_with_cta %}</span>
</p>
2024-06-07 14:38:54 -05:00
2025-02-18 15:14:36 -06:00
<div class="filelist">
{% assign obf_url= site.basurl | append: "/fdroid/repo/" | append: "FILENAME" %}
{% include filerow.html id="filerow-template" href=obf_url file_name="FILENAME" icon_filename="ext-pbf.svg" display_name="FILESTEM" %}
2024-06-07 14:38:54 -05:00
</div>