- Add explicit w-full on section element
- Replace Tailwind container class with max-w-7xl for cleaner width control
- Add overflow-x: hidden on body to prevent edge gaps
- Increase vertical padding for stronger visual page break effect
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The Traefik router was only configured for cadcad-staging.jeffemmett.com,
causing cadcad.org to return a 404 from Traefik's default handler.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Change background to cadCAD blue with white text and light blue links
to create a proper visual section divider.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Move background image from CSS background to full-bleed Image element,
remove CadCADLogo component, and anchor title text to lower third of hero.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add BlockScience logo back to "Created by" section
- "BlockScience" is now a link in cadcad-lightblue color
- Remove cadCAD logo from footer
- Center-align three footer columns: Product, Join our community, Support us
- Match original link styles (text-gray-800, hover:text-pink-500)
- Switch from Geist to system-ui font stack matching original site
- Match original font sizes (text-3xl for attribution heading, text-xl for description)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Swap white logo variant for the blue/colored version so it stands
out above the cadCAD heading on the dark background.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Place white cadCAD logo above the "cadCAD" heading
- Add "Complex Adaptive Dynamics Computer-Aided Design" subtitle
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Remove copyright and "All rights reserved" text
- Add "Created by BlockScience" with proper description
- Update Product links: Github, Video tutorials, Inspirational videos,
List of related resources, Join our community
- Update Community links: Discord, Discourse, Telegram, Twitter
- Rename Resources to "Support us" with OpenCollective and ETH address
- Remove unused Image import and BlockScience logo
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
SVGs loaded via <img> tags require xmlns="http://www.w3.org/2000/svg"
to render in browsers. Also removed leftover class="my-6" from HTML
extraction and fixed invalid fill="cadcad-blue" in YouTube SVGs.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- cadcad-blue is #161645 (dark navy), NOT #16ABF9 (that's the logo accent)
- cadcad-lightblue is #55D0FF (soft sky blue), hover is #21c0fc
- Hero background uses original cadcad_Bg.png (dark navy with hexagonal geometry)
- Fixed all SVG icons: fill="currentColor" replaced with explicit colors
- Nav icons: white variant for dark header, gray for scrolled white header
- Getting started icons: dark navy (#161645)
- Logo: separate white SVG variant instead of CSS brightness hack
- Use case numbers: outlined circles (border-cadcad-lightblue) not filled
- Community button: text-gray-800 on lightblue bg (matches original)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Extracted real SVG logo (265x72) from cadcad.org source
- Downloaded all 11 original SVG icons (nav + getting started sections)
- Downloaded BlockScience logo (webp) and OG image
- Downloaded original favicon.ico
- Switched from dark theme to original white/light theme
- Brand colors: cadcad-blue (#16ABF9), cadcad-lightblue (#16F7F9)
- Header: transparent on hero, white on scroll (matches original)
- Hero: gradient blue background with white text
- Why/How/What: blue background cards with white dividers
- Getting Started: 6-column grid with original icons
- Community/Donation: split layout matching original
- Footer: BlockScience logo, 4-column links, ETH address
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Next.js 16 + TypeScript + Tailwind CSS 4
- Dark theme with animated network node background
- All original sections: Hero, Why/How/What, Capabilities, Code Example, Getting Started, Community
- All original links preserved (GitHub, Discord, Telegram, YouTube, etc.)
- Docker + Traefik deployment ready
- Responsive design with mobile hamburger menu
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>