update: css style
This commit is contained in:
@@ -16,12 +16,14 @@
|
|||||||
:root {
|
:root {
|
||||||
--background: #505050;
|
--background: #505050;
|
||||||
--foreground: #ededed;
|
--foreground: #ededed;
|
||||||
--link-color: #8b56cc;
|
--link-hover: #8b56cc;
|
||||||
--link-hover: #ae5ed6;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.two-color{
|
||||||
|
color: #746178;
|
||||||
|
}
|
||||||
.link-custom {
|
.link-custom {
|
||||||
color: var(--linl-color);
|
color: #ae5ed6;
|
||||||
transition: color 0.2s ease;
|
transition: color 0.2s ease;
|
||||||
}
|
}
|
||||||
.link-custom:hover {
|
.link-custom:hover {
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ const geistMono = Geist_Mono({
|
|||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "about:uwu",
|
title: "about:uwu",
|
||||||
description: "meow uwu owo",
|
description: "nouwushka",
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
|
|||||||
13
app/page.tsx
13
app/page.tsx
@@ -18,20 +18,15 @@ export default function Home() {
|
|||||||
<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>
|
||||||
<div>
|
<div>name: nouwushka/zhenya</div>
|
||||||
<span className>name:</span>
|
|
||||||
<a>nouwushka</a>
|
|
||||||
<span className="text-grey-1000">/</span>
|
|
||||||
<span className="text-grey-200">zhenya</span>
|
|
||||||
</div>
|
|
||||||
<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:one</div>
|
<div>occupation:one</div>
|
||||||
<div>contact me:link.uwushka.cc</div>
|
<div>contact me: <a className="link-custom hover:">@nouwushka</a></div>
|
||||||
<div>
|
<div>
|
||||||
donate:
|
donate:
|
||||||
<a href="https://uwushka.cc" target="_blank" rel="noopener noreferrer"className="link-custom hover:underline">pay.test.cc</a>
|
<a href="https://uwushka.cc" target="_blank" rel="noopener noreferrer"className="">pay.uwushka.cc</a>
|
||||||
</div>
|
</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>
|
||||||
@@ -39,7 +34,7 @@ export default function Home() {
|
|||||||
<div>service:matrix - chat.uwwshka.cc</div>
|
<div>service:matrix - chat.uwwshka.cc</div>
|
||||||
|
|
||||||
|
|
||||||
<div align="center">host by senko.digital </div>
|
<div align="center" className="two-color">host by senko.digital </div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user