update: color, info, add hoster
This commit is contained in:
23
app/page.tsx
23
app/page.tsx
@@ -15,27 +15,22 @@ export default function Home() {
|
||||
|
||||
/>
|
||||
</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 align="center" className="border-b border-green-500 pb-1 mb-2 ">about:nouwushka</div>
|
||||
<div>name: nouwushka/zhenya</div>
|
||||
<div>name: nouwushka/<a className="two-color">zhenya</a></div>
|
||||
<div>pronouns: she/her</div>
|
||||
<div>language: ru >native<, en >A2<, heb >A1<</div>
|
||||
<div>language: ru <a className="two-color">>native<</a> en <a className="two-color">>A2<</a> heb <a className="two-color">>A1<</a></div>
|
||||
<div>hobby: programming, art, philosophy</div>
|
||||
<div>occupation:one</div>
|
||||
<div>contact me: <a className="link-custom hover:">@nouwushka</a></div>
|
||||
<div>
|
||||
donate:
|
||||
<a href="https://uwushka.cc" target="_blank" rel="noopener noreferrer"className="">pay.uwushka.cc</a>
|
||||
</div>
|
||||
<div>contact me: <a className="link-custom">@nouwushka</a></div>
|
||||
<div>donate:<a href="https://pay.uwushka.cc" className="link-custom"> 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" className="two-color">host by senko.digital </div>
|
||||
|
||||
|
||||
<div align="center">host by <a href="https://senko.digital" className=" relative s two-color">senko.digital</a> </div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user