One-page portfolio for LeaCoder0: full-stack software engineer. Built for GitHub Pages with a theme side pane (system/light/dark + accent color picker).
From this folder:
python3 -m http.server 8000
# open http://localhost:8000- Push this folder to your repo (e.g.
leacoder0/leacoder0.github.ioor any repo name). - Settings → Pages: Source = “Deploy from a branch”, branch =
main, folder =/ (root). - Site will be at
https://leacoder0.github.io/(user site) orhttps://leacoder0.github.io/repo-name/(project site).
- Content: Edit
index.html— replace placeholders for resume, email, GitHub, LinkedIn, and project links when ready. - Theme: Use the theme button (bottom-right) to switch System/Light/Dark and pick an accent color. Choices are saved in
localStorage. - Colors/variables: All theme colors are in
styles.css(:rootand[data-theme]). Accent is also controlled by the pane andscript.js(stored inlocalStorage). - Profile photo: Replace the avatar block in the hero with an
<img>pointing to a file (e.g.me.jpg) in this folder.
- Resume link (Work section)
- Email, GitHub, LinkedIn (Contact section)
- Project links (each card has a “Link coming soon” — set
hrefand remove theplaceholderclass)