close #6
All checks were successful
Deploy / Deploy to Production (push) Successful in 5s

This commit is contained in:
Camilledenoray 2026-06-05 20:50:56 +02:00
parent 3ddb62c072
commit e349e642cb
10 changed files with 63 additions and 40 deletions

View file

@ -1,5 +1,7 @@
<?php snippet('header') ?>
<?php snippet('mobile-menu') ?>
<div id="home-slideshow">
<?php foreach ($slides as $slide): ?>

View file

@ -1,6 +1,6 @@
<?php snippet('header') ?>
<?php snippet('mobile-menu') ?>
<ul class="projects-index">
<li class="filter-menu">
@ -21,7 +21,7 @@
<span> <?= $project->tags() ?> </span>
<span class="date"> <?= $project->date()->toDate('Y') ?> </span>
</button>
<span class="slide-number"><span class="active-index">0</span>/<?= $project->images()->count() ?></span>
<span class="slide-number">slide number/total slides</span>
</div>
<section class="toggle">
<div class= "project-slideshow-container">

View file

@ -1,5 +1,8 @@
<?php snippet('header') ?>
<?php snippet('mobile-menu') ?>
<section class="main-infos">
<p>
<?= $page->presentation() ?>