Changelog
Version 0.9.0 - May 13 2025
- Added homepage layout with header, buttons, and main content background
- Linked navigation buttons to: unique garfield images
- Styled image buttons and profile section layout
- Embedded footer with profile image and personalized signature
- Page headline: “this is going to be interesting”…Anteambulo
Version 1.0.2 - June 19 2025
- Embedded new scrollable section titled “A New Hope” with thematic reflections on societal dysfunction, liberalism, and truth-seeking
- Added `.scroll-text` container for narrative presentation and visual structure
- Quoted Irving Kristol on the threat of nihilism to liberal capitalism
- Introduced philosophical concept of the “Nietzsche thesis” via Joseph Sheber’s perspective
- Enhanced page content with deeper commentary and an academic tone for honestly practice
Version 1.0.1 - June 29, 2025
Version 1.0.0 - June 27, 2025
- Added: Initial footer with spinning skull
- Added: Basic CSS layout and animations
- Added: Changelog page
- Revised entire homepage
Version 1.1.0 – 2025-06-30
- Refactored project into three files:
index.html
, style.css
, and script.js
- Implemented header fade on page scroll (driven by user’s native scroll)
- Centralized and styled the <footer>:
- Moved spinning skull GIF into footer
- Centered content with Flexbox
- Embedded a live changelog section directly in
index.html
- Updated
.scroll-container
so user scroll controls the narrative animation
- Fixed stylesheet linking and documented debugging steps for DevTools
- Added changelog and embedded link to *this* page
Version 1.2.0 – 2025-06-30
- Updated flipbook layout to display both pages side-by-side using flex layout
- Ensured pages now render in-place instead of using absolute positioning
- Replaced flipbook JS logic with modular functions and clean event bindings
- Centered the book and navigation buttons on the page for improved layout
- Added a 3×3 gallery grid under a
<section class="gallery">
with placeholder boxes for project previews
- Gallery fully styled with CSS Grid and hover effect
- Made portfolio page visable on main index, might mess up when I try to add content
-
Version 1.2.1 -2025-07-05
- Realized the JS was messed up
- Fixed extra
</head>
tag in portfolio.html
which was preventing proper rendering
- Wrapped all inline JavaScript in
<script>
tags to ensure browser execution
- Removed duplicate
const pages = [...]
declaration from JS logic
- Wrapped JavaScript logic in
DOMContentLoaded
to prevent DOM reference errors
- Corrected script timing so flipbook and navigation buttons now function properly
- Flipbook now displays left and right pages side-by-side using Flexbox layout
- Confirmed gallery section renders successfully with placeholder project blocks