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() {
|
export default function Home() {
|
||||||
return (
|
return (
|
||||||
<div className="relative flex items-center justify-center min-h-screen p-4">
|
<div className="relative flex items-center justify-center min-h-screen p-4">
|
||||||
|
<div className="overflow-hidden">
|
||||||
|
|
||||||
<Image
|
<Image
|
||||||
src="/bg2.png"
|
src="/bg3.webp"
|
||||||
alt="Background"
|
alt="Background"
|
||||||
fill
|
fill
|
||||||
style={{ objectFit: 'cover' }}
|
style={{ objectFit: 'cover', userSelect: 'none', pointerEvents: 'none' }}
|
||||||
priority
|
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="relative z-10 max-w-md w-full font-mono p-6 shadow-lg bg-black/100 ">
|
||||||
<div className="space-y-2">
|
<div className="space-y-2">
|
||||||
<div align="center" className="border-b border-green-500 pb-1 mb-2 ">about:nouwushka</div>
|
<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>pronouns: she/her</div>
|
||||||
<div>language: ru >native<, en >A2<, heb >A1<</div>
|
<div>language: ru >native<, en >A2<, heb >A1<</div>
|
||||||
<div>hobby: programming, art, philosophy</div>
|
<div>hobby: programming, art, philosophy</div>
|
||||||
<div>occupation: none</div>
|
<div>occupation:one</div>
|
||||||
<div>contact me: link.uwwshka.cc</div>
|
<div>contact me: link.uwushka.cc</div>
|
||||||
<div>donate: <a href="https://uwushka.cc">pay.uwushka.cc</a></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 align="center" className=" pb-1 mt-6 mb-2">about:services</div>
|
||||||
<div>service:gitea - git.uwwshka.cc</div>
|
<div>service:gitea - git.uwwshka.cc</div>
|
||||||
|
|||||||
BIN
public/bg3.webp
Normal file
BIN
public/bg3.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 775 KiB |
Reference in New Issue
Block a user