README.md

 1# public
 2
 3Static website files for the Matcha project landing page. This site is deployed via GitHub Pages using the `.github/workflows/static.yml` workflow.
 4
 5## Architecture
 6
 7A simple static HTML/CSS website that serves as the public-facing project page with information about features, installation, and contact details.
 8
 9## Files
10
11| File | Description |
12|------|-------------|
13| `index.html` | Main landing page. |
14| `style.css` | Stylesheet for all pages. |
15| `matcha.flatpakref` | Flatpak package reference for Linux distribution. |
16| `features/index.html` | Features overview page. |
17| `get-started/index.html` | Getting started / installation guide page. |
18| `contact/index.html` | Contact information page. |
19
20### assets/
21
22| File | Description |
23|------|-------------|
24| `demo.gif` | Animated terminal demo. |
25| `logo.png` | Project logo. |
26| `logo-transparent.png` | Logo with transparent background. |
27| `logo.txt` | ASCII text version of the logo. |
28| `favicon.ico` | Browser favicon. |
29| `preview.png` | Social media / link preview image. |
30| `screenshots/` | Directory for generated UI screenshots (populated by CI). |