Compare commits
No commits in common. "progression" and "main" have entirely different histories.
progressio
...
main
2 changed files with 3 additions and 30 deletions
13
css/base.css
13
css/base.css
|
|
@ -193,19 +193,6 @@ figcaption {
|
||||||
line-height: 0.5em;
|
line-height: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#progress {
|
|
||||||
display: block;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
#gauge-bar {
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
#fundraising-bar {
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
code {
|
code {
|
||||||
background: #ffffff1f;
|
background: #ffffff1f;
|
||||||
padding: 0.2em 0.4em;
|
padding: 0.2em 0.4em;
|
||||||
|
|
|
||||||
20
index.html
20
index.html
|
|
@ -86,25 +86,11 @@
|
||||||
</h3>
|
</h3>
|
||||||
<section id="progress">
|
<section id="progress">
|
||||||
<p>Il y a</p>
|
<p>Il y a</p>
|
||||||
|
<div class="places"><span class="bar"><span id="gauge-bar" style="width:0" class="progression lessthanhalf"><span id="gauge-text">?/200</span></span></span></div>
|
||||||
<div class="places">
|
|
||||||
<span class="bar">
|
|
||||||
<span id="gauge-bar" style="width:0" class="progression lessthanhalf">
|
|
||||||
<span id="gauge-text">?/200</span>
|
|
||||||
</span>
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<p>places déjà réservées. Ouverture prochaine des inscriptions !</p>
|
<p>places déjà réservées. Ouverture prochaine des inscriptions !</p>
|
||||||
<br>
|
<br>
|
||||||
<p>Et nous avons reçu</p>
|
<p>Et nous avons reçu</p>
|
||||||
<div class="places">
|
<div class="places"><span class="bar"><span id="fundraising-bar" style="width:0" class="progression lessthanhalf"><span id="fundraising-text">? %</span></span></span></div>
|
||||||
<span class="bar">
|
|
||||||
<span id="fundraising-bar" style="width:0" class="progression lessthanhalf">
|
|
||||||
<span id="fundraising-text">? %</span>
|
|
||||||
</span>
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
<p>des dons dont nous avons besoin (voir le détail des comptes)</p>
|
<p>des dons dont nous avons besoin (voir le détail des comptes)</p>
|
||||||
</section>
|
</section>
|
||||||
<h3>
|
<h3>
|
||||||
|
|
@ -143,5 +129,5 @@
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue