返回 ppt-master
agenda_list.svg
根目录 / skills / ppt-master / templates / charts / agenda_list.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', sans-serif"
3 font-size="12">
4 <!--
5 Agenda List Template
6 Structure: Numbered timeline of 3-6 agenda items, each with title, brief, duration pill
7 Use cases: Table of contents, meeting agendas, section dividers, presentation roadmaps
8 Design Principles: Vertical timeline anchoring numbered circles; large hero duration in header; sparse content, generous whitespace
9 -->
10 <defs>
11 <linearGradient id="rail" x1="0%" y1="0%" x2="0%" y2="100%">
12 <stop offset="0%" stop-color="#3B82F6"/>
13 <stop offset="100%" stop-color="#6366F1"/>
14 </linearGradient>
15 </defs>
16
17 <!-- Background -->
18 <rect width="1280" height="720" fill="#FFFFFF"/>
19
20 <!-- ==================== Header ==================== -->
21 <g id="header" data-pptx-bounds="40 15 1200 125">
22 <rect x="80" y="56" width="4" height="68" rx="2" fill="#3B82F6"/>
23 <text x="100" y="86" font-size="34" font-weight="800" fill="#0F172A">
24 <tspan>Meeting Agenda</tspan>
25 </text>
26 <text x="100" y="114" font-size="13" font-weight="700" fill="#64748B" letter-spacing="2">
27 <tspan>Q3 STRATEGIC ALIGNMENT &amp; REVIEW · MAY 13, 2026</tspan>
28 </text>
29
30 <!-- Hero duration badge (right) -->
31 <g transform="translate(1010, 50)">
32 <rect x="0" y="0" width="180" height="80" rx="14" fill="#EFF6FF"/>
33 <text x="90" y="40" font-size="32" font-weight="800" fill="#3B82F6" text-anchor="middle">
34 <tspan>75</tspan><tspan font-size="20" dx="2">min</tspan>
35 </text>
36 <text x="90" y="64" font-weight="800" fill="#1E3A8A" text-anchor="middle" letter-spacing="2">
37 <tspan>TOTAL DURATION</tspan>
38 </text>
39 </g>
40 </g>
41
42 <g id="agenda-track" data-pptx-bounds="0 126 1280 528">
43 <line x1="80" y1="160" x2="1200" y2="160" stroke="#E2E8F0" stroke-width="2"/>
44 <rect x="128.5" y="218.5" width="3" height="403" rx="1.5" fill="url(#rail)"/>
45 </g>
46
47 <!-- ==================== Agenda Items ==================== -->
48 <!-- Item 01 -->
49 <g id="item-01" data-pptx-bounds="22 203 1240 91" transform="translate(0, 200)">
50 <!-- Number circle on rail -->
51 <circle cx="130" cy="36" r="26" fill="#FFFFFF" stroke="#3B82F6" stroke-width="3"/>
52 <text x="130" y="44" font-size="16" font-weight="800" fill="#3B82F6" text-anchor="middle">
53 <tspan>01</tspan>
54 </text>
55 <!-- Title + brief -->
56 <text x="190" y="30" font-size="22" font-weight="800" fill="#0F172A">
57 <tspan>Executive Summary &amp; Q3 Performance</tspan>
58 </text>
59 <text x="190" y="58" font-size="14" font-weight="500" fill="#64748B">
60 <tspan>High-level overview of revenue targets, key metrics, and major wins from the last quarter.</tspan>
61 </text>
62 <!-- Duration pill (right) -->
63 <rect x="1060" y="14" width="120" height="36" rx="18" fill="#EFF6FF"/>
64 <text x="1120" y="38" font-size="14" font-weight="800" fill="#3B82F6" text-anchor="middle" letter-spacing="1">
65 <tspan>10 MIN</tspan>
66 </text>
67 <!-- Owner -->
68 <text x="190" y="84" font-weight="700" fill="#94A3B8" letter-spacing="1">
69 <tspan>OWNER · CEO</tspan>
70 </text>
71 </g>
72
73 <!-- Item 02 -->
74 <g id="item-02" data-pptx-bounds="22 323 1240 91" transform="translate(0, 320)">
75 <circle cx="130" cy="36" r="26" fill="#FFFFFF" stroke="#3B82F6" stroke-width="3"/>
76 <text x="130" y="44" font-size="16" font-weight="800" fill="#3B82F6" text-anchor="middle">
77 <tspan>02</tspan>
78 </text>
79 <text x="190" y="30" font-size="22" font-weight="800" fill="#0F172A">
80 <tspan>Product Roadmap Updates</tspan>
81 </text>
82 <text x="190" y="58" font-size="14" font-weight="500" fill="#64748B">
83 <tspan>Review of upcoming features, delayed items, and engineering resource allocation.</tspan>
84 </text>
85 <rect x="1060" y="14" width="120" height="36" rx="18" fill="#EFF6FF"/>
86 <text x="1120" y="38" font-size="14" font-weight="800" fill="#3B82F6" text-anchor="middle" letter-spacing="1">
87 <tspan>20 MIN</tspan>
88 </text>
89 <text x="190" y="84" font-weight="700" fill="#94A3B8" letter-spacing="1">
90 <tspan>OWNER · VP PRODUCT</tspan>
91 </text>
92 </g>
93
94 <!-- Item 03 -->
95 <g id="item-03" data-pptx-bounds="22 443 1240 91" transform="translate(0, 440)">
96 <circle cx="130" cy="36" r="26" fill="#FFFFFF" stroke="#5575EC" stroke-width="3"/>
97 <text x="130" y="44" font-size="16" font-weight="800" fill="#5575EC" text-anchor="middle">
98 <tspan>03</tspan>
99 </text>
100 <text x="190" y="30" font-size="22" font-weight="800" fill="#0F172A">
101 <tspan>Competitive Market Analysis</tspan>
102 </text>
103 <text x="190" y="58" font-size="14" font-weight="500" fill="#64748B">
104 <tspan>Deep dive into recent moves by Competitor A and our strategic response plan.</tspan>
105 </text>
106 <rect x="1060" y="14" width="120" height="36" rx="18" fill="#EEF2FF"/>
107 <text x="1120" y="38" font-size="14" font-weight="800" fill="#5575EC" text-anchor="middle" letter-spacing="1">
108 <tspan>15 MIN</tspan>
109 </text>
110 <text x="190" y="84" font-weight="700" fill="#94A3B8" letter-spacing="1">
111 <tspan>OWNER · HEAD OF STRATEGY</tspan>
112 </text>
113 </g>
114
115 <!-- Item 04 — highlighted as focal -->
116 <g id="item-04" data-pptx-bounds="20 561 1242 93" transform="translate(0, 560)">
117 <circle cx="130" cy="36" r="28" fill="#6366F1"/>
118 <text x="130" y="44" font-size="16" font-weight="800" fill="#FFFFFF" text-anchor="middle">
119 <tspan>04</tspan>
120 </text>
121 <text x="190" y="30" font-size="22" font-weight="800" fill="#0F172A">
122 <tspan>Q4 Goals &amp; OKR Planning</tspan><tspan dx="10" font-size="12" font-weight="800" fill="#6366F1" letter-spacing="2">· DECISION</tspan>
123 </text>
124 <text x="190" y="58" font-size="14" font-weight="500" fill="#64748B">
125 <tspan>Collaborative session to finalize departmental objectives and assign ownership.</tspan>
126 </text>
127 <rect x="1060" y="14" width="120" height="36" rx="18" fill="#6366F1"/>
128 <text x="1120" y="38" font-size="14" font-weight="800" fill="#FFFFFF" text-anchor="middle" letter-spacing="1">
129 <tspan>30 MIN</tspan>
130 </text>
131 <text x="190" y="84" font-weight="700" fill="#94A3B8" letter-spacing="1">
132 <tspan>OWNER · LEADERSHIP TEAM</tspan>
133 </text>
134 </g>
135
136 <!-- ==================== Footer ==================== -->
137 <g id="source" data-pptx-bounds="40 672 1200 38">
138 <text x="80" y="695" font-weight="600" fill="#94A3B8">
139 <tspan>Presenter: Management Team · Conference Room A · Recorded</tspan>
140 </text>
141 </g>
142 </svg>
143
143 lines Plain Text