{"id":79,"date":"2026-07-07T03:16:45","date_gmt":"2026-07-07T03:16:45","guid":{"rendered":"https:\/\/shawnjason.com\/?page_id=79"},"modified":"2026-07-07T04:09:02","modified_gmt":"2026-07-07T04:09:02","slug":"links","status":"publish","type":"page","link":"https:\/\/shawnjason.com\/","title":{"rendered":"Shawn Jason&#8217;s Links"},"content":{"rendered":"\n<style>\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Archivo+Black&family=Bricolage+Grotesque:opsz,wght@12..96,600;12..96,700&family=IBM+Plex+Mono:wght@400;500&family=Newsreader:ital,wght@0,400;0,600;1,400&display=swap');\n\n  :root{\n    --paper:#EFEAE1;\n    --ink:#211F1C;\n    --rust:#B34A24;\n    --moss:#5C6B4F;\n    --gold:#B8934A;\n    --whatnot-yellow:#FFF351;\n    --whatnot-black:#000000;\n    --druthers-red:#CC0000;\n  }\n  html{ color-scheme: light; }\n  *{box-sizing:border-box; margin:0; padding:0;}\n  body{\n    background:#FAF8F4 !important;\n    color:var(--ink) !important;\n    font-family:'Newsreader', serif;\n    line-height:1.5;\n  }\n\n  .namebar{\n    background:#FAF8F4 !important;\n    padding:18px 24px;\n    text-align:center;\n    border-bottom:1px solid rgba(33,31,28,0.1);\n  }\n  .namebar .logo{\n    font-family:'Bricolage Grotesque', sans-serif;\n    font-weight:700;\n    font-size:24px;\n    letter-spacing:-0.01em;\n    color:var(--ink) !important;\n  }\n  .namebar .logo span{\n    font-family:'Bricolage Grotesque', sans-serif;\n    font-weight:600;\n    font-style:normal;\n    color:var(--ink) !important;\n  }\n  .wrap{\n    max-width:640px;\n    margin:0 auto;\n    padding:0 24px 60px;\n  }\n\n  .whatnot-hero{\n    background:var(--whatnot-black) !important;\n    color:var(--whatnot-yellow) !important;\n    width:100%;\n    padding:36px 24px;\n    text-align:center;\n    position:relative;\n    border-bottom:6px solid var(--whatnot-yellow);\n  }\n  .whatnot-wordmark{\n    font-family:'Archivo Black', sans-serif;\n    font-size:15px;\n    letter-spacing:0.02em;\n    color:var(--whatnot-yellow) !important;\n    margin-bottom:14px;\n  }\n  .whatnot-wordmark span{ color:#fff !important; }\n  .whatnot-hero .badge{\n    display:inline-block;\n    background:var(--whatnot-yellow) !important;\n    color:var(--whatnot-black) !important;\n    font-family:'IBM Plex Mono', monospace;\n    font-weight:500;\n    font-size:11px;\n    letter-spacing:0.1em;\n    text-transform:uppercase;\n    padding:4px 12px;\n    border-radius:20px;\n    margin-bottom:14px;\n  }\n  .whatnot-hero h1{\n    font-family:'Archivo Black', sans-serif;\n    font-size:clamp(24px,5vw,34px);\n    text-transform:uppercase;\n    letter-spacing:-0.01em;\n    color:#fff !important;\n    margin-bottom:6px;\n  }\n  .whatnot-hero .sub{\n    font-family:'IBM Plex Mono', monospace;\n    font-size:13px;\n    color:#e8e4c8 !important;\n    margin-bottom:20px;\n  }\n  .whatnot-hero a.btn{\n    display:inline-flex;\n    align-items:center;\n    gap:9px;\n    background:var(--whatnot-yellow) !important;\n    color:var(--whatnot-black) !important;\n    font-weight:700;\n    font-family:'IBM Plex Mono', monospace;\n    font-size:14px;\n    letter-spacing:0.05em;\n    text-transform:uppercase;\n    text-decoration:none;\n    padding:14px 32px;\n    border-radius:4px;\n  }\n  .pulse-dot{\n    display:inline-block;\n    width:9px;\n    height:9px;\n    border-radius:50%;\n    background:var(--druthers-red);\n    animation: pulse 1.4s ease-in-out infinite;\n  }\n  @keyframes pulse{\n    0%   { transform:scale(1);   opacity:1; }\n    50%  { transform:scale(1.6); opacity:0.5; }\n    100% { transform:scale(1);   opacity:1; }\n  }\n  .fine-link{\n    color:var(--whatnot-yellow) !important;\n    text-decoration:underline;\n  }\n  .whatnot-hero .fine{\n    margin-top:14px;\n    font-family:'Newsreader', serif;\n    font-style:italic;\n    font-size:13px;\n    color:#d8d4c0 !important;\n  }\n\n  .about{\n    padding:40px 0 30px;\n    text-align:center;\n  }\n  .about h2{\n    font-family:'Archivo Black', sans-serif;\n    font-size:20px;\n    text-transform:uppercase;\n    color:var(--ink) !important;\n    margin-bottom:14px;\n  }\n  .about p{\n    font-size:16px;\n    color:var(--ink) !important;\n    max-width:52ch;\n    margin:0 auto;\n  }\n\n  .block{\n    background:#FDF6E3 !important;\n    border:2px solid var(--druthers-red);\n    border-radius:8px;\n    padding:26px 24px;\n    margin-bottom:22px;\n  }\n  .block.druthers .wordmark{\n    font-family:'Archivo Black', sans-serif;\n    font-size:26px;\n    letter-spacing:-0.01em;\n    color:var(--druthers-red) !important;\n    text-transform:uppercase;\n    margin-bottom:12px;\n    text-shadow: 1px 1px 0 rgba(204,0,0,0.25);\n  }\n  .block .eyebrow{\n    font-family:'IBM Plex Mono', monospace;\n    font-size:11px;\n    letter-spacing:0.1em;\n    text-transform:uppercase;\n    color:var(--druthers-red) !important;\n    margin-bottom:8px;\n  }\n  .block h3{\n    font-family:'Archivo Black', sans-serif;\n    font-size:22px;\n    text-transform:uppercase;\n    color:var(--ink) !important;\n    margin-bottom:8px;\n  }\n  .block p{\n    font-size:15px;\n    color:#4a463f !important;\n    margin-bottom:18px;\n  }\n  .sublinks{\n    display:flex;\n    gap:10px;\n    flex-wrap:wrap;\n  }\n  .sublinks a{\n    flex:1;\n    min-width:120px;\n    text-align:center;\n    background:#FFFFFF !important;\n    border:1px solid var(--druthers-red);\n    color:var(--druthers-red) !important;\n    text-decoration:none;\n    font-family:'IBM Plex Mono', monospace;\n    font-weight:500;\n    font-size:13px;\n    letter-spacing:0.04em;\n    text-transform:uppercase;\n    padding:12px 10px;\n    border-radius:4px;\n  }\n  .sublinks a:hover{\n    background:var(--druthers-red) !important;\n    color:#fff !important;\n  }\n\n  .simple-link{\n    display:block;\n    background:#fff !important;\n    border:1px solid rgba(33,31,28,0.12);\n    border-radius:8px;\n    padding:20px 24px;\n    margin:0 auto 22px;\n    width:66%;\n    text-align:center;\n    text-decoration:none;\n    color:var(--ink) !important;\n  }\n  .simple-link .eyebrow{\n    font-family:'IBM Plex Mono', monospace;\n    font-size:11px;\n    letter-spacing:0.1em;\n    text-transform:uppercase;\n    color:var(--moss) !important;\n    margin-bottom:6px;\n  }\n  .simple-link h3{\n    font-family:'Archivo Black', sans-serif;\n    font-size:19px;\n    text-transform:uppercase;\n    color:var(--ink) !important;\n  }\n\n  .social{\n    text-align:center;\n    padding-top:20px;\n  }\n  .social .label{\n    font-family:'IBM Plex Mono', monospace;\n    font-size:12px;\n    letter-spacing:0.1em;\n    text-transform:uppercase;\n    color:var(--ink) !important;\n    opacity:0.7;\n    margin-bottom:16px;\n  }\n  .social-row{\n    display:flex;\n    justify-content:center;\n    gap:14px;\n    flex-wrap:wrap;\n  }\n  .social-row a{\n    display:inline-flex;\n    align-items:center;\n    justify-content:center;\n    width:44px;\n    height:44px;\n    border-radius:50%;\n    text-decoration:none;\n    font-family:'IBM Plex Mono', monospace;\n    font-weight:600;\n    font-size:12px;\n  }\n  .social-row a.facebook{ background:#1877F2 !important; color:#fff !important; }\n  .social-row a.x{ background:#000000 !important; color:#fff !important; }\n  .social-row a.youtube{ background:#FF0000 !important; color:#fff !important; }\n  .social-row a.tiktok{ background:#010101 !important; color:#25F4EE !important; }\n\n  @media (max-width:480px){\n    .sublinks{flex-direction:column;}\n    .sublinks a{min-width:0;}\n    .simple-link{width:85%;}\n  }\n<\/style>\n\n<div class=\"namebar\">\n  <div class=\"logo\">Shawn Jason<span>&#8216;s Links<\/span><\/div>\n<\/div>\n\n<div class=\"whatnot-hero\">\n  <div class=\"whatnot-wordmark\">what<span>not<\/span><\/div>\n  <div class=\"badge\">New \u00b7 Live Now<\/div>\n  <h1>I&#8217;m On Whatnot<\/h1>\n  <div class=\"sub\">Marbles, races, and a little chaos \u2014 live, every week.<\/div>\n  <a class=\"btn\" href=\"https:\/\/whatnot.com\/invite\/shawnjason\">\n    <span class=\"pulse-dot\"><\/span> Watch My Show\n  <\/a>\n  <div class=\"fine\">Get $25 in free credit to spend in my show \u2014 <a href=\"https:\/\/whatnot.com\/invite\/shawnjason\" class=\"fine-link\">click here<\/a><\/div>\n<\/div>\n\n<div class=\"wrap\">\n\n  <div class=\"about\">\n    <h2>Who I Am<\/h2>\n    <p>I&#8217;m Shawn \u2014 founder of Druthers, a creator, and someone who believes people are fundamentally good. I dream of a world where truth, love, peace and freedom is the norm.<\/p>\n  <\/div>\n\n  <div class=\"block druthers\">\n    <div class=\"wordmark\">DRUTHERS<\/div>\n    <div class=\"eyebrow\">Independent \u00b7 17 Million Copies \u00b7 Since 2020<\/div>\n    <h3>Canada&#8217;s Biggest, Independent, People-Powered Newspaper<\/h3>\n    <p>Druthers is truly a newspaper for the people. No corporate owners, no government funding, no ad-driven agenda, just honest news, information and perspectives handed directly to Canadians. Honest news matters.<\/p>\n    <div class=\"sublinks\">\n      <a href=\"https:\/\/druthers.ca\/subscribe\">Subscribe<\/a>\n      <a href=\"https:\/\/druthers.ca\/donate\">Donate<\/a>\n      <a href=\"https:\/\/druthers.ca\/volunteer\">Volunteer<\/a>\n    <\/div>\n  <\/div>\n\n  <a class=\"simple-link\" href=\"https:\/\/druthers.ca\/contact\">\n    <div class=\"eyebrow\">Get In Touch<\/div>\n    <h3>Contact Me<\/h3>\n  <\/a>\n\n  <div class=\"social\">\n    <div class=\"label\">Find Me Elsewhere<\/div>\n    <div class=\"social-row\">\n      <a href=\"https:\/\/facebook.com\/shawnjason\" class=\"facebook\" title=\"Facebook\">FB<\/a>\n      <a href=\"https:\/\/x.com\/druthersnews\" class=\"x\" title=\"X \/ Twitter\">X<\/a>\n      <a href=\"https:\/\/youtube.com\/druthers\" class=\"youtube\" title=\"YouTube\">YT<\/a>\n      <a href=\"https:\/\/tiktok.com\/@druther.ca\" class=\"tiktok\" title=\"TikTok\">TT<\/a>\n    <\/div>\n  <\/div>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Shawn Jason&#8216;s Links whatnot New \u00b7 Live Now I&#8217;m On Whatnot Marbles, races, and a little chaos \u2014 live, every week. Watch My Show Get $25 in free credit to spend in my show \u2014 click here Who I Am I&#8217;m Shawn \u2014 founder of Druthers, a creator, and someone who believes people are fundamentally good. I dream of a&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-blank-8.php","meta":{"footnotes":""},"class_list":["post-79","page","type-page","status-publish","hentry","no-post-thumbnail"],"_links":{"self":[{"href":"https:\/\/shawnjason.com\/index.php?rest_route=\/wp\/v2\/pages\/79","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/shawnjason.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/shawnjason.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/shawnjason.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/shawnjason.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=79"}],"version-history":[{"count":5,"href":"https:\/\/shawnjason.com\/index.php?rest_route=\/wp\/v2\/pages\/79\/revisions"}],"predecessor-version":[{"id":84,"href":"https:\/\/shawnjason.com\/index.php?rest_route=\/wp\/v2\/pages\/79\/revisions\/84"}],"wp:attachment":[{"href":"https:\/\/shawnjason.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=79"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}