animations investigations
All checks were successful
Deploy / Deploy to Production (push) Successful in 17s
All checks were successful
Deploy / Deploy to Production (push) Successful in 17s
This commit is contained in:
parent
6020ea8c5b
commit
99ccc15ba9
10 changed files with 285 additions and 35 deletions
|
|
@ -52,7 +52,7 @@
|
|||
|
||||
<nav id="nav-investigation">
|
||||
<ul>
|
||||
<li><a href="#investigation__hero">Vidéo</a></li>
|
||||
<li class="is-selected"><a href="#investigation__hero">Vidéo</a></li>
|
||||
<li><a href="#investigation__content">Enquête</a></li>
|
||||
<li><a href="#methodo">Méthodologies</a></li>
|
||||
<li><a href="#impacts">Impact</a></li>
|
||||
|
|
|
|||
|
|
@ -483,9 +483,14 @@ if ($package):
|
|||
|
||||
|
||||
|
||||
<div class="bottom-bar">
|
||||
<div id="bottom-bar">
|
||||
|
||||
<div class="bottom-bar__inner">
|
||||
|
||||
<div class="progress-container">
|
||||
<div class="progress-bar" id="progressBar"></div>
|
||||
</div>
|
||||
|
||||
<div class="title-group">
|
||||
<p class="type">Enquête</p>
|
||||
<p class="title"><?= $page->title()->esc() ?></p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue