butter-kanglam-ui/apps/index.html

24 lines
903 B
HTML
Raw Normal View History

2024-06-07 16:59:23 -05:00
---
layout: informational
2024-06-07 18:23:46 -05:00
footer_content: |
<a href="https://gitlab.com/guardianproject/wind-fdroidclient">
The Butter App Store is built on F-Droid free software
</a>
2024-06-07 19:41:23 -05:00
breadcrumb: "App Store"
2024-06-07 16:59:23 -05:00
---
<!-- Custom style= makes the image line up with the icon. -->
2024-06-07 18:04:39 -05:00
<img src="{{ site.baseurl }}/assets/images/app-store-top.png" alt="App Store icon samples" class="hero"
style="max-width: 473px; display: block; margin: 0 auto;">
2024-06-07 16:59:23 -05:00
<img src="{{ site.baseurl }}/assets/images/butter-app-icon-large.svg" alt="Butter Tile" class="app-tile">
2024-06-18 13:56:03 -05:00
<h1>{% t apps.title %}</h1>
2024-06-07 19:41:23 -05:00
<p class="subtitle">{% t apps.subtitle %}</p>
2024-06-07 16:59:23 -05:00
<div class="btn-container">
2024-06-07 19:41:23 -05:00
{% include fancybutton.html main_cta="apps.main_cta" sub_cta="apps.sub_cta" href="#" modal="product-modal" %}
2024-06-07 16:59:23 -05:00
</div>
2024-06-07 18:04:39 -05:00
{% include sideload.html %}
2024-06-07 16:59:23 -05:00
2024-06-07 19:41:23 -05:00
<a class="btn-secondary" href="{{ site.base_url }}/fdroid-webdash/">{% t apps.view_in_browser %}</a>