mirror of
https://github.com/eflwr/homepage.git
synced 2026-07-16 21:30:55 -04:00
A simple static homepage
https://ethan.flwr.day
- HTML 100%
|
|
||
|---|---|---|
| .well-known | ||
| favicon.ico | ||
| index.html | ||
| README.md | ||
| resume.html | ||
My Homepage
This is my personal homepage, built to be as resilient and simple as possible.
I designed this site as an expression of the file over app philosophy that I try to follow:
If you want your writing to still be readable on a computer from the 2060s or 2160s, it’s important that your notes can be read on a computer from the 1960s.
Tech Stack & Architecture
- Frontend: Just HTML and CSS.
- Hosting: Deployed via Cloudflare Workers. Because it consists entirely of static files, it can easily be migrated to almost any web hosting service or run locally by opening
index.html.
Inspiration
The initial design and structural inspiration came from a minimal site I came across a while ago (if I manage to find the original link, I will credit it here).