Parallax redesign: Tailwind removed, plain SCSS, resume content updated - #2
Merged
Conversation
Extracts all site content into src/data/resume.js: profile, jobs matching the current resume PDF (SageReport removed, CMN Level 3 is the current role), grouped skills, projects, recommendations, and the latest blog post for the upcoming blog spotlight section. Serves the resume PDF from public/ instead of Dropbox and commits local copies of the CMN and Grow America logos.
Full visual rebuild on the existing design-token system: - Three-tier dependency-free animation system: v-reveal directive (IntersectionObserver, one-shot, staggered), rAF transform parallax for the layered hero, and CSS scroll-driven view() timelines behind @supports for orb drift and the experience timeline progress line. All motion honors prefers-reduced-motion. - New component tree (layout/sections/ui) driven by src/data/resume.js, including the new BlogSpotlight section promoting the latest post from The Commit, placed right after the hero with its own nav item. - Plain SCSS architecture (abstracts/base/layout/components) with breakpoint and utility mixins injected into SFC styles via Vite. The .dark selector now exists in exactly one place. - Inline SVG AppIcon registry replaces 18MB of vendored icon fonts; CSS scroll-snap row replaces tiny-slider; glass navbar with IntersectionObserver scroll-spy replaces manual scroll listeners. - Drops tailwindcss, postcss, autoprefixer, tiny-slider, feather-icons and the Tailwind/PostCSS configs. Section ids renamed (recommendations fixes the old #project/#projects collision). Lint step added to CI.
eslint-plugin-vue 10 makes vue-eslint-parser a peer dependency and the imported lockfile pinned a stale v8, so .vue files fell back to espree and failed to parse. Adds vue-eslint-parser 10, includes the flat/base config, and moves to ESLint 10. Also documents the new architecture in the README and bumps the version to 2.0.0.
nickmblain
temporarily deployed
to
github-pages
August 21, 2026 17:04 — with
GitHub Actions
Inactive
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
Verification