Skip to content

Commit 3da968a

Browse files
committed
chore: remove Bund Summit 2026 banner from homepage
1 parent 67df998 commit 3da968a

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

_layouts/home.html

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -128,16 +128,6 @@
128128
.btn-secondary { background: var(--canvas); color: var(--ink); border: 1px solid var(--hairline); }
129129
.btn-secondary:hover { border-color: var(--ink); }
130130

131-
/* Bund Summit 2026 banner */
132-
.bund-banner { display: block; text-decoration: none; padding: 0 24px; max-width: 1100px; margin: 40px auto 0; }
133-
.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; }
134-
.bund-banner:hover .bund-banner-inner { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(83,25,231,0.28); }
135-
.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; }
136-
.bund-banner-text h2 { font-size: 22px; font-weight: 600; letter-spacing: -0.5px; margin-bottom: 8px; color: #fff; }
137-
.bund-banner-text p { font-size: 14px; line-height: 1.6; color: rgba(255,255,255,0.9); max-width: 640px; }
138-
.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; }
139-
@media (max-width: 768px) { .bund-banner-inner { flex-direction: column; align-items: flex-start; } .bund-banner-text h2 { font-size: 19px; } .bund-banner-cta { align-self: stretch; text-align: center; } }
140-
141131
/* Steps */
142132
.steps { padding: 48px 24px 64px; max-width: 1100px; margin: 0 auto; }
143133
.steps h2 { text-align: center; font-size: 28px; font-weight: 600; letter-spacing: -1px; margin-bottom: 32px; }
@@ -269,17 +259,6 @@ <h1>Born open, <span class="gradient-text">ship AI together</span>.</h1>
269259
</div>
270260
</section>
271261

272-
<a class="bund-banner" href="/bund-summit-2026/">
273-
<div class="bund-banner-inner">
274-
<div class="bund-banner-text">
275-
<span class="bund-tag">外滩大会 2026 · 参赛专区</span>
276-
<h2>把你的百炼作品带上外滩大会</h2>
277-
<p>用阿里云百炼 CLI、OpenWork、Agent Skills 打造你的参赛作品,一键提交、收录进社区案例库,和开发者社区一起登上外滩大会 2026。</p>
278-
</div>
279-
<span class="bund-banner-cta">进入专区 &rarr;</span>
280-
</div>
281-
</a>
282-
283262
<section class="steps">
284263
<h2>三步开始</h2>
285264
<div class="steps-grid">

0 commit comments

Comments
 (0)