initial commit
This commit is contained in:
34
templates/components/card_repos.tmpl
Normal file
34
templates/components/card_repos.tmpl
Normal 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
27
templates/home.tmpl
Normal 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" .}}
|
6
templates/repo/create_helper.tmpl
Normal file
6
templates/repo/create_helper.tmpl
Normal 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>
|
6
templates/repo/migrate/helper.tmpl
Normal file
6
templates/repo/migrate/helper.tmpl
Normal 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>
|
Reference in New Issue
Block a user