Another window?
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user