commit: congig dashbord and add bg3
This commit is contained in:
17
app/page.tsx
17
app/page.tsx
@@ -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 >native<, en >A2<, heb >A1<</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>
|
||||
|
||||
Reference in New Issue
Block a user