From 4402b54dce0fe652ba71326f0dc74db287963260 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 27 Aug 2019 10:18:49 +0200 Subject: Add categories and languages to about page --- .../about-instance/about-instance.component.html | 26 +++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) (limited to 'client/src/app/+about/about-instance/about-instance.component.html') diff --git a/client/src/app/+about/about-instance/about-instance.component.html b/client/src/app/+about/about-instance/about-instance.component.html index 0fd3626b7..c6247c4ae 100644 --- a/client/src/app/+about/about-instance/about-instance.component.html +++ b/client/src/app/+about/about-instance/about-instance.component.html @@ -8,9 +8,25 @@
-
{{ shortDescription }}
+
{{ shortDescription }}
-
This instance is dedicated to sensitive/NSFW content.
+
This instance is dedicated to sensitive/NSFW content.
+ +
+
Main instance languages
+ +
    +
  • {{ language }}
  • +
+
+ +
+
Main instance categories
+ +
    +
  • {{ category }}
  • +
+
@@ -18,19 +34,19 @@
-
Instance administrators
+
Who are we?
-
Maintenance lifetime
+
How long do we plan to maintain this instance?

{{ maintenanceLifetime }}

-
Business model
+
How will we pay this instance?

{{ businessModel }}

-- cgit v1.2.3