No description
  • CSS 68.6%
  • HTML 25.5%
  • Dockerfile 5.9%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Grok f9d10a9c22 fix: SpiffyLink SVG orange main tail
Match PNG; Mode A picks up main.
2026-09-14 18:21:59 +00:00
css Hub: app-card homepage + nginx Dockerfile 2026-09-14 17:42:57 +00:00
docs docs: SpiffyLink hub site-design from Design language pack 2026-09-14 17:39:53 +00:00
img fix: SpiffyLink SVG orange main tail 2026-09-14 18:21:59 +00:00
.dockerignore Hub: app-card homepage + nginx Dockerfile 2026-09-14 17:42:57 +00:00
Dockerfile Hub: app-card homepage + nginx Dockerfile 2026-09-14 17:42:57 +00:00
index.html Hub: app-card homepage + nginx Dockerfile 2026-09-14 17:42:57 +00:00
readme.md Hub: app-card homepage + nginx Dockerfile 2026-09-14 17:42:57 +00:00
spiffylink-logo-attribution.txt Upload files to "/" 2026-09-14 14:55:49 +00:00
spiffylink-logo.png Upload files to "/" 2026-09-14 14:55:49 +00:00
spiffylink-logo.svg fix: SpiffyLink SVG orange main tail 2026-09-14 18:21:59 +00:00

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 Astyle 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 Activityhttps://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.