Note: this demo only works in Chome and Firefox.
The idea is to present the short videoclips I took at gigs in 2014-2017.
Each video is masked by a band's name using the MOD font from the Fontfabric type foundry.
- The video is included using html5 video element
- Masking is implemented using svg mask element
- The text layout is calculated by measuring the size of words and breaking the lines where necessary, using ports
- And of course its being coded in the Elm language, just as my current homepage
elm make Main.elm --output elm.js
- Start a webserver
python -m SimpleHTTPServer
- Open index.html