mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-03 18:06:38 -04:00
Google AMP support & switch to NPM builds (#14)
This commit is contained in:
4
content/notes/_index.md
Normal file
4
content/notes/_index.md
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Notes"
|
||||
description: "Recent posts by Jake Jarvis."
|
||||
---
|
@ -31,7 +31,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 mp4="images/sanders.mp4" webm="images/sanders.webm" autoplay="1" loop="1" nocontrols="1" >}}
|
||||
{{< video mp4="images/sanders.mp4" height="346" webm="images/sanders.webm" autoplay="1" loop="1" nocontrols="1" >}}
|
||||
|
||||
---
|
||||
|
||||
@ -47,7 +47,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 mp4="images/orourke.mp4" webm="images/orourke.webm" autoplay="1" loop="1" nocontrols="1" >}}
|
||||
{{< video mp4="images/orourke.mp4" height="467" webm="images/orourke.webm" autoplay="1" loop="1" nocontrols="1" >}}
|
||||
|
||||
---
|
||||
|
||||
@ -55,7 +55,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 mp4="images/harris.mp4" webm="images/harris.webm" autoplay="1" loop="1" nocontrols="1" >}}
|
||||
{{< video mp4="images/harris.mp4" height="512" webm="images/harris.webm" autoplay="1" loop="1" nocontrols="1" >}}
|
||||
|
||||
---
|
||||
|
||||
|
@ -1,12 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Privacy Policy</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>We do not share personal information with third-parties nor do we store information we collect about your visit to this blog for use other than to analyze content performance through the use of cookies, which you can turn off at any time by modifying your Internet browser's settings. We are not responsible for the republishing of the content found on this blog on other Web sites or media without our permission. This privacy policy is subject to change without notice.</p>
|
||||
<p><a href="{{ .Site.BaseURL }}">Return home.</a></p>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user