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:
@@ -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
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user