Embedded updated demo video on home page using uploaded video on a public repo on Github

TIL you can upload videos to Github and use the raw url to embed on your site! caveat: It's got to be on a public repo, and you got to piece together the raw url yourself like this:

https://github.com///blob/main/video.mp4

https://raw.githubusercontent.com///main/video.mp4