Add freelance route with Tailwind rebrand and transparent Toggl reporting - #14
Open
volcodes wants to merge 1 commit into
Open
Add freelance route with Tailwind rebrand and transparent Toggl reporting#14volcodes wants to merge 1 commit into
volcodes wants to merge 1 commit into
Conversation
…ting Introduce a new /freelance route showcasing freelance/contract services with a modern, trend-forward design built in Tailwind CSS. - New /freelance page (hero, services bento grid, engagement models, Toggl-based time-reporting section with a live report mockup, process timeline, and contact CTA) - Set up Tailwind CSS scoped to new routes only: preflight disabled and utilities scoped under `.tw` so the existing bespoke SCSS pages are untouched and never restyled - Add an additive freelance teaser section on the homepage and Freelance links in the header and footer - Register /freelance for prerendering and the sitemap Existing pages and styling are left fully intact. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KQoxb1kAhj9b2wmztSALAm
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Overview
Adds a new, trend-forward
/freelanceroute that positions you for freelance & contract work, with a centerpiece section demonstrating how you report time transparently with Toggl. Built with Tailwind CSS, introduced as the styling foundation for new pages.A core constraint of this PR: existing pages are not broken or restyled — only new routes are added, plus a few small additive links for discoverability.
What's new
New route:
/freelanceAdditive, non-breaking touches
Freelancelink in the header nav and footer/freelanceregistered for prerendering and the sitemapTailwind setup (safe coexistence with existing SCSS)
preflightis disabled so it never resets the existing bespoke SCSS pages.tw(viaimportant: '.tw'), so Tailwind reliably wins inside the new pages and the old SCSS pages are completely unaffected (this resolves a.gridclass-name collision between Tailwind and the existing global SCSS)assets/styles/colors.scss(navy background, green brand accent) so new and old stay visually consistentVerification
npm run buildsucceeds;/freelanceprerenderseslintclean on all new/modified files; existing test suite passesNote (pre-existing, unrelated)
pages/projects.vuereferences four screenshots that are not committed (edtech-admin-screenshot.jpg,edtech-infra-screenshot.jpg,student-reading-screenshot.jpg,voice-clone-screenshot.jpg) — likely missed in a recent project update. These break a full production build independently of this PR. I verified my work with temporary local placeholders (not committed). Adding the real screenshots will make the production build green.🤖 Generated with Claude Code
Generated by Claude Code