- New profile image positioning
- Fixed formatting on main content in index.html
- Fixed transition issue that gave the appearance of items slightly shaking, especially on smaller devices
- Updated fade in transition
- Text capitalization in links
- Adjusted formatting on versions page
- Slightly reduced font size on small-width devices to improve overall readability
- New background image!
- New profile image (finally)!
- Changed meta tags
- Added simple programming joke API request page here
(Update 01/23/23: the above feature has been removed)
- Formatting changes of bottom menu
The site finally has some new updates! A lot of these changes have to do with updates to the previous CSS implementation, which had some issues. For example, the menu on the bottom of the screen did not have universal formatting. Instead, it had a position style of relative and the margin-top size was being changed to suit the specific page's content. Instead, the new version has absolute positioning (until the screen height reaches a certain value). Furthermore, the content on the main page was positioned haphazardly, which was changed with this release. The new joke page doesn't have much more function than my brief practice with API requests. Unfortunately, the CSS on this site is still a bit cluttered, though it has been improved since the last release. Especially for the release of my main site, I want to prioritize organization and a more structured approach to my styling. On this site, I also have been working on a dark mode/light mode feature, though this has not been completed yet. This site has needed some changes since its last release in February, and it finally got them. More to be released soon!