in belgium

This commit is contained in:
2026-03-25 12:06:05 -07:00
parent 8a04f49790
commit c9b6afbf25

View File

@ -1,5 +1,6 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>card one's travels | siblinghood of the traveling greeting card</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
@ -9,12 +10,15 @@
<link rel="canonical" href="/card-one" />
<meta name="description" content="watch greeting card one travel the world" />
<meta name="robots" content="index,follow" />
<meta property="og:title" content="card one's travels | siblinghood of the traveling greeting card" />
<meta property="og:title"
content="card one's travels | siblinghood of the traveling greeting card" />
<meta property="og:type" content="article" />
<meta property="og:url" content="/card-one" />
<meta property="og:description" content="watch greeting card one travel the world" />
<meta property="og:description"
content="watch greeting card one travel the world" />
<meta property="og:image" content="/assets/img/logo-light.png" />
<meta property="og:image:alt" content="blue and gold icon showing a greeting card with wings" />
<meta property="og:image:alt"
content="blue and gold icon showing a greeting card with wings" />
<!-- CSS -->
<link rel="stylesheet" href="/assets/styles/main.css">
@ -24,41 +28,65 @@
<!-- JS -->
<script src="/assets/scripts/nav.js" defer></script>
</head>
<body>
<header>
<nav id="top-nav"><!-- auto populated by nav.js --></nav>
<img id="logo-light" src="/assets/img/logo-light.png" alt="blue and gold icon showing a greeting card with wings" />
<img id="logo-dark" src="/assets/img/logo-dark.png" alt="blue and gold icon showing a greeting card with wings" />
<img id="logo-light" src="/assets/img/logo-light.png"
alt="blue and gold icon showing a greeting card with wings" />
<img id="logo-dark" src="/assets/img/logo-dark.png"
alt="blue and gold icon showing a greeting card with wings" />
</header>
<main id="main">
<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 late December, 2025.</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>
<svg aria-hidden="true" viewBox="0 0 32 32" focusable="false">
<circle stroke="none" cx="16" cy="16" r="10"></circle>
</svg>
<h2>California, USA</h2>
<img src="/assets/img/one/00.jpg" alt="an open pop-up greeting card. the pop-up is an autumnal tree, and the inside of the card has autumn leaf designs. two small figurines sit on the card to hold it open flat."/>
<img src="/assets/img/one/00.jpg"
alt="an open pop-up greeting card. the pop-up is an autumnal tree, and the inside of the card has autumn leaf designs. two small figurines sit on the card to hold it open flat." />
</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>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/cutout in it. next to it is a note that someone has signed."/>
<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/cutout 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>
<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>
<svg aria-hidden="true" viewBox="0 0 32 32" focusable="false">
<circle stroke="none" cx="16" cy="16" r="10"></circle>
</svg>
<h2>Alberta, Canada</h2>
<img src="/assets/img/one/03.jpg" alt="an open pop-up greeting card on a table, weighted down with a tiny ceramic cat. behind it is a vase, a potted plant, and a bird statuette."/>
<img src="/assets/img/one/03.jpg"
alt="an open pop-up greeting card on a table, weighted down with a tiny ceramic cat. behind it is a vase, a potted plant, and a bird statuette." />
<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>Belgium</h2>
<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>
<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>
@ -67,4 +95,5 @@
<footer id="footer"><!-- auto populated by nav.js --></footer>
</body>
</html>