A tiny public contact card (HTML/CSS/JS) meant to be hosted with GitHub Pages.
- Clean, responsive contact card
- Light/Dark mode (system preference)
- Copy buttons (phone/email)
- Optional vCard download
- Basic anti-scraping (contact info assembled by JS)
Just open index.html in a browser.
- Go to Settings → Pages
- Select Deploy from a branch
- Choose Branch: main and Folder: / (root)
- Save
Edit in index.html:
- Name + subtitle
- LinkedIn / GitHub links
- Contact details are stored in split form inside the hidden
#dataelement.
By default this page is set to noindex/nofollow:
robots.txtdisallows crawling<meta name="robots" content="noindex,nofollow" />
If you want it indexed by search engines, remove both.
MIT