generated from inherentlee/11ty
+2
-2
@@ -76,7 +76,7 @@ p {
|
||||
|
||||
@media (max-width: 650px) {
|
||||
p {
|
||||
font-size: .9rem;
|
||||
font-size: .95rem;
|
||||
line-height: 1.3rem;
|
||||
}
|
||||
}
|
||||
@@ -149,7 +149,7 @@ ul {
|
||||
|
||||
@media (max-width: 650px) {
|
||||
ul {
|
||||
font-size: .9rem;
|
||||
font-size: .95rem;
|
||||
line-height: 1.3rem;
|
||||
}
|
||||
}
|
||||
|
||||
+2
-1
@@ -7,7 +7,8 @@ eleventyNavigation:
|
||||
|
||||
<h1>The Travels of <span class="card">Card One</span></h1>
|
||||
|
||||
<p><span class="card">Card one</span> has 16 total recipients. Its journey began in late December, 2025.</p>
|
||||
<p><span class="card">Card one</span> has 16 total recipients. Its journey began in
|
||||
<time datetime="2025-12-27">late December, 2025</time>.</p>
|
||||
|
||||
{% set stops = collections["1a"] %}
|
||||
{% include "card.njk" %}
|
||||
|
||||
+2
-1
@@ -7,7 +7,8 @@ eleventyNavigation:
|
||||
|
||||
<h1>The Travels of <span class="card">Card Three</span></h1>
|
||||
|
||||
<p><span class="card">Card three</span> has 16 total recipients. Its journey began in late July, 2026.</p>
|
||||
<p><span class="card">Card three</span> has 16 total recipients. Its journey began in
|
||||
<time datetime="2026-07-20">late July, 2026</time>.</p>
|
||||
|
||||
{% set stops = collections["3"] %}
|
||||
{% include "card.njk" %}
|
||||
|
||||
+2
-1
@@ -7,7 +7,8 @@ eleventyNavigation:
|
||||
|
||||
<h1>The Travels of <span class="card">Card Two</span></h1>
|
||||
|
||||
<p><span class="card">Card two</span> has 16 total recipients. Its journey began in early January, 2026.</p>
|
||||
<p><span class="card">Card two</span> has 16 total recipients. Its journey began in
|
||||
<time datetime="2026-01-06">early January, 2026</time>.</p>
|
||||
|
||||
{% set stops = collections["2"] %}
|
||||
{% include "card.njk" %}
|
||||
|
||||
+1
-1
@@ -87,7 +87,7 @@ I'll be doing my level best to track the card's movement, so as it is sent aroun
|
||||
|
||||
## I want in!
|
||||
|
||||
as stated above, signups for the rounds beginning <time datetime="2026-01-01">January 1st, 2026</time> and <time datetime="2026-06-04">June 4th, 2026</time> are closed. However, you may still sign up in case of future rounds.
|
||||
as stated above, signups for the rounds beginning <time datetime="2026-01-01">January 1st, 2026</time> and <time datetime="2026-06-04">June 4th, 2026</time> are **closed**. However, you may still sign up in case of future rounds.
|
||||
|
||||
[sign up for the siblinghood of the traveling greeting card](https://airtable.com/appdoHZsRDUzgYu9q/pagsr9LVAqKx29gDl/form).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user