TIL (Today I learned) that writing websites with simple HTML and CSS is now called "post-framework". Well. I did "post-framework" even before frameworks existed and I never stopped writing that little bit of HTML and CSS needed for static pages myself. I guess I'm so old that it is considered being young again :) (frantically adding "20+ years of experience and practice with post-framework web design" to my CV ;)

1/4

@jwildeboer I recently built a web gallery that should not use external libraries or require a specific build system, but support modern features like touch gestures. It was fun to see what is possible these days. Not just HTML/CSS as it contains a JS part, but still...
@neuimneuland I've experimented with similar things myself and would love to take a look at your implementation, if possible (tuning gesture recognition is an art I don't trust myself with)
@FND Currently it is only swipe left/right, tap-to-zoom and panning in the zoomed image. I'll send you a link via PM.

@neuimneuland thank you, that's useful!

it looks somewhat similar to my own approaches, but has details I was always uncertain about (like thresholds and offsets for swipe recognition)