Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions PyBay/content/contents.lr
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ center_image:
#### text-block ####
text:

<div style="background-color: #daeef3;" class="p4 rounded-circle">
<h3 style="
font-size: 2.5rem;
font-weight: bold;
Expand All @@ -32,13 +31,9 @@ text:


<script type="text/javascript" src="https://sessionize.com/api/v2/w0m77abc/view/SpeakerWall"></script>
</div>

----
class: centered
#### countdown-timer ####
countdown_date: 2025-06-30 23:59:59
----
countdown_text: Early Bird Tickets On Sale Now Through
#### text-block ####
text:

Expand Down
3 changes: 0 additions & 3 deletions PyBay/content/speaking/current-speakers/contents.lr
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ body:
<div class="text-center">
<script type="text/javascript" src="https://sessionize.com/api/v2/3jihguik/view/SpeakerWall"></script>

<h4>Early Bird Tickets On Sale Through June 30, 2025 Midnight PDT</h2>
<countdown-timer date="2025-07-01T00:00:00-07:00"></countdown-timer>

<br>
<a class="btn btn-secondary btn-lg" target="_blank" href="https://pretix.eu/bapya/pybay-2025/">Buy Tickets!</a>
</div>
Expand Down
27 changes: 27 additions & 0 deletions PyBay/webpack/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1145,4 +1145,31 @@ header.navbar-custom {
}



.sz-speaker {
background: white;
border-radius: 12px;
margin: 10px !important;
padding: 16px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sz-speaker:hover {
transform: translateY(-4px);
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}



.sz-modal .sz-speaker{
padding: 10px !important
}

.sz-modal .sz-speaker__photo{
margin: 5px !important
}



// background-image: url(../images/waves.png), ;