hic-et-nunc/site/templates/infos.php
Camilledenoray afb7c00960
All checks were successful
Deploy / Deploy to Production (push) Successful in 2m1s
Save before pull rebase
2026-06-10 15:59:22 +02:00

24 lines
No EOL
501 B
PHP

<?php snippet('header') ?>
<?php snippet('mobile-menu') ?>
<section class="main-infos">
<p>
<?= $page->presentation() ?>
</p>
</section>
<section class="secondary-infos">
<div class="skills">
<p>
<?= $page->contact() ?><br>
<?= $page->skills() ?>
</p>
</div>
<div class="clients">
<?= $page->clients() ?>
</div>
</section>
<script src="/assets/js/mobile-menu-toggle.js"></script>
<?php snippet('footer') ?>