Commit Graph

5 Commits

Author SHA1 Message Date
Jeff Emmett 5114b53f0d fix: add xmlns attribute to all SVGs and remove leftover class attrs
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>
2026-02-09 14:05:49 +00:00
Jeff Emmett bae91a2207 Fix colors, icons, and background to match original cadcad.org exactly
- 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>
2026-02-09 13:59:40 +00:00
Jeff Emmett 1371f2cd20 Use original cadCAD logo, icons, and brand colors from cadcad.org
- 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>
2026-02-09 13:50:43 +00:00
Jeff Emmett dabc85b586 Initial cadCAD.org website recreation
- 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>
2026-02-09 13:38:36 +00:00
Jeff Emmett 69acbae09f Initial commit from Create Next App 2026-02-09 13:27:46 +00:00