initial commit

This commit is contained in:
2024-03-07 18:32:30 +03:00
commit 90c8baa2f7
14 changed files with 1014 additions and 0 deletions

View File

@ -0,0 +1,34 @@
<div class="ui cards stackable">
<div class="ui card card-with-image" style="flex: 1;">
<div class="content">
<a href="{{AppSubUrl}}/zeldon/mineping">
<h3>Mineping</h3>
</a>
<div class="description">
<p>Javascript library for pinging Minecraft servers</p>
</div>
</div>
</div>
<div class="ui card card-with-image" style="flex: 1;">
<div class="content">
<a href="{{AppSubUrl}}/zeldon/zeldon-site">
<h3>Website</h3>
</a>
<div class="description">
<p>Sources of my personal website</a></p>
</div>
</div>
</div>
<div class="ui card card-with-image" style="flex: 1;">
<div class="content">
<a href="{{AppSubUrl}}/zeldon/http-proxy-server">
<h3>http-proxy-server</h3>
</a>
<div class="description">
<p>Simple http proxy server implemented in Go</p>
</div>
</div>
</div>
</div>

27
templates/home.tmpl Normal file
View File

@ -0,0 +1,27 @@
{{template "base/head" .}}
<div class="page-content home">
<div class="ui stackable middle very relaxed page grid">
<div class="sixteen wide aligned column">
<div class="hero">
<h2 class="ui header title">
{{AppName}}
</h2>
<p>
Welcome to the Zeldon's Projects portal!
This is where all the codebases are coordinated and managed.
</p>
</div>
<div class="ui stackable twelve column mb-4">
<p>This portal hosts more than just the project sources, bug and patch tracker. Explore the other repositories
and get involved!
</p>
</div>
{{template "components/card_repos" .}}
</div>
</div>
</div>
{{template "base/footer" .}}

View File

@ -0,0 +1,6 @@
<p class="ui center">
Create repository of an open source <b>software project</b>.<br>
</p>
<p class="ui center">
Please be careful to not use too much disk space in repositories, don't store big files.
</p>

View File

@ -0,0 +1,6 @@
<p class="ui center">
Migrate repository of an open source <b>software project</b>.<br>
</p>
<p class="ui center">
Please be careful to not use too much disk space in repositories, don't store big files.
</p>