jhan.com.au/src/index.html

14 lines
428 B
HTML

{% include 'src/components/head.html' %}
{% include 'src/components/header.html' %}
<!-- the build script should generate links from items in project folder here. -->
<main>
<div class="projects">
<h1>Projects</h1>
<ul>
<li><a href="projects/2016-XXXX.html">XX XX</a></li>
<li><a href="projects/2023-Pepperstone.html">Pepperstone</a></li>
</ul>
</div>
</main>
{% include 'src/components/footer.html' %}