commit 109673758b3a825cf16ea872bcfd736d54172346 Author: Geekasylum Date: Sun Jul 10 01:00:53 2022 +1000 Add existing customisations to repository diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e828e67 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.keep_* diff --git a/public/img/favicon.ico b/public/img/favicon.ico new file mode 100644 index 0000000..532284c Binary files /dev/null and b/public/img/favicon.ico differ diff --git a/public/img/favicon.png b/public/img/favicon.png new file mode 100644 index 0000000..77da066 Binary files /dev/null and b/public/img/favicon.png differ diff --git a/public/img/git-icon-black.svg b/public/img/git-icon-black.svg new file mode 100644 index 0000000..74a9c0a --- /dev/null +++ b/public/img/git-icon-black.svg @@ -0,0 +1,52 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/public/img/logo.png b/public/img/logo.png new file mode 100644 index 0000000..7008ab8 Binary files /dev/null and b/public/img/logo.png differ diff --git a/templates/base/footer_content.tmpl b/templates/base/footer_content.tmpl new file mode 100644 index 0000000..5a7602b --- /dev/null +++ b/templates/base/footer_content.tmpl @@ -0,0 +1,32 @@ + diff --git a/templates/base/head_navbar.tmpl b/templates/base/head_navbar.tmpl new file mode 100644 index 0000000..639294a --- /dev/null +++ b/templates/base/head_navbar.tmpl @@ -0,0 +1,215 @@ + \ No newline at end of file diff --git a/templates/home.tmpl b/templates/home.tmpl new file mode 100644 index 0000000..778f525 --- /dev/null +++ b/templates/home.tmpl @@ -0,0 +1,53 @@ +{{template "base/head" .}} +
+
+
+
+ +
+
+

+ This is the home page +

+

{{.i18n.Tr "startpage.app_desc"}}

+
+
+
+
+
+

+ {{svg "octicon-flame"}} {{.i18n.Tr "startpage.install"}} +

+

+ {{.i18n.Tr "startpage.install_desc" | Str2html}} +

+
+
+

+ {{svg "octicon-device-desktop"}} {{.i18n.Tr "startpage.platform"}} +

+

+ {{.i18n.Tr "startpage.platform_desc" | Str2html}} +

+
+
+
+
+

+ {{svg "octicon-rocket"}} {{.i18n.Tr "startpage.lightweight"}} +

+

+ {{.i18n.Tr "startpage.lightweight_desc" | Str2html}} +

+
+
+

+ {{svg "octicon-code"}} {{.i18n.Tr "startpage.license"}} +

+

+ {{.i18n.Tr "startpage.license_desc" | Str2html}} +

+
+
+
+{{template "base/footer" .}} \ No newline at end of file