From e11855807ed8307467becb3b02a5a5cd15cb3750 Mon Sep 17 00:00:00 2001 From: surtur Date: Mon, 13 Apr 2020 03:20:09 +0200 Subject: [PATCH] initial commit --- README.md | 5 +++++ home.tmpl | 53 ++++++++++++++++++++++++++++++++++++++++++++ home_edited.tmpl | 57 ++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 115 insertions(+) create mode 100644 README.md create mode 100644 home.tmpl create mode 100644 home_edited.tmpl diff --git a/README.md b/README.md new file mode 100644 index 0000000..71ad213 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# git-dotya + +home.tmpl as provided by [Gitea](https://github.com/go-gitea/gitea/blob/v1.12.0-dev/templates/home.tmpl) + +home_edited.tmpl to track newly proposed/already included changes diff --git a/home.tmpl b/home.tmpl new file mode 100644 index 0000000..5daea54 --- /dev/null +++ b/home.tmpl @@ -0,0 +1,53 @@ +{{template "base/head" .}} +
+
+
+
+ +
+
+

+ {{AppName}} +

+

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

+
+
+
+
+
+

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

+

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

+
+
+

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

+

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

+
+
+
+
+

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

+

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

+
+
+

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

+

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

+
+
+
+{{template "base/footer" .}} diff --git a/home_edited.tmpl b/home_edited.tmpl new file mode 100644 index 0000000..c0cef39 --- /dev/null +++ b/home_edited.tmpl @@ -0,0 +1,57 @@ +{{template "base/head" .}} +
+
+
+
+

+ + Welcome to Git @ dotya.ml +

+ +

A Gitea instance by dotya.ml provided for fun as a hobby, with passion and love

+
+ +
+
+
+
+

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

+

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

+
+
+

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

+

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

+
+
+
+
+

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

+

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

+
+
+

+ + {{svg "octicon-info" 16}} Questions? +

+

+ + Contact us +

+
+
+
+{{template "base/footer" .}}