Compare commits
6 commits
2bf6719f70
...
c3e1dc84f3
| Author | SHA1 | Date | |
|---|---|---|---|
| c3e1dc84f3 | |||
| 48f4d689a5 | |||
| 742fc6916d | |||
| 005539fbf9 | |||
| d992257d92 | |||
| a9d95b500a |
2 changed files with 1 additions and 6 deletions
|
|
@ -112,11 +112,6 @@
|
||||||
</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">
|
||||||
|
|
|
||||||
|
|
@ -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 = 10530;
|
const fundraisingTotalMax = 13355.82;
|
||||||
|
|
||||||
async function getGauge() {
|
async function getGauge() {
|
||||||
// // REMOVE WHEN SIGNUP FORM IS OPEN
|
// // REMOVE WHEN SIGNUP FORM IS OPEN
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue