summaryrefslogtreecommitdiff
path: root/views/home.handlebars
diff options
context:
space:
mode:
authorRaphael Kabo <raphaelkabo@hey.com>2024-02-28 22:40:33 +0000
committerRaphael Kabo <raphaelkabo@hey.com>2024-05-26 16:05:32 +0100
commit28be7ca850f41352a1e4e43f0c7035bdeeff6e83 (patch)
tree3d8bef1bec6dd3600c8ffb318c03b221ccb504b8 /views/home.handlebars
parent53288fa3df3f828e99eaba679d436e65def2deb4 (diff)
New frontend styles, instance description functionality
Diffstat (limited to 'views/home.handlebars')
-rwxr-xr-xviews/home.handlebars16
1 files changed, 2 insertions, 14 deletions
diff --git a/views/home.handlebars b/views/home.handlebars
index 7b4608a..aa98823 100755
--- a/views/home.handlebars
+++ b/views/home.handlebars
@@ -1,19 +1,7 @@
<main class="page">
-<p class="lead">Gathio is a simple, federated, privacy-first event hosting platform.</p>
+<p class="lead text-center">Gathio is a simple, federated, privacy-first event hosting platform.</p>
-<div class="card mb-3 border-primary">
-<div class="card-header">
- This instance, <strong>{{siteName}}</strong>, has the following features:
-</div>
-
-<div class="card-body m-0 p-0">
- <ul class="list-group list-group-flush">
- {{#each instanceRules}}
- <li class="list-group-item"><i class="{{this.icon}} fa-fw mr-2"></i> {{this.text}}</li>
- {{/each}}
- </ul>
-</div>
-</div>
+{{> instanceRules }}
<div id="example-event" class="text-center w-100 mt-4 mb-5">
<img alt ="An example event page for a picnic. The page shows the event's location, host, date and time, and description, as well as buttons to save the event to Google Calendar, export it, and open the location in OpenStreetMap and Google Maps." src="images/example-event-2023.png" class="img-fluid w-75 mx-auto shadow-lg rounded">