Add Emitter (migrate from colmena)
This commit is contained in:
parent
bed4760a85
commit
a559c6172c
49 changed files with 4567 additions and 0 deletions
|
@ -0,0 +1,7 @@
|
|||
{{if eq .locale.Lang "de-DE"}}
|
||||
<a class="item" href="https://25120.de/datenschutz/" rel="nofollow">Datenschutz</a>
|
||||
<a class="item" href="https://25120.de/impressum/" rel="nofollow">Impressum</a>
|
||||
{{else}}
|
||||
<a class="item" href="https://25120.org/privacy/" rel="nofollow">Privacy</a>
|
||||
<a class="item" href="https://25120.org/imprint/" rel="nofollow">Imprint</a>
|
||||
{{end}}
|
2
hosts/gitea-custom/templates/custom/header.tmpl
Normal file
2
hosts/gitea-custom/templates/custom/header.tmpl
Normal file
|
@ -0,0 +1,2 @@
|
|||
<link rel="stylesheet" type="text/css" href="{{AppSubUrl}}/assets/css/jupyter.css" />
|
||||
<link rel="stylesheet" type="text/css" href="{{AppSubUrl}}/assets/css/fonts.css" />
|
17
hosts/gitea-custom/templates/home.tmpl
Normal file
17
hosts/gitea-custom/templates/home.tmpl
Normal file
|
@ -0,0 +1,17 @@
|
|||
{{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="440" height="440" style="max-width: 440px" src="{{AssetUrlPrefix}}/img/logo.svg" alt="{{.locale.Tr "logo"}}"/>
|
||||
</div>
|
||||
<div class="hero">
|
||||
<h1 class="ui icon header title">
|
||||
{{AppName}}
|
||||
</h1>
|
||||
<h2>{{.locale.Tr "startpage.app_desc"}}</h2>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{template "base/footer" .}}
|
Loading…
Add table
Add a link
Reference in a new issue