generated from DO1JLR/ansible_playbook_template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
58 additions
and
2 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<a class="item" href="https://c3woc.de/">Waffeln</a> | ||
<a class="item" href="https://c3woc.de/datenschutz/">Datenschutz</a> | ||
<a class="item" href="https://c3woc.de/impressum/">Impressum</a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
{{template "base/head" .}} | ||
<div class="page-content home"> | ||
<div class="ui stackable middle very relaxed page grid"> | ||
<div class="sixteen wide center aligned centered column"> | ||
<div> | ||
<img class="logo" width="220" height="220" src="{{AssetUrlPrefix}}/img/logo.svg"/> | ||
</div> | ||
<div class="hero"> | ||
<h1 class="ui icon header title"> | ||
{{AppName}} | ||
</h1> | ||
<h2>{{.i18n.Tr "startpage.app_desc"}}</h2> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="ui stackable middle very relaxed page grid"> | ||
<div class="eight wide center column"> | ||
<h1 class="hero ui icon header"> | ||
{{svg "octicon-flame"}} {{.i18n.Tr "startpage.install"}} | ||
</h1> | ||
<p class="large"> | ||
{{.i18n.Tr "startpage.install_desc" | Str2html}} | ||
</p> | ||
</div> | ||
<div class="eight wide center column"> | ||
<h1 class="hero ui icon header"> | ||
{{svg "octicon-device-desktop"}} {{.i18n.Tr "startpage.platform"}} | ||
</h1> | ||
<p class="large"> | ||
{{.i18n.Tr "startpage.platform_desc" | Str2html}} | ||
</p> | ||
</div> | ||
</div> | ||
<div class="ui stackable middle very relaxed page grid"> | ||
<div class="eight wide center column"> | ||
<h1 class="hero ui icon header"> | ||
{{svg "octicon-rocket"}} {{.i18n.Tr "startpage.lightweight"}} | ||
</h1> | ||
<p class="large"> | ||
{{.i18n.Tr "startpage.lightweight_desc" | Str2html}} | ||
</p> | ||
</div> | ||
<div class="eight wide center column"> | ||
<h1 class="hero ui icon header"> | ||
{{svg "octicon-code"}} {{.i18n.Tr "startpage.license"}} | ||
</h1> | ||
<p class="large"> | ||
{{.i18n.Tr "startpage.license_desc" | Str2html}} | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
{{template "base/footer" .}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule do1jlr.gitea
updated
7 files
+15 −4 | README.md | |
+7 −3 | defaults/main.yml | |
+2 −0 | files/extra_links_footer.tmpl | |
+23 −0 | tasks/customize_footer.yml | |
+23 −0 | tasks/customize_public_files.yml | |
+8 −0 | tasks/main.yml | |
+9 −1 | vars/main.yml |