Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.12 KB

File metadata and controls

37 lines (26 loc) · 1.12 KB

open330.github.io

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.

Structure

├── index.html          # Landing page
├── 404.html            # Custom 404
└── assets/
    ├── logo.svg        # Organization logo (vector)
    ├── logo.png        # Organization logo (raster, 1024x1024)
    └── favicon.svg     # Browser favicon

Development

Static HTML/CSS — no build step. Open index.html in a browser or use any local server:

npx serve .

Deployment

Deployed automatically via GitHub Pages from the main branch.