Compare commits
3
Commits
011f64e98c
...
2c3c2cfe73
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2c3c2cfe73 | ||
|
|
53a97e16c1 | ||
|
|
e91a3d9b2d |
Binary file not shown.
|
After Width: | Height: | Size: 912 KiB |
@@ -7,6 +7,10 @@ p .card {
|
|||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ol + p {
|
||||||
|
margin-top: 1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
.stop {
|
.stop {
|
||||||
color: var(--color-accent);
|
color: var(--color-accent);
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
@@ -82,6 +82,20 @@
|
|||||||
<h2>Belgium</h2>
|
<h2>Belgium</h2>
|
||||||
<div class="spacer"></div>
|
<div class="spacer"></div>
|
||||||
</li>
|
</li>
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Unfortunately, card one 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.
|
||||||
|
</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>Washington, USA</h2>
|
||||||
|
<div class="spacer"></div>
|
||||||
</li>
|
</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">
|
||||||
|
|||||||
@@ -127,6 +127,14 @@
|
|||||||
<h2>Minnesota, USA</h2>
|
<h2>Minnesota, USA</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>Connecticut, USA</h2>
|
||||||
|
<img src="/assets/img/two/11.jpg"
|
||||||
|
alt="the inside of a card signed by eleven people">
|
||||||
|
</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>
|
||||||
|
|||||||
Reference in New Issue
Block a user