Compare commits

..

4 commits

2 changed files with 6 additions and 1 deletions

View file

@ -112,6 +112,11 @@
</span> </span>
</div> </div>
<div>places déjà réservées.</div> <div>places déjà réservées.</div>
<p>
Si des places se libèrent, tu peux faire une demande sur
<a class="btn-nice" href="https://grist.interhacker.space/o/camp/forms/eJxwFtkGFCYUQBq4kPLWUg/4">la liste d'attente</a>
</p>
<br> <br>
<p>Et nous avons reçu</p> <p>Et nous avons reçu</p>
<div class="places"> <div class="places">

View file

@ -1,7 +1,7 @@
const gauge_url = "https://api.camp.interhacker.space/api/gauge" const gauge_url = "https://api.camp.interhacker.space/api/gauge"
const fundraising_url = "https://api.camp.interhacker.space/api/fundraising" const fundraising_url = "https://api.camp.interhacker.space/api/fundraising"
const gaugeMax = 200; const gaugeMax = 200;
const fundraisingTotalMax = 13355.82; const fundraisingTotalMax = 10530;
async function getGauge() { async function getGauge() {
// // REMOVE WHEN SIGNUP FORM IS OPEN // // REMOVE WHEN SIGNUP FORM IS OPEN