Add interactive about page with career timeline#16
Open
mattarderne wants to merge 2 commits intomasterfrom
Open
Add interactive about page with career timeline#16mattarderne wants to merge 2 commits intomasterfrom
mattarderne wants to merge 2 commits intomasterfrom
Conversation
- Create new interactive about layout with slide-based navigation - Add career data structure in YAML for easy updates - Implement scroll-triggered animations with Intersection Observer - Add keyboard navigation (j/k, arrow keys) - Include "Copy for AI" button for LLM context - Create /about.txt endpoint for machine-readable export - Add JSON-LD structured data for SEO - Keep minimalist design aesthetic with subtle animations - Backup original about.md as about-old.md https://claude.ai/code/session_01WtaKn5SJJpE5PyDADYErwP
- Desktop: Fixed 56px sidebar with icon navigation + tooltips - Mobile: Bottom sheet with 4-column grid navigation - Site links: Home, Writing, Sailing, Photos, About - Slide progress dots centered with hover labels - Contact icons at bottom (Email, GitHub, LinkedIn) - Proper responsive breakpoints at 768px - Safe area insets for mobile notch https://claude.ai/code/session_01WtaKn5SJJpE5PyDADYErwP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Replaces the static about page with an interactive, scrollable career timeline experience. This new layout presents Matt's professional journey as a series of slides with rich context about each chapter, including what was done, why it mattered, and key learnings.
Key Changes
_data/career.yml): Centralized career information organized by chapters with structured fields (what_i_did, why_i_chose_this, what_i_learned, pivot_moment)_layouts/about-interactive.html): Full-page slide-based experience with:about.html)about.txt) for LLM contextNotable Implementation Details
Files Changed
_data/career.yml,_layouts/about-interactive.html,about.html,about.txtabout-old.md(archived previous version)https://claude.ai/code/session_01WtaKn5SJJpE5PyDADYErwP