Skip to content

Commit 662da0b

Browse files
Replace subscribe form with Outlook Newsletters link
Subscribe card now links directly to the Outlook Newsletters subscribe page instead of a non-functional email form. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 5ff4666 commit 662da0b

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

docs/index.html

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1363,17 +1363,16 @@ <h2 class="card-title">Scoped Multi-Source Search</h2>
13631363
</a>
13641364

13651365
<!-- Subscribe card — span 3 -->
1366-
<div class="card card-subscribe span-3 row-3 reveal" aria-label="Subscribe to The Cheat Code">
1366+
<a class="card card-subscribe span-3 row-3 reveal" href="https://outlook.office.com/newsletters/pages/550aceac3e3c9b4d815f25725e1ab1fd23/read?subscribe=footer" target="_blank" rel="noopener noreferrer" aria-label="Subscribe to The Cheat Code via Outlook Newsletters">
13671367
<div class="card-glow" style="width:120px;height:120px;top:-20px;left:-20px;background:rgba(16,124,16,0.4);"></div>
13681368
<div class="card-inner">
13691369
<div style="font-family:'Sora',sans-serif;font-weight:700;font-size:15px;letter-spacing:-0.3px;color:var(--text-primary);">Stay in the loop</div>
1370-
<p style="font-size:11px;color:var(--text-secondary);margin-top:6px;line-height:1.6;">New patterns drop every two weeks. Get them in your inbox.</p>
1371-
<form class="subscribe-form" onsubmit="event.preventDefault(); this.innerHTML='<p style=\'font-size:12px;color:#27C93F;font-weight:600;\'>Subscribed!</p>'">
1372-
<input class="subscribe-input" type="email" placeholder="alias@microsoft.com" autocomplete="email" aria-label="Email address" />
1373-
<button class="subscribe-btn" type="submit">Subscribe</button>
1374-
</form>
1370+
<p style="font-size:11px;color:var(--text-secondary);margin-top:6px;line-height:1.6;">New patterns drop every two weeks. Subscribe via Outlook Newsletters.</p>
1371+
<div style="margin-top:auto;padding-top:12px;">
1372+
<span class="subscribe-btn" style="display:inline-block;border-radius:var(--radius-sm);padding:9px 18px;">Subscribe in Outlook →</span>
1373+
</div>
13751374
</div>
1376-
</div>
1375+
</a>
13771376

13781377
<!-- ══════════ ROWS 8–10: ISSUE BAND 2 ══════════ -->
13791378

0 commit comments

Comments
 (0)