返回 ppt-master
12_cta_closing.svg
1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720" width="1280" height="720">
2 <defs>
3 <linearGradient id="titleGradient" x1="0%" y1="0%" x2="100%" y2="0%">
4 <stop offset="0%" stop-color="#5B8DEF"/>
5 <stop offset="50%" stop-color="#A26BFA"/>
6 <stop offset="100%" stop-color="#3DDDFC"/>
7 </linearGradient>
8 <linearGradient id="ctaScrim" x1="0%" y1="0%" x2="0%" y2="100%">
9 <stop offset="0%" stop-color="#0A0E27" stop-opacity="0.7"/>
10 <stop offset="50%" stop-color="#0A0E27" stop-opacity="0.35"/>
11 <stop offset="100%" stop-color="#0A0E27" stop-opacity="0.78"/>
12 </linearGradient>
13 <radialGradient id="ctaVignette" cx="50%" cy="50%" r="68%">
14 <stop offset="0%" stop-color="#0A0E27" stop-opacity="0"/>
15 <stop offset="100%" stop-color="#0A0E27" stop-opacity="0.45"/>
16 </radialGradient>
17 <linearGradient id="btnGrad" x1="0%" y1="0%" x2="100%" y2="0%">
18 <stop offset="0%" stop-color="#5B8DEF"/>
19 <stop offset="50%" stop-color="#A26BFA"/>
20 <stop offset="100%" stop-color="#3DDDFC"/>
21 </linearGradient>
22 <linearGradient id="btnSecondary" x1="0%" y1="0%" x2="0%" y2="100%">
23 <stop offset="0%" stop-color="#5B8DEF" stop-opacity="0.22"/>
24 <stop offset="100%" stop-color="#A26BFA" stop-opacity="0.12"/>
25 </linearGradient>
26 </defs>
27
28 <g id="bg">
29 <rect width="1280" height="720" fill="#0A0E27"/>
30 <image href="../images/12_cta_horizon.png" x="0" y="0" width="1280" height="720" preserveAspectRatio="xMidYMid slice"/>
31 <rect x="0" y="0" width="1280" height="720" fill="url(#ctaScrim)"/>
32 <rect x="0" y="0" width="1280" height="720" fill="url(#ctaVignette)"/>
33 </g>
34
35 <g id="cta-tag">
36 <line x1="640" y1="165" x2="608" y2="165" stroke="#3DDDFC" stroke-width="2" stroke-linecap="round"/>
37 <text x="640" y="170" font-family="&quot;Microsoft YaHei&quot;, &quot;PingFang SC&quot;, sans-serif" font-size="13" font-weight="700" fill="#3DDDFC" letter-spacing="5" text-anchor="middle">YOUR TURN</text>
38 <line x1="640" y1="165" x2="672" y2="165" stroke="#3DDDFC" stroke-width="2" stroke-linecap="round"/>
39 </g>
40
41 <g id="cta-title">
42 <text x="640" y="290" font-family="&quot;Microsoft YaHei&quot;, &quot;PingFang SC&quot;, sans-serif" font-size="72" font-weight="900" fill="#E8ECFF" text-anchor="middle">下一个 Agent</text>
43 <text x="640" y="376" font-family="&quot;Microsoft YaHei&quot;, &quot;PingFang SC&quot;, sans-serif" font-size="72" font-weight="900" fill="url(#titleGradient)" text-anchor="middle">从工程化开始</text>
44 </g>
45
46 <g id="cta-subtitle">
47 <text x="640" y="448" font-family="&quot;Microsoft YaHei&quot;, &quot;PingFang SC&quot;, sans-serif" font-size="22" font-weight="400" fill="#A8B0D0" text-anchor="middle">不是"加个 LLM",是把 LLM 真正装进系统</text>
48 </g>
49
50 <g id="cta-buttons">
51 <g id="btn-primary">
52 <rect x="380" y="510" width="280" height="68" rx="34" fill="url(#btnGrad)"/>
53 <use data-icon="phosphor-duotone/rocket" x="408" y="528" width="32" height="32" fill="#FFFFFF"/>
54 <text x="528" y="552" font-family="&quot;Microsoft YaHei&quot;, &quot;PingFang SC&quot;, sans-serif" font-size="20" font-weight="900" fill="#FFFFFF" text-anchor="middle">开始 Agent 工程化</text>
55 </g>
56 <g id="btn-secondary">
57 <rect x="690" y="510" width="220" height="68" rx="34" fill="url(#btnSecondary)" stroke="#3DDDFC" stroke-opacity="0.5" stroke-width="1.5"/>
58 <use data-icon="phosphor-duotone/handshake" x="716" y="528" width="32" height="32" fill="#3DDDFC"/>
59 <text x="826" y="552" font-family="&quot;Microsoft YaHei&quot;, &quot;PingFang SC&quot;, sans-serif" font-size="20" font-weight="700" fill="#E8ECFF" text-anchor="middle">寻求合作</text>
60 </g>
61 </g>
62
63 <g id="cta-footnote">
64 <text x="640" y="620" font-family="&quot;Microsoft YaHei&quot;, &quot;PingFang SC&quot;, sans-serif" font-size="13" font-weight="600" fill="#6B7299" text-anchor="middle" letter-spacing="2">架构 · 上下文 · 评估 · 可观测 — 四件事一起做,才叫工程化</text>
65 </g>
66
67 <g id="cta-footer">
68 <text x="60" y="690" font-family="&quot;Microsoft YaHei&quot;, &quot;PingFang SC&quot;, sans-serif" font-size="13" font-weight="600" fill="#A8B0D0">AI Agent 工程化 · 谢谢观看</text>
69 <text x="1220" y="690" font-family="&quot;Microsoft YaHei&quot;, &quot;PingFang SC&quot;, sans-serif" font-size="13" font-weight="600" fill="#6B7299" text-anchor="end">12 / 12</text>
70 </g>
71 </svg>
72
72 lines Plain Text