Save before pull rebase
All checks were successful
Deploy / Deploy to Production (push) Successful in 2m1s

This commit is contained in:
Camilledenoray 2026-06-10 15:59:22 +02:00
parent c8066906f2
commit afb7c00960
5985 changed files with 522799 additions and 523 deletions

View file

@ -28,4 +28,5 @@
</div>
<script src="/assets/js/home-slideshow.js"></script>
<script src="/assets/js/mobile-menu-toggle.js"></script>
<?php snippet('footer') ?>

View file

@ -21,11 +21,11 @@
<span> <?= $project->tags() ?> </span>
<span class="date"> <?= $project->date()->toDate('Y') ?> </span>
</button>
<span class="slide-number">slide number/total slides</span>
<span class="slide-number"><?= images()->count() ?>/total slides</span>
</div>
<section class="toggle">
<div class= "project-slideshow-container">
<button class="all-projects-closer"></button>
<button class="closer"></button>
<div class="project-slideshow">
<?php foreach ($project->images() as $image): ?>
<?php snippet('picture', [
@ -41,7 +41,7 @@
</div>
</div>
<div class="project-description"><?= $project->description() ?></div>
<button class="project-toggler closer"></button>
<button class="close-button closer"></button>
</section>
</li>
<?php endforeach; ?>

View file

@ -20,4 +20,5 @@
</div>
</section>
<script src="/assets/js/mobile-menu-toggle.js"></script>
<?php snippet('footer') ?>