Save before pull rebase
All checks were successful
Deploy / Deploy to Production (push) Successful in 2m1s
All checks were successful
Deploy / Deploy to Production (push) Successful in 2m1s
This commit is contained in:
parent
c8066906f2
commit
afb7c00960
5985 changed files with 522799 additions and 523 deletions
|
|
@ -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') ?>
|
||||
|
|
|
|||
|
|
@ -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; ?>
|
||||
|
|
|
|||
|
|
@ -20,4 +20,5 @@
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<script src="/assets/js/mobile-menu-toggle.js"></script>
|
||||
<?php snippet('footer') ?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue