fix: urls

This commit is contained in:
Araozu 2024-11-21 21:28:42 -05:00
parent 83c382d361
commit 8abd963c8e
3 changed files with 24 additions and 3 deletions

21
public/img/zig_logo.svg Normal file
View File

@ -0,0 +1,21 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 153 140">
<g fill="#f7a41d">
<g>
<polygon points="46,22 28,44 19,30"/>
<polygon points="46,22 33,33 28,44 22,44 22,95 31,95 20,100 12,117 0,117 0,22" shape-rendering="crispEdges"/>
<polygon points="31,95 12,117 4,106"/>
</g>
<g>
<polygon points="56,22 62,36 37,44"/>
<polygon points="56,22 111,22 111,44 37,44 56,32" shape-rendering="crispEdges"/>
<polygon points="116,95 97,117 90,104"/>
<polygon points="116,95 100,104 97,117 42,117 42,95" shape-rendering="crispEdges"/>
<polygon points="150,0 52,117 3,140 101,22"/>
</g>
<g>
<polygon points="141,22 140,40 122,45"/>
<polygon points="153,22 153,117 106,117 120,105 125,95 131,95 131,45 122,45 132,36 141,22" shape-rendering="crispEdges"/>
<polygon points="125,95 130,110 106,117"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 832 B

View File

@ -16,7 +16,7 @@ const { showSidebarButton = true } = Astro.props;
<a
href="/"
class="inline-block px-4 font-display font-black text-2xl hover:underline"
class="px-4 flex gap-2 items-center"
>
<img
class="inline-block h-10"
@ -25,7 +25,7 @@ const { showSidebarButton = true } = Astro.props;
/>
</a>
<a
href="/learn/"
href="/en/latest/learn/"
class="hidden sm:inline-block px-4 font-display font-bold-text-xl hover:underline"
>
Learn

View File

@ -54,7 +54,7 @@ const [thp_html] = await native_highlighter(
<a
class="inline-block font-display text-lg rounded-full border-2 border-pink-400 py-2 px-8
transition-colors hover:text-black hover:bg-pink-400 mt-2"
href="/learn/"
href="/en/latest/learn/"
>
Learn
</a>