Compare commits
4 commits
c3e1dc84f3
...
2bf6719f70
| Author | SHA1 | Date | |
|---|---|---|---|
| 2bf6719f70 | |||
| 67c7ede78e | |||
| 7250749f9e | |||
| 6da8399e82 |
2 changed files with 6 additions and 1 deletions
|
|
@ -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">
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue