5 Commits

2 changed files with 9 additions and 10 deletions
+1 -7
View File
@@ -87,11 +87,9 @@ https://creativecommons.org/publicdomain/
--default-header-x-font-weight: bold;
--default-header-x-margin: 1.25rem 0 0.75rem 0;
--default-header-1-font-size: 1.5rem;
--default-header-2-font-size: 1.40rem;
--default-header-2-font-size: 1.45rem;
--default-header-3-font-size: 1.25rem;
--default-header-4-font-size: 1.15rem;
--article-header-1-font-size: 1.45rem;
}
html {
@@ -247,10 +245,6 @@ article * h3 {
margin: var(--default-header-x-margin);
}
article > header > h1 {
font-size: var(--article-header-1-font-size);
}
img {
max-width: 100%;
height: auto;
+8 -3
View File
@@ -7,10 +7,15 @@
<!--% USE date %-->
<article>
<header>
<h3>Call for shows</h3>
<h2>Free Slots Available</h2>
</header>
<p><strong><em>We are running very low on shows</em></strong> at the moment. Have a look at the <a href="<!--% absolute_path(baseurl) %-->correspondents/index.html">hosts</a> page and if you don't see "<!--% date.format(date.now, '%Y') %-->-??-??" next to your name, or if your name is not listed, you might consider sending us in something.</p>
<!-- <img src="/images/hprstats.png" alt="hpr queue showing an graph showing how few shows we have" /> -->
<p>
Now would be a great opportunity to get your show to the top of the queue!
We ask each listener to send in <strong>just one show a year</strong>.
Check the <a href="<!--% absolute_path(baseurl) %-->correspondents/index.html">hosts page</a>, and if you don't see "<!--% date.format(date.now, '%Y') %-->-??-??" next to your name, or if your name is not listed, then you should send in a show.
Any unfilled slots for next week will be filled from the <a href="<!--% absolute_path(baseurl) %-->contribute.html#reserve_pool">Reserve Pool</a>.
Remember that HPR will stop as a project if there are <a href="<!--% absolute_path(baseurl) %-->about.html#kill_switch">not enough shows</a>.</p>
</article>
<!--% END %-->
<!--% END %-->