Ran the ARC Tookit Firefox extension which pointed out accessiblity issues with color contrasts, link display, and skip to main link. Some of the link colors don't look great when they reach the recommended contrast level.
84 lines
3.9 KiB
HTML
84 lines
3.9 KiB
HTML
<!--% PROCESS 'shared-utils.tpl.html' %-->
|
|
<!--% USE date %-->
|
|
<!DOCTYPE HTML>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Hacker Public Radio ~ The Technology Community Podcast</title>
|
|
<!--% IF baseurl %-->
|
|
<base href="<!--% baseurl %-->">
|
|
<!--% END %-->
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" />
|
|
<meta http-equiv="last-modified" content="<!--% format_feed_date(date.now) %-->">
|
|
<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." />
|
|
<!-- Internal CSS -->
|
|
<style type="text/css">
|
|
article, aside, dialog, figure, footer, header, hgroup, menu, nav, section {
|
|
display: block;
|
|
}
|
|
#list1, #list2, #list3 {
|
|
display:none;
|
|
}
|
|
</style>
|
|
<link rel="shortcut icon" href="<!--% absolute_url(baseurl) %-->hpr.ico" >
|
|
<link rel="alternate" type="application/rss+xml" title="Hacker Public Radio Opus RSS" href="<!--% absolute_path(baseurl) %-->hpr_opus_rss.php" />
|
|
<link rel="alternate" type="application/rss+xml" title="Hacker Public Radio Ogg Vorbis RSS" href="<!--% absolute_path(baseurl) %-->hpr_ogg_rss.php" />
|
|
<link rel="alternate" type="application/rss+xml" title="Hacker Public Radio MP3 RSS" href="<!--% absolute_path(baseurl) %-->hpr_mp3_rss.php" />
|
|
<link rel="alternate" type="application/rss+xml" title="Hacker Public Radio Comments RSS" href="<!--% absolute_path(baseurl) %-->comments.rss" />
|
|
<link rel="license" title="CC BY-SA 4.0" href="https://creativecommons.org/licenses/by-sa/4.0/" />
|
|
<link href="/css/hpr.css" rel="stylesheet" />
|
|
<!--[if IE]>
|
|
<link rel="stylesheet" href="/css/hpr.css" media="screen" type="text/css" />
|
|
<script src="/JavaScript/html5.js"></script>
|
|
<![endif]-->
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"/>
|
|
</head>
|
|
|
|
<body>
|
|
<nav id="accessible_menu">
|
|
<a href="<!--% absolute_path(baseurl) %-->sitemap.html#main_content">Site Map</a>
|
|
- <a href="<!--% absolute_path(baseurl) %-->#main_content">skip to main content</a>
|
|
</nav>
|
|
<nav class="menu" role="navigation">
|
|
<!--% INCLUDE $navigation %-->
|
|
</nav>
|
|
<header role="banner">
|
|
<div id="title">
|
|
<h1 id="site_acronym">HPR</h1>
|
|
<h2 id="site_name">
|
|
<a href="<!--% absolute_path(baseurl) %-->correspondents/index.html">H</a>acker
|
|
<a href="<!--% absolute_path(baseurl) %-->comments_viewer.html">P</a>ublic
|
|
<a href="<!--% absolute_path(baseurl) %-->syndication.html">R</a>adio
|
|
</h2>
|
|
<h3 id="site_url">https://HackerPublicRadio.org</h3>
|
|
</div>
|
|
<div id="tag_line">
|
|
<h2>The Community Podcast</h2>
|
|
<h2>Sharing your ideas, projects, opinions since 2005</h2>
|
|
<h3>New episodes every weekday
|
|
</div>
|
|
</h3>
|
|
</div>
|
|
<div id="qr_code">
|
|
<img src="<!--% absolute_path(baseurl) %-->images/qr_code_logo.png" alt="HPR logo as a QR code to the HPR URL">
|
|
</div>
|
|
</header>
|
|
<main id="main_content" role="main">
|
|
<!--% INCLUDE $content %-->
|
|
</main>
|
|
<footer role="contentinfo">
|
|
<hr>
|
|
<div id="copyright">
|
|
<span>Unless otherwise stated, our shows are released under a <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">
|
|
Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)</a> license.</span>
|
|
<span>
|
|
The <span property="dct:title">HPR Website Design</span> is released to the <a rel="license" href="https://creativecommons.org/publicdomain/mark/1.0/">Public Domain</a>.
|
|
</span>
|
|
</div>
|
|
<div id="generated_by">This page was <a href="https://repo.anhonesthost.net/HPR/hpr_generator">generated</a> by <a href="mailto:<!--% generator_email %-->"><!--% generator_name %--></a> at <time dateTime="<!--% format_iso8601_date(date.now) %-->"><!--% format_feed_date(date.now) %--></time></em>
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
</html>
|