Personal Portfolio Website
Overview
A hand-built static personal/portfolio website. Plain HTML, CSS, and JavaScript with a small shell script for deployment.
Why It Exists
A personal brand site benefits from being fast, fully owned, and trivially hosted. This project keeps everything hand-authored, no framework, no build step, so it loads instantly and can be deployed with a single script.
What We Built
A single-page static site: index.html, dedicated css/ and js/ folders, and an
images/ asset directory. A do.sh shell script handles deployment/publishing.
The codebase is intentionally minimal and dependency-free.
Technologies & Approach
Vanilla HTML/CSS/JS keeps the page lightweight and maintainable. A shell deploy script automates pushing the site to its host without any CI/CD overhead.
Outcome / Impact
A clean, fast, self-hosted personal website, a demonstration of disciplined, no-framework frontend craft.
Capabilities Demonstrated
- Hand-coded static sites with no framework overhead
- Lightweight, fast-loading personal/portfolio pages
- Simple scripted deployment workflows