My personal homepage. No frameworks. No build step. No excuses.
New Year's resolution to finally make a homepage. Kept it simple so I'd actually finish it.
- Simplicity — One HTML file. Some CSS. Maybe a little JavaScript. That's it.
- Speed — Of development, and of loading. Both matter.
- No cookies — Nothing to accept.
- No tracking — I don't want to know.
- No frills — If it doesn't need to exist, it doesn't.
- HTML
- CSS
- Vanilla JS when needed
- A text editor
- Stubbornness
# Install dependencies
# (there are none)
# Start the dev server
open index.htmlThere is no build.
Might pull some data from APIs like last.fm. Just a fetch() and some DOM updates.
The Unlicense. View source. Take what you want.