The After-work blueprint


DOCTYPE html>
<html lang=”en”>
<head>
<meta charset=”UTF-8″>
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″>
<title>The After-Work Blueprint</title>
<style>
  * { box-sizing: border-box; margin: 0; padding: 0; }
  body {
    background-color: #FFFFFF !important;
    color: #1A1A1A !important;
    font-family: -apple-system, “Segoe UI”, Helvetica, Arial, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.65 !important;
  }
  .wrap { max-width: 700px; margin: 0 auto; padding: 0 20px; }
  .wrap-wide { max-width: 760px; margin: 0 auto; padding: 0 20px; }
  p { margin-bottom: 18px; }

  .banner {
    background-color: #0B1A33 !important;
    padding: 18px 20px !important;
    text-align: center !important;
  }
  .banner .name {
    color: #C9A227 !important;
    font-family: Georgia, “Times New Roman”, serif !important;
    font-style: italic !important;
    font-size: 18px !important;
  }
  .banner .tag {
    color: #E8D9A0 !important;
    font-size: 12px !important;
    margin-top: 2px !important;
  }

  .top-cta-strip { background-color: #F7F3E8 !important; padding: 14px 20px !important; text-align: center !important; }
  .top-cta-strip a { font-size: 14px !important; }

  .headline-block { padding: 40px 0 10px 0 !important; }
  .headline-block h1 {
    font-family: Georgia, “Times New Roman”, serif !important;
    font-size: 30px !important;
    line-height: 1.3 !important;
    color: #0B1A33 !important;
    text-align: left !important;
    font-weight: 700 !important;
  }
  .meta {
    font-style: italic !important;
    color: #5C6478 !important;
    font-size: 13px !important;
    margin-top: 10px !important;
  }

  .cover-frame { text-align: center !important; margin: 24px 0 !important; }
  .cover-caption {
    text-align: center !important;
    font-size: 12.5px !important;
    color: #5C6478 !important;
    font-style: italic !important;
    margin-top: -10px !important;
  }

  .story p { color: #1A1A1A !important; font-size: 16px !important; }
  .story em { font-style: italic !important; color: #333333 !important; }
  .story strong { color: #0B1A33 !important; }

  .promise-line {
    text-align: center !important;
    font-family: Georgia, “Times New Roman”, serif !important;
    font-size: 21px !important;
    font-weight: 700 !important;
    color: #0B1A33 !important;
    padding: 30px 10px !important;
    border-top: 1px solid #E8D9A0 !important;
    border-bottom: 1px solid #E8D9A0 !important;
    margin: 30px 0 !important;
  }

  h2.section-title {
    font-family: Georgia, “Times New Roman”, serif !important;
    font-size: 24px !important;
    color: #0B1A33 !important;
    margin: 10px 0 20px 0 !important;
    text-align: left !important;
  }

  .contents-list { list-style: none !important; padding: 0 !important; margin: 0 0 20px 0 !important; }
  .contents-list li {
    padding: 14px 0 !important;
    border-bottom: 1px solid #EDE7D3 !important;
    font-size: 15.5px !important;
    color: #1A1A1A !important;
  }
  .contents-list li .pg { color: #C9A227 !important; font-weight: 700 !important; }

  .cta-wrap { text-align: center !important; padding: 26px 0 !important; }
  .cta-btn {
    display: inline-block !important;
    width: 100% !important;
    max-width: 480px !important;
    background-color: #C9A227 !important;
    color: #0B1A33 !important;
    font-weight: 700 !important;
    font-size: 17px !important;
    text-decoration: none !important;
    padding: 18px 20px !important;
    border-radius: 8px !important;
    text-align: center !important;
    box-shadow: 0 4px 14px rgba(11,26,51,0.18) !important;
  }
  .cta-sub {
    display: block !important;
    font-size: 12px !important;
    color: #5C6478 !important;
    margin-top: 10px !important;
  }

  .price-box {
    background-color: #F7F3E8 !important;
    border: 1px solid #E8D9A0 !important;
    border-radius: 8px !important;
    padding: 30px 24px !important;
    text-align: center !important;
    margin: 20px 0 30px 0 !important;
  }
  .price-old {
    text-decoration: line-through !important;
    color: #5C6478 !important;
    font-size: 18px !important;
  }
  .price-new {
    color: #0B1A33 !important;
    font-size: 40px !important;
    font-weight: 700 !important;
    font-family: Georgia, “Times New Roman”, serif !important;
    margin: 6px 0 !important;
  }
  .price-note { color: #5C6478 !important; font-size: 13px !important; }

  .fit-cols { display: block !important; }
  .fit-box { border-left: 3px solid #C9A227 !important; padding: 6px 0 6px 16px !important; margin-bottom: 20px !important; }
  .fit-box h3 { font-size: 16px !important; color: #0B1A33 !important; margin-bottom: 8px !important; }
  .fit-box ul { padding-left: 18px !important; }
  .fit-box li { font-size: 15px !important; margin-bottom: 6px !important; color: #333333 !important; }

  .guarantee-box {
    background-color: #FFFFFF !important;
    border: 1px solid #0B1A33 !important;
    border-radius: 8px !important;
    padding: 26px 22px !important;
    margin: 30px 0 !important;
  }
  .guarantee-box h3 { color: #0B1A33 !important; font-family: Georgia, serif !important; font-size: 19px !important; margin-bottom: 10px !important; }

  .close-box { background-color: #0B1A33 !important; border-radius: 8px !important; padding: 30px 24px !important; margin: 30px 0 !important; }
  .close-box p, .close-box strong { color: #FFFFFF !important; }
  .close-box .option { font-size: 16px !important; margin-bottom: 14px !important; }
  .close-box .ticking { text-align: center !important; color: #E8D9A0 !important; font-style: italic !important; margin-top: 10px !important; }

  footer { text-align: center !important; padding: 30px 20px 50px 20px !important; color: #5C6478 !important; font-size: 12px !important; }

  @media (max-width: 480px) {
    .headline-block h1 { font-size: 24px !important; }
    .price-new { font-size: 32px !important; }
  }
</style>
</head>
<body>

<div class=”banner”>
  <div class=”name”>The After-Work Blueprint</div>
  <div class=”tag”>A practical system for building income after your 9-to-5</div>
</div>

<div class=”top-cta-strip”>
  <a href=”https://selar.com/1898e39255″ style=”color:#0B1A33 !important; font-weight:700 !important; text-decoration:underline !important;”>
    Already know you want this? Get The After-Work Blueprint →
  </a>
</div>

<div class=”wrap”>

  <div class=”headline-block”>
    <h1>Digital Business Educator Shares the Simple After-Work System Helping Nigerian Salary Earners Land Their First Paying Customer</h1>
    <div class=”meta”>14 September 2026</div>
  </div>

  <div class=”story”>
    <p>You get home. You’re tired in that specific way only a full day at work can make you.</p>
    <p>You check your phone. Salary alert from three weeks ago. Already gone — rent, transport, family, data, the small things that quietly add up to everything.</p>
    <p><em>There has to be something else I can be doing,</em> you think, not for the first time.</p>
    <p>So you open YouTube. Ten videos in, you’ve got ten different ideas and zero clarity. WhatsApp selling. Affiliate marketing. A TikTok account that never got posted to. A bit of Canva. Even a question to ChatGPT that came back with fifteen options and no next step.</p>
    <p>By the time the research is done, it’s 9pm and there’s nothing to show for it. Again.</p>
    <p><em>There are too many things to learn, and no way to know which one to focus on.</em></p>
    <p>That’s not a discipline problem. That’s a plan problem. Nobody ever hands over one thing to do — just options, on top of options, on top of the exhaustion already there.</p>
    <p>If that sounds like most evenings, here’s the system built to fix exactly that.</p>
  </div>

  <div class=”promise-line”>
    A simple system that removes the guessing — and gets you working toward your first paying customer in 30 minutes a day.
  </div>

  <div class=”story”>
    <h2 class=”section-title”>Who This Guide Is For</h2>
    <p>This is built for the Nigerian salary earner who wants income outside their 9-to-5 but keeps getting stuck at the starting line — not from a lack of ideas, but from too many of them, and not enough time or energy left at the end of the day to sort through them.</p>
    <p>Picture someone like Amaka. Thirty-one. Civil servant in Port Harcourt. Her salary lands, covers what it covers, and by the middle of the month there’s nothing left over for the things she actually wants for herself.</p>
    <p>She’s not lazy, and she’s not clueless. She’s tired — the specific tired that comes from giving your best hours to a job, then being expected to have energy left to “figure out” a whole new business on your own. She’s tried WhatsApp selling, affiliate links, a Canva course she never finished. Every time, the same thing happens: too many decisions, too little energy, and the plan quietly dies around day four.</p>
    <p><strong>The problem was never the idea.</strong> It was that nobody had ever broken it down into something small enough to survive a Tuesday night with 30 minutes and no energy left.</p>

    <h2 class=”section-title”>What It Teaches</h2>
    <p>Not another 50-hour course. Not a list of “10 business ideas to try.” One simple plan — pick one project, validate it before building anything, get paid without chasing anyone, find buyers where time is already spent, and follow a calendar that spells out exactly what today’s 30 minutes are for.</p>
    <p>No capital required. No quitting a job. No pretending there are hours to spare that don’t exist.</p>

    <h2 class=”section-title”>Why It Was Created</h2>
    <p>This guide exists because the same pattern kept showing up: smart, capable people who wanted extra income, tried five different things at once, and finished none of them. The gap was never motivation — it was a plan built for someone who is actually tired, actually has a job to keep, and actually has just 30 minutes to give at the end of a long day. So one was built.</p>
  </div>

  <div class=”story”>
    <p style=”text-align:center; font-weight:700; color:#0B1A33;”>Introducing…</p>
  </div>

  <div class=”cover-frame”>
    <img src=”https://files.selar.co/product-images/2026/products/jacinta-court1/the-after-work-blueprint-selar.com-6aa93363863cb.png” alt=”The After-Work Blueprint — book cover” loading=”lazy” style=”width:100%; max-width:420px; height:auto; display:block; margin:0 auto; border-radius:6px;”>
  </div>
  <div class=”cover-caption”>The After-Work Blueprint — PDF guide, instant download</div>

  <h2 class=”section-title” style=”text-align:center; margin-top:20px;”>THE AFTER-WORK BLUEPRINT</h2>
  <p style=”text-align:center; color:#5C6478; margin-top:-12px;”>Your First Paying Customer in 30 Minutes a Day</p>

  <h2 class=”section-title”>Inside this guide:</h2>
  <ul class=”contents-list”>
    <li><strong>Why you keep starting and stopping</strong> — the real reason it’s not about discipline, and the 3 myths that are quietly stopping you <span class=”pg”>— Pg. 2</span></li>
    <li><strong>The ONE-project decision framework</strong> — stop juggling 10 ideas and pick the single project that fits your time and skills <span class=”pg”>— Pg. 3</span></li>
    <li><strong>The same-day validation test</strong> — find out if people will actually pay before wasting a single evening building <span class=”pg”>— Pg. 3</span></li>
    <li><strong>Get paid without chasing anyone</strong> — the exact Selar setup to accept bank transfer, card and USSD automatically <span class=”pg”>— Pg. 4</span></li>
    <li><strong>The 30-minute daily structure</strong> — warm-up, one action, close — so there’s never a moment spent deciding what to do <span class=”pg”>— Pg. 5</span></li>
    <li><strong>The full 30-day calendar</strong> — one task a day, mapped out from Day 1 to the first paying customer <span class=”pg”>— Pg. 8</span></li>
    <li><strong>The startup checklist, tracking table &amp; troubleshooting page</strong> — for setup, for staying organised, and for the days it doesn’t go to plan <span class=”pg”>— Pg. 9</span></li>
  </ul>
  <p>No capital, no big following, and no hours that don’t exist. Just a simple, step-by-step system built specifically around a 9-to-5 schedule and a tired evening.</p>

  <div class=”cta-wrap”>
    <a href=”https://selar.com/1898e39255″ class=”cta-btn”>Get The After-Work Blueprint Now</a>
    <span class=”cta-sub”>Instant download. Start the first 30-minute session tonight.</span>
  </div>

  <h2 class=”section-title”>The Investment</h2>
  <p>Priced for its first launch — no reviews yet, and this guide is meant to be used, not just read.</p>
  <div class=”price-box”>
    <div class=”price-old”>₦12,000</div>
    <div class=”price-new”>₦3,500</div>
    <div class=”price-note”>One-time payment · Instant PDF download · Introductory launch price</div>
  </div>

  <div class=”cta-wrap”>
    <a href=”https://selar.com/1898e39255″ class=”cta-btn”>Yes, I Want The After-Work Blueprint</a>
    <span class=”cta-sub”>Secure checkout via Selar — pay by card, bank transfer or USSD.</span>
  </div>

  <h2 class=”section-title”>Is This For You?</h2>
  <div class=”fit-cols”>
    <div class=”fit-box”>
      <h3>This is for you if:</h3>
      <ul>
        <li>You work a 9-to-5 and want something of your own, on the side</li>
        <li>You’re tired, not lazy — and done with plans that assume you have hours to spare</li>
        <li>You’ve started things before and stopped, and you want ONE plan you’ll actually follow through</li>
      </ul>
    </div>
    <div class=”fit-box” style=”border-left-color:#5C6478;”>
      <h3>This isn’t for you if:</h3>
      <ul>
        <li>You’re looking for a guaranteed-income scheme — this is honest work, not a shortcut to riches</li>
        <li>You want a done-for-you business with zero effort on your part</li>
        <li>You’re not willing to give even 30 minutes a day, consistently</li>
      </ul>
    </div>
  </div>

  <div class=”guarantee-box”>
    <h3>7-Day Guarantee</h3>
    <p>This guide is built to be used, not just read: a real calendar, real steps, nothing left vague.</p>
    <p>Go through it. If within 7 days of buying it genuinely wasn’t worth it, reach out and a refund will be sorted out. No long explanations needed.</p>
    <p>Contact: <a href=”mailto:jacintacourt@gmail.com” style=”color:#0B1A33 !important; font-weight:700 !important;”>jacintacourt@gmail.com</a></p>
  </div>

  <div class=”cta-wrap”>
    <a href=”https://selar.com/1898e39255″ class=”cta-btn”>Get Instant Access — ₦3,500</a>
  </div>

  <div class=”close-box”>
    <p class=”option”><strong>Option 1:</strong> Get The After-Work Blueprint tonight, open it before bed, and start Day 1 tomorrow after work — 30 minutes, one task, no guesswork.</p>
    <p class=”option”><strong>Option 2:</strong> Close this page, and be back here in three months having tried the same scattered approach that hasn’t worked so far.</p>
    <p class=”ticking”>The plan doesn’t get easier by waiting. It gets easier by starting.</p>
  </div>

  <div class=”cta-wrap”>
    <a href=”https://selar.com/1898e39255″ class=”cta-btn”>Get The After-Work Blueprint Now — ₦3,500</a>
    <span class=”cta-sub”>Instant download · One-time payment · Start tonight</span>
  </div>

</div>

<footer>
  <div class=”wrap-wide”>
    The After-Work Blueprint — by Jacinta Baridilo Court.<br>
    Contact: jacintacourt@gmail.com<br>
    This guide provides practical, educational business guidance. It does not guarantee income or results.
  </div>
</footer>

</body>
</html>