@@ -75,6 +75,7 @@ excerpt: <p style="color:white;text-align:center;font-weight:bold;">Goethe Unive
75
75
display : block ;
76
76
}
77
77
78
+
78
79
@keyframes fadeIn {
79
80
from { opacity : 0 ; transform : translateY (-20px ); }
80
81
to { opacity : 1 ; transform : translateY (0 ); }
@@ -274,13 +275,13 @@ body {
274
275
</p>
275
276
</div>
276
277
</div>
277
- <!-- Speakers Section -->
278
+ <!-- Speakers Grid Section -->
278
279
<div class =" row mb-4 " >
279
280
<div class="col-md-12">
280
281
<h5 class="section-title">Speakers</h5>
281
- <div class="row speaker-cards ">
282
+ <div class="row">
282
283
{% 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 ">
284
285
<div class="custom-card" data-speaker-id="{{ speaker.id }}">
285
286
<div class="card-body text-center">
286
287
{% if speaker.picture %}
@@ -295,24 +296,27 @@ body {
295
296
</div>
296
297
{% endfor %}
297
298
</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 %}
314
299
</div>
315
300
</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 >
316
320
<div class="row mb-4">
317
321
<div class="col-md-12">
318
322
<h5 class="section-title">Sponsors</h5>
0 commit comments