Storefront landing page for nextgennetworkacademy.com
This is the storefront only — the index.html landing page served at nextgennetworkacademy.com. One file. No build tools. No dependencies. Pure HTML/CSS/JS.
The actual content (guides, labs, how-tos) lives in the ngna-content repo, served via MkDocs.
nextgennetworkacademy.github.io/
├── index.html ← the entire storefront
├── 404.html ← custom 404 page
└── CNAME ← custom domain config
# No build step needed — just open in browser
open index.html
# Or serve locally
python3 -m http.server 8000- Add
nextgennetworkacademy.comto theCNAMEfile - In GitHub repo Settings → Pages → set custom domain
- Update DNS at your registrar:
Arecords pointing to GitHub Pages IPsCNAMEforwwwpointing tonextgennetworkacademy.github.io
Retro arcade aesthetic — Press Start 2P pixel font, Share Tech Mono monospace, neon green #39ff14 on near-black #0a0a0f. Scanline overlay. CRT grid background. No frameworks, no dependencies.
| Repo | Purpose |
|---|---|
ngna-content |
MkDocs content site (learn, labs) |
avd-campus-tags |
Working lab: AVD CloudVision campus tags |