No description
- CSS 68.6%
- HTML 25.5%
- Dockerfile 5.9%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| css | ||
| docs | ||
| img | ||
| .dockerignore | ||
| Dockerfile | ||
| index.html | ||
| readme.md | ||
| spiffylink-logo-attribution.txt | ||
| spiffylink-logo.png | ||
| spiffylink-logo.svg | ||
spiffylink-site
Static hub for SpiffyLink (spiffylink.com) — a directory of small web apps.
| Path | Role |
|---|---|
| docs/site-design.md | Design authority |
index.html + css/ + img/ |
Hub homepage (app cards) |
Dockerfile |
nginx:alpine image for Ops (Mode A–style on stratus) |
spiffylink-logo.svg / .png |
Brand mark (kept in sync with Design pack) |
spiffylink-logo-attribution.txt |
Logo credit (Magnific / starline) |
Language pack (Design): /workspace/spiffylink-web-assets/. First card: Spin the Activity → https://spintheactivity.spiffylink.com/.
Local preview: serve the repo root (e.g. python3 -m http.server 8080).
Container smoke: docker build -t spiffylink-site . && docker run --rm -p 8080:80 spiffylink-site.
Ops owns Docker publish, Caddy, and DNS. Web does not invent deploy.