feat: add SCSS styles and HTML templates for blog layout

This commit is contained in:
Evrard Van Espen
2025-10-30 10:04:44 +00:00
committed by Evrard Van Espen (aider)
parent 2d9eabc53f
commit fdccf7d0ac
6 changed files with 286 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<header>
<div id="logo">
<a href="/">
<h1>Evrard Van Espen</h1>
</a>
</div>
<div id="nav">
<a href="/">Articles</a>
<!-- <a href="/">CV</a>
<a href="/">Contact</a> -->
</div>
</header>