Source for my personal profile site, hosted via GitHub Pages.
| Page | Description |
|---|---|
| About | Landing page, bio, and skills |
| Work | Projects and professional experience |
| Open Source | Contributions and maintained repos |
| Writing | Articles, essays, and technical posts |
/
├── index.html # Profile landing page
├── work/index.html # Work & projects
├── opensource/index.html # Open source contributions
├── writing/index.html # Writing index
├── assets/
│ └── css/style.css # Shared stylesheet
├── .github/
│ └── copilot-instructions.md # Copilot content guardrails
└── README.md
No build step required — pure HTML and CSS.
Open any .html file in a browser, or use the
Live Preview
extension in VS Code.
See .github/copilot-instructions.md for the full list of content rules enforced for this repository — notably, no personal contact details, credentials, or confidential information.