Skip to content

Commit 326d778

Browse files
committed
Add Jane Street ICPC Titanium Sponsor to hero; use local sponsor assets
1 parent 224e647 commit 326d778

1 file changed

Lines changed: 17 additions & 2 deletions

File tree

index.html

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,15 @@
108108
.btn-ghost { border: 1px solid rgba(255,255,255,0.5); color: #fff; }
109109
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }
110110
.reg-note { font-size: 0.9rem; color: #c9cfeb; }
111+
.hero-sponsor {
112+
margin-top: 2.4rem;
113+
display: inline-flex; flex-direction: column; align-items: flex-start; gap: 0.7rem;
114+
}
115+
.hero-sponsor .hero-sponsor-label {
116+
font-size: 0.72rem; font-weight: 700; letter-spacing: 0.18em;
117+
text-transform: uppercase; color: var(--gold);
118+
}
119+
.hero-sponsor img { height: 104px; width: auto; display: block; }
111120

112121
/* ---------- Sections ---------- */
113122
section { padding: 3.6rem 1.25rem; }
@@ -299,6 +308,12 @@ <h1>Europe Women's Programming Contest <span class="year">2026</span></h1>
299308
<span class="reg-note">Free · online qualifier July 4</span>
300309
<a class="btn btn-ghost" href="#about">Learn more</a>
301310
</div>
311+
<div class="hero-sponsor">
312+
<span class="hero-sponsor-label">ICPC Titanium Sponsor</span>
313+
<a href="https://www.janestreet.com/" rel="noopener" aria-label="Jane Street — ICPC Titanium Sponsor">
314+
<img src="assets/jane-street-titanium-ondark.svg" alt="Jane Street — Titanium Sponsor" width="148" height="122">
315+
</a>
316+
</div>
302317
</div>
303318
</div>
304319

@@ -684,9 +699,9 @@ <h2>Our supporters</h2>
684699
</p>
685700
<div class="sponsor-row">
686701
<div class="sponsor-card">
687-
<span class="sponsor-label">Main sponsor</span>
702+
<span class="sponsor-label">ICPC Titanium Sponsor</span>
688703
<a class="logo-link" href="https://www.janestreet.com/" rel="noopener">
689-
<img src="https://www.janestreet.com/assets/logo_horizontal-16929188a56384c8e77bea91967c4553146ed7293f60a8f4f2ab6a06187881ce.svg" alt="Jane Street" loading="lazy">
704+
<img src="assets/jane-street-titanium.svg" alt="Jane Street — Titanium Sponsor" loading="lazy" style="max-height: 110px;">
690705
</a>
691706
<p>
692707
Jane Street is a research-driven trading firm with a unique focus on

0 commit comments

Comments
 (0)