debut d'integration de la version terminal
This commit is contained in:
parent
00edad1729
commit
54ce5faf08
146 changed files with 2532 additions and 40285 deletions
|
|
@ -18,7 +18,14 @@
|
|||
</section>
|
||||
|
||||
<?php foreach($site->index()->filterBy('intendedTemplate', 'chapitre')->listed() as $chapitre):?>
|
||||
<section class="chapter <?= $chapitre->typeof()->esc()?>" id="<?= $chapitre->uid()?>">
|
||||
<section class="chapter <?= $chapitre->typeof()->esc()?>" data-chapter="<?= $chapitre->typeof()->esc()?>" id="<?= $chapitre->uid()?>">
|
||||
|
||||
<!-- titre courant -->
|
||||
<span class="nav-decor">D6cor</span>
|
||||
<span class="nav-author"><?= $chapitre->author()->html()->smartypants() ?></span>
|
||||
<span class="nav-title"><?= $chapitre->title()->html()->smartypants() ?></span>
|
||||
|
||||
<!-- Interpage chapitre -->
|
||||
<?php if($cover = $chapitre->cover()->toFile()):?>
|
||||
<div class="interpage full-bleed-image full-page">
|
||||
<figure>
|
||||
|
|
@ -26,10 +33,22 @@
|
|||
</figure>
|
||||
</div>
|
||||
<?php endif;?>
|
||||
<div class="chapter-title">
|
||||
<p class="type"><?= $chapitre->typeof()?></p>
|
||||
<h2><?= $chapitre->title()->html()->smartypants() ?></h2>
|
||||
<h3><?= $chapitre->author()->html()->smartypants() ?></h3>
|
||||
|
||||
<!-- Entrées des chapitres -->
|
||||
<div class="chapter-header">
|
||||
<p class="type"><?= $chapitre->typeof()?></p>
|
||||
<div class="hgroup-before">++++<br>+++++<br>+++<br>++<br>
|
||||
+<br>+<br>+<br>+<br>+<br>+<br>
|
||||
+++<br>++<br>+<br>+<br>
|
||||
+<br><br>+<br>++<br>+<br>
|
||||
</div>
|
||||
<div class="hgroup">
|
||||
<div class="title-before">++--------------------------+</div>
|
||||
<h2><span><?= $chapitre->title()->html()->smartypants() ?></span></h2>
|
||||
<p class="author"><span><?= $chapitre->author()->html()->smartypants() ?></span></p>
|
||||
<div class="title-after">+--------------------------++</div>
|
||||
</div>
|
||||
<div class="hgroup-after">+<br>++<br>+++<br>++++<br>+++<br>++<br>+<br></div>
|
||||
</div>
|
||||
|
||||
<div class="chapter-content">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue