Compare commits

..

6 Commits

Author SHA1 Message Date
33f9787d0e update count for card 3 2026-02-26 19:00:01 -08:00
d53f407f7b add netherlands pic for card two 2026-02-24 19:57:58 -08:00
f3c4c68d33 woops img 2026-02-24 11:18:57 -08:00
c4335d163b whitespace 2026-02-24 11:18:11 -08:00
5cb496d1e9 add stop 2026-02-24 11:18:03 -08:00
da5ae9e0d8 narrow body 2026-02-24 11:17:37 -08:00
6 changed files with 10 additions and 4 deletions

BIN
assets/img/one/01.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 814 KiB

BIN
assets/img/two/03.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 638 KiB

View File

@ -24,7 +24,7 @@ body {
} }
main { main {
width: 65%; width: 55%;
margin: 0 auto 2rem; margin: 0 auto 2rem;
scroll-margin-top: 1.5rem; scroll-margin-top: 1.5rem;
min-height: 50vh; min-height: 50vh;

View File

@ -45,6 +45,11 @@
<li class="stop"> <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> <svg aria-hidden="true" viewBox="0 0 32 32" focusable="false"><circle stroke="none" cx="16" cy="16" r="10"></circle></svg>
<h2>Italy</h2> <h2>Italy</h2>
<img src="/assets/img/one/01.jpg" alt="an open pop-up greeting card viewed from the top. there's what appears to be a black butterfly or moth sticker in it. next to it is a note that someone has signed."/>
</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> <div class="spacer"></div>
</li> </li>
<li class="stop"> <li class="stop">

View File

@ -34,7 +34,7 @@
<main id="main"> <main id="main">
<h1>The Travels of <span class="card">Card Three</span></h1> <h1>The Travels of <span class="card">Card Three</span></h1>
<p>7 people are signed up for <span class="card">card three</span> so far.</p> <p>10 people are signed up for <span class="card">card three</span> so far.</p>
</main> </main>
<footer id="footer"><!-- auto populated by nav.js --></footer> <footer id="footer"><!-- auto populated by nav.js --></footer>

View File

@ -55,8 +55,9 @@
<li class="stop"> <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> <svg aria-hidden="true" viewBox="0 0 32 32" focusable="false"><circle stroke="none" cx="16" cy="16" r="10"></circle></svg>
<h2>Netherlands</h2> <h2>Netherlands</h2>
<div class="spacer"></div> <img src="/assets/img/two/03.jpg" alt="the inside of the card with several signatures: freddie, herzleid, laen, and flann"/>
</li> <li class="stop"> </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> <svg aria-hidden="true" viewBox="0 0 32 32" focusable="false"><circle stroke="none" cx="16" cy="16" r="10"></circle></svg>
<h2>???</h2> <h2>???</h2>
<div class="spacer"></div> <div class="spacer"></div>