contentpack-sample-podcast/index.html

43 lines
2.2 KiB
HTML

<!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 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 &middot; 30:08 &middot; Voices: Fabiola, Armando, Nicolas</div>
<p>We invited team members of the &quot;El Sur Resiste&quot; 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 &middot; 34:28 &middot; Voices: John</div>
<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 &middot; 27:42 &middot; Voices: Fabiola and David of Guardian Project</div>
<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>
</html>