Personal project index for Kilian Pfister. Hosted on GitHub Pages with a custom domain.
Live: misterpfister.net
| Project | Description | Type |
|---|---|---|
| SpasstoCSV | Local Samsung Pass .spass converter for CSV and Bitwarden JSON |
Open Source |
| Notenrechner | Weighted calculator for the Swiss 1–6 grade scale | Tool |
| Schlafrechner | Bedtime and wake-time planner with configurable sleep latency | Tool |
Pure HTML, CSS, JavaScript — no frameworks, tracking scripts, or build step.
- Shared design system in
assets/site.css - Persistent dark/light theme handling in
assets/theme.js - System fonts only; no external font requests
- Semantic HTML and responsive CSS Grid layouts
- Deployed via GitHub Pages with custom domain (CNAME)
git clone git@github.com:misterpfister8/mywebsite.git
cd mywebsite
python -m http.server 8000Open localhost:8000.
mywebsite/
├── assets/
│ ├── favicon.svg
│ ├── site.css
│ └── theme.js
├── index.html
├── sechserrechner/
│ └── index.html
├── sleepcalculator/
│ └── index.html
├── CNAME
└── README.md
© 2026 misterpfister.net