Fixed home slideshow + new version page infos
All checks were successful
Deploy / Deploy to Production (push) Successful in 7s
All checks were successful
Deploy / Deploy to Production (push) Successful in 7s
This commit is contained in:
parent
9a615bd92d
commit
6bfd9ae262
22 changed files with 755 additions and 603 deletions
|
|
@ -2,23 +2,37 @@
|
|||
|
||||
<?php snippet('mobile-menu') ?>
|
||||
|
||||
<div class="info-grid">
|
||||
|
||||
<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>
|
||||
<section class="main-infos">
|
||||
<div class="contact">
|
||||
<p>
|
||||
<?= $page->contact() ?>
|
||||
</p>
|
||||
</div>
|
||||
<div class="presentation">
|
||||
<p><?= $page->presentation()->html() ?></p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="secondary-infos">
|
||||
<div class="services">
|
||||
<h3>Services</h3>
|
||||
<p>
|
||||
<?= $page->services() ?>
|
||||
</p>
|
||||
</div>
|
||||
<div class="clients">
|
||||
<h3>Clients</h3>
|
||||
<?= $page->clients() ?>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="complementary-infos">
|
||||
<?= $page->complementaryInfos() ?>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
|
||||
<script src="/assets/js/mobile-menu-toggle.js"></script>
|
||||
<?php snippet('footer') ?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue