From 16620cb5d1f29451209dd0175ab7ef2815d92e78 Mon Sep 17 00:00:00 2001 From: Niggl Date: Thu, 5 Nov 2020 17:59:05 +0100 Subject: [PATCH] Added the homepage template --- templates/home.tmpl | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 templates/home.tmpl diff --git a/templates/home.tmpl b/templates/home.tmpl new file mode 100644 index 0000000..cf27045 --- /dev/null +++ b/templates/home.tmpl @@ -0,0 +1,39 @@ +{{template "base/head" .}} +
+
+
+
+ +
+
+

+ {{AppName}} +

+
+
+
+
+
+

+ {{svg "octicon-rocket"}} Fast version control and deployments +

+

+ Gitea provides a simple and lightweight git server.
+ Drone provides simple but powerful CI/CD. +

+
+
+

+ {{svg "octicon-code"}} Open Source +

+

+ Out entire development stack is powered by awesome open source technologies.
+ Version control powered by Gitea
+ CI/CD powered by Drone
+ Container powered by Docker Swarm
+ Storage powered by CEPH
+

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