You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
1.4 KiB
HTML

<h1>Hugo's Homepage</h1>
<p>
Hello and welcome to my personal homepage! I'll add some info about my
projects to this page soon. In the mean time, maybe take a look at
my <a href="blog.html">blog</a>
</p>
<p>
Other places you can find me at on the web:
<ul>
<li><a rel="me" href="https://mstdn.social/@hugot">Fediverse</a></li>
<li><a href="https://github.com/hugot/">GitHub</a></li>
<li><a href="https://git.snorba.art/hugo/">ᕦ⊙෴⊙ᕤ baart</a></li>
</ul>
</p>
<br>
<hr>
<section>
<header><h2>My Projects</h2></header>
<div class="cardbox">
<a href="projects/dns-yml/index.html" class="card">
<header>dns-yml</header>
<p>
Manage DNS records through version controlled yaml files.
</p>
</a>
<a href="projects/phpinspect.el/index.html" class="card">
<header>phpinspect.el</header>
<p>
Enrich emacs with completion and other <em>intellisense</em> features for
PHP. Backed by a PHP parser implemented in 100% pure emacs lisp!
</p>
</a>
<a href="projects/gitea-api-protector/index.html" class="card">
<header>gitea-api-protector</header>
<p>
Shield your gitea API from bad actors on public instances.
</p>
</a>
<a href="projects/docker-images/index.html" class="card">
<header>Docker Images</header>
<p>
A set of docker images that I maintain.
</p>
</a>
</div>
</section>
<!-- Local Variables: -->
<!-- sgml-basic-offset: 1 -->
<!-- End: -->