Static hub site for the apps published by ShadowPuppet, LLC.
Plain HTML/CSS, no build step. Edit index.html, push to master, GitHub Pages serves it.
index.html— single-page hub. CSS is inline.assets/icons/— 256×256 app icons sourced from each app's marketing site.robots.txt,sitemap.xml,manifest.webmanifest— SEO + PWA basics.CNAME— custom domain.DESIGN.md— design spec for the current iteration.
python3 -m http.server 8000
# open http://localhost:8000/- Drop a 256×256 PNG into
assets/icons/<slug>.png. - Add a card under
<section class="apps">inindex.html(copy the pattern of an existing card). - Add a hero pill above it (mirror the pattern in
<nav class="pills">). - Add a
MobileApplicationentry to theItemListJSON-LD block. - Update
sitemap.xmllastmod.