feat: add SCSS styles and HTML templates for blog layout
This commit is contained in:
committed by
Evrard Van Espen (aider)
parent
2d9eabc53f
commit
fdccf7d0ac
13
templates/parts/header.html
Normal file
13
templates/parts/header.html
Normal 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>
|
||||
Reference in New Issue
Block a user