1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-04-21 10:45:30 -04:00

clean up <Video /> props

This commit is contained in:
2022-02-16 11:10:09 -05:00
parent 3bc3e1b5a1
commit 3edaa6b0e4
10 changed files with 52 additions and 29 deletions
+12 -6
View File
@@ -39,8 +39,10 @@ I'm a _huge_ sucker for Kate McKinnon's spot-on impression of Warren on Saturday
Although the designer who selected this GIF likely had _thousands_ of choices when searching "[Bernie finger wagging GIF](https://www.google.com/search?q=Bernie+finger+wagging+GIF&tbm=isch&tbs=itp:animated)," the text beside it is well-written and funny — even though we both know putting a page at [berniesanders.com/zxcliaosid](https://berniesanders.com/zxcliaosid/) probably won't be a top priority of a President Sanders.
<Video
webm="/static/images/notes/presidential-candidates-404-pages/sanders.webm"
mp4="/static/images/notes/presidential-candidates-404-pages/sanders.mp4"
src={{
webm: "/static/images/notes/presidential-candidates-404-pages/sanders.webm",
mp4: "/static/images/notes/presidential-candidates-404-pages/sanders.mp4",
}}
autoplay
/>
@@ -60,8 +62,10 @@ Uncle Joe has a nice and simple 404 page. I like it, along with the Ray-Bans and
A ballsy move, considering Beto's infamous [DUI arrest](https://www.politifact.com/texas/statements/2019/mar/14/club-growth/beto-orourke-arrested-dwi-flee-scene/) in the '90s — but still a clever ask for a donation and a great use of a GIF, even if it's left over from his Senate campaign.
<Video
webm="/static/images/notes/presidential-candidates-404-pages/orourke.webm"
mp4="/static/images/notes/presidential-candidates-404-pages/orourke.mp4"
src={{
webm: "/static/images/notes/presidential-candidates-404-pages/orourke.webm",
mp4: "/static/images/notes/presidential-candidates-404-pages/orourke.mp4",
}}
autoplay
/>
@@ -70,8 +74,10 @@ A ballsy move, considering Beto's infamous [DUI arrest](https://www.politifact.c
Another clean and simple page with a top-notch GIF. It injected some emotion into visiting [kamalaharris.com/alskdjf](https://kamalaharris.com/alskdjf).
<Video
webm="/static/images/notes/presidential-candidates-404-pages/harris.webm"
mp4="/static/images/notes/presidential-candidates-404-pages/harris.mp4"
src={{
webm: "/static/images/notes/presidential-candidates-404-pages/harris.webm",
mp4: "/static/images/notes/presidential-candidates-404-pages/harris.mp4",
}}
autoplay
/>