added source

This commit is contained in:
SG101 2022-10-08 00:21:59 +02:00
commit 353ebb210c
15 changed files with 608 additions and 0 deletions

15
shared/header.html Normal file
View file

@ -0,0 +1,15 @@
<link type="stylesheet" href="style.css">
<div class="site-header">
<ul>
<li>
<a class="internal" href="../index.html#projects">
<h2>Projects</h2>
</a>
</li>
<li>
<a class="internal" href="../index.html#experience">
<h2>Experience</h2>
</a>
</li>
</ul>
</div>