Compare commits

...
6 Commits
5 changed files with 12 additions and 9 deletions
+3
View File
@@ -5,6 +5,9 @@ export default function About() {
About
</h1>
<div className="flex justify-center mb-6">
<p className="text-ctp-text">
</p>
<p className="text-ctp-text"></p>
</div>
</>
+1 -1
View File
@@ -6,7 +6,7 @@ export default function Footer() {
const goToForgejo = () => {
window.location.href =
"https://git.aramjonghu.nl/AramJonghu/aramjonghu-site";
"https://git.aramjonghu.dev/AramJonghu/aramjonghu-site";
};
const goToGitea = () => {
+4 -4
View File
@@ -18,11 +18,11 @@ export default function Header({ theme }: HeaderProps) {
const { theme: currentTheme, toggleTheme } = theme;
const navItems: NavItem[] = [
{ label: "Nextcloud", url: "https://nextcloud.aramjonghu.nl" },
{ label: "Navidrome", url: "https://music.aramjonghu.nl" },
{ label: "Forgejo Git", url: "https://git.aramjonghu.nl" },
{ label: "Nextcloud", url: "https://nextcloud.aramjonghu.dev" },
{ label: "Navidrome", url: "https://music.aramjonghu.dev" },
{ label: "Forgejo Git", url: "https://git.aramjonghu.dev" },
{ label: "Stream", url: "/stream" },
{ label: "Omnisearch", url: "https://xng.aramjonghu.nl" },
{ label: "Omnisearch", url: "https://xng.aramjonghu.dev" },
{ label: "Gitea zach-dev", url: "https://git.zach-dev.cc" },
];
+3 -3
View File
@@ -20,17 +20,17 @@ export default function Home(): ReactElement {
{
id: "site",
name: "aramjonghu-site",
url: "https://git.aramjonghu.nl/AramJonghu/aramjonghu-site/raw/branch/master/README.md",
url: "https://git.aramjonghu.dev/AramJonghu/aramjonghu-site/raw/branch/master/README.md",
},
{
id: "file-organizer",
name: "file-organizer written in zig",
url: "https://git.aramjonghu.nl/AramJonghu/file-organizer/src/branch/main/README.md",
url: "https://git.aramjonghu.dev/AramJonghu/file-organizer/src/branch/main/README.md",
},
{
id: "nvim",
name: "Nvim Config",
url: "https://git.aramjonghu.nl/AramJonghu/nvim/src/branch/main/README.md",
url: "https://git.aramjonghu.dev/AramJonghu/nvim/src/branch/main/README.md",
},
];
+1 -1
View File
@@ -50,7 +50,7 @@ export default function Stream(): ReactElement {
<div className="stream-frame w-full mx-auto flex-1 max-h-[85vh]">
<iframe
src={`https://stream.aramjonghu.nl/${activeStream}`}
src={`https://stream.aramjonghu.dev/${activeStream}`}
title={activeStream}
allow="autoplay; fullscreen; picture-in-picture"
className="w-full h-full border-0 rounded-lg"