add footer and style home
This commit is contained in:
parent
1d135a1b7d
commit
61c1067f22
14 changed files with 364 additions and 447 deletions
|
|
@ -1,13 +1,21 @@
|
|||
<?php snippet('header') ?>
|
||||
<main>
|
||||
<h2 id="baseline">
|
||||
<main class="top bottom" style="
|
||||
--top:6;
|
||||
--bottom: 3;
|
||||
">
|
||||
<h2 class="| fs-m fw-light ta-center full-width flex" style="
|
||||
--content:center;
|
||||
">
|
||||
critique des arts<br />
|
||||
et des techniques
|
||||
</h2>
|
||||
<div id="tabs" x-data="{
|
||||
activeTab: ''
|
||||
}">
|
||||
<div class="toggle-btns">
|
||||
<div class="toggle-btns | top flex space-between" style="
|
||||
--top:10;
|
||||
--content:space-between;
|
||||
">
|
||||
<button
|
||||
class="toggle left"
|
||||
:class="activeTab === 'edito' ? 'open' : 'close'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue