Update landing page text, closes #10
This commit is contained in:
parent
2ecb164d5e
commit
c13e2e510a
1 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue