Skip to content

Commit

Permalink
Enhanced Changelog Page
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickJnr committed May 31, 2024
1 parent f64c986 commit 80e8b36
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 45 deletions.
6 changes: 5 additions & 1 deletion _sass/_code.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
109 changes: 65 additions & 44 deletions pages/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

0 comments on commit 80e8b36

Please sign in to comment.