butter-kanglam-ui/index.html

32 lines
1.1 KiB
HTML
Raw Normal View History

2019-11-13 22:11:44 +01:00
---
layout: default
---
2021-09-17 09:26:31 -05:00
{% assign page_data = site.data.home %}
2019-11-13 22:11:44 +01:00
2021-09-17 09:26:31 -05:00
<section class="content-area">
<div class="container">
<div class="content-area-wrapper text-center">
<img src="{{site.baseurl}}{{ page_data.page_logo }}" alt="{% t page_logo_alt %}" />
<h1 class="content-title mb-2 mt-2">{% t title %}</h1>
2022-03-14 17:35:46 -05:00
<p class="content-text text-black ls-40 mb-2">
{% if site.data.deployment.show_chat %}
{% t text.show_chat %}
2022-03-14 17:35:46 -05:00
{% else %}
{% t text.dont_show_chat %}
2022-03-14 17:35:46 -05:00
{% endif %}
</p>
2021-09-17 09:26:31 -05:00
<div class="content-img">
<img src="{{site.baseurl}}{{ page_data.app_tiles_image }}" alt="{% t app_tiles_image_alt %}" />
<p class="caption ls-40 mb-2">{% t fdroid_apps_caption %}</p>
2021-09-17 09:26:31 -05:00
</div>
<a class="btn-main btn-modal" href="#" data-micromodal-trigger="product-modal">{% t fdroid_button_text %}</a>
2022-03-14 17:35:46 -05:00
{% if site.data.deployment.show_chat %}
<a class="btn-main btn-modal" href="/chat">{% t chat_button_text %}</a>
2022-03-14 17:35:46 -05:00
{% endif %}
2021-09-17 09:26:31 -05:00
</div>
</div>
</section>
2019-11-13 22:11:44 +01:00
2021-09-17 09:26:31 -05:00
{% include modal.html %}