2025-12-27 09:42:06 -08:00
<!DOCTYPE html>
< html lang = "en" >
2026-01-07 14:59:26 -08:00
< head >
< title > card one's travels | siblinghood of the traveling greeting card</ title >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
< meta charset = "utf-8" >
<!-- Meta -->
< link rel = "icon" type = "image/x-icon" href = "/favicon.ico" >
< link rel = "canonical" href = "/card-one" />
2026-01-27 13:10:36 -08:00
< meta name = "description" content = "watch greeting card one travel the world" />
2026-01-07 14:59:26 -08:00
< meta name = "robots" content = "index,follow" />
< 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" />
2026-01-27 13:10:36 -08:00
< meta property = "og:description" content = "watch greeting card one travel the world" />
2026-01-08 16:24:44 -08:00
< meta property = "og:image" content = "/assets/img/logo-light.png" />
2026-01-07 14:59:26 -08:00
< meta property = "og:image:alt" content = "blue and gold icon showing a greeting card with wings" />
2026-01-07 14:58:47 -08:00
2026-01-07 14:59:26 -08:00
<!-- CSS -->
2026-01-08 16:24:44 -08:00
< link rel = "stylesheet" href = "/assets/styles/main.css" >
< link rel = "stylesheet" href = "/assets/styles/cards.css" >
< link rel = "stylesheet" href = "/assets/styles/nav.css" >
2026-01-02 17:17:35 -08:00
2026-01-07 14:59:26 -08:00
<!-- JS -->
2026-01-08 16:24:44 -08:00
< script src = "/assets/scripts/nav.js" defer ></ script >
2026-01-07 14:59:26 -08:00
</ head >
< body >
< header >
< nav id = "top-nav" > <!-- auto populated by nav.js --> </ nav >
2025-12-27 09:42:06 -08:00
2026-01-08 16:24:44 -08:00
< 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" />
2026-01-07 14:59:26 -08:00
</ header >
< main id = "main" >
< h1 > The Travels of < span class = "card" > Card One</ span ></ h1 >
2025-12-27 09:42:06 -08:00
2026-01-07 14:59:26 -08:00
< p >< span class = "card" > Card one</ span > has 16 total recipients. Its journey began in late December, 2025.</ p >
2025-12-27 09:42:06 -08:00
2026-01-07 14:59:26 -08:00
< 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 > California, USA</ h2 >
2026-01-08 16:24:44 -08:00
< 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." />
2026-01-07 14:59:26 -08:00
</ li >
</ ol >
</ main >
2026-01-02 18:21:23 -08:00
2026-01-07 14:59:26 -08:00
< footer id = "footer" > <!-- auto populated by nav.js --> </ footer >
</ body >
2025-12-27 09:42:06 -08:00
</ html >