mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-06-13 22:45:27 -04:00
next-mdx-remote -> mdx-bundler (#729)
This commit is contained in:
@@ -11,6 +11,8 @@ tags:
|
||||
image: "/static/images/notes/bernie-sanders-bern-app-data/sad-bernie.jpg"
|
||||
---
|
||||
|
||||
import Video from "./components/embeds/Video";
|
||||
|
||||
The team behind Bernie Sanders' 2020 campaign [released a new web app](https://www.nbcnews.com/politics/2020-election/bernie-sanders-2020-campaign-unveils-app-increase-its-voter-database-n999206) last month named [BERN](https://app.berniesanders.com/). The goal of BERN is simple: to gather as much information as they can on as many voters in the United States as they can, and make their grassroots army of enthusiastic supporters do the work. It's undoubtedly a smart strategy, but also a concerning one for myself and other privacy advocates.
|
||||
|
||||
<img src="/static/images/notes/bernie-sanders-bern-app-data/sad-bernie.jpg" width="865" height="433" alt="Sad Bernie" />
|
||||
@@ -40,7 +42,7 @@ Using either feature, a volunteer starts with a search of the database for the v
|
||||
|
||||
Here's one of the instructional videos provided internally to volunteers:
|
||||
|
||||
<video
|
||||
<Video
|
||||
url={[
|
||||
{ src: "/static/images/notes/bernie-sanders-bern-app-data/friend-to-friend.webm", type: "video/webm" },
|
||||
{ src: "/static/images/notes/bernie-sanders-bern-app-data/friend-to-friend.mp4", type: "video/mp4" },
|
||||
|
||||
Reference in New Issue
Block a user