13 lines
No EOL
431 B
PHP
13 lines
No EOL
431 B
PHP
<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>
|
|
</div>
|