From 80e8b364a65ed501a44b14bac929ffa406f657a3 Mon Sep 17 00:00:00 2001 From: "Patrick Jr." Date: Fri, 31 May 2024 22:23:20 +0100 Subject: [PATCH] Enhanced Changelog Page --- _sass/_code.scss | 6 ++- pages/changelog.md | 109 +++++++++++++++++++++++++++------------------ 2 files changed, 70 insertions(+), 45 deletions(-) diff --git a/_sass/_code.scss b/_sass/_code.scss index 503000f..1b06a0d 100644 --- a/_sass/_code.scss +++ b/_sass/_code.scss @@ -5,9 +5,13 @@ pre { code { padding: .25em .5em; font-size: .8rem; - background-color: #f5f5f5; + background-color: #8bc34a; border-radius: 3px; + font-weight: 900; + color: white; + text-shadow: 1px 1px 2px rgba(0,0,0,0.5); } + pre { display: block; margin-top: 0; diff --git a/pages/changelog.md b/pages/changelog.md index 66854ba..16bf0ec 100644 --- a/pages/changelog.md +++ b/pages/changelog.md @@ -3,49 +3,70 @@ layout: page title: Changelog permalink: /changelog --- -**May 31, 2024** -- Fixed Mobile Layout not displaying images. -- Added two new shots for Fallout 4. -- Updated Swipebox CSS from new CDN. -- Updated jQuery version and source URL. -- Updated Swipebox JavaScript source path. -- Added /changelog to the nav bar instead of the icon. - -**May 29, 2024** -- Reuploaded Fallout 4/Division 2. -- Added Vibrant.js. -- Reuploaded images, added "Ghost of Tsushima" and "Little Kitty, Big City," updated gallery, sorted items alphabetically. - -**April 27, 2024** -- Updated Fallout-4.json. - -**March 29, 2024** -- Updated header.html. -- Removed Hamburger Menu, 4 Row. - -**March 25, 2024** -- Fixed Broken Favicon. -- Updated favicon.ico. -- Updated footer.html. -- Website update: Rounded corners, hover effect, layout adjustments, game galleries. -- Updated 404.md. - -**March 24, 2024** -- Updated 404.md. - -**March 7, 2024** -- Updated google-analytics.html. -- Updated settings.yml. -- Homepage: grids, custom 404, RDR2, Control images. - -**March 3-4, 2024** -- Various updates to _header.scss, pig.js, main.scss. -- Division 2 updates, layout, fonts, dynamic gallery size adjustment. - -**March 2, 2024** -- Styling fixes, banner-offset change, thumbnail displays fixed. -- Multiple README.md updates. -- Post and asset changes. -- Updated featured-post.html, Fallout-4.json, Gemfile. + + +### May 31, 2024 +- **Fixed Mobile Layout**: + - Issue resolved: Images now display correctly on mobile devices. +- **Added New Shots for Fallout 4**: + - Two new screenshots added to the Fallout 4 gallery. +- **Updates**: + - Swipebox CSS updated from new CDN. + - Updated jQuery version and source URL. + - Updated Swipebox JavaScript source path. + - Spruced up the Changelog Page. +- **Navigation Enhancement**: + - `/changelog` now included in the navigation bar instead of the icon. + +### May 29, 2024 +- **Content Updates**: + - Reuploaded Fallout 4/Division 2 content. + - Added Vibrant.js. + - New images: "Ghost of Tsushima" and "Little Kitty, Big City". + - Gallery updated; items sorted alphabetically. + +### April 27, 2024 +- **Content Update**: + - Updated Fallout-4.json. + +### March 29, 2024 +- **Layout Adjustments**: + - Updated header.html. + - Hamburger Menu (4 Row) removed. + +### March 25, 2024 +- **Website Improvements**: + - Favicon issue resolved. + - Favicon.ico updated. + - Footer.html updated. + - Website enhancements: Rounded corners, hover effects, layout adjustments, game galleries. + - 404.md updated. + +### March 24, 2024 +- **404 Page Update**: + - Updated 404.md. + +### March 7, 2024 +- **Settings Update**: + - Updated google-analytics.html. + - Updated settings.yml. +- **Homepage Enhancements**: + - Grid layout implemented. + - Custom 404 page added. + - RDR2 and Control images updated. + +### March 3-4, 2024 +- **Styling Updates**: + - Various updates to _header.scss, pig.js, main.scss. + - Division 2 updates: Layout adjustments, font updates, dynamic gallery size adjustment. + +### March 2, 2024 +- **Styling Fixes**: + - Banner-offset adjusted. + - Thumbnail display issue fixed. +- **Content Updates**: + - README.md updates. + - Post and asset changes. + - Updated featured-post.html, Fallout-4.json, Gemfile. For detailed information, visit the [repository commit history](https://github.com/PatrickJnr/vp/commits/main/). \ No newline at end of file