2024-08-12 01:15:48 -06:00
|
|
|
---
|
2024-08-19 00:20:34 -06:00
|
|
|
|
2024-08-12 01:15:48 -06:00
|
|
|
---
|
|
|
|
|
|
|
|
<!--
|
|
|
|
onmouseover="PlaySound('hoverSound')"
|
|
|
|
onmouseout="StopSound('hoverSound')" -->
|
2024-08-19 00:20:34 -06:00
|
|
|
<section class="center nav">
|
|
|
|
<nav class="menu">
|
|
|
|
<button
|
|
|
|
class="custom-btn btn-1"
|
|
|
|
type="button"
|
|
|
|
onclick="location.href='/'">
|
2024-08-20 00:58:48 -06:00
|
|
|
<span>home</span>
|
2024-08-19 00:20:34 -06:00
|
|
|
</button>
|
|
|
|
<!--
|
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-19 00:20:34 -06:00
|
|
|
<button
|
|
|
|
class="custom-btn btn-1"
|
|
|
|
type="button"
|
|
|
|
onclick="location.href='/blog'">
|
2024-08-20 00:58:48 -06:00
|
|
|
<span>blog</span>
|
2024-08-19 00:20:34 -06:00
|
|
|
</button>
|
|
|
|
</nav>
|
|
|
|
</section>
|