Portfolio/static/projects.html

20 lines
1.2 KiB
HTML
Raw Permalink Normal View History

2024-05-08 15:06:40 +10:00
<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, or click/activate all the buttons to find out more about me.
</p>
<p>
Also please feel free to check out my <a href="https://github.com/jsrobson10/" target="_blank">GitHub</a> and <a href="https://git.onewaycoding.com/jay/" target="_blank">Gitea</a>
profiles if you would like to see the projects that aren't on here.
</p>
<ul>
<li><button hx-get="/projects/fast_nuclear_sim" hx-push-url="/projects/fast_nuclear_sim" class="button-link" hx-target="#projects">Fast Nuclear Sim</button></li>
<li><button hx-get="/projects/goulds_webstore" hx-push-url="/projects/goulds_webstore" class="button-link" hx-target="#projects">Goulds Webstore</button></li>
<li><button hx-get="/projects/project_zombie" hx-push-url="/projects/project_zombie" class="button-link" hx-target="#projects">Project Zombie</button></li>
<li><button hx-get="/projects/this_portfolio_website" hx-push-url="/projects/this_portfolio_website" class="button-link" hx-target="#projects">This Portfolio Website</button></li>
</ul>
<div id="projects"><!--PROJECTS_CONTENT--></div>