update: color, info, add hoster

This commit is contained in:
2026-03-27 17:21:10 +03:00
parent 22edddccf4
commit 36b0fdb791
2 changed files with 10 additions and 15 deletions

View File

@@ -20,7 +20,7 @@
}
}
.two-color{
color: #746178;
color: #5e5e5e;
}
.link-custom {
color: #ae5ed6;

View File

@@ -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="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 &gt;native&lt;, en &gt;A2&lt;, heb &gt;A1&lt;</div>
<div>language: ru <a className="two-color">&gt;native&lt;</a> en <a className="two-color">&gt;A2&lt;</a> heb <a className="two-color">&gt;A1&lt;</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 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>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="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>