Personal website for Daniel Keinan. Live at https://dkdan10.github.io/.
Static HTML, CSS, and a small amount of vanilla JavaScript. No build step.
python3 -m http.server 8000Then open http://localhost:8000/.
Pushes to master deploy automatically via GitHub Pages.
.
├── index.html
├── 404.html
├── assets/
│ ├── css/site.css
│ ├── js/site.js
│ └── img/ # headshot + project demo art (WebP)
├── resume/
│ └── Daniel_Keinan_Resume.pdf
├── og-image.png # 1200×630 social preview
├── site.webmanifest
├── robots.txt
├── sitemap.xml
└── .nojekyll
MIT — see LICENSE.