From 900bb5e845c3ad44defbd427cae3d44a4a43321f Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Sat, 25 Feb 2023 13:15:44 +0100 Subject: feat: Initial commit --- code/frontpage/layouts/index.html | 68 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 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..ca44125 --- /dev/null +++ b/code/frontpage/layouts/index.html @@ -0,0 +1,68 @@ +{{ define "main" }} +
+
+
+

{{ .Title }}

+
+
+

{{ .Params.lead | safeHTML }}

+

GPLv3 Licensed. + + License + + - + + Source + +

+
+
+
+{{ 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