mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-08-10 21:15:21 -04:00
pass mdx images through next/image for full optimization benefits
This commit is contained in:
@@ -10,10 +10,11 @@ tags:
|
||||
image: "/static/images/notes/presidential-candidates-404-pages/obama-laughing.jpg"
|
||||
---
|
||||
|
||||
import Image from "./components/embeds/Image";
|
||||
import Video from "./components/embeds/Video";
|
||||
|
||||
<figure>
|
||||
<img
|
||||
<Image
|
||||
src="/static/images/notes/presidential-candidates-404-pages/obama-laughing.jpg"
|
||||
width="865"
|
||||
height="460"
|
||||
@@ -30,7 +31,7 @@ More recently, though, little-known hidden Easter eggs on ["404 Not Found"](http
|
||||
|
||||
I'm a _huge_ sucker for Kate McKinnon's spot-on impression of Warren on Saturday Night Live. And [unfortunately](https://twitter.com/realdonaldtrump/status/1097116612279316480), seeing a campaign embrace SNL is like a breath of fresh air these days. [Watch all of the Kate McWarren videos so far here; you won't regret it.](https://www.nbc.com/saturday-night-live/cast/kate-mckinnon-15056/impersonation/elizabeth-warren-287903)
|
||||
|
||||
<img
|
||||
<Image
|
||||
src="/static/images/notes/presidential-candidates-404-pages/warren.png"
|
||||
width="865"
|
||||
height="579"
|
||||
@@ -63,7 +64,12 @@ Although the designer who selected this GIF likely had _thousands_ of choices wh
|
||||
|
||||
Uncle Joe has a nice and simple 404 page. I like it, along with the Ray-Bans and his choice of vanilla ice cream.
|
||||
|
||||
<img src="/static/images/notes/presidential-candidates-404-pages/biden.png" width="865" height="539" alt="Joe Biden" />
|
||||
<Image
|
||||
src="/static/images/notes/presidential-candidates-404-pages/biden.png"
|
||||
width="865"
|
||||
height="539"
|
||||
alt="Joe Biden"
|
||||
/>
|
||||
|
||||
## 4. Beto O'Rourke — [betoorourke.com](https://betoorourke.com/asdfasdf404)
|
||||
|
||||
@@ -113,7 +119,7 @@ Another clean and simple page with a top-notch GIF. It injected some emotion int
|
||||
|
||||
I love, love, _love_ Pete's design for his whole campaign, and his beautiful 404 page is no exception. In case you didn't know, Pete for America has an entire ["Design Toolkit"](https://design.peteforamerica.com/) publicly available for all to view and use, with really cool and in-depth explanations for all of their choices — even their [color palette](https://design.peteforamerica.com/colors). Very progressive indeed.
|
||||
|
||||
<img
|
||||
<Image
|
||||
src="/static/images/notes/presidential-candidates-404-pages/buttigeg.png"
|
||||
width="865"
|
||||
height="344"
|
||||
@@ -124,7 +130,7 @@ I love, love, _love_ Pete's design for his whole campaign, and his beautiful 404
|
||||
|
||||
Love the photo choice. But although pains me to go against my Senator from my home state, I still _cannot stand_ his choice of font. Oh well, I guess that's now a criterion for running for president in 2020.
|
||||
|
||||
<img
|
||||
<Image
|
||||
src="/static/images/notes/presidential-candidates-404-pages/booker.png"
|
||||
width="865"
|
||||
height="503"
|
||||
@@ -135,13 +141,18 @@ Love the photo choice. But although pains me to go against my Senator from my ho
|
||||
|
||||
Not sure if donating to Yang 2020 will help put a page at [yang2020.com/alsdjfzoif](https://www.yang2020.com/alsdjfzoif) — the actual URL I visited to grab this screenshot — but the Bitmoji Andrew looks pretty chill.
|
||||
|
||||
<img src="/static/images/notes/presidential-candidates-404-pages/yang.png" width="865" height="470" alt="Andrew Yang" />
|
||||
<Image
|
||||
src="/static/images/notes/presidential-candidates-404-pages/yang.png"
|
||||
width="865"
|
||||
height="470"
|
||||
alt="Andrew Yang"
|
||||
/>
|
||||
|
||||
## 9. Amy Klobuchar — [amyklobuchar.com](https://amyklobuchar.com/asdfasdf404)
|
||||
|
||||
This is the 404 page of someone who won't forget the [Midwestern roots](https://en.wikipedia.org/wiki/Uff_da) she comes from once she moves into the White House...or writes a memoir about her campaign from her Minnesota home.
|
||||
|
||||
<img
|
||||
<Image
|
||||
src="/static/images/notes/presidential-candidates-404-pages/klobuchar.png"
|
||||
width="865"
|
||||
height="456"
|
||||
@@ -152,7 +163,7 @@ This is the 404 page of someone who won't forget the [Midwestern roots](https://
|
||||
|
||||
I'll never publicly say anything against a good Dad joke. This is no exception.
|
||||
|
||||
<img
|
||||
<Image
|
||||
src="/static/images/notes/presidential-candidates-404-pages/bullock.png"
|
||||
width="865"
|
||||
height="467"
|
||||
@@ -163,7 +174,7 @@ I'll never publicly say anything against a good Dad joke. This is no exception.
|
||||
|
||||
Another quality Dad joke here.
|
||||
|
||||
<img
|
||||
<Image
|
||||
src="/static/images/notes/presidential-candidates-404-pages/bennet.png"
|
||||
width="865"
|
||||
height="543"
|
||||
@@ -174,7 +185,7 @@ Another quality Dad joke here.
|
||||
|
||||
Yet another Dad joke? I honestly had the hardest time ranking these three.
|
||||
|
||||
<img
|
||||
<Image
|
||||
src="/static/images/notes/presidential-candidates-404-pages/delaney.png"
|
||||
width="865"
|
||||
height="405"
|
||||
@@ -185,7 +196,7 @@ Yet another Dad joke? I honestly had the hardest time ranking these three.
|
||||
|
||||
A 404 page only a motivational author and speaker running for president could envision.
|
||||
|
||||
<img
|
||||
<Image
|
||||
src="/static/images/notes/presidential-candidates-404-pages/williamson.png"
|
||||
width="865"
|
||||
height="357"
|
||||
@@ -196,7 +207,7 @@ A 404 page only a motivational author and speaker running for president could en
|
||||
|
||||
I guess this would be slightly humorous...four years ago. Time to move on from your middle-school crush, Donny.
|
||||
|
||||
<img
|
||||
<Image
|
||||
src="/static/images/notes/presidential-candidates-404-pages/trump.png"
|
||||
width="865"
|
||||
height="524"
|
||||
@@ -211,7 +222,7 @@ These candidates haven't configured a custom 404 page, settling for the default
|
||||
|
||||
### 15. Julián Castro — [julianforthefuture.com](https://www.julianforthefuture.com/asdfasdf404)
|
||||
|
||||
<img
|
||||
<Image
|
||||
src="/static/images/notes/presidential-candidates-404-pages/castro.png"
|
||||
width="865"
|
||||
height="316"
|
||||
@@ -220,7 +231,7 @@ These candidates haven't configured a custom 404 page, settling for the default
|
||||
|
||||
### 16. Wayne Messam — [wayneforusa.com](https://wayneforusa.com/asdfasdf404)
|
||||
|
||||
<img
|
||||
<Image
|
||||
src="/static/images/notes/presidential-candidates-404-pages/messam.png"
|
||||
width="865"
|
||||
height="529"
|
||||
@@ -229,7 +240,7 @@ These candidates haven't configured a custom 404 page, settling for the default
|
||||
|
||||
### 17. Tulsi Gabbard — [tulsi2020.com](https://www.tulsi2020.com/asdfasdf404)
|
||||
|
||||
<img
|
||||
<Image
|
||||
src="/static/images/notes/presidential-candidates-404-pages/gabbard.png"
|
||||
width="865"
|
||||
height="333"
|
||||
@@ -238,7 +249,7 @@ These candidates haven't configured a custom 404 page, settling for the default
|
||||
|
||||
### 18. Joe Sestak — [joesestak.com](https://www.joesestak.com/asdfasdf404)
|
||||
|
||||
<img
|
||||
<Image
|
||||
src="/static/images/notes/presidential-candidates-404-pages/sestak.png"
|
||||
width="865"
|
||||
height="366"
|
||||
|
||||
Reference in New Issue
Block a user