2024-08-12 01:15:48 -06:00
|
|
|
---
|
|
|
|
---
|
|
|
|
|
|
|
|
<!--
|
|
|
|
onmouseover="PlaySound('hoverSound')"
|
|
|
|
onmouseout="StopSound('hoverSound')" -->
|
2024-08-17 14:07:34 -06:00
|
|
|
<section class="content center">
|
2024-08-12 01:15:48 -06:00
|
|
|
<nav class="menu">
|
|
|
|
<button
|
|
|
|
class="custom-btn btn-1"
|
|
|
|
type="button"
|
|
|
|
onclick="location.href='/'"
|
|
|
|
>
|
|
|
|
<span>Home</span>
|
|
|
|
</button>
|
2024-08-15 20:34:46 -06:00
|
|
|
<!--
|
2024-08-12 01:15:48 -06:00
|
|
|
<button
|
|
|
|
class="custom-btn btn-1"
|
|
|
|
type="button"
|
|
|
|
onclick="location.href='/projects'"
|
|
|
|
>
|
|
|
|
<span>Projects</span>
|
|
|
|
</button>
|
2024-08-15 20:34:46 -06:00
|
|
|
-->
|
2024-08-12 01:15:48 -06:00
|
|
|
<button
|
|
|
|
class="custom-btn btn-1"
|
|
|
|
type="button"
|
|
|
|
onclick="location.href='/blog'"
|
|
|
|
>
|
|
|
|
<span>Blog</span>
|
|
|
|
</button>
|
|
|
|
</nav>
|
|
|
|
</section>
|