Main page: added KOS repositories blocks, locales for them, and changed icons

This commit is contained in:
Taldariner
2025-01-28 09:53:00 +02:00
parent 2dc4161c0d
commit e934e5d587
4 changed files with 39 additions and 9 deletions

View File

@@ -7,43 +7,43 @@
<h1 class="ui icon header title">
{{AppName}}
</h1>
<h2>{{ctx.Locale.Tr "startpage.app_desc"}}</h2>
<h2>{{ctx.Locale.Tr "startpage.app_desc_kos"}}</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"}} {{ctx.Locale.Tr "startpage.install"}}
{{svg "octicon-repo"}} {{ctx.Locale.Tr "startpage.repo_1_1_kos" "https://git.kolibrios.org/KolibriOS/kolibrios"}}
</h1>
<p class="large">
{{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.repo_1_1_desc_kos"}}
</p>
</div>
<div class="eight wide center column">
<h1 class="hero ui icon header">
{{svg "octicon-device-desktop"}} {{ctx.Locale.Tr "startpage.platform"}}
{{svg "octicon-repo"}} {{ctx.Locale.Tr "startpage.repo_1_2_kos" "https://git.kolibrios.org/KolibriOS/kolibrios64"}}
</h1>
<p class="large">
{{ctx.Locale.Tr "startpage.platform_desc" "https://go.dev/"}}
{{ctx.Locale.Tr "startpage.repo_1_2_desc_kos"}}
</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"}} {{ctx.Locale.Tr "startpage.lightweight"}}
{{svg "octicon-repo"}} {{ctx.Locale.Tr "startpage.repo_2_1_kos" "https://git.kolibrios.org/KolibriOS/umka"}}
</h1>
<p class="large">
{{ctx.Locale.Tr "startpage.lightweight_desc"}}
{{ctx.Locale.Tr "startpage.repo_2_1_desc_kos"}}
</p>
</div>
<div class="eight wide center column">
<h1 class="hero ui icon header">
{{svg "octicon-code"}} {{ctx.Locale.Tr "startpage.license"}}
{{svg "octicon-repo"}} {{ctx.Locale.Tr "startpage.repo_2_2_kos" "https://git.kolibrios.org/KolibriOS/kolibrios.org"}}
</h1>
<p class="large">
{{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.repo_2_2_desc_kos"}}
</p>
</div>
</div>