diff options
author | mms <michal@sapka.me> | 2024-04-10 22:08:41 +0200 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-04-10 22:08:41 +0200 |
commit | 3f7488846906dce323f89bb44703cd4a2c7565cc (patch) | |
tree | ac7f5bdd1884f384934b56bebebb65eb57c4e9ae /layouts/partials/homepage/nameplate.html | |
parent | 678093d4e186bd839a9c1d802ea88233bd192aeb (diff) |
feat: nameplate and more composition
Diffstat (limited to 'layouts/partials/homepage/nameplate.html')
-rw-r--r-- | layouts/partials/homepage/nameplate.html | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/layouts/partials/homepage/nameplate.html b/layouts/partials/homepage/nameplate.html new file mode 100644 index 0000000..9cc0a21 --- /dev/null +++ b/layouts/partials/homepage/nameplate.html @@ -0,0 +1,49 @@ +<section class="nameplate"> + <h2 id="nameplate"><a href="#nameplate">Nameplate</a></h2> + + <a + href="https://nonbot.org/pledged/view/9b37caf2-57c1-4934-9bea-69c54eb46452" + target="_blank"> + <img + style="height:128px; + margin-top:10px; + float: left; + margin-bottom:10px;" + src="https://nonbot.org/images/nonbot_pledged_logo.svg" + alt="Human-made Content"> + </a> + + <div style="float: center"> + <table class="small"> + <tr> + <td> Name </td> + <td> Michal's Sapka Website </td> + </tr> + <tr> + <td> Established </td> + <td> 2022-04-05 </td> + </tr> + <tr> + <td>Subpage count</td> + <td>{{ len .Page.Site.RegularPages }} </td> + </tr> + <tr> + <td> Generator </td> + <td> <a href="https://gohugo.io/">Hugo</a> with a custom theme </td> + </tr> + <tr> + <td> Running on </td> + <td> <a href="https://www.openbsd.org/">OpenBSD</a></td> + </tr> + <tr> + <td> Hosted on </td> + <td> <a href="https://openbsd.amsterdam/">OpenBSD Amsterdam</a> </td> + </tr> + <tr> + <td> Web stack </td> + <td> Pf + Relayd + Httpd </td> + </tr> + </table> + </div> + <a href="/stat">Statistics</a> +</section> |