back to index.html

Log.html

description


16.08.26
Created project and basic structure with utilitary pages (like this one), the css file and the home page

17.08.26
Updated the css to add a bit of style and esthetic to the website to make it a bit more alive. I still haven't added any actual content but at least there's a visual. Also aded comments on the code so its easier to find stuff.

19.08.26
Minor changes on the style, tried things and played with CSS a bit. I should maybe think of ways to display special pages efficiently like lists or grids without just filling the css file with useless and unoptimised code. I've also updated a lot of comments to make it clearer in the future what eahc part should do before getting messy with a lot of elements doing too much things at the same time.

24.08.26
Had to change the links inside the navbar. At first I wanted to make every subject has it's own link but it makes it look like a mess and the responsive part works wierdely because of that.

26.08.26
Been thinking about the way the navbar should work on mobile devices. instead of changing the layout at a specific size, I just turn it into a floating object activated by a button. I didn't wanted to do this at first cause I HATE using JS on websites. It was a lot easier to do that I tough so at least it's done now. I also tried adding a button to switch the navbar side but it was just some bs I'm not keeping it. I still got the code if I need to add it later but it's truely useless.

29.08.26
Added a little window effect on top of the navbar on small screens for style. Still need a bit of style but I'll do it with the whole website of the aesthetic doesn't fit me later.

30.08.26
Added style for the index page. This is not the final result but It looks good enough for now. I'd like this page to look a bit like a linktree page as an introduction of all my socials and activities. I'll also probably add a container for images so I can display some art and even maybe try to make it random.

31.08.26
I added almost all my drawings on the draw.html page. glad I have the json file it makes everything way easier.