commit: congig dashbord and add bg3

This commit is contained in:
2026-03-24 16:10:53 +03:00
parent e064ecfa10
commit 43b9e852a7
2 changed files with 11 additions and 6 deletions

View File

@@ -3,13 +3,18 @@ import Image from "next/image";
export default function Home() {
return (
<div className="relative flex items-center justify-center min-h-screen p-4">
<div className="overflow-hidden">
<Image
src="/bg2.png"
src="/bg3.webp"
alt="Background"
fill
style={{ objectFit: 'cover' }}
style={{ objectFit: 'cover', userSelect: 'none', pointerEvents: 'none' }}
priority
/>
draggable={false}
/>
</div>
<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>
@@ -17,9 +22,9 @@ export default function Home() {
<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>occupation:one</div>
<div>contact me: link.uwushka.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>

BIN
public/bg3.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 775 KiB