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>
|
||||
</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>
|
||||
<p>Et nous avons reçu</p>
|
||||
<div class="places">
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
const gauge_url = "https://api.camp.interhacker.space/api/gauge"
|
||||
const fundraising_url = "https://api.camp.interhacker.space/api/fundraising"
|
||||
const gaugeMax = 200;
|
||||
const fundraisingTotalMax = 10530;
|
||||
const fundraisingTotalMax = 13355.82;
|
||||
|
||||
async function getGauge() {
|
||||
// // REMOVE WHEN SIGNUP FORM IS OPEN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue