diff --git a/public/pfp.jpeg b/public/pfp.jpeg new file mode 100644 index 0000000..3d8f8ef Binary files /dev/null and b/public/pfp.jpeg differ diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a31332d..ad5ad13 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -4,7 +4,7 @@ export const metadata = { title: 'storbies my beloved', authors: { name: 'Nikola Kubiczek' }, description: 'my things', - colorScheme: 'dark', + colorScheme: 'light', viewport: 'width=device-width,initial-scale=1.0', icons: ['icon.png'], }; diff --git a/src/app/page.tsx b/src/app/page.tsx index 3c8456f..cb8ea27 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,229 +1,128 @@ 'use client'; -import { useState } from 'react'; import Image from 'next/image'; -import { motion } from 'framer-motion'; -import MD5 from 'crypto-js/md5' - -import blahaj from '../../public/blahaj.webp'; -import gitlab from '../../public/gitlab.svg'; -import picrew from '../../public/picrew.png'; - +import pfp from '../../public/pfp.jpeg'; export default function Home() { - const [COTD, setCOTD] = useState(false); - const date = new Date(); - const [day, month, year] = [ - date.getDate(), - date.getMonth() + 1, - date.getFullYear(), - ]; - - const hash = MD5(`${day}.${month}.${year}`) - const [C, M, Y, K] = hash.words.map(x => (x + 2 ** 31) / (2 ** 32)); - - const R = Math.round(255 * (1 - C) * (1 - K)); - const G = Math.round(255 * (1 - M) * (1 - K)); - const B = Math.round(255 * (1 - Y) * (1 - K)); - - const RGB = R.toString(16).padStart(2, '0') + G.toString(16).padStart(2, '0') + B.toString(16).padStart(2, '0'); - - const items = [ - { - name: 'eParafia', - class_: 'hover:border-[#466e83] hover:bg-[#365e70]', - link: 'https://eparafia.eu', - }, - { - name: 'Podlaski ZBS', - class_: 'hover:border-[#7c626c] hover:bg-[#6f6f71]', - link: 'https://podlaskizbs.pl', - }, - { - name: 'Ikubi', - class_: 'hover:border-[#7c626c] hover:bg-[#6f6f71]', - link: 'https://ikubi.pl', - }, - { - name: 'nyaa', - class_: 'hover:border-[#466e83] hover:bg-[#365e70]', - git: 'https://gitlab.com/yaemiku/nyaa', - desc: `it's a script, dummy!`, - }, - { - name: 'Puchar LO V', - class_: 'hover:border-[#7f7f84] hover:bg-[#6f6f71]', - link: 'https://puchar.lo5.bielsko.pl', - git: 'https://gitlab.com/yaemiku/puchar', - full: true, - }, - ]; - return ( -
-
-
- -
-
-
-
-
-
-
- My Picrew -
+
+
+
+ My Picture
-
-

- - - 🐀  - +
+
+ Nikola Kubiczek 🏳️‍⚧️ + + (she/her) -
- Nikola Kubiczek - - (she/her) - -
- - -  🦈 - - -

- -

- me@yaemiku.dev +

+
    +
  • + + me@yaemiku.dev + {' '} pgp key - click on the emojis !! -

    -
    +
  • +
  • + + nikola.kubiczek@proton.me + +
  • +
-
-
-
- Why be serious when you can just be silly ??? -
- -
-
-

My blog !!

- - https://blog.yaemiku.dev - -
- {items.map(({ name, class_, link, git, full, desc }, i) => ( -
- {git ? ( - <> -
-

{name}

- {link ? ( - - {link} - - ) : ( - {desc} - )} -
- - - gitlab - - - ) : ( - <> -

{name}

- - {link} - - - )} -
- ))} -
setCOTD(!COTD)} - title='How does it work?' - className="flex flex-col items-center col-span-full p-small rounded-md border border-zinc-700 hover:border-[#7f7f84] cursor-pointer" - > - Color of the day! - -
- Take the current date: - {day}.{month}.{year} - Apply MD5: - {hash.toString()} - Finally, separate this hash into 4 uint32 words, divide them by 2^32 and you're good to go :{')'} - -
-
- - C: {Math.round(C * 100)}%{' '} - M: {Math.round(M * 100)}%{' '} - Y: {Math.round(Y * 100)}%{' '} - K: {Math.round(K * 100)}% - - - R: {R} G:{' '} - {G} B:{' '} - {B} - -
+
+
+

About me

+
+ Dyed hair and pronouns, what more can I add?? I love goth music, + really into overall fashion and makeup as well. I like to knit and + crochet. I don't drink alcohol or take drugs, but I smoke quite a + bit. Love everything coffee, tea (not black) and matcha - with the + last being my favourite. Like walking, especially at night. + Definitely a cat person. I think self-expression and emotional + maturity are really important.
- - blahaj -
- u/markyminkk on r/BLAHAJ -
-
+
+ I'm studying mathematics at the University of Warsaw. I have been + considering IT, however mathematics is the love of my life and an + absolute passion. I graduated a STEM highschool in Bielsko-Biała. If + I'm not sleeping, studying or raving there's a chance I'm working on + a project. I mainly create full-stack websites on the smaller side. + Some examples of what I've done: + + As for technologies I feel really comfortable working with: +
    +
  • linux (power user since at least 4 years)
  • +
  • docker
  • +
  • python
  • +
  • django
  • +
  • nodejs
  • +
  • nextjs
  • +
  • 11ty
  • +
  • tailwindcss
  • +
+
+
+
+

Contact

+
+ Feel free to message me. Here are a few links, that might prove + useful sometimes + + And if you'd want to send me crypto +

+ cosmos1gy6tg8jaf4qwmpug8jp8kqnyy9en3lmjxq0twf +

+
+