commit e11855807ed8307467becb3b02a5a5cd15cb3750 Author: surtur Date: Mon Apr 13 03:20:09 2020 +0200 initial commit 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" .}}