Commit Graph

16 Commits

Author SHA1 Message Date
Jeff Emmett 0651fe1896 fix: ensure Getting Started section is full-width page break
- 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>
2026-02-24 17:53:11 -08:00
Jeff Emmett 70444d4037 fix: add cadcad.org and www.cadcad.org Traefik routing
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>
2026-02-24 17:40:43 -08:00
Jeff Emmett 5b517eac19 fix: make Getting Started section full-width blue section break
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>
2026-02-24 17:34:27 -08:00
Jeff Emmett f227eb38c8 fix: reposition hero banner image above text with hexagon shifted up
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>
2026-02-24 17:32:49 -08:00
Jeff Emmett 63cb277d61 Add Docker healthcheck to docker-compose.yml
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 17:48:41 -07:00
Jeff Emmett c2234ee0f9 Add .dockerignore for optimized Docker builds
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 17:48:27 -07:00
Jeff Emmett e67af9fe34 chore: initialize backlog and add website recreation task
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-09 20:49:24 +00:00
Jeff Emmett 3ae105ec3e fix: match footer and fonts to original cadcad.org
- 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>
2026-02-09 18:43:35 +00:00
Jeff Emmett 7adb8bf1a2 fix: use colored cadCAD logo above title in hero banner
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>
2026-02-09 18:40:55 +00:00
Jeff Emmett 39074249b7 feat: add logo above title and full acronym to hero banner
- 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>
2026-02-09 18:38:22 +00:00
Jeff Emmett eb19c8e2a3 fix: update footer to match original cadcad.org content
- 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>
2026-02-09 18:37:19 +00:00
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