77 < title > Java 30Y #CelebrationWeek</ title >
88 < link rel ="shortcut icon " type ="image/x-icon " href ="favicon.ico ">
99
10- <!-- Cookie Consent - Must load before analytics -->
1110 < script src ="js/cookie-consent.js "> </ script >
1211
13- <!-- Google tag (gtag.js) -->
1412 < script async src ="https://www.googletagmanager.com/gtag/js?id=G-K4QDNZB9C7 "> </ script >
1513 < script >
1614 window . dataLayer = window . dataLayer || [ ] ;
1715 function gtag ( ) { dataLayer . push ( arguments ) ; }
1816
19- // Configure consent mode before GA4 initialization
2017 gtag ( 'consent' , 'default' , {
2118 'analytics_storage' : 'denied' ,
2219 'functionality_storage' : 'granted' ,
2724
2825 gtag ( 'js' , new Date ( ) ) ;
2926
30- // Basic anonymous config - always runs
3127 gtag ( 'config' , 'G-K4QDNZB9C7' , {
3228 'anonymize_ip' : true ,
3329 'allow_google_signals' : false ,
3632 </ script >
3733
3834
39- <!-- Performance Optimizations -->
4035 < link rel ="preconnect " href ="https://fonts.googleapis.com ">
4136 < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin >
4237 < link href ="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap " rel ="stylesheet ">
4338 < link href ="https://fonts.googleapis.com/icon?family=Material+Icons " rel ="stylesheet ">
4439
45- <!-- SEO Meta Tags -->
4640 < meta property ="og:title " content ="30-Year #CelebrationWeek ">
4741 < meta property ="og:description " content ="Free online Java conference with Java Champions & Enthusiasts from around the globe ">
4842 < meta property ="og:type " content ="website ">
4943 < meta property ="og:image " content ="https://soujava.github.io/java30y-celebration-week/sm/banner.png ">
5044 < meta name ="twitter:card " content ="summary_large_image ">
5145
52- <!-- Structured Data -->
5346 < script type ="application/ld+json ">
5447 {
5548 "@context" : "https://schema.org" ,
8174</ head >
8275
8376< body >
84- <!-- Skip Link for Accessibility -->
8577 < a href ="#main-content " class ="skip-link "> Skip to main content</ a >
8678
87- <!-- Navigation -->
8879 < nav class ="nav ">
8980 < div class ="container ">
9081 < div class ="nav-content ">
10495 </ div >
10596 </ nav >
10697
107- <!-- Header -->
10898 < header class ="header " id ="home " role ="banner ">
10999 < div class ="container ">
110100 < div class ="header-content ">
@@ -134,11 +124,9 @@ <h1>#CelebrationWeek for 30y of Java</h1>
134124 < p class ="live-cta-subtext "> Access the live streams, agenda, and recordings. Open to all.</ p >
135125 </ div >
136126
137- <!-- Speaker Carousel -->
138127 < div class ="speaker-carousel ">
139128 < div class ="carousel-container " id ="speakerCarousel ">
140129 < div class ="carousel-track ">
141- <!-- Speakers will be populated by JavaScript -->
142130 </ div >
143131 </ div >
144132 </ div >
@@ -150,9 +138,32 @@ <h1>#CelebrationWeek for 30y of Java</h1>
150138 </ div >
151139 </ header >
152140
153- <!-- Main Content -->
141+ < section class ="sponsors-section " id ="sponsors ">
142+ < div class ="container ">
143+ < div class ="sponsors-grid ">
144+ < div class ="sponsor-column ">
145+ < p class ="sponsor-label "> Brought to you by</ p >
146+ < a href ="https://soujava.org.br " target ="_blank " rel ="noopener " class ="logo-link ">
147+ < img src ="./logos/soujava.png " alt ="SouJava " class ="organizer-logo ">
148+ </ a >
149+ </ div >
150+
151+ < div class ="sponsor-column ">
152+ < p class ="sponsor-label "> Proudly supported by</ p >
153+ < div class ="supporter-logos ">
154+ < a href ="https://aletyx.com " target ="_blank " rel ="noopener " class ="logo-link ">
155+ < img src ="./logos/aletyx.png " alt ="Aletyx " class ="supporter-logo ">
156+ </ a >
157+ < a href ="https://jakarta.ee " target ="_blank " rel ="noopener " class ="logo-link ">
158+ < img src ="./logos/jakartaee.png " alt ="Jakarta EE " class ="supporter-logo ">
159+ </ a >
160+ </ div >
161+ </ div >
162+ </ div >
163+ </ div >
164+ </ section >
165+
154166 < main id ="main-content ">
155- <!-- Agenda Section -->
156167 < section class ="section " id ="agenda ">
157168 < div class ="container ">
158169 < div class ="section-content ">
@@ -204,7 +215,6 @@ <h2 class="section-title">Agenda</h2>
204215 </ div >
205216 </ section >
206217
207- <!-- Speakers Section -->
208218 < section class ="section " id ="speakers ">
209219 < div class ="container ">
210220 < div class ="section-content ">
@@ -224,32 +234,8 @@ <h2 class="section-title">Featured Speakers</h2>
224234
225235 </ main >
226236
227- <!-- Footer -->
228237 < footer class ="footer ">
229238 < div class ="container ">
230- < div class ="footer-content ">
231- <!-- Organizer Tier -->
232- < div class ="footer-tier footer-organizer ">
233- < p class ="sponsor-label "> Brought to you by</ p >
234- < a href ="https://soujava.org.br " target ="_blank " rel ="noopener " class ="logo-link ">
235- < img src ="./logos/soujava.png " alt ="SouJava " class ="organizer-logo ">
236- </ a >
237- </ div >
238-
239- <!-- Supporter Tier -->
240- < div class ="footer-tier footer-supporters ">
241- < p class ="sponsor-label "> Proudly supported by</ p >
242- < div class ="supporter-logos ">
243- < a href ="https://aletyx.com " target ="_blank " rel ="noopener " class ="logo-link ">
244- < img src ="./logos/aletyx.png " alt ="Aletyx " class ="supporter-logo ">
245- </ a >
246- < a href ="https://jakarta.ee " target ="_blank " rel ="noopener " class ="logo-link ">
247- < img src ="./logos/jakartaee.png " alt ="Jakarta EE " class ="supporter-logo ">
248- </ a >
249- </ div >
250- </ div >
251- </ div >
252-
253239 < div class ="footer-bottom ">
254240 < p > © 2025 SouJava. All rights reserved. |
255241 < a href ="# " onclick ="CookieConsent.showPreferences(); return false; " style ="color: var(--text-secondary); text-decoration: underline; "> Cookie Settings</ a >
@@ -258,7 +244,6 @@ <h2 class="section-title">Featured Speakers</h2>
258244 </ div >
259245 </ footer >
260246
261- <!-- Modals -->
262247 < div class ="modal " id ="speakerModal " role ="dialog " aria-labelledby ="speakerName " aria-modal ="true ">
263248 < div class ="modal-content ">
264249 < div class ="modal-header ">
0 commit comments