This repository was archived by the owner on Mar 26, 2026. It is now read-only.
Open
Conversation
JasperNoBoxDev
added a commit
that referenced
this pull request
Mar 2, 2026
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
JasperNoBoxDev
added a commit
that referenced
this pull request
Mar 2, 2026
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
JasperNoBoxDev
added a commit
that referenced
this pull request
Mar 2, 2026
* Initial commit * Add Collins-inspired NoBoxDev website redesign (#1) Full Next.js 15 rebuild with editorial design: dark hero, capabilities grid, horizontal-scroll case studies with 3D hover effects, philosophy section, contact CTA, and page-level mouse glow effect. Psychology + AI positioning throughout, using Aeonik + Arbeit fonts with coral/purple brand palette. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> * Add static export and GitHub Pages deployment (#3) Configure Next.js static export with unoptimized images, add GitHub Actions workflow for auto-deploy to GitHub Pages on push to main, and add CNAME for noboxdev.com custom domain. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> * Switch deployment from GitHub Pages to Cloudflare Pages (#5) Replace GitHub Pages workflow with Cloudflare wrangler deploy. Remove CNAME file (custom domain configured in Cloudflare dashboard). Closes #4 Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> * Fix Cloudflare Pages deploy: create project before first deploy (#6) Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> * Add Baseline V2 proposal website (#7) * Fix Cloudflare Pages deploy: create project before first deploy Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Add Baseline V2 proposal as scrolling website with inline mockups Rebuild the proposal page from a PDF-style deck into a proper scrolling website with sticky nav, section anchoring, and inline HTML/CSS app mockups. Features password gate, 7 feature sections with phone/web mockup frames, color-varied backgrounds (dark, purple, coral), timeline, pricing table (€15,000), and responsive layout. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> * Add Baseline Proposal Phase 2 with Baseline-only branding New route at /BaselineProposalPhase2 with all NoBoxDev colors (coral, purple) replaced with Baseline brand palette. Login mockup uses dark Baseline theme. Cover and footer sections use original orange gradient. Polygon mirrored to left side on cover. Nav uses Baseline app icon instead of NoBoxDev logo. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Implements dark mode toggle using CSS custom properties.