From 6561771c435f9d9bed1589b5ed13d17aee0b7873 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Sun, 11 Dec 2022 20:46:58 +0100 Subject: feat: Add frontpage --- code/frontpage/layouts/index.html | 64 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 code/frontpage/layouts/index.html (limited to 'code/frontpage/layouts/index.html') diff --git a/code/frontpage/layouts/index.html b/code/frontpage/layouts/index.html new file mode 100644 index 0000000..62abf7f --- /dev/null +++ b/code/frontpage/layouts/index.html @@ -0,0 +1,64 @@ +{{ define "main" }} +
+
+
+

{{ .Title }}

+
+
+

{{ .Params.lead | safeHTML }}

+

GPLv3 Licensed. + + License file + +

+
+
+
+{{ end }} + +{{ define "sidebar-prefooter" }} +{{ if eq $.Site.Language.LanguageName "English" }} +
+
+
+
+

Projects

+

Manage your projects with time tracking, planning and ecomnomics all built-in.

+
+
+

Task management

+

Manage your tasks across projects and personal objectives.

+
+
+

Support tickets

+

Follow-up your customers with built-in support for email, chat and phone support channels.

+
+
+

Wiki

+

Manage your companys' global, project and personal documentation needs with a lightweight and + complete wiki.

+
+
+

Transparency

+

Practise transparency with your customers by giving them a dashboard to get relevant information

+
+
+

Integrate

+

We expose our own production apis for public use, giving you unrestricted integration possibilities + and reliability.

+
+
+
+
+{{ end }} +{{ end }} + +{{ define "sidebar-footer" }} +
+
+
+ {{- .Content -}} +
+
+
+{{ end }} \ No newline at end of file -- cgit v1.3