oooh fancy

This commit is contained in:
nelle 2023-08-18 05:18:21 -06:00
parent 48ff2c10d2
commit 2fa1c035d6
2 changed files with 4 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 MiB

View file

@ -26,8 +26,8 @@ const { title } = Astro.props;
<nav class="navbar" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item" href="/">
<img src="/assets/branding/obo-icon.png" style="border-radius: 20%">
LimePot
<img src="/assets/branding/IMG_0934_square.JPG" style="border-radius: 20%">
<span class="text-gradient">LimePot</span>
</a>
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false">
<span aria-hidden="true"></span>
@ -38,11 +38,11 @@ const { title } = Astro.props;
<div class="navbar-menu" id="navMenu">
<div class="navbar-start">
<a class="navbar-item" href="/about">
About Me
<span class="text-gradient">About Me</span>
</a>
<a class="navbar-item" href="/projects">
Projects
<span class="text-gradient">Projects</span>
</a>
</div>
</div>