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
|
theme: default
|
||||||
paginate: true
|
paginate: true
|
||||||
size: 16x9
|
size: 16x9
|
||||||
header: "ACDL — How the Platform Works"
|
header: "Agentic Cloud Delivery Platform — How The Platform Works"
|
||||||
footer: "Confidential · For Senior Leadership"
|
footer: "Internal"
|
||||||
style: |
|
style: |
|
||||||
section {
|
section {
|
||||||
font-family: "Inter", "Segoe UI", "Helvetica Neue", sans-serif;
|
font-family: "Akkurat Pro", "Helvetica Neue", "Arial", sans-serif;
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
|
color: #1B1B1B;
|
||||||
}
|
}
|
||||||
h1 { color: #1a365d; font-size: 34px; margin-bottom: 0.3em; }
|
h1 { color: #D6002A; font-size: 34px; margin-bottom: 0.3em; }
|
||||||
h2 { color: #1a365d; font-size: 26px; margin-bottom: 0.2em; }
|
h2 { color: #D6002A; font-size: 26px; margin-bottom: 0.2em; }
|
||||||
section.title { background: #1a365d; color: #fff; }
|
section.title { background: #1B1B1B; color: #fff; border-top: 8px solid #D6002A; }
|
||||||
section.title h1 { color: #fff; }
|
section.title h1 { color: #fff; }
|
||||||
table { font-size: 18px; width: 100%; }
|
table { font-size: 18px; width: 100%; }
|
||||||
th { background: #edf2f7; }
|
th { background: #F0F0F0; }
|
||||||
blockquote { border-left: 4px solid #3182ce; color: #2d3748; font-size: 20px; }
|
blockquote { border-left: 4px solid #D6002A; color: #2E2E2E; font-size: 20px; }
|
||||||
img { display: block; margin: 0 auto; max-height: 320px; }
|
img { display: block; margin: 0 auto; max-height: 320px; }
|
||||||
.badge {
|
.badge {
|
||||||
display: inline-block; padding: 2px 8px; border-radius: 4px;
|
display: inline-block; padding: 2px 8px; border-radius: 4px;
|
||||||
@@ -29,14 +30,10 @@ style: |
|
|||||||
<!-- _class: title -->
|
<!-- _class: title -->
|
||||||
<!-- _paginate: false -->
|
<!-- _paginate: false -->
|
||||||
|
|
||||||
# How the Platform Works
|
# Agentic Cloud Delivery Platform — How The Platform Works
|
||||||
|
|
||||||
**ACDL — Agentic Cloud Delivery Platform**
|
|
||||||
|
|
||||||
Senior Leadership Briefing
|
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
section.title h1 { font-size: 42px; }
|
section.title h1 { font-size: 36px; }
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -3,20 +3,21 @@ marp: true
|
|||||||
theme: default
|
theme: default
|
||||||
paginate: true
|
paginate: true
|
||||||
size: 16x9
|
size: 16x9
|
||||||
header: "ACDL — The Developer Experience"
|
header: "Agentic Cloud Delivery Platform — The Developer Experience"
|
||||||
footer: "Confidential · For Senior Leadership"
|
footer: "Internal"
|
||||||
style: |
|
style: |
|
||||||
section {
|
section {
|
||||||
font-family: "Inter", "Segoe UI", "Helvetica Neue", sans-serif;
|
font-family: "Akkurat Pro", "Helvetica Neue", "Arial", sans-serif;
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
|
color: #1B1B1B;
|
||||||
}
|
}
|
||||||
h1 { color: #1a365d; font-size: 34px; margin-bottom: 0.3em; }
|
h1 { color: #D6002A; font-size: 34px; margin-bottom: 0.3em; }
|
||||||
h2 { color: #1a365d; font-size: 26px; margin-bottom: 0.2em; }
|
h2 { color: #D6002A; font-size: 26px; margin-bottom: 0.2em; }
|
||||||
section.title { background: #1a365d; color: #fff; }
|
section.title { background: #1B1B1B; color: #fff; border-top: 8px solid #D6002A; }
|
||||||
section.title h1 { color: #fff; }
|
section.title h1 { color: #fff; }
|
||||||
table { font-size: 18px; width: 100%; }
|
table { font-size: 18px; width: 100%; }
|
||||||
th { background: #edf2f7; }
|
th { background: #F0F0F0; }
|
||||||
blockquote { border-left: 4px solid #3182ce; color: #2d3748; font-size: 20px; }
|
blockquote { border-left: 4px solid #D6002A; color: #2E2E2E; font-size: 20px; }
|
||||||
pre { font-size: 16px; line-height: 1.3; }
|
pre { font-size: 16px; line-height: 1.3; }
|
||||||
code { font-size: 16px; }
|
code { font-size: 16px; }
|
||||||
img { display: block; margin: 0 auto; max-height: 300px; }
|
img { display: block; margin: 0 auto; max-height: 300px; }
|
||||||
@@ -31,14 +32,10 @@ style: |
|
|||||||
<!-- _class: title -->
|
<!-- _class: title -->
|
||||||
<!-- _paginate: false -->
|
<!-- _paginate: false -->
|
||||||
|
|
||||||
# The Developer Experience
|
# Agentic Cloud Delivery Platform — The Developer Experience
|
||||||
|
|
||||||
**ACDL — Agentic Cloud Delivery Platform**
|
|
||||||
|
|
||||||
Senior Leadership Briefing
|
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
section.title h1 { font-size: 42px; }
|
section.title h1 { font-size: 36px; }
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
---
|
---
|
||||||
@@ -290,7 +287,7 @@ Developers pick from **pre-built, security-reviewed building blocks** — they d
|
|||||||
<!-- _class: title -->
|
<!-- _class: title -->
|
||||||
<!-- _paginate: false -->
|
<!-- _paginate: false -->
|
||||||
|
|
||||||
# The Outcome for Leadership
|
# The Desired Outcomes
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
section { font-size: 22px; }
|
section { font-size: 22px; }
|
||||||
|
|||||||
Reference in New Issue
Block a user