diff --git a/app/globals.css b/app/globals.css index a2dc41e..b9065d2 100644 --- a/app/globals.css +++ b/app/globals.css @@ -14,7 +14,7 @@ @media (prefers-color-scheme: dark) { :root { - --background: #0a0a0a; + --background: #505050; --foreground: #ededed; } } diff --git a/app/layout.tsx b/app/layout.tsx index 976eb90..e4b4b2c 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -13,8 +13,8 @@ const geistMono = Geist_Mono({ }); export const metadata: Metadata = { - title: "Create Next App", - description: "Generated by create next app", + title: "about:uwu", + description: "meow uwu owo", }; export default function RootLayout({ diff --git a/app/page.tsx b/app/page.tsx index 57a9146..1127788 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,24 +1,35 @@ import Image from "next/image"; export default function Home() { - return ( -
-
- Next.js logo -
-

- hi hi hi -

+ return ( +
+ Background +
+
+
about:nouwushka
+
name: zhenya/nouwushka
+
pronouns: she/her
+
language: ru >native<, en >A2<, heb >A1<
+
hobby: programming, art, philosophy
+
occupation: none
+
contact me: link.uwwshka.cc
+ + +
about:services
+
service:gitea - git.uwwshka.cc
+
service:matrix - chat.uwwshka.cc
+ + +
host by senko.digital
+
-
- ); + ); } diff --git a/public/bg.png b/public/bg.png new file mode 100644 index 0000000..966d16a Binary files /dev/null and b/public/bg.png differ