~repos /website
git clone https://pyrossh.dev/repos/website.git
木 Personal website of pyrossh. Built with astrojs, shiki, vite.
ad6bee41
—
pyrossh 1 year ago
Remove homen
src/lib/components/Header.svelte
CHANGED
|
@@ -6,16 +6,12 @@
|
|
|
6
6
|
<header>
|
|
7
7
|
<nav class="flex flex-1 flex-row justify-center bg-black font-mono text-lg">
|
|
8
8
|
<div class="flex flex-row flex-1 items-center p-3 max-w-5xl">
|
|
9
|
-
<a class="flex text-[#f1fa8c]
|
|
9
|
+
<a class="flex text-[#f1fa8c] mr-4" href="/">
|
|
10
10
|
<span class="mr-1 font-logo font-bold">木</span> pyrossh
|
|
11
11
|
</a>
|
|
12
12
|
<div
|
|
13
13
|
class="flex flex-row flex-1 items-center text-white sm:[&>a]:mx-1 [&>a]:px-2 [&>a:hover]:underline [&>a:hover]:decoration-[#c3c5b4] decoration-2 underline-offset-8 decoration-[#f1fa8c] data-current:child:bg-gray-600"
|
|
14
14
|
>
|
|
15
|
-
<div class="hidden sm:block">|</div>
|
|
16
|
-
<a class="hidden sm:block" href="/" class:underline={isActive('/')} rel="prefetch">
|
|
17
|
-
home
|
|
18
|
-
</a>
|
|
19
15
|
<div>|</div>
|
|
20
16
|
<a href="/cv" class:underline={isActive('/cv')} rel="prefetch"> cv </a>
|
|
21
17
|
<div>|</div>
|