mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-08-10 21:15:21 -04:00
next-mdx-remote -> mdx-bundler (#729)
This commit is contained in:
@@ -10,6 +10,8 @@ tags:
|
||||
image: "/static/images/notes/presidential-candidates-404-pages/obama-laughing.jpg"
|
||||
---
|
||||
|
||||
import Video from "./components/embeds/Video";
|
||||
|
||||
<figure>
|
||||
<img
|
||||
src="/static/images/notes/presidential-candidates-404-pages/obama-laughing.jpg"
|
||||
@@ -39,7 +41,7 @@ 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
|
||||
<Video
|
||||
url={[
|
||||
{ src: "/static/images/notes/presidential-candidates-404-pages/sanders.webm", type: "video/webm" },
|
||||
{ src: "/static/images/notes/presidential-candidates-404-pages/sanders.mp4", type: "video/mp4" },
|
||||
@@ -67,7 +69,7 @@ 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
|
||||
<Video
|
||||
url={[
|
||||
{ src: "/static/images/notes/presidential-candidates-404-pages/orourke.webm", type: "video/webm" },
|
||||
{ src: "/static/images/notes/presidential-candidates-404-pages/orourke.mp4", type: "video/mp4" },
|
||||
@@ -89,7 +91,7 @@ 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
|
||||
<Video
|
||||
url={[
|
||||
{ src: "/static/images/notes/presidential-candidates-404-pages/harris.webm", type: "video/webm" },
|
||||
{ src: "/static/images/notes/presidential-candidates-404-pages/harris.mp4", type: "video/mp4" },
|
||||
|
||||
Reference in New Issue
Block a user