Another window?

This commit is contained in:
2025-09-02 08:01:53 +07:00
parent 5f5a07cf41
commit 992ff40fb6
6 changed files with 115 additions and 41 deletions

View File

@@ -30,6 +30,18 @@
}
}
@keyframes window-popdown {
0% {
transform: scale(1, 1);
}
60% {
transform: scale(1, 0.03);
}
100% {
transform: scale(0, 0.03);
}
}
h2 {
@apply text-2xl font-bold
}

View File

@@ -4,13 +4,14 @@ import { Sosmed } from "@/components/sosmed";
import HomeText from "@/components/home-text.mdx"
import Link from "next/link";
import { FakeWindow } from "@/components/windows";
import { FakeWindow, HomeWindows } from "@/components/windows";
import Taskbar from "@/components/taskbar";
export default function Home() {
return (<>
<main className="flex items-center pt-16 md:pt-24 pb-12 px-8 md:px-0">
<FakeWindow windowText="Homepage">
<HomeWindows />
<header className="text-center mb-8">
<h1 className="font-bold text-3xl leading-normal">
Nonszy Work<span className="text-primary">space</span>