Update landing page text, closes #10

This commit is contained in:
Ana 2026-03-24 12:20:41 +00:00
parent cb72523938
commit 22a2c13b67

View file

@ -1,10 +1,10 @@
{% extends "base.html" %} {% extends "base.html" %}
{% block content %} {% block content %}
<h1 class="title is-large butter-title">Hi, welcome to the {{get_setting('butterbox_name')}}.</h1> <div class="block"><h1 class="title is-large butter-title">Welcome.</h1></div>
<p class="subtitle butter-title"> View and download the information you want from this offline box.</p> <div class="block"><p class="subtitle butter-title"> View and download the information you want from this offline box.</p></div>
<div class="grid"> <div class="block grid">
{% for service in services %} {% for service in services %}
<a class="cell button is-large is-responsive butter-service" href={{ service.url }}> <a class="cell button is-large is-responsive butter-service" href={{ service.url }}>
<div class="butter-service__content"> {{ service.name }} <br> <div class="butter-service__content"> {{ service.name }} <br>