initial commit

This commit is contained in:
Ben Goldsworthy 2024-07-07 15:01:37 +02:00
commit 0101fc83bb
Signed by: Rumperuu
SSH key fingerprint: SHA256:e5XfzNOr9UvWpEzyLfw0GtTMZWIFh3NmxH+/qQIi3xE
8 changed files with 500 additions and 0 deletions

View file

@ -0,0 +1,3 @@
<a class="item" href="https://bengoldsworthy.net">
Web Site
</a>

View 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 class="hero">
<h1 class="ui icon header title">
Ben Goldsworthy's Code
</h1>
<a href="/explore/repos"><h2>Repositories</h2></a>
<a href="/explore/organizations"><h2>Organisations</h2></a>
</ul>
</div>
</div>
</div>
</div>
{{template "base/footer" .}}