107 lines
5.5 KiB
HTML
107 lines
5.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Hacker Public Radio - The Technology Community Podcast</title>
|
|
<link rel="stylesheet" href="css/styles.css">
|
|
<meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett">
|
|
<meta name="keywords" content="Technology, Tech News, Education, Training">
|
|
<meta name="description" content="Hacker Public Radio is a podcast that releases shows every weekday Monday through Friday. Our shows are produced by the community (you) and can be on any topic that is of interest to hackers and hobbyists.">
|
|
<link rel="icon" href="hpr.ico">
|
|
<link rel="alternate" type="application/rss+xml" title="Hacker Public Radio Opus RSS" href="/hpr_opus_rss.php">
|
|
<link rel="alternate" type="application/rss+xml" title="Hacker Public Radio Ogg Vorbis RSS" href="/hpr_ogg_rss.php">
|
|
<link rel="alternate" type="application/rss+xml" title="Hacker Public Radio MP3 RSS" href="/hpr_mp3_rss.php">
|
|
<link rel="alternate" type="application/rss+xml" title="Hacker Public Radio Comments RSS" href="/comments.rss">
|
|
<link rel="license" title="CC BY-SA 4.0" href="https://creativecommons.org/licenses/by-sa/4.0/">
|
|
<script src="js/index.js"></script>
|
|
</head>
|
|
<body>
|
|
|
|
<nav class="menu">
|
|
<a href="https://hackerpublicradio.org/index.html">Home</a>
|
|
<a href="https://hub.hackerpublicradio.org/calendar.php">Upload</a>
|
|
<a href="https://hackerpublicradio.org/syndication.html">Download</a>
|
|
<a href="https://hackerpublicradio.org/about.html">About</a>
|
|
</nav>
|
|
|
|
<header class="title">
|
|
<img class="banner" src="images/logo.png" alt="Hacker Public Radio" aria-description="H.P.R. Hacker Public Radio https://HackerPublicRadio.org, The Community Podcast, Sharing Your Ideas, Projects, Options since 2005, New Episodes Every Weekday" usemap="#bannermap" />
|
|
<map class="bannermap" name="bannermap">
|
|
<area shape="rect" coords="108,187,240,343" href="https://hackerpublicradio.org/correspondents/index.html" alt="hacker" title="hacker"/>
|
|
<area shape="rect" coords="246,187,359,343" href="https://hackerpublicradio.org/comments_viewer.html" alt="public" title="public" />
|
|
<area shape="rect" coords="363,187,492,343" href="https://hackerpublicradio.org/syndication.html" alt="radio" title="radio" />
|
|
</map>
|
|
</header>
|
|
|
|
<main>
|
|
<h2>Welcome</h2>
|
|
<section class="welcome">
|
|
<p>Hacker Public Radio is a podcast that releases shows every weekday Monday to Friday. The shows are contributed by the public and can be on any topic that is of interest to hackers, makers, hobbyists, etc.</p>
|
|
</section>
|
|
|
|
<h2>Podcast</h2>
|
|
<section class="podcast">
|
|
<a class="podcast record" href="#">
|
|
<div class="card record"></div>
|
|
<p>Record</p>
|
|
</a>
|
|
<a class="podcast schedule" href="https://hub.hackerpublicradio.org/calendar.php">
|
|
<div class="card schedule"></div>
|
|
<p>Schedule</p>
|
|
</a>
|
|
<a class="podcast subscribe" href="https://hackerpublicradio.org/syndication.html">
|
|
<div class="card subscribe"></div>
|
|
<p>Subscribe</p>
|
|
</a>
|
|
<a class="podcast listen" href="https://hackerpublicradio.org/eps/index.html">
|
|
<div class="card listen"></div>
|
|
<p>Listen</p>
|
|
</a>
|
|
</section>
|
|
|
|
<h2>Project</h2>
|
|
<section class="project">
|
|
<a class="project host" href="https://hackerpublicradio.org/correspondents/index.html">
|
|
<div class="card host"></div>
|
|
<p>Host</p>
|
|
</a>
|
|
<a class="project series" href="https://hackerpublicradio.org/series/index.html">
|
|
<div class="card series"></div>
|
|
<p>Series</p>
|
|
</a>
|
|
<a class="project about" href="https://repo.anhonesthost.net/HPR/hpr_documentation/">
|
|
<div class="card about"></div>
|
|
<p>About</p>
|
|
</a>
|
|
</section>
|
|
|
|
<div class="column-container">
|
|
<section class="episodes">
|
|
<h2>Latest Episodes</h2>
|
|
<ul>
|
|
<li>hpr4302: New Campaign Trail Playthrough</li>
|
|
<li>hpr4301: Wide screen, synth, e-bike, led matrix clock and jewellery making</li>
|
|
<li>hpr4300 :: Isaac Asimov: I, Robot</li>
|
|
</ul>
|
|
</section>
|
|
<section class="comments">
|
|
<h2>Latest Comments</h2>
|
|
<ul>
|
|
<li>hpr3531 (2022-02-14) "Barrier: Software KVM" by Windigo.
|
|
<ul>
|
|
<li>Comment 3: SolusSpider - Peter Paterson on 2024-12-01: "Fellow user of Barrier, and also InputLeap."</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</div>
|
|
</main>
|
|
|
|
<footer>
|
|
<span>Unless otherwise stated, our shows are released under a <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank">Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)</a> license.</span>
|
|
<span>The HPR Website Design is released to the <a href="https://creativecommons.org/publicdomain/mark/1.0/" target="_blank">Public Domain</a>.</span>
|
|
</footer>
|
|
|
|
</body>
|
|
</html> |