My personal website — mrkizildag.github.io.
One static page. No build step, no dependencies.
index.html the page — content and styles
404.html not found
favicon.svg monogram
portrait.jpg photo
cv.pdf CV
.github/workflows/deploy.yml deploys to GitHub Pages on push to main
Run it locally with python3 -m http.server 8000.