This commit is contained in:
Flatlogic Bot 2025-10-25 19:11:17 +00:00
parent 5cc3f02c65
commit 8f1d678d64
6 changed files with 7 additions and 7 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 145 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

View File

@ -67,12 +67,12 @@
text-align: center; text-align: center;
} }
.speaker-card img { .speaker-card img {
width: 80px; width: 90px;
height: 80px; height: 90px;
border-radius: 50%; border-radius: 50%;
object-fit: cover; object-fit: cover;
margin-bottom: 10px; margin-bottom: 10px;
border: 2px solid rgba(255,255,255,0.2); border: 4px solid white;
} }
.speaker-card h5 { .speaker-card h5 {
color: #fff; color: #fff;
@ -142,28 +142,28 @@
</div> </div>
<h1 class="webinar-title" style="line-height: 1.2;">Professional Vibe-Coding Webinar<br><span style="font-size: 1.25rem; color: #e0e0e0;">by Flatlogic</span></h1> <h1 class="webinar-title" style="line-height: 1.2;">Professional Vibe-Coding Webinar<br><span style="font-size: 1.25rem; color: #e0e0e0;">by Flatlogic</span></h1>
<div class="webinar-time">TUESDAY, DECEMBER 29 | 1PM EST | 10AM PST | 7PM CET</div> <div class="webinar-time">WEDNESDAY, NOVEMBER 19 | 1PM EST | 10AM PST | 7PM CET</div>
<p class="webinar-description">The fastest way to go from an idea to a working app you own, running on your server, with your database, using real frameworks.</p> <p class="webinar-description">The fastest way to go from an idea to a working app you own, running on your server, with your database, using real frameworks.</p>
<div class="speakers-section"> <div class="speakers-section">
<h3>Speakers</h3> <h3>Speakers</h3>
<div class="row"> <div class="row">
<div class="col-md-4"> <div class="col-md-4">
<div class="speaker-card"> <div class="speaker-card">
<img src="https://picsum.photos/seed/speaker1/100" alt="Philip Daineka"> <img src="assets/pasted-20251025-190534-b34b4e03.png" alt="Philip Daineka">
<h5>Philip Daineka</h5> <h5>Philip Daineka</h5>
<p class="text-muted">CEO, Flatlogic</p> <p class="text-muted">CEO, Flatlogic</p>
</div> </div>
</div> </div>
<div class="col-md-4"> <div class="col-md-4">
<div class="speaker-card"> <div class="speaker-card">
<img src="https://picsum.photos/seed/speaker2/100" alt="Alexandr Rubanau"> <img src="assets/pasted-20251025-190634-62543fd4.png" alt="Alexandr Rubanau">
<h5>Alexandr Rubanau</h5> <h5>Alexandr Rubanau</h5>
<p class="text-muted">Lead Engineer</p> <p class="text-muted">Lead Engineer</p>
</div> </div>
</div> </div>
<div class="col-md-4"> <div class="col-md-4">
<div class="speaker-card"> <div class="speaker-card">
<img src="https://picsum.photos/seed/speaker3/100" alt="Alexey Vertel"> <img src="assets/pasted-20251025-190711-b09e530a.png" alt="Alexey Vertel">
<h5>Alexey Vertel</h5> <h5>Alexey Vertel</h5>
<p class="text-muted">Lead Engineer</p> <p class="text-muted">Lead Engineer</p>
</div> </div>