From 28be7ca850f41352a1e4e43f0c7035bdeeff6e83 Mon Sep 17 00:00:00 2001 From: Raphael Kabo Date: Wed, 28 Feb 2024 22:40:33 +0000 Subject: New frontend styles, instance description functionality --- views/home.handlebars | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'views/home.handlebars') 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 @@
-

Gathio is a simple, federated, privacy-first event hosting platform.

+

Gathio is a simple, federated, privacy-first event hosting platform.

-
-
- This instance, {{siteName}}, has the following features: -
- -
-
    - {{#each instanceRules}} -
  • {{this.text}}
  • - {{/each}} -
-
-
+{{> instanceRules }}
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. -- cgit v1.2.3 From 0f6c06d3b37dbc277b211521a062223d96c540d0 Mon Sep 17 00:00:00 2001 From: Raphael Kabo Date: Fri, 29 Mar 2024 11:20:49 +0000 Subject: Refactor instance description --- views/home.handlebars | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'views/home.handlebars') diff --git a/views/home.handlebars b/views/home.handlebars index aa98823..0d294d3 100755 --- a/views/home.handlebars +++ b/views/home.handlebars @@ -1,8 +1,18 @@
-

Gathio is a simple, federated, privacy-first event hosting platform.

+

About {{siteName}}

+ +{{#if instanceDescription}} +
+ {{{instanceDescription}}} +
+{{/if}} {{> instanceRules }} +

About Gathio

+ +

Gathio is a simple, federated, privacy-first event hosting platform.

+
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.
-- cgit v1.2.3