update with build script to configure base path and generate files dynamically
This commit is contained in:
parent
6f63c1a734
commit
6915aac092
10 changed files with 250 additions and 20 deletions
14
index.html
14
index.html
|
|
@ -16,27 +16,27 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1>Guardian Project Podcast</h1>
|
||||
<p>A small sample podcast from Guardian Project. <span class="feed-link"><a href="podcast.xml">RSS feed</a></span></p>
|
||||
<p>A small sample podcast from Guardian Project covering decentralized web, privacy-preserving measurement, and content provenance for human rights. <span class="feed-link"><a href="podcast.xml">RSS feed</a></span></p>
|
||||
|
||||
<article class="episode">
|
||||
<h2>ProofMode for Indigenous Rights in Mexico</h2>
|
||||
<div class="meta">2024-02-09 · 30:08 · Voices: Fabiola, Armando, Nicolas</div>
|
||||
<p>We invited team members of the "El Sur Resiste" movement to the Guardian Project podcast to share with us their experiences using ProofMode to document the negative impact of the Mayan Train development in southern states of Mexico.</p>
|
||||
<audio controls preload="none" src="ProofModeCaravan-English-Feb2024.mp3"></audio>
|
||||
<p>We invited team members of the "El Sur Resiste" movement to the Guardian Project podcast to share with us their experiences using ProofMode to document the negative impact of the Mayan Train development in southern states of Mexico.</p>
|
||||
<audio controls preload="none" src="posts/ProofModeCaravan-English-Feb2024.mp3"></audio>
|
||||
</article>
|
||||
|
||||
<article class="episode">
|
||||
<h2>Clean Insights and Privacy Preserving Measurement</h2>
|
||||
<div class="meta">2023-03-22 · 34:28 · Voices: John</div>
|
||||
<p>Introduction to Privacy Preserving Measurement and Clean Insights. We talk about the various kinds of privacy folks might want, then explain the techniques for achieving them in plain English.</p>
|
||||
<audio controls preload="none" src="cleaninsightsoverviewmarch2023.mp3"></audio>
|
||||
<p>Introduction to Privacy Preserving Measurement and Clean Insights</p>
|
||||
<audio controls preload="none" src="posts/cleaninsightsoverviewmarch2023.mp3"></audio>
|
||||
</article>
|
||||
|
||||
<article class="episode">
|
||||
<h2>Fabiola and David discuss IPFS, Filecoin and the Decentralized Web</h2>
|
||||
<div class="meta">2022-02-17 · 27:42 · Voices: Fabiola and David of Guardian Project</div>
|
||||
<p>A discussion covering details on decentralized web technologies that we are exploring at Guardian Project, including IPFS, IPNS, Filecoin, and ProofMode.</p>
|
||||
<audio controls preload="none" src="news-on-the-dweb.mp3"></audio>
|
||||
<p>A discussion covering details on decentralized web technologies that we are exploring at Guardian Project</p>
|
||||
<audio controls preload="none" src="posts/news-on-the-dweb.mp3"></audio>
|
||||
</article>
|
||||
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue