tidying up stuff i forgot to change

This commit is contained in:
sundae 2025-08-10 17:05:40 +03:00
parent c091831537
commit f20b697aed
No known key found for this signature in database
77 changed files with 1014 additions and 660 deletions

View file

@ -3,6 +3,6 @@ title: Version 1
---
![](/assets/img/changelog/ver1.png)
* Changed backgrounds
* New vector icon of Sunny as the inner background
* Orange-yellow radial gradient for the outer background
* Changed `backgrounds`
* New vector icon of Sunny as the inner `background`
* Orange-yellow radial gradient for the outer `background`

View file

@ -1,4 +1,4 @@
* Changed [Gallery](/gallery)
* Implemented [CSS Grid](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_grid_layout)
* Implemented [CSS Grid layout](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_grid_layout)
* Removed Sunny's portrait from the sidebar
* Drafted ~~About~~

View file

@ -4,14 +4,14 @@ title: Version 3
![](/assets/img/changelog/ver3.png)
Some considerations were put into making page elements stand out more. I tried to remove redundant CSS rules and HTML nesting when necessary, and tried my best to conform to semantic HTML.
Some considerations were put into making page elements stand out more. I tried to remove redundant rules and nesting when necessary, and tried my best to conform to [semantic HTML](https://developer.mozilla.org/en-US/curriculum/core/semantic-html/).
* Added [Changelog](/changelog)!
* Merged Sidebar and topbar into a single `JS` file
* Previously implemented with seperate scripts for each list, which meant that I still had to update every page
* Previously implemented with seperate `scripts` for each list, which meant that I still had to update every page
* Buttons are more visually distinct and don't have issues with readability
* No more shiny buttons...
* Changed backgrounds
* Converted `SVG` backgrounds to `PNG`
* Changed `backgrounds`
* Converted from `SVG` to `PNG`
* This should hopefully fix most performance issues on low-end devices, like phones
* Updated my 88x31 button [![](/assets/img/button/sunbun_b.gif "sunbun")](/)

View file

@ -6,7 +6,7 @@ title: Version 4
* Shiny buttons are BACK!
* Buttons now have less intense borders than previously, for readability
* Changed backgrounds
* Changed `backgrounds`
* Different color gradients for each page
* Added new fonts
* Added [Blog](/blog)
@ -14,7 +14,7 @@ title: Version 4
* Moved back to ~~About~~ as randomized on-page-load sprites. It felt a bit excessive to have a whole page dedicated to something I don't think about that often
* Replaced all `WEBP` images with lossy `PNG` via [pngquant](https://pngquant.org/) and optimized most images with [oxipng](https://github.com/shssoichiro/oxipng)
* Fixed weird behaviour with the [`float` property](https://developer.mozilla.org/en-US/docs/Web/CSS/float) on the sidebar
* Hovering over items would sometimes reset the value back to initial. Substituted it with padding on the main and aside elements
* Hovering over items would sometimes reset the value back to initial. Substituted it with padding on the `main` and `aside` elements
* Changed [Changelog](/changelog)
* Changelog is now Windows 98-themed
* Changed sidebar

View file

@ -0,0 +1,8 @@
* Polished the old theme
* Changed [Home](/home)
* Added `details` (dropdown menus) to [interests](/home#interests)
* Changed [Gallery](/gallery)
* Artwork pages themselves are now more modular
* Added a counter if there's multiple artworks in one entry
* Added missing `h1 a` links
* Changed `font-size` on some pages to be slightly bigger