docs(P45): S&P Global Energy theme + title/footer/subtitle updates for Marp decks
Apply S&P Global Energy brand theme to both Marp presentation decks: 1. Title headers: 'Agentic Cloud Delivery Platform — How The Platform Works' and 'Agentic Cloud Delivery Platform — The Developer Experience' 2. Footer: 'Confidential · For Senior Leadership' → 'Internal' 3. Title slide subtitle: removed 'Senior Leadership Briefing' (clean title) 4. S&P Global brand theme (colors extracted from live spglobal.com CSS): - H1/H2: #D6002A (S&P red-core, confirmed from logo SVG + compiled CSS) - Title slide bg: #1B1B1B (S&P grey-90) with 8px #D6002A top accent bar - Body text: #1B1B1B (grey-90) - Blockquote border: #D6002A, text: #2E2E2E (grey-80) - Table headers: #F0F0F0 (grey-5) - Font: 'Akkurat Pro' (S&P corporate typeface) with web-safe fallbacks - theme: default kept as Marp base (simple) 5. Last DX slide: 'The Outcome for Leadership' → 'The Desired Outcomes' ---ci--- phase: 45 milestone: v1.9 status: complete requirements: covered: [] partial: [] ---/ci---
This commit is contained in:
@@ -3,20 +3,21 @@ marp: true
|
||||
theme: default
|
||||
paginate: true
|
||||
size: 16x9
|
||||
header: "ACDL — How the Platform Works"
|
||||
footer: "Confidential · For Senior Leadership"
|
||||
header: "Agentic Cloud Delivery Platform — How The Platform Works"
|
||||
footer: "Internal"
|
||||
style: |
|
||||
section {
|
||||
font-family: "Inter", "Segoe UI", "Helvetica Neue", sans-serif;
|
||||
font-family: "Akkurat Pro", "Helvetica Neue", "Arial", sans-serif;
|
||||
font-size: 22px;
|
||||
color: #1B1B1B;
|
||||
}
|
||||
h1 { color: #1a365d; font-size: 34px; margin-bottom: 0.3em; }
|
||||
h2 { color: #1a365d; font-size: 26px; margin-bottom: 0.2em; }
|
||||
section.title { background: #1a365d; color: #fff; }
|
||||
h1 { color: #D6002A; font-size: 34px; margin-bottom: 0.3em; }
|
||||
h2 { color: #D6002A; font-size: 26px; margin-bottom: 0.2em; }
|
||||
section.title { background: #1B1B1B; color: #fff; border-top: 8px solid #D6002A; }
|
||||
section.title h1 { color: #fff; }
|
||||
table { font-size: 18px; width: 100%; }
|
||||
th { background: #edf2f7; }
|
||||
blockquote { border-left: 4px solid #3182ce; color: #2d3748; font-size: 20px; }
|
||||
th { background: #F0F0F0; }
|
||||
blockquote { border-left: 4px solid #D6002A; color: #2E2E2E; font-size: 20px; }
|
||||
img { display: block; margin: 0 auto; max-height: 320px; }
|
||||
.badge {
|
||||
display: inline-block; padding: 2px 8px; border-radius: 4px;
|
||||
@@ -29,14 +30,10 @@ style: |
|
||||
<!-- _class: title -->
|
||||
<!-- _paginate: false -->
|
||||
|
||||
# How the Platform Works
|
||||
|
||||
**ACDL — Agentic Cloud Delivery Platform**
|
||||
|
||||
Senior Leadership Briefing
|
||||
# Agentic Cloud Delivery Platform — How The Platform Works
|
||||
|
||||
<style>
|
||||
section.title h1 { font-size: 42px; }
|
||||
section.title h1 { font-size: 36px; }
|
||||
</style>
|
||||
|
||||
---
|
||||
|
||||
@@ -3,20 +3,21 @@ marp: true
|
||||
theme: default
|
||||
paginate: true
|
||||
size: 16x9
|
||||
header: "ACDL — The Developer Experience"
|
||||
footer: "Confidential · For Senior Leadership"
|
||||
header: "Agentic Cloud Delivery Platform — The Developer Experience"
|
||||
footer: "Internal"
|
||||
style: |
|
||||
section {
|
||||
font-family: "Inter", "Segoe UI", "Helvetica Neue", sans-serif;
|
||||
font-family: "Akkurat Pro", "Helvetica Neue", "Arial", sans-serif;
|
||||
font-size: 22px;
|
||||
color: #1B1B1B;
|
||||
}
|
||||
h1 { color: #1a365d; font-size: 34px; margin-bottom: 0.3em; }
|
||||
h2 { color: #1a365d; font-size: 26px; margin-bottom: 0.2em; }
|
||||
section.title { background: #1a365d; color: #fff; }
|
||||
h1 { color: #D6002A; font-size: 34px; margin-bottom: 0.3em; }
|
||||
h2 { color: #D6002A; font-size: 26px; margin-bottom: 0.2em; }
|
||||
section.title { background: #1B1B1B; color: #fff; border-top: 8px solid #D6002A; }
|
||||
section.title h1 { color: #fff; }
|
||||
table { font-size: 18px; width: 100%; }
|
||||
th { background: #edf2f7; }
|
||||
blockquote { border-left: 4px solid #3182ce; color: #2d3748; font-size: 20px; }
|
||||
th { background: #F0F0F0; }
|
||||
blockquote { border-left: 4px solid #D6002A; color: #2E2E2E; font-size: 20px; }
|
||||
pre { font-size: 16px; line-height: 1.3; }
|
||||
code { font-size: 16px; }
|
||||
img { display: block; margin: 0 auto; max-height: 300px; }
|
||||
@@ -31,14 +32,10 @@ style: |
|
||||
<!-- _class: title -->
|
||||
<!-- _paginate: false -->
|
||||
|
||||
# The Developer Experience
|
||||
|
||||
**ACDL — Agentic Cloud Delivery Platform**
|
||||
|
||||
Senior Leadership Briefing
|
||||
# Agentic Cloud Delivery Platform — The Developer Experience
|
||||
|
||||
<style>
|
||||
section.title h1 { font-size: 42px; }
|
||||
section.title h1 { font-size: 36px; }
|
||||
</style>
|
||||
|
||||
---
|
||||
@@ -290,7 +287,7 @@ Developers pick from **pre-built, security-reviewed building blocks** — they d
|
||||
<!-- _class: title -->
|
||||
<!-- _paginate: false -->
|
||||
|
||||
# The Outcome for Leadership
|
||||
# The Desired Outcomes
|
||||
|
||||
<style>
|
||||
section { font-size: 22px; }
|
||||
|
||||
Reference in New Issue
Block a user