Compare commits

...

2 Commits

Author SHA1 Message Date
e1a8bfaf03 Merge remote-tracking branch 'refs/remotes/origin/main' 2026-03-24 10:17:14 +03:00
7af35888cb update: page.tsx 2026-03-24 10:16:28 +03:00
4 changed files with 31 additions and 20 deletions

View File

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

View File

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

View File

@@ -1,24 +1,35 @@
import Image from "next/image"; import Image from "next/image";
export default function Home() { export default function Home() {
return ( return (
<div className="flex min-h-screen items-center justify-center bg-zinc-50 font-sans dark:bg-black"> <div className="relative flex items-center justify-center min-h-screen p-4">
<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"> <Image
<Image src="/bg.png"
className="flex" alt="Background"
src="/tlogo.svg" fill
alt="Next.js logo" style={{ objectFit: 'cover' }}
width={100} priority
height={20} />
priority <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 className="flex flex-col items-center gap-6 text-center sm:items-start sm:text-left"> <div align="center" className="border-b border-green-500 pb-1 mb-2 ">about:nouwushka</div>
<h1 className="max-w-xs text-3xl font-semibold leading-10 tracking-tight text-black dark:text-zinc-50"> <div>name: zhenya/nouwushka</div>
hi hi hi <div>pronouns: she/her</div>
</h1> <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> </div>
</main>
</div> </div>
); );
} }

BIN
public/bg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 212 KiB