-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
267 lines (237 loc) · 12.1 KB
/
index.html
File metadata and controls
267 lines (237 loc) · 12.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Join Java Champions for SouJava's 30-Year Celebration Week - Free online conference June 16-20, 2025">
<title>Java 30Y #CelebrationWeek</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<script src="js/cookie-consent.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-K4QDNZB9C7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('consent', 'default', {
'analytics_storage': 'denied',
'functionality_storage': 'granted',
'personalization_storage': 'granted',
'security_storage': 'granted',
'wait_for_update': 500
});
gtag('js', new Date());
gtag('config', 'G-K4QDNZB9C7', {
'anonymize_ip': true,
'allow_google_signals': false,
'allow_ad_personalization_signals': false
});
</script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<meta property="og:title" content="30-Year #CelebrationWeek">
<meta property="og:description" content="Free online Java conference with Java Champions & Enthusiasts from around the globe">
<meta property="og:type" content="website">
<meta property="og:image" content="https://soujava.github.io/java30y-celebration-week/sm/banner.png">
<meta name="twitter:card" content="summary_large_image">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Event",
"name": "#CelebrationWeek Java 30 ",
"description": "Free online Java conference with Java Champions & Enthusiasts from around the globe",
"startDate": "2025-06-16T11:30:00-03:00",
"endDate": "2025-06-20T14:00:00-03:00",
"eventStatus": "https://schema.org/EventScheduled",
"eventAttendanceMode": "https://schema.org/OnlineEventAttendanceMode",
"location": {
"@type": "VirtualLocation",
"url": "https://youtube.com/@soujava"
},
"organizer": {
"@type": "Organization",
"name": "SouJava"
},
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock"
}
}
</script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<a href="#main-content" class="skip-link">Skip to main content</a>
<nav class="nav">
<div class="container">
<div class="nav-content">
<div class="nav-brand">
<span>Java 30Y #CelebrationWeek</span>
</div>
<div class="nav-links">
<a href="#" onclick="window.scrollTo({top: 0, behavior: 'smooth'}); return false;">Home</a>
<a href="#agenda">Agenda</a>
<a href="#speakers">Speakers</a>
<a href="https://soujava.dev/live-celebrationweek" target="_blank" rel="noopener" class="nav-register">Join Now</a>
</div>
<button class="nav-toggle" aria-label="Toggle navigation">
<span>☰</span>
</button>
</div>
</div>
</nav>
<header class="header" id="home" role="banner">
<div class="container">
<div class="header-content">
<div class="header-text">
<h1>#CelebrationWeek for 30y of Java</h1>
<p class="header-subtitle">
Join Java Champions, rockstars and community enthusiasts from around the globe for a #CelebrationWeek!
</p>
<div class="event-meta">
<div class="meta-item">
<svg class="meta-icon" fill="currentColor" viewBox="0 0 24 24">
<path d="M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7z"/>
</svg>
<time datetime="2025-06-16/2025-06-20">June 16-20, 2025</time>
</div>
<div class="meta-item">
<span class="material-icons meta-icon">celebration</span>
<span>Free virtual event</span>
</div>
</div>
<div class="cta-buttons">
<a id="primaryCtaButton" href="#" class="btn btn-primary" style="display: none;"></a>
<a id="secondaryCtaButton" href="#" class="btn btn-outline" style="display: none;"></a>
</div>
<p class="live-cta-subtext">Access the live streams, agenda, and recordings. Open to all.</p>
</div>
<div class="speaker-carousel">
<div class="carousel-container" id="speakerCarousel">
<div class="carousel-track">
</div>
</div>
</div>
</div>
<div class="header-tagline">
<p>From communities, for communities.</p>
</div>
</div>
</header>
<section class="sponsors-section" id="sponsors">
<div class="container">
<div class="sponsors-grid">
<div class="sponsor-column">
<p class="sponsor-label">Brought to you by</p>
<a href="https://soujava.org.br" target="_blank" rel="noopener" class="logo-link">
<img src="./logos/soujava.png" alt="SouJava" class="organizer-logo">
</a>
</div>
<div class="sponsor-column">
<p class="sponsor-label">Proudly supported by</p>
<div class="supporter-logos">
<a href="https://aletyx.com" target="_blank" rel="noopener" class="logo-link">
<img src="./logos/aletyx.png" alt="Aletyx" class="supporter-logo">
</a>
<a href="https://jakarta.ee" target="_blank" rel="noopener" class="logo-link">
<img src="./logos/jakartaee.png" alt="Jakarta EE" class="supporter-logo">
</a>
</div>
</div>
</div>
</div>
</section>
<main id="main-content">
<section class="section" id="agenda">
<div class="container">
<div class="section-content">
<h2 class="section-title">Agenda</h2>
<p class="section-description">Explore our comprehensive schedule of talks, roundtables, and sessions from Java experts worldwide.</p>
</div>
<div class="agenda-container">
<div class="filters">
<div class="filter-row">
<div class="timezone-section">
<span class="filter-label">See schedule in</span>
<div class="timezone-buttons">
<button class="timezone-btn active" data-tz="America/Sao_Paulo">BRT (Brazil)</button>
<button class="timezone-btn" data-tz="Europe/Berlin">CEST (Europe)</button>
<button class="timezone-btn" data-tz="America/New_York">EDT (US East)</button>
<button class="timezone-btn" data-tz="America/Chicago">CDT (US Central)</button>
</div>
</div>
<div class="filter-section">
<span class="filter-label">Filter by</span>
<select id="day-filter" class="filter-select">
<option value="">All Days</option>
</select>
<select id="language-filter" class="filter-select">
<option value="">All Languages</option>
<option value="English">English</option>
<option value="Portuguese">Portuguese</option>
</select>
<select id="speaker-filter" class="filter-select">
<option value="">All Speakers</option>
</select>
<select id="topic-filter" class="filter-select">
<option value="">All Topics</option>
</select>
<button class="clear-filters" id="clear-filters">Clear All</button>
</div>
</div>
</div>
<div class="schedule" id="schedule-container">
<div class="loading">
<div class="spinner"></div>
<span>Loading agenda...</span>
</div>
</div>
</div>
</div>
</section>
<section class="section" id="speakers">
<div class="container">
<div class="section-content">
<h2 class="section-title">Featured Speakers</h2>
<p class="section-description">Meet our incredible lineup of Java Champions, experts, and community leaders from around the world. Our program was curated from a public <a href="https://sessionize.com/sjcelebration-c4p/" target="_blank" rel="noopener" class="inline-link">Call for Papers <span class="material-icons inline-link-icon">open_in_new</span></a>, showcasing talent from the global Java community.</p>
</div>
<div id="speakers-container" class="speakers-grid">
<div class="loading">
<div class="spinner"></div>
<span>Loading speakers...</span>
</div>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container">
<div class="footer-bottom">
<p>© 2025 SouJava. All rights reserved. |
<a href="#" onclick="CookieConsent.showPreferences(); return false;" style="color: var(--text-secondary); text-decoration: underline;">Cookie Settings</a>
</p>
</div>
</div>
</footer>
<div class="modal" id="speakerModal" role="dialog" aria-labelledby="speakerName" aria-modal="true">
<div class="modal-content">
<div class="modal-header">
<button class="modal-close" aria-label="Close speaker profile">×</button>
</div>
<div class="modal-body">
<div class="speaker-profile">
<img src="" alt="" class="speaker-profile-image" id="modalSpeakerImage">
<h3 class="speaker-profile-name" id="modalSpeakerName"></h3>
<p class="speaker-profile-title" id="modalSpeakerTitle"></p>
<div class="speaker-bio" id="modalSpeakerBio"></div>
<div class="social-links" id="modalSocialLinks"></div>
</div>
</div>
</div>
</div>
<script src="main.js"></script>
<script src="js/event-analytics.js"></script>
</body>
</html>