Hello there :)

I GOT THEM COLORS

25/05/2023

I like how this looks color-wise. I feel like there's still much tuning I could do. To get this color palette I started with some colors I took from the palette of Yelan (Genshin Impact):

  • #D0E2EC
  • #4FDCF9
  • #3577C7
  • #142F90

With those blue toned colors, I started throwing any other color into the mix that made me go "hmmm this will fit".


literally me

It was fun embelishing the colors on here and I learned how to use variables in CSS: I used them to store custom hexcodes in variables that'd be called later and also to store the configuration for borders.


Declaration example:
::root{
    --pavo1: #ffb1b1;
    --pavo2: #baf5ff;
    --columbia-blue: #D0E2EC;
    --border-config-2: 0.5em double var(--columbia-blue);
}

Example calling the variables:
h1{
    background-color: var(--pavo1);
    color: var(--pavo2);
    border: var(--border-config-2);
}
                
Results in:

Parangaricutirimícuaro


LMAOOOO reading "Parangaricutirimícuaro" in those colors and font was so funny to me for no reason at all, maybe I should sleep after all.

PS: the pre-tag and Parangaricutirimícuaro texts are overflowing but I'm going to sleep and fix that any other day. BYE BYEEEEEE.

PS2: Already fixed it later this day B)

I NEED NEW COLORS.

23/05/2023

I just added that "about me" section that should appear to the right of your screen if you're viewing on desktop. If you're on mobile... It should appear near the end of the page! (but not in the end), just before the end, yeah there. I dislike the large amount of text present there but in time I'll find some way to deal with that lol.


Anyways, I'll go get some sleep

This site is under construction.

Cool stuff

Geolocator

placeholder longcat

me when the

¡Thank you for visiting my site! Here's some info about me :)

I'm from Venezuela , currently living in Maracaibo. As of this writing I'm on my last year of university and hopefully by this time next year I'll have my CSE degree.

How did I get here?

A friend showed me some sites from Neocities and, naturally, as the zoomer that I am, I instantly fell in love with the 2000's and early 2010's aesthetics which their creators poured into them. Consequently I felt compelled to start mine too, mainly as a mean of practicing my inmature web-development skills and having a diary of sorts too.


Feel free to follow this site on Neocities.org to join the ride as I develop the site ;D