update: page.tsx

This commit is contained in:
2026-03-24 10:16:28 +03:00
parent c907f11a67
commit 7af35888cb
4 changed files with 31 additions and 20 deletions

View File

@@ -14,7 +14,7 @@
@media (prefers-color-scheme: dark) {
:root {
--background: #0a0a0a;
--background: #505050;
--foreground: #ededed;
}
}

View File

@@ -13,8 +13,8 @@ const geistMono = Geist_Mono({
});
export const metadata: Metadata = {
title: "Create Next App",
description: "Generated by create next app",
title: "about:uwu",
description: "meow uwu owo",
};
export default function RootLayout({

View File

@@ -2,22 +2,33 @@ import Image from "next/image";
export default function Home() {
return (
<div className="flex min-h-screen items-center justify-center bg-zinc-50 font-sans dark:bg-black">
<main className="flex min-h-screen w-full max-w-3xl flex-col items-center justify-between py-32 px-16 bg-white dark:bg-black sm:items-start">
<div className="relative flex items-center justify-center min-h-screen p-4">
<Image
className="flex"
src="/tlogo.svg"
alt="Next.js logo"
width={100}
height={20}
src="/bg.png"
alt="Background"
fill
style={{ objectFit: 'cover' }}
priority
/>
<div className="flex flex-col items-center gap-6 text-center sm:items-start sm:text-left">
<h1 className="max-w-xs text-3xl font-semibold leading-10 tracking-tight text-black dark:text-zinc-50">
hi hi hi
</h1>
<div className="relative z-10 max-w-md w-full font-mono p-6 shadow-lg bg-black/100 ">
<div className="space-y-2">
<div align="center" className="border-b border-green-500 pb-1 mb-2 ">about:nouwushka</div>
<div>name: zhenya/nouwushka</div>
<div>pronouns: she/her</div>
<div>language: ru &gt;native&lt;, en &gt;A2&lt;, heb &gt;A1&lt;</div>
<div>hobby: programming, art, philosophy</div>
<div>occupation: none</div>
<div>contact me: link.uwwshka.cc</div>
<div>donate: <a href="https://uwushka.cc">pay.uwushka.cc</a></div>
<div align="center" className=" pb-1 mt-6 mb-2">about:services</div>
<div>service:gitea - git.uwwshka.cc</div>
<div>service:matrix - chat.uwwshka.cc</div>
<div align="center">host by senko.digital</div>
</div>
</div>
</main>
</div>
);
}

BIN
public/bg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 212 KiB