2024-07-31 07:19:10 +02:00
|
|
|
<div class="event-card grid__item" style="--span: <?= $span ?>">
|
|
|
|
|
<?php snippet('picture', ["file" => $event->gallery()->toFiles()->first()]) ?>
|
|
|
|
|
<div class="event-card__infos">
|
|
|
|
|
<div>
|
|
|
|
|
<h5><?= $event->title() ?></h5>
|
|
|
|
|
<?= svg('assets/images/icons/ticket.svg') ?>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<p class="event-card__authors"><?= $event->authors() ?></p>
|
|
|
|
|
<p><?= $event->schedule() ?></p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2024-07-30 19:03:01 +02:00
|
|
|
</div>
|