Single-page brochure site for Mirmic — a parent brand for consumer software products. Currently hosts the landing page linking to ZzzCam.
index.html— the pagestyle.css— dark theme with subtle radial gradients and a soft blue accentfavicon.svg— logo mark (ring + center dot)
Pure HTML + CSS. No build step.
- Move this folder somewhere outside the KidsNightCam repo (e.g.
~/mirmic-site/). - Create a new private GitHub repo — suggested name
mirmicormirmic-siteunder theasterisksfaccount. - Initialize and push:
cd ~/mirmic-site git init git add . git commit -m "Initial site" git branch -M main git remote add origin https://github.com/asterisksf/mirmic.git git push -u origin main
- In the new repo's GitHub settings → Pages → Source: "Deploy from a branch" → Branch:
main, Folder:/(root). Save. - After a minute, the site will be live at
https://asterisksf.github.io/mirmic/. - Point
mirmic.coto it:- In GitHub repo settings → Pages → Custom domain:
mirmic.co - At your domain registrar (wherever you bought
mirmic.co), set these DNS records:- A records for the apex (
mirmic.co) pointing to GitHub's IPs:185.199.108.153185.199.109.153185.199.110.153185.199.111.153
- CNAME for
www.mirmic.co→asterisksf.github.io.
- A records for the apex (
- Wait for DNS propagation (5 min to a few hours), then enable "Enforce HTTPS" in GitHub Pages settings.
- In GitHub repo settings → Pages → Custom domain:
- Accent color: change
--accentinstyle.css - Product cards: duplicate the
.product-cardblock inindex.htmlfor future products - Copy: the manifesto and values sections are editable in
index.html