|
108 | 108 | .btn-ghost { border: 1px solid rgba(255,255,255,0.5); color: #fff; } |
109 | 109 | .btn-ghost:hover { border-color: var(--gold); color: var(--gold); } |
110 | 110 | .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; } |
111 | 120 |
|
112 | 121 | /* ---------- Sections ---------- */ |
113 | 122 | section { padding: 3.6rem 1.25rem; } |
@@ -299,6 +308,12 @@ <h1>Europe Women's Programming Contest <span class="year">2026</span></h1> |
299 | 308 | <span class="reg-note">Free · online qualifier July 4</span> |
300 | 309 | <a class="btn btn-ghost" href="#about">Learn more</a> |
301 | 310 | </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> |
302 | 317 | </div> |
303 | 318 | </div> |
304 | 319 |
|
@@ -684,9 +699,9 @@ <h2>Our supporters</h2> |
684 | 699 | </p> |
685 | 700 | <div class="sponsor-row"> |
686 | 701 | <div class="sponsor-card"> |
687 | | - <span class="sponsor-label">Main sponsor</span> |
| 702 | + <span class="sponsor-label">ICPC Titanium Sponsor</span> |
688 | 703 | <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;"> |
690 | 705 | </a> |
691 | 706 | <p> |
692 | 707 | Jane Street is a research-driven trading firm with a unique focus on |
|
0 commit comments