Skip to content

Commit 6ffcc6f

Browse files
Polish portal: Konami glyphs, enriched copy, frontier identity
- Hero kicker: replace m-dash line with Konami glyph sequence (▲▲▼▼◄►◄►) - Hero desc: 'No theory. No slide decks.' — sourced from WorkIQ - Brand sub: 'Frontier Architecture' replaces 'AI Business Solutions' - About copy: 'first-encounter customer scenarios' (from white paper) - Code Samples card: clearer title + description - Footer: aligned to frontier identity Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent a2fe0cc commit 6ffcc6f

1 file changed

Lines changed: 10 additions & 15 deletions

File tree

docs/index.html

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -312,11 +312,10 @@
312312
}
313313

314314
.hero-kicker::before {
315-
content: '';
316-
display: block;
317-
width: 20px;
318-
height: 1px;
319-
background: var(--purple-light);
315+
content: '▲ ▲ ▼ ▼ ◄ ► ◄ ►';
316+
font-size: 7px;
317+
letter-spacing: 2px;
318+
opacity: 0.5;
320319
}
321320

322321
.hero-headline {
@@ -1233,7 +1232,7 @@
12331232
<div class="brand-mark">TC</div>
12341233
<div class="brand-text">
12351234
<span class="brand-title">The Cheat Code</span>
1236-
<span class="brand-sub">ABS Tech Strategy &bull; AI Business Solutions</span>
1235+
<span class="brand-sub">ABS Tech Strategy &bull; Frontier Architecture</span>
12371236
</div>
12381237
</div>
12391238
<div class="header-badge">Microsoft Internal &bull; Not for External Distribution</div>
@@ -1247,7 +1246,7 @@ <h1 class="hero-headline">
12471246
<span class="accent">nobody documented yet</span>
12481247
</h1>
12491248
<p class="hero-desc">
1250-
AI agent patterns distilled from live customer builds — each one an interactive walkthrough you can deploy, not just read about.
1249+
No theory. No slide decks. Each pattern is extracted from a validated customer build and turned into an interactive walkthrough you can land this week.
12511250
</p>
12521251
</section>
12531252

@@ -1449,7 +1448,7 @@ <h2 class="card-title">Secure In-Boundary Processing</h2>
14491448
<div class="card-inner" style="padding:18px 22px;">
14501449
<div style="font-size:10px;font-weight:600;letter-spacing:0.8px;text-transform:uppercase;color:var(--text-muted);font-family:'JetBrains Mono',monospace;margin-bottom:6px;">About the Series</div>
14511450
<p style="font-size:13px;color:var(--text-secondary);line-height:1.65;">
1452-
Each issue pairs a conceptual pattern with a practical build. Frontier architectures documented by the builders who shipped them — an ongoing archive from real customer engagements.
1451+
Built and validated by ABS Tech Strategy from first-encounter customer scenarios. Each issue extracts a reusable pattern so you can land it — not just learn about it.
14531452
</p>
14541453
</div>
14551454
</div>
@@ -1458,12 +1457,8 @@ <h2 class="card-title">Secure In-Boundary Processing</h2>
14581457
<div class="card card-code span-4 row-2 reveal" aria-label="Sample code coming soon">
14591458
<div class="card-glow" style="width:100px;height:100px;top:10px;right:10px;background:rgba(107,47,160,0.25);"></div>
14601459
<div class="card-inner" style="padding:18px 22px;">
1461-
<div class="terminal-bar" aria-hidden="true">
1462-
<span class="terminal-dot dot-red"></span>
1463-
<span class="terminal-dot dot-yellow"></span>
1464-
<span class="terminal-dot dot-green"></span>
1465-
</div>
1466-
<div style="font-family:'Sora',sans-serif;font-weight:700;font-size:14px;letter-spacing:-0.3px;">Sample Code</div>
1460+
<div style="font-family:'Sora',sans-serif;font-weight:700;font-size:14px;letter-spacing:-0.3px;">Code Samples</div>
1461+
<p style="font-size:11px;color:var(--text-secondary);margin-top:3px;line-height:1.5;">Pattern starters and reference architectures.</p>
14671462
<div class="code-preview" aria-hidden="true" style="margin-top:8px;">
14681463
<span class="code-line"><span class="kw">from</span> <span class="fn">cheatcode</span> <span class="kw">import</span> <span class="fn">patterns</span></span>
14691464
<span class="code-line"><span class="fn">agent</span> <span class="sym">=</span> <span class="fn">patterns</span><span class="sym">.</span><span class="fn">load</span><span class="sym">(</span><span class="str">"001"</span><span class="sym">)</span></span>
@@ -1499,7 +1494,7 @@ <h2 class="card-title">Secure In-Boundary Processing</h2>
14991494
<!-- Issue 004 link: un-gate after Apr 13 publish -->
15001495
<!-- <a href="interactive/issue-004/">Issue 004</a> -->
15011496
</div>
1502-
<p>Microsoft Internal &bull; Not for external distribution &bull; ABS Tech Strategy &bull; AI Business Solutions</p>
1497+
<p>Microsoft Internal &bull; Not for external distribution &bull; ABS Tech Strategy &bull; Frontier Architecture</p>
15031498
</footer>
15041499

15051500
<script>

0 commit comments

Comments
 (0)