|
|
|
@ -4,10 +4,10 @@
|
|
|
|
<div class="center">
|
|
|
|
<div class="center">
|
|
|
|
<img class="logo" width="220" height="220" src="{{AssetUrlPrefix}}/img/logo.svg" alt="{{ctx.Locale.Tr "logo"}}">
|
|
|
|
<img class="logo" width="220" height="220" src="{{AssetUrlPrefix}}/img/logo.svg" alt="{{ctx.Locale.Tr "logo"}}">
|
|
|
|
<div class="hero">
|
|
|
|
<div class="hero">
|
|
|
|
<h1 class="ui icon header title">
|
|
|
|
<h1 class="ui icon header title tw-text-balance">
|
|
|
|
{{AppName}}
|
|
|
|
{{AppName}}
|
|
|
|
</h1>
|
|
|
|
</h1>
|
|
|
|
<h2>{{ctx.Locale.Tr "startpage.app_desc"}}</h2>
|
|
|
|
<h2 class="tw-text-balance">{{ctx.Locale.Tr "startpage.app_desc"}}</h2>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
@ -16,7 +16,7 @@
|
|
|
|
<h1 class="hero ui icon header">
|
|
|
|
<h1 class="hero ui icon header">
|
|
|
|
{{svg "octicon-flame"}} {{ctx.Locale.Tr "startpage.install"}}
|
|
|
|
{{svg "octicon-flame"}} {{ctx.Locale.Tr "startpage.install"}}
|
|
|
|
</h1>
|
|
|
|
</h1>
|
|
|
|
<p class="large">
|
|
|
|
<p class="large tw-text-balance">
|
|
|
|
{{ctx.Locale.Tr "startpage.install_desc" "https://docs.gitea.com/installation/install-from-binary" "https://github.com/go-gitea/gitea/tree/master/docker" "https://docs.gitea.com/installation/install-from-package"}}
|
|
|
|
{{ctx.Locale.Tr "startpage.install_desc" "https://docs.gitea.com/installation/install-from-binary" "https://github.com/go-gitea/gitea/tree/master/docker" "https://docs.gitea.com/installation/install-from-package"}}
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
@ -24,7 +24,7 @@
|
|
|
|
<h1 class="hero ui icon header">
|
|
|
|
<h1 class="hero ui icon header">
|
|
|
|
{{svg "octicon-device-desktop"}} {{ctx.Locale.Tr "startpage.platform"}}
|
|
|
|
{{svg "octicon-device-desktop"}} {{ctx.Locale.Tr "startpage.platform"}}
|
|
|
|
</h1>
|
|
|
|
</h1>
|
|
|
|
<p class="large">
|
|
|
|
<p class="large tw-text-balance">
|
|
|
|
{{ctx.Locale.Tr "startpage.platform_desc" "https://go.dev/"}}
|
|
|
|
{{ctx.Locale.Tr "startpage.platform_desc" "https://go.dev/"}}
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
@ -34,7 +34,7 @@
|
|
|
|
<h1 class="hero ui icon header">
|
|
|
|
<h1 class="hero ui icon header">
|
|
|
|
{{svg "octicon-rocket"}} {{ctx.Locale.Tr "startpage.lightweight"}}
|
|
|
|
{{svg "octicon-rocket"}} {{ctx.Locale.Tr "startpage.lightweight"}}
|
|
|
|
</h1>
|
|
|
|
</h1>
|
|
|
|
<p class="large">
|
|
|
|
<p class="large tw-text-balance">
|
|
|
|
{{ctx.Locale.Tr "startpage.lightweight_desc"}}
|
|
|
|
{{ctx.Locale.Tr "startpage.lightweight_desc"}}
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
@ -42,7 +42,7 @@
|
|
|
|
<h1 class="hero ui icon header">
|
|
|
|
<h1 class="hero ui icon header">
|
|
|
|
{{svg "octicon-code"}} {{ctx.Locale.Tr "startpage.license"}}
|
|
|
|
{{svg "octicon-code"}} {{ctx.Locale.Tr "startpage.license"}}
|
|
|
|
</h1>
|
|
|
|
</h1>
|
|
|
|
<p class="large">
|
|
|
|
<p class="large tw-text-balance">
|
|
|
|
{{ctx.Locale.Tr "startpage.license_desc" "https://code.gitea.io/gitea" "code.gitea.io/gitea" "https://github.com/go-gitea/gitea"}}
|
|
|
|
{{ctx.Locale.Tr "startpage.license_desc" "https://code.gitea.io/gitea" "code.gitea.io/gitea" "https://github.com/go-gitea/gitea"}}
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|