|
| 1 | +<!doctype html> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 6 | + <title>SoftJunk PayPal - 5 USD</title> |
| 7 | + <meta name="description" content="Direct PayPal route for the 5 USD SoftJunk lead follow-up kit or custom 7-day sequence."> |
| 8 | + <link rel="canonical" href="https://trungcodeer.github.io/paypal/"> |
| 9 | + <meta name="robots" content="index,follow"> |
| 10 | + <meta property="og:title" content="SoftJunk PayPal - 5 USD"> |
| 11 | + <meta property="og:description" content="Direct PayPal route for the SoftJunk 5 USD lead follow-up offer."> |
| 12 | + <meta property="og:type" content="website"> |
| 13 | + <meta property="og:url" content="https://trungcodeer.github.io/paypal/"> |
| 14 | + <meta property="og:image" content="https://trungcodeer.github.io/softjunk-lead-kit/social-card-qr.png"> |
| 15 | + <meta name="twitter:card" content="summary_large_image"> |
| 16 | + <meta name="twitter:title" content="SoftJunk PayPal - 5 USD"> |
| 17 | + <meta name="twitter:description" content="Direct PayPal route for the SoftJunk 5 USD lead follow-up offer."> |
| 18 | + <meta name="twitter:image" content="https://trungcodeer.github.io/softjunk-lead-kit/social-card-qr.png"> |
| 19 | + <link rel="alternate" type="application/json" href="https://trungcodeer.github.io/root-offer.json" title="SoftJunk root offer JSON"> |
| 20 | + <script type="application/ld+json"> |
| 21 | + { |
| 22 | + "@context": "https://schema.org", |
| 23 | + "@type": "Product", |
| 24 | + "name": "SoftJunk Lead Follow-Up Kit or Custom Sequence", |
| 25 | + "description": "A 5 USD lead follow-up kit or custom 7-day follow-up sequence for one small business.", |
| 26 | + "url": "https://trungcodeer.github.io/paypal/", |
| 27 | + "image": "https://trungcodeer.github.io/softjunk-lead-kit/social-card-qr.png", |
| 28 | + "brand": { |
| 29 | + "@type": "Brand", |
| 30 | + "name": "SoftJunk" |
| 31 | + }, |
| 32 | + "offers": { |
| 33 | + "@type": "Offer", |
| 34 | + "price": "5.00", |
| 35 | + "priceCurrency": "USD", |
| 36 | + "url": "https://paypal.me/softjunk/5USD", |
| 37 | + "availability": "https://schema.org/InStock" |
| 38 | + } |
| 39 | + } |
| 40 | + </script> |
| 41 | + <style> |
| 42 | + :root { |
| 43 | + color-scheme: light; |
| 44 | + --bg: #f8faf7; |
| 45 | + --paper: #ffffff; |
| 46 | + --ink: #17211c; |
| 47 | + --muted: #53625b; |
| 48 | + --line: #d5ded7; |
| 49 | + --accent: #0f6959; |
| 50 | + --accent-dark: #0a4f43; |
| 51 | + --soft: #e8f3ef; |
| 52 | + --focus: #b45f00; |
| 53 | + } |
| 54 | + |
| 55 | + * { box-sizing: border-box; } |
| 56 | + |
| 57 | + body { |
| 58 | + margin: 0; |
| 59 | + font-family: Arial, Helvetica, sans-serif; |
| 60 | + color: var(--ink); |
| 61 | + background: var(--bg); |
| 62 | + line-height: 1.5; |
| 63 | + } |
| 64 | + |
| 65 | + a:focus-visible, |
| 66 | + button:focus-visible { |
| 67 | + outline: 3px solid var(--focus); |
| 68 | + outline-offset: 4px; |
| 69 | + } |
| 70 | + |
| 71 | + .skip-link { |
| 72 | + position: absolute; |
| 73 | + top: 16px; |
| 74 | + left: 16px; |
| 75 | + transform: translateY(-96px); |
| 76 | + background: var(--ink); |
| 77 | + color: #fff; |
| 78 | + padding: 10px 14px; |
| 79 | + border-radius: 6px; |
| 80 | + z-index: 2; |
| 81 | + } |
| 82 | + |
| 83 | + .skip-link:focus { transform: translateY(0); } |
| 84 | + |
| 85 | + main, |
| 86 | + footer { |
| 87 | + width: min(1040px, calc(100% - 32px)); |
| 88 | + margin: 0 auto; |
| 89 | + } |
| 90 | + |
| 91 | + .hero { |
| 92 | + min-height: 92vh; |
| 93 | + display: grid; |
| 94 | + grid-template-columns: minmax(0, 1fr) minmax(260px, 380px); |
| 95 | + gap: 36px; |
| 96 | + align-items: center; |
| 97 | + padding: 54px 0 32px; |
| 98 | + } |
| 99 | + |
| 100 | + h1 { |
| 101 | + max-width: 760px; |
| 102 | + margin: 0 0 16px; |
| 103 | + font-size: clamp(40px, 7vw, 72px); |
| 104 | + line-height: 1.03; |
| 105 | + letter-spacing: 0; |
| 106 | + overflow-wrap: anywhere; |
| 107 | + } |
| 108 | + |
| 109 | + .lead { |
| 110 | + max-width: 680px; |
| 111 | + margin: 0 0 22px; |
| 112 | + color: var(--muted); |
| 113 | + font-size: clamp(18px, 2vw, 22px); |
| 114 | + } |
| 115 | + |
| 116 | + .actions { |
| 117 | + display: flex; |
| 118 | + flex-wrap: wrap; |
| 119 | + gap: 12px; |
| 120 | + margin: 0 0 18px; |
| 121 | + } |
| 122 | + |
| 123 | + .button { |
| 124 | + min-height: 48px; |
| 125 | + display: inline-flex; |
| 126 | + align-items: center; |
| 127 | + justify-content: center; |
| 128 | + border: 1px solid var(--line); |
| 129 | + border-radius: 7px; |
| 130 | + padding: 0 18px; |
| 131 | + background: var(--paper); |
| 132 | + color: var(--ink); |
| 133 | + font: inherit; |
| 134 | + font-weight: 800; |
| 135 | + text-decoration: none; |
| 136 | + cursor: pointer; |
| 137 | + white-space: nowrap; |
| 138 | + } |
| 139 | + |
| 140 | + .button.primary { |
| 141 | + background: var(--accent); |
| 142 | + color: #fff; |
| 143 | + border-color: var(--accent); |
| 144 | + } |
| 145 | + |
| 146 | + .button.primary:hover { background: var(--accent-dark); } |
| 147 | + |
| 148 | + .qr-panel, |
| 149 | + .note-panel { |
| 150 | + background: var(--paper); |
| 151 | + border: 1px solid var(--line); |
| 152 | + border-radius: 8px; |
| 153 | + padding: 16px; |
| 154 | + } |
| 155 | + |
| 156 | + .qr-panel img { |
| 157 | + display: block; |
| 158 | + width: 100%; |
| 159 | + height: auto; |
| 160 | + border: 1px solid var(--line); |
| 161 | + border-radius: 6px; |
| 162 | + background: #fff; |
| 163 | + padding: 10px; |
| 164 | + } |
| 165 | + |
| 166 | + .note-panel { |
| 167 | + margin: 18px 0 0; |
| 168 | + background: var(--soft); |
| 169 | + } |
| 170 | + |
| 171 | + .note-panel p, |
| 172 | + footer p { |
| 173 | + margin: 0; |
| 174 | + color: var(--muted); |
| 175 | + } |
| 176 | + |
| 177 | + code { |
| 178 | + color: var(--ink); |
| 179 | + font-weight: 800; |
| 180 | + overflow-wrap: anywhere; |
| 181 | + } |
| 182 | + |
| 183 | + .status { |
| 184 | + min-height: 24px; |
| 185 | + margin: 10px 0 0; |
| 186 | + color: var(--accent-dark); |
| 187 | + font-weight: 800; |
| 188 | + } |
| 189 | + |
| 190 | + footer { padding: 26px 0 42px; } |
| 191 | + |
| 192 | + @media (max-width: 780px) { |
| 193 | + .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 40px; } |
| 194 | + .actions, |
| 195 | + .button { width: 100%; } |
| 196 | + } |
| 197 | + </style> |
| 198 | +</head> |
| 199 | +<body> |
| 200 | + <a class="skip-link" href="#main">Skip to content</a> |
| 201 | + <main id="main"> |
| 202 | + <section class="hero" aria-labelledby="page-title"> |
| 203 | + <div> |
| 204 | + <h1 id="page-title">SoftJunk PayPal, 5 USD.</h1> |
| 205 | + <p class="lead">Use this direct PayPal route for the SoftJunk lead follow-up kit or custom 7-day sequence. Delivery starts only after seller-side PayPal evidence confirms the payment.</p> |
| 206 | + <div class="actions" aria-label="PayPal actions"> |
| 207 | + <a class="button primary" href="https://paypal.me/softjunk/5USD" target="_blank" rel="noopener noreferrer">Open PayPal 5 USD</a> |
| 208 | + <a class="button" href="https://trungcodeer.github.io/pay/">Short pay page</a> |
| 209 | + <a class="button" href="https://trungcodeer.github.io/buy/">Buy page</a> |
| 210 | + <button class="button" type="button" id="copy-link">Copy PayPal link</button> |
| 211 | + </div> |
| 212 | + <div class="note-panel"> |
| 213 | + <p>Direct PayPal URL: <code id="paypal-link">https://paypal.me/softjunk/5USD</code></p> |
| 214 | + <p>Digital kit note: <code>Lead Follow-Up Kit</code>. Custom sequence buyers should use <a href="https://trungcodeer.github.io/softjunk-lead-kit/agent-order.html">the note builder</a>.</p> |
| 215 | + </div> |
| 216 | + <p class="status" id="status" aria-live="polite"></p> |
| 217 | + </div> |
| 218 | + <aside class="qr-panel" aria-label="PayPal QR code"> |
| 219 | + <img src="https://trungcodeer.github.io/softjunk-lead-kit/paypal-qr.svg" alt="PayPal QR code for the 5 USD SoftJunk checkout"> |
| 220 | + </aside> |
| 221 | + </section> |
| 222 | + </main> |
| 223 | + <footer> |
| 224 | + <p>Do not mark an order as paid, started, or delivered unless the seller can see the 5 USD PayPal transaction, the API verifier returns PAYPAL_PAYMENT_VERIFIED=true, or a trusted seller-side PayPal CSV export returns PAYPAL_PAYMENT_VERIFIED=true source=csv.</p> |
| 225 | + </footer> |
| 226 | + <script> |
| 227 | + const copyButton = document.querySelector('#copy-link'); |
| 228 | + const statusMessage = document.querySelector('#status'); |
| 229 | + const paypalLink = document.querySelector('#paypal-link').textContent; |
| 230 | + |
| 231 | + copyButton.addEventListener('click', async () => { |
| 232 | + try { |
| 233 | + await navigator.clipboard.writeText(paypalLink); |
| 234 | + statusMessage.textContent = 'PayPal link copied.'; |
| 235 | + } catch { |
| 236 | + statusMessage.textContent = 'Copy failed. Select the link and copy it manually.'; |
| 237 | + } |
| 238 | + }); |
| 239 | + </script> |
| 240 | +</body> |
| 241 | +</html> |
0 commit comments