16 lines
764 B
HTML
16 lines
764 B
HTML
|
|
||
|
<title>Jays Portfolio</title>
|
||
|
|
||
|
<h1>Welcome to my portfolio website :)</h1>
|
||
|
<p>
|
||
|
Here you can see the (more notable) projects I have created and/or worked on.
|
||
|
</p>
|
||
|
<ul>
|
||
|
<li><button hx-get="/static/html/projects/fast_nuclear_sim.html" class="button-link" hx-target="#projects">Fast Nuclear Sim</button></li>
|
||
|
<li><button hx-get="/static/html/projects/goulds_webstore.html" class="button-link" hx-target="#projects">Goulds Webstore</button></li>
|
||
|
<li><button hx-get="/static/html/projects/project_zombie.html" class="button-link" hx-target="#projects">Project Zombie</button></li>
|
||
|
<li><button hx-get="/static/html/projects/this_portfolio_website.html" class="button-link" hx-target="#projects">This Portfolio Website</button></li>
|
||
|
</ul>
|
||
|
<div id="projects"></div>
|
||
|
|