Commit graph

16 commits

Author SHA1 Message Date
Claude
d19624b459
fix: add missing pages and fix footer navigation links
- Fix FooterSection.astro links from "#" placeholders to actual page URLs
- Create products.astro page with purple theme
- Create community.astro page with green theme
- Create docs.astro page with light blue theme
- Create about.astro page with pink theme
- All new pages include responsive mobile styles
2026-01-19 06:39:33 +00:00
Claude
983ebe4654
fix: add responsive breakpoints for mobile and tablet sizing
- Add tablet breakpoint (1024px) for grids, typography, and flow diagram
- Add mobile breakpoint (600px) with single-column grids and scaled typography
- Fix flow diagram to stack vertically on mobile with rotated arrows
- Add responsive styles to entity pages (labs, foundation, corporation)
- Scale down hero titles, section titles, and padding for smaller screens
2026-01-19 06:33:09 +00:00
680438af37
modified: src/pages/labs.astro 2026-01-19 01:19:50 +00:00
ece13c3e2b
modified: src/pages/labs.astro 2026-01-19 00:26:36 +00:00
cfc96104d0
modified: src/pages/index.astro 2026-01-19 00:05:05 +00:00
cafc3165cd
modified: src/components/HeroSection.astro 2026-01-19 00:02:03 +00:00
1a0030b01c
modified: public/global.css 2026-01-19 00:00:04 +00:00
8b798493f7
modified: src/pages/index.astro 2026-01-18 23:58:06 +00:00
df49315fde
new file: src/components/LanguageSwitcher.astro 2026-01-18 23:55:47 +00:00
467c2f7a00
modified: src/pages/index.astro 2026-01-18 23:35:44 +00:00
7e2a73f2d4
modified: public/global.css 2026-01-18 23:28:38 +00:00
2f653e4112
new file: src/components/TestimonialsSection.astro 2026-01-18 23:24:59 +00:00
dca212d0b2
new file: src/components/NewsletterSignup.astro 2026-01-18 22:52:09 +00:00
9060797278
Move all Astro project files to repo root for Railway deployment (final cleanup) 2026-01-18 21:46:00 +00:00
e6de91dacc
Move Astro project to repo root for Railway deployment 2026-01-18 21:43:50 +00:00
bc2962b392
Initial commit 2026-01-18 13:55:59 -07:00