Personal landing page for Chirag Singhal — served by GitHub Pages at chirag127.github.io. A tiny, dependency-free static page that points visitors to my work across the oriz.in fleet and my GitHub profile.
A single self-contained index.html (inline CSS, no build step, no framework) that acts as two things at once:
- A landing page — a minimal dark-theme intro with links out to the projects and profiles that matter.
- A CNAME target — the canonical host that personal vanity subdomains point at.
| Subdomain | Registrar |
|---|---|
chirag127.is-a.dev |
is-a.dev |
chirag127.thedev.id |
thedev.id |
chirag127.is-a-good.dev |
is-a-good.dev |
chirag127.is-cool.dev |
open-domains |
Each CNAMEs to chirag127.github.io, so this one page answers for all of them.
chirag127.github.io/
├── index.html # the entire page — inline CSS, zero dependencies
├── README.md # this file
└── .mega-linter.yml # lint config
No build step — just open the file, or serve the folder:
python -m http.server 8000 # then visit http://localhost:8000One small piece of a family of ~80 free, public, privacy-respecting tools and sites at *.oriz.in. Read how it's all built solo on the blog. Hosting: $0 on GitHub Pages / Cloudflare free tier.
- Author: Chirag Singhal · chirag@oriz.in · github.com/chirag127
- License: MIT
- Conventional commits are the changelog.