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,9 @@ tags:
|
||||
image: "/static/images/notes/millenial-with-hillary-clinton/24707394571_0818d4ab83_o-1-copy.jpg"
|
||||
---
|
||||
|
||||
import Video from "./components/embeds/Video";
|
||||
|
||||
{/* prettier-ignore */}
|
||||
<figure>
|
||||
<img
|
||||
src="/static/images/notes/millenial-with-hillary-clinton/24707394571_0818d4ab83_o-1-copy.jpg"
|
||||
@@ -18,18 +21,7 @@ image: "/static/images/notes/millenial-with-hillary-clinton/24707394571_0818d4ab
|
||||
alt="Hillary for New Hampshire Winter Fellows with Hillary Clinton in Derry, NH (February 3, 2016)"
|
||||
/>
|
||||
<figcaption>
|
||||
<a href="https://medium.com/@HillaryForNH" target="_blank" rel="noopener noreferrer">
|
||||
Hillary for New Hampshire
|
||||
</a>{" "}
|
||||
Winter Fellows with{" "}
|
||||
<a href="https://medium.com/@HillaryClinton" target="_blank" rel="noopener noreferrer">
|
||||
Hillary Clinton
|
||||
</a>{" "}
|
||||
in Derry, NH (
|
||||
<a href="https://www.flickr.com/photos/hillaryclinton/24707394571/" target="_blank" rel="noopener noreferrer">
|
||||
February 3, 2016
|
||||
</a>
|
||||
)
|
||||
<a href="https://medium.com/@HillaryForNH" target="_blank" rel="noopener noreferrer">Hillary for New Hampshire</a> Winter Fellows with <a href="https://medium.com/@HillaryClinton" target="_blank" rel="noopener noreferrer">Hillary Clinton</a> in Derry, NH (<a href="https://www.flickr.com/photos/hillaryclinton/24707394571/" target="_blank" rel="noopener noreferrer">February 3, 2016</a>)
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
@@ -65,13 +57,13 @@ I'm aware of the street cred young Democrats collect by claiming they hated Hill
|
||||
|
||||
As [Bill Maher](https://medium.com/u/cdc04a9799f6) (an avid Bernie supporter) [said this weekend](https://www.youtube.com/watch?v=rd1gpjkjcfc), some in our party need to "learn the difference between an imperfect friend and a deadly enemy." I don't agree with everything Hillary has said or done. I don't unconditionally defend every single chapter in her public record over the past 30 years (and [neither does she](https://www.washingtonpost.com/blogs/post-partisan/wp/2016/02/25/hillary-clinton-responds-to-activist-who-demanded-apology-for-superpredator-remarks/), by the way). I don't think that's possible for any voter to find in a politician. But if you identify as a Democrat, she is the farthest thing from your enemy. Plain and simple. Like you and Bernie, she wants to prevent a Republican from winning in November and reversing so much of the progress we've made over the past seven years on their first day in office. That is our number one goal right now. And whether it gets accomplished by a President Clinton or a President Sanders, I am 100% on board either way. Let's stop fighting each other and start fighting together.
|
||||
|
||||
<video url="https://www.youtube-nocookie.com/watch?v=TqrwDMTByNM" controls />
|
||||
<Video url="https://www.youtube-nocookie.com/watch?v=TqrwDMTByNM" controls />
|
||||
|
||||
---
|
||||
|
||||
**Update:** The campaign has included my snowy New Hampshire interaction with her in one of the DNC convention videos! See a few short seconds of my joy at 1:24.
|
||||
|
||||
<video
|
||||
<Video
|
||||
url={[
|
||||
{ src: "/static/images/hillary/convention-720p.webm", type: "video/webm" },
|
||||
{ src: "/static/images/hillary/convention-720p.mp4", type: "video/mp4" },
|
||||
|
||||
Reference in New Issue
Block a user