Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 10b2074631 | |||
| fc7dc12e05 | |||
| b4902aefe2 | |||
| 86014bb40b |
@@ -87,11 +87,9 @@ https://creativecommons.org/publicdomain/
|
|||||||
--default-header-x-font-weight: bold;
|
--default-header-x-font-weight: bold;
|
||||||
--default-header-x-margin: 1.25rem 0 0.75rem 0;
|
--default-header-x-margin: 1.25rem 0 0.75rem 0;
|
||||||
--default-header-1-font-size: 1.5rem;
|
--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-3-font-size: 1.25rem;
|
||||||
--default-header-4-font-size: 1.15rem;
|
--default-header-4-font-size: 1.15rem;
|
||||||
|
|
||||||
--article-header-1-font-size: 1.45rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
@@ -247,10 +245,6 @@ article * h3 {
|
|||||||
margin: var(--default-header-x-margin);
|
margin: var(--default-header-x-margin);
|
||||||
}
|
}
|
||||||
|
|
||||||
article > header > h1 {
|
|
||||||
font-size: var(--article-header-1-font-size);
|
|
||||||
}
|
|
||||||
|
|
||||||
img {
|
img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
|||||||
@@ -7,10 +7,15 @@
|
|||||||
<!--% USE date %-->
|
<!--% USE date %-->
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h3>Call for shows</h3>
|
<h2>Free Slots Available</h2>
|
||||||
</header>
|
</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>
|
<p>
|
||||||
<!-- <img src="/images/hprstats.png" alt="hpr queue showing an graph showing how few shows we have" /> -->
|
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>
|
</article>
|
||||||
<!--% END %-->
|
<!--% END %-->
|
||||||
<!--% END %-->
|
<!--% END %-->
|
||||||
|
|||||||
Reference in New Issue
Block a user