Skip to content

Commit dea7f36

Browse files
committed
changing cta button
1 parent c437ccc commit dea7f36

1 file changed

Lines changed: 11 additions & 18 deletions

File tree

index.html

Lines changed: 11 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -311,29 +311,22 @@
311311
<header class="text-center">
312312
<h1 class="text-4xl md:text-5xl font-bold text-[#16293F] mb-2">SouJava 30-Year Celebration Week</h1>
313313
<p class="text-xl text-gray-600 mb-4">Join brilliant speakers from around the globe for a week of free Java learning</p>
314-
<div class="inline-block bg-[#F77347] text-white px-6 py-2 rounded-full font-semibold mb-4">June 2-6, 2025</div>
314+
<div class="inline-block bg-[#F77347] text-[#16293F] px-6 py-2 rounded-full font-semibold mb-4">June 2-6, 2025</div>
315315
<a href="https://soujava.dev/30y-celebration-week" class="inline-block bg-[#F77347] text-white px-8 py-3 rounded-lg font-semibold hover:bg-opacity-90 transition-colors text-lg">
316316
Register Now
317317
</a>
318318
</header>
319319

320320
<!-- Schedule Section -->
321321
<section class="mb-8">
322-
<div class="schedule-header">
323-
<div class="flex items-center gap-4">
324-
<h2 class="text-3xl font-bold text-[#16293F]">Schedule</h2>
325-
<a href="https://www.youtube.com/@SouJava/streams" target="_blank" class="stream-btn">
326-
<svg viewBox="0 0 24 24" fill="currentColor">
327-
<path d="M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z"/>
328-
</svg>
329-
Watch Live Stream
330-
</a>
331-
</div>
332-
<div class="flex gap-2">
333-
<button class="timezone-btn active" data-tz="America/Sao_Paulo">BRT (São Paulo)</button>
334-
<button class="timezone-btn" data-tz="America/New_York">EST (New York)</button>
335-
<button class="timezone-btn" data-tz="Europe/Berlin">CET (Berlin)</button>
336-
</div>
322+
<div class="schedule-header flex justify-between items-center mb-6">
323+
<h2 class="text-3xl font-bold text-[#16293F]">Schedule</h2>
324+
<a href="https://soujava.dev/30y-celebration-week" target="_blank" class="stream-btn flex items-center gap-2">
325+
<svg viewBox="0 0 24 24" fill="currentColor" class="w-6 h-6">
326+
<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 15l6-4.5-6-4.5v9z"/>
327+
</svg>
328+
Save your spot
329+
</a>
337330
</div>
338331
<div class="overflow-x-auto">
339332
<table class="w-full border-collapse">
@@ -453,7 +446,7 @@ <h2 class="text-3xl font-bold text-[#16293F]">Schedule</h2>
453446
</td>
454447
</tr>
455448
<tr>
456-
<td class="table-cell table-cell-time font-medium text-[#F77347]" data-time="12:00">12:00">12:00</td>
449+
<td class="table-cell table-cell-time font-medium text-[#F77347]" data-time="12:00">12:00</td>
457450
<td class="table-cell table-cell-session">
458451
Coming Soon <span class="session-language">(english)</span>
459452
</td>
@@ -465,7 +458,7 @@ <h2 class="text-3xl font-bold text-[#16293F]">Schedule</h2>
465458
</td>
466459
</tr>
467460
<tr>
468-
<td class="table-cell table-cell-time font-medium text-[#F77347]" data-time="13:00">13:00">13:00</td>
461+
<td class="table-cell table-cell-time font-medium text-[#F77347]" data-time="13:00">13:00</td>
469462
<td class="table-cell table-cell-session">
470463
Coming Soon <span class="session-language">(english)</span>
471464
</td>

0 commit comments

Comments
 (0)