add sample content pack podcast
This commit is contained in:
commit
ccba9e9ab0
9 changed files with 215 additions and 0 deletions
43
index.html
Normal file
43
index.html
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Guardian Project Podcast</title>
|
||||
<style>
|
||||
body { font-family: system-ui, sans-serif; max-width: 720px; margin: 2em auto; padding: 0 1em; line-height: 1.5; color: #222; }
|
||||
h1 { border-bottom: 2px solid #333; padding-bottom: .3em; }
|
||||
.episode { border: 1px solid #ddd; border-radius: 6px; padding: 1em 1.2em; margin: 1.2em 0; background: #fafafa; }
|
||||
.episode h2 { margin: 0 0 .3em 0; font-size: 1.15em; }
|
||||
.meta { color: #666; font-size: .85em; margin-bottom: .6em; }
|
||||
audio { width: 100%; margin-top: .5em; }
|
||||
.feed-link { font-size: .9em; }
|
||||
</style>
|
||||
</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>
|
||||
|
||||
<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>
|
||||
</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>
|
||||
</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>
|
||||
</article>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue