CSS > mobile (round 3)
All checks were successful
Deploy / Deploy to Production (push) Successful in 3s
All checks were successful
Deploy / Deploy to Production (push) Successful in 3s
This commit is contained in:
parent
7f36178a80
commit
52bed3e2c4
9 changed files with 379 additions and 70 deletions
|
|
@ -1,24 +1,20 @@
|
|||
<?php snippet('header') ?>
|
||||
|
||||
<div class="main-infos">
|
||||
<section class="main-infos">
|
||||
<p>
|
||||
<?= $page->presentation() ?>
|
||||
<br>
|
||||
<?= $page->contact() ?>
|
||||
<?= $page->presentation() ?>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="skills">
|
||||
<p>
|
||||
<?= $page->skills() ?>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="clients">
|
||||
<p class="clients">
|
||||
<?= $page->clients() ?>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
<section class="secondary-infos">
|
||||
<div class="skills">
|
||||
<p>
|
||||
<?= $page->contact() ?><br>
|
||||
<?= $page->skills() ?>
|
||||
</p>
|
||||
</div>
|
||||
<div class="clients">
|
||||
<?= $page->clients() ?>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<?php snippet('footer') ?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue