93 lines
3.4 KiB
HTML
93 lines
3.4 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</title>
|
|
<link rel="stylesheet" href="css/styles.css">
|
|
</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 src="images/logo.png" alt="Hacker Public Radio" />
|
|
</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">
|
|
<img src="icons/mic-line.svg">
|
|
<p>Record</p>
|
|
</a>
|
|
<a class="podcast schedule">
|
|
<img src="icons/calendar-2-line.svg">
|
|
<p>Schedule</p>
|
|
</a>
|
|
<a class="podcast subscribe">
|
|
<img src="icons/rss-line.svg">
|
|
<p>Subscribe</p>
|
|
</a>
|
|
<a class="podcast listen">
|
|
<img src="icons/volume-up-line.svg">
|
|
<p>Listen</p>
|
|
</a>
|
|
</section>
|
|
|
|
<h2>Project</h2>
|
|
<section class="project">
|
|
<a class="project host">
|
|
<img src="icons/user-line.svg">
|
|
<p>Host</p>
|
|
</a>
|
|
<a class="project series">
|
|
<img src="icons/stack-line.svg">
|
|
<p>Series</p>
|
|
</a>
|
|
<a class="project about">
|
|
<img src="icons/question-mark.svg">
|
|
<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> |