# layouts.worldapi.org

Workbench for WorldAPI CSS layouts. This is separate from `cdn.worldapi.org` so HTML fixtures are not subject to the CDN's long cache behavior.

The project is under active design and is not ready to publish as the shared CSS base. See [docs/conventions.md](docs/conventions.md) for established rules.

## Access

- https://layouts.worldapi.org/
- `/notes/logged-in/` — current notes experiment; known defects are recorded in `STATUS.md`

## Operation

Files are served by nginx from `/projects/layouts.worldapi.org` with autoindex enabled. PHP fixtures run through the existing PHP container; CSS has no build step.

## Verification

```sh
curl -fsS https://layouts.worldapi.org/
curl -fsS https://layouts.worldapi.org/notes/logged-in/index.php
curl -fsS https://layouts.worldapi.org/notes/logged-in/reader.php
```

These commands only verify delivery. Responsive acceptance requires rendered browser testing as described in `docs/conventions.md`.
