返回 ppt-master
labeled_card.svg
根目录 / skills / ppt-master / templates / charts / labeled_card.svg
1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720" width="1280" height="720"
2 font-family="-apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', sans-serif">
3 <!-- Labeled cards: four parallel sections in a 2×2 grid. -->
4 <rect width="1280" height="720" fill="#FFFFFF"/>
5
6 <!-- Header -->
7 <g id="header" data-pptx-bounds="60 38 1160 72">
8 <text x="640" y="66" text-anchor="middle" font-size="32" font-weight="800" fill="#0F172A">Four Pillars of Our Approach</text>
9 <text x="640" y="96" text-anchor="middle" font-size="14" font-weight="600" fill="#64748B" letter-spacing="1.5">PARALLEL CAPABILITY OVERVIEW · 2×2 SECTION LAYOUT</text>
10 </g>
11
12 <!-- Card 1 -->
13 <g id="card-1" data-pptx-bounds="60 140 560 255">
14 <rect x="60" y="140" width="560" height="255" rx="20" fill="#F1F5F9"/>
15 <path d="M 245 140 H 435 A 25 25 0 0 1 460 165 V 190 H 220 V 165 A 25 25 0 0 1 245 140 Z" fill="#2563EB"/>
16 <text x="340" y="174" text-anchor="middle" font-size="18" font-weight="700" fill="#FFFFFF">Discovery</text>
17 <rect x="80" y="210" width="520" height="165" rx="12" fill="#FFFFFF"/>
18 <text x="105" y="248" font-size="15" font-weight="700" fill="#0F172A">Stakeholder Research</text>
19 <text x="105" y="272" font-size="13" fill="#475569">Interview 15+ stakeholders to surface the underlying problem statement.</text>
20 <text x="105" y="312" font-size="15" font-weight="700" fill="#0F172A">Quantitative Baseline</text>
21 <text x="105" y="336" font-size="13" fill="#475569">Lock the metrics that will be used to evaluate every option later.</text>
22 </g>
23
24 <!-- Card 2 -->
25 <g id="card-2" data-pptx-bounds="660 140 560 255">
26 <rect x="660" y="140" width="560" height="255" rx="20" fill="#F1F5F9"/>
27 <path d="M 845 140 H 1035 A 25 25 0 0 1 1060 165 V 190 H 820 V 165 A 25 25 0 0 1 845 140 Z" fill="#2563EB"/>
28 <text x="940" y="174" text-anchor="middle" font-size="18" font-weight="700" fill="#FFFFFF">Design</text>
29 <rect x="680" y="210" width="520" height="165" rx="12" fill="#FFFFFF"/>
30 <text x="698" y="248" font-size="15" font-weight="700" fill="#0F172A">Solution Shaping</text>
31 <text x="698" y="272" font-size="13" fill="#475569">Translate findings into three viable architectures with explicit trade-offs.</text>
32 <text x="698" y="312" font-size="15" font-weight="700" fill="#0F172A">Prototype Validation</text>
33 <text x="698" y="336" font-size="13" fill="#475569">Build the thinnest slice that proves the chosen direction can ship.</text>
34 </g>
35
36 <!-- Card 3 -->
37 <g id="card-3" data-pptx-bounds="60 420 560 255">
38 <rect x="60" y="420" width="560" height="255" rx="20" fill="#F1F5F9"/>
39 <path d="M 245 420 H 435 A 25 25 0 0 1 460 445 V 470 H 220 V 445 A 25 25 0 0 1 245 420 Z" fill="#2563EB"/>
40 <text x="340" y="454" text-anchor="middle" font-size="18" font-weight="700" fill="#FFFFFF">Delivery</text>
41 <rect x="80" y="490" width="520" height="165" rx="12" fill="#FFFFFF"/>
42 <text x="105" y="528" font-size="15" font-weight="700" fill="#0F172A">Implementation Sprints</text>
43 <text x="105" y="552" font-size="13" fill="#475569">Two-week cadence with end-of-sprint demo and explicit go/no-go gate.</text>
44 <text x="105" y="592" font-size="15" font-weight="700" fill="#0F172A">Quality Gates</text>
45 <text x="105" y="616" font-size="13" fill="#475569">Automated checks plus a release captain who owns the deploy decision.</text>
46 </g>
47
48 <!-- Card 4 -->
49 <g id="card-4" data-pptx-bounds="660 420 560 255">
50 <rect x="660" y="420" width="560" height="255" rx="20" fill="#F1F5F9"/>
51 <path d="M 845 420 H 1035 A 25 25 0 0 1 1060 445 V 470 H 820 V 445 A 25 25 0 0 1 845 420 Z" fill="#2563EB"/>
52 <text x="940" y="454" text-anchor="middle" font-size="18" font-weight="700" fill="#FFFFFF">Evolve</text>
53 <rect x="680" y="490" width="520" height="165" rx="12" fill="#FFFFFF"/>
54 <text x="698" y="528" font-size="15" font-weight="700" fill="#0F172A">Telemetry Loop</text>
55 <text x="698" y="552" font-size="13" fill="#475569">Production metrics flow back into the discovery backlog within 24 hours.</text>
56 <text x="698" y="592" font-size="15" font-weight="700" fill="#0F172A">Quarterly Rebase</text>
57 <text x="698" y="616" font-size="13" fill="#475569">Reset priorities against the latest market signal, not yesterday's roadmap.</text>
58 </g>
59
60 <!-- Source -->
61 <g id="source" data-pptx-bounds="390 688 500 22">
62 <text x="640" y="705" text-anchor="middle" font-size="13" font-weight="500" fill="#94A3B8">Source: Methodology framework · Updated for the current planning cycle</text>
63 </g>
64 </svg>
65
65 lines Plain Text