26 lines
982 B
HTML
26 lines
982 B
HTML
<!-- prettier-ignore -->
|
|
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<h2>Projects</h2>
|
|
<p>
|
|
My main projects at the moment are this website and the website for our upcoming wedding.
|
|
That one is private though so won't be shared.
|
|
Also I am building some custom keyboards for my brothers as groomsmen gifts.
|
|
</p>
|
|
<p>
|
|
I am finding the idea of a digital garden to be much more attractive then a traditional blog.
|
|
It alligns with how I like to write, organize my information, and explore the web.
|
|
So I am going to switch the site over to that structure and see where things go from there.
|
|
I expect the structure to change over time as more information is added and I work out how I want to have it organized.
|
|
</p>
|
|
<p>
|
|
Some personal projects that I have worked on
|
|
</p>
|
|
<ul>
|
|
<li><a href="/projects/archserver">ArchServer</a></li>
|
|
<li><a href="/projects/tak">Tak</a></li>
|
|
<li><a href="/projects/ed">Edge Detection</a></li>
|
|
</ul>
|
|
{% endblock %}
|