reset initial commit

This commit is contained in:
2026-04-09 23:07:46 +02:00
parent 7782f800c1
commit 5941df3c39
36 changed files with 3202 additions and 222 deletions
-21
View File
@@ -1,21 +0,0 @@
import logo from '../assets/logo.png';
export default function Header() {
return (
<header className="bg-ctp-lavender-200 dark:bg-ctp-crust left-0 bouder-b border-ctp-overlay0 fixed top-0 z-50 w-full">
<nav className="mx-auto max-w-[80%] flex items-center justify-between p-4 w-full">
<a href="/" className="flex items-center gap-2">
<img src={logo} alt="AramJonghu" className="h-8 w-auto" />
</a>
<div className="hidden md:flex gap-10">
<a href="https://aramjonghu.nl/nextcloud" className="text-ctp-text hover:text-ctp-subtext1">Nextcloud</a>
<a href="https://music.aramjonghu.nl" className="text-ctp-text hover:text-ctp-subtext1">Music</a>
<a href="https://stream.aramjonghu.nl" className="text-ctp-text hover:text-ctp-subtext1">Stream</a>
</div>
</nav>
</header>
);
}
-7
View File
@@ -1,7 +0,0 @@
export default function Intro() {
return(
<h1>hello!</h1>
)
}