Skip to content

Commit ab0f227

Browse files
committed
Update event.md
1 parent 593493d commit ab0f227

File tree

1 file changed

+23
-19
lines changed

1 file changed

+23
-19
lines changed

_pages/event.md

Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ excerpt: <p style="color:white;text-align:center;font-weight:bold;">Goethe Unive
7575
display: block;
7676
}
7777

78+
7879
@keyframes fadeIn {
7980
from { opacity: 0; transform: translateY(-20px); }
8081
to { opacity: 1; transform: translateY(0); }
@@ -274,13 +275,13 @@ body {
274275
</p>
275276
</div>
276277
</div>
277-
<!-- Speakers Section -->
278+
<!-- Speakers Grid Section -->
278279
<div class="row mb-4">
279280
<div class="col-md-12">
280281
<h5 class="section-title">Speakers</h5>
281-
<div class="row speaker-cards">
282+
<div class="row">
282283
{% for speaker in site.data.winter_school_speakers %}
283-
<div class="col-sm-6 col-md-3 mb-3">
284+
<div class="col-12 col-sm-6 col-md-4 col-lg-3 mb-4">
284285
<div class="custom-card" data-speaker-id="{{ speaker.id }}">
285286
<div class="card-body text-center">
286287
{% if speaker.picture %}
@@ -295,24 +296,27 @@ body {
295296
</div>
296297
{% endfor %}
297298
</div>
298-
<!-- Speaker Details Section -->
299-
{% for speaker in site.data.winter_school_speakers %}
300-
<div id="speaker-details-{{ speaker.id }}" class="speaker-details">
301-
<h4>{{ speaker.name }}</h4>
302-
<p class="text-muted">{{ speaker.affiliation }}</p>
303-
<div class="mt-4">
304-
<p>{{ speaker.bio }}</p>
305-
{% if speaker.title %}
306-
<h5 class="mt-4">{{ speaker.title }}</h5>
307-
{% endif %}
308-
{% if speaker.abstract %}
309-
<p class="mt-3">{{ speaker.abstract }}</p>
310-
{% endif %}
311-
</div>
312-
</div>
313-
{% endfor %}
314299
</div>
315300
</div>
301+
302+
<!-- Speaker Details Section -->
303+
<div class="speaker-details-container">
304+
{% for speaker in site.data.winter_school_speakers %}
305+
<div id="speaker-details-{{ speaker.id }}" class="speaker-details" style="display: none;">
306+
<h4>{{ speaker.name }}</h4>
307+
<p class="text-muted">{{ speaker.affiliation }}</p>
308+
<div class="mt-4">
309+
<p>{{ speaker.bio }}</p>
310+
{% if speaker.title %}
311+
<h5 class="mt-4">{{ speaker.title }}</h5>
312+
{% endif %}
313+
{% if speaker.abstract %}
314+
<p class="mt-3">{{ speaker.abstract }}</p>
315+
{% endif %}
316+
</div>
317+
</div>
318+
{% endfor %}
319+
</div>
316320
<div class="row mb-4">
317321
<div class="col-md-12">
318322
<h5 class="section-title">Sponsors</h5>

0 commit comments

Comments
 (0)