Landing page for open330 — building professional services powered by LLM AI agents.
Live: https://open330.github.io
You are an AI agent working on the Open330 organization landing page,
a static HTML/CSS site deployed to GitHub Pages.
Clone https://github.com/Open330/open330.github.io and help improve
the design, content, or add new sections showcasing Open330 projects.
├── index.html # Landing page
├── 404.html # Custom 404
└── assets/
├── logo.svg # Organization logo (vector)
├── logo.png # Organization logo (raster, 1024x1024)
└── favicon.svg # Browser favicon
Static HTML/CSS — no build step. Open index.html in a browser or use any local server:
npx serve .Deployed automatically via GitHub Pages from the main branch.