119119.btn-secondary { background : var (--canvas ); color : var (--ink ); border : 1px solid var (--hairline ); }
120120.btn-secondary : hover { border-color : var (--ink ); }
121121
122+ /* Bund Summit 2026 banner */
123+ .bund-banner { display : block; text-decoration : none; padding : 0 24px ; max-width : 1100px ; margin : 40px auto 0 ; }
124+ .bund-banner-inner { position : relative; overflow : hidden; border-radius : var (--rounded-lg ); padding : 26px 32px ; background : linear-gradient (120deg , # 5319E7 0% , # 7928ca 55% , # 007cf0 100% ); color : # fff ; display : flex; align-items : center; justify-content : space-between; gap : 24px ; transition : transform 0.2s , box-shadow 0.2s ; }
125+ .bund-banner : hover .bund-banner-inner { transform : translateY (-2px ); box-shadow : 0 12px 32px rgba (83 , 25 , 231 , 0.28 ); }
126+ .bund-tag { display : inline-block; font-size : 12px ; font-weight : 600 ; letter-spacing : 0.5px ; padding : 4px 12px ; border-radius : 100px ; background : rgba (255 , 255 , 255 , 0.18 ); margin-bottom : 12px ; }
127+ .bund-banner-text h2 { font-size : 22px ; font-weight : 600 ; letter-spacing : -0.5px ; margin-bottom : 8px ; color : # fff ; }
128+ .bund-banner-text p { font-size : 14px ; line-height : 1.6 ; color : rgba (255 , 255 , 255 , 0.9 ); max-width : 640px ; }
129+ .bund-banner-cta { flex-shrink : 0 ; font-size : 14px ; font-weight : 600 ; padding : 12px 22px ; border-radius : 100px ; background : # fff ; color : # 5319E7 ; white-space : nowrap; }
130+ @media (max-width : 768px ) { .bund-banner-inner { flex-direction : column; align-items : flex-start; } .bund-banner-text h2 { font-size : 19px ; } }
131+
122132/* Steps */
123133.steps { padding : 48px 24px 64px ; max-width : 1100px ; margin : 0 auto; }
124134.steps h2 { text-align : center; font-size : 28px ; font-weight : 600 ; letter-spacing : -1px ; margin-bottom : 32px ; }
199209 < a href ="/playbook/ "> 岗位能力样板</ a >
200210 < a href ="/blog/ "> Blog</ a >
201211 < a href ="/showcase/ "> 案例</ a >
212+ < a href ="/bund-summit-2026/ "> 外滩大会</ a >
202213 < a href ="https://github.com/modelstudioai " target ="_blank "> GitHub</ a >
203214 < a href ="{{ site.bailian_apikey_url }} " class ="nav-cta " target ="_blank "> 获取 API Key</ a >
204215 </ div >
@@ -216,6 +227,17 @@ <h1>Born open, <span class="gradient-text">ship AI together</span>.</h1>
216227 </ div >
217228</ section >
218229
230+ < a class ="bund-banner " href ="/bund-summit-2026/ ">
231+ < div class ="bund-banner-inner ">
232+ < div class ="bund-banner-text ">
233+ < span class ="bund-tag "> 外滩大会 2026 · 参赛专区</ span >
234+ < h2 > 把你的百炼作品带上外滩大会</ h2 >
235+ < p > 用阿里云百炼 CLI、OpenWork、Agent Skills 打造你的参赛作品,一键提交、收录进社区案例库,和开发者社区一起登上外滩大会 2026。</ p >
236+ </ div >
237+ < span class ="bund-banner-cta "> 进入专区 →</ span >
238+ </ div >
239+ </ a >
240+
219241< section class ="steps ">
220242 < h2 > 三步开始</ h2 >
221243 < div class ="steps-grid ">
0 commit comments