Compare commits

..

6 commits

Author SHA1 Message Date
c3e1dc84f3 Move the build actions from Forgejo actions to docker build actions 2026-06-15 11:50:29 +02:00
48f4d689a5 Add map download, add guide generation to dockerfile 2026-06-15 11:50:29 +02:00
742fc6916d Add link to the map in every html file 2026-06-15 11:50:29 +02:00
005539fbf9 Only run actions when a push happens on the main branch 2026-06-15 11:50:29 +02:00
d992257d92 Mise à jour de la jauge de financement au vu des changements de budget
All checks were successful
/ build (push) Successful in 3m16s
2026-06-15 11:44:03 +02:00
a9d95b500a sans attente
All checks were successful
/ build (push) Successful in 3m3s
2026-06-13 01:21:49 +02:00
2 changed files with 1 additions and 6 deletions

View file

@ -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">

View file

@ -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