Compare commits
9
Commits
011f64e98c
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f485d28559 | ||
|
|
5f59d417bf | ||
|
|
021414fcca | ||
|
|
1a09f08616 | ||
|
|
fb831281a3 | ||
|
|
4d2b1f3acd | ||
|
|
2c3c2cfe73 | ||
|
|
53a97e16c1 | ||
|
|
e91a3d9b2d |
Binary file not shown.
|
After Width: | Height: | Size: 104 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 912 KiB |
@@ -7,6 +7,10 @@ p .card {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
ol + p {
|
||||
margin-top: 1.5rem;
|
||||
}
|
||||
|
||||
.stop {
|
||||
color: var(--color-accent);
|
||||
position: relative;
|
||||
|
||||
@@ -82,6 +82,37 @@
|
||||
<h2>Belgium</h2>
|
||||
<div class="spacer"></div>
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
<p>
|
||||
Unfortunately, <span class="card">card one</span> stopped here at a recipient with ill health. Finally, I made the executive
|
||||
decision to start a fresh card and send it on to the next recipient. Thanks to some miscommunication,
|
||||
the person <em>after</em> me also started a new card - so we went with that one as the official one,
|
||||
and I was skipped. Woops!
|
||||
</p>
|
||||
|
||||
<ol>
|
||||
<li class="stop">
|
||||
<svg aria-hidden="true" viewBox="0 0 32 32" focusable="false">
|
||||
<circle stroke="none" cx="16" cy="16" r="10"></circle>
|
||||
</svg>
|
||||
<h2>United Kingdom</h2>
|
||||
<div class="spacer"></div>
|
||||
</li>
|
||||
<li class="stop">
|
||||
<svg aria-hidden="true" viewBox="0 0 32 32" focusable="false">
|
||||
<circle stroke="none" cx="16" cy="16" r="10"></circle>
|
||||
</svg>
|
||||
<h2>Florida, USA</h2>
|
||||
<img src="/assets/img/one/07.jpg"
|
||||
alt="the front of a card with a design of flowers, probably lilies, on top of a mostly hidden envelope.">
|
||||
</li>
|
||||
<li class="stop">
|
||||
<svg aria-hidden="true" viewBox="0 0 32 32" focusable="false">
|
||||
<circle stroke="none" cx="16" cy="16" r="10"></circle>
|
||||
</svg>
|
||||
<h2>New York, USA</h2>
|
||||
<div class="spacer"></div>
|
||||
</li>
|
||||
<li class="stop">
|
||||
<svg aria-hidden="true" viewBox="0 0 32 32" focusable="false">
|
||||
|
||||
+19
-4
@@ -43,10 +43,25 @@
|
||||
<main id="main">
|
||||
<h1>The Travels of <span class="card">Card Three</span></h1>
|
||||
|
||||
<p>
|
||||
16 people are signed up for <span class="card">card three</span> and it
|
||||
will be kicking off shortly!
|
||||
</p>
|
||||
<p><span class="card">Card three</span> has 16 total recipients. Its journey
|
||||
began in late July, 2026.</p>
|
||||
|
||||
<ol>
|
||||
<li class="stop">
|
||||
<svg aria-hidden="true" viewBox="0 0 32 32" focusable="false">
|
||||
<circle stroke="none" cx="16" cy="16" r="10"></circle>
|
||||
</svg>
|
||||
<h2>Louisiana, USA</h2>
|
||||
<div class="spacer"></div>
|
||||
</li>
|
||||
<li class="stop">
|
||||
<svg aria-hidden="true" viewBox="0 0 32 32" focusable="false">
|
||||
<circle stroke="none" cx="16" cy="16" r="10"></circle>
|
||||
</svg>
|
||||
<h2>???</h2>
|
||||
<div class="spacer"></div>
|
||||
</li>
|
||||
</ol>
|
||||
</main>
|
||||
|
||||
<footer id="footer"><!-- auto populated by nav.js --></footer>
|
||||
|
||||
@@ -127,6 +127,28 @@
|
||||
<h2>Minnesota, USA</h2>
|
||||
<div class="spacer"></div>
|
||||
</li>
|
||||
<li class="stop">
|
||||
<svg aria-hidden="true" viewBox="0 0 32 32" focusable="false">
|
||||
<circle stroke="none" cx="16" cy="16" r="10"></circle>
|
||||
</svg>
|
||||
<h2>Connecticut, USA</h2>
|
||||
<img src="/assets/img/two/11.jpg"
|
||||
alt="the inside of a card signed by eleven people">
|
||||
</li>
|
||||
<li class="stop">
|
||||
<svg aria-hidden="true" viewBox="0 0 32 32" focusable="false">
|
||||
<circle stroke="none" cx="16" cy="16" r="10"></circle>
|
||||
</svg>
|
||||
<h2>Oregon, USA</h2>
|
||||
<div class="spacer"></div>
|
||||
</li>
|
||||
<li class="stop">
|
||||
<svg aria-hidden="true" viewBox="0 0 32 32" focusable="false">
|
||||
<circle stroke="none" cx="16" cy="16" r="10"></circle>
|
||||
</svg>
|
||||
<h2>British Columbia, Canada</h2>
|
||||
<div class="spacer"></div>
|
||||
</li>
|
||||
<li class="stop">
|
||||
<svg aria-hidden="true" viewBox="0 0 32 32" focusable="false">
|
||||
<circle stroke="none" cx="16" cy="16" r="10"></circle>
|
||||
|
||||
Reference in New Issue
Block a user