Compare commits

..
2 Commits
Author SHA1 Message Date
inherentlee fb831281a3 add oregon 2026-07-27 14:49:44 -07:00
inherentlee 4d2b1f3acd add uk and florida 2026-07-27 14:49:25 -07:00
3 changed files with 20 additions and 3 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

+13 -3
View File
@@ -85,8 +85,10 @@
</ol> </ol>
<p> <p>
Unfortunately, card one stopped here at a recipient with ill health. Finally, I made the executive 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. 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> </p>
<ol> <ol>
@@ -94,9 +96,17 @@
<svg aria-hidden="true" viewBox="0 0 32 32" focusable="false"> <svg aria-hidden="true" viewBox="0 0 32 32" focusable="false">
<circle stroke="none" cx="16" cy="16" r="10"></circle> <circle stroke="none" cx="16" cy="16" r="10"></circle>
</svg> </svg>
<h2>Washington, USA</h2> <h2>United Kingdom</h2>
<div class="spacer"></div> <div class="spacer"></div>
</li> </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"> <li class="stop">
<svg aria-hidden="true" viewBox="0 0 32 32" focusable="false"> <svg aria-hidden="true" viewBox="0 0 32 32" focusable="false">
<circle stroke="none" cx="16" cy="16" r="10"></circle> <circle stroke="none" cx="16" cy="16" r="10"></circle>
+7
View File
@@ -135,6 +135,13 @@
<img src="/assets/img/two/11.jpg" <img src="/assets/img/two/11.jpg"
alt="the inside of a card signed by eleven people"> alt="the inside of a card signed by eleven people">
</li> </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"> <li class="stop">
<svg aria-hidden="true" viewBox="0 0 32 32" focusable="false"> <svg aria-hidden="true" viewBox="0 0 32 32" focusable="false">
<circle stroke="none" cx="16" cy="16" r="10"></circle> <circle stroke="none" cx="16" cy="16" r="10"></circle>