From f841850cd389a77ef7b8a6906c52c134edd0ca40 Mon Sep 17 00:00:00 2001 From: nono-lqdn Date: Mon, 20 Apr 2026 18:22:58 +0200 Subject: [PATCH 1/2] Update Dockerfile to include all .html files --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 38e5b29..818cbb7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM docker.io/nginx:1.29-alpine -COPY index.html poster.html guide.html contact.html /usr/share/nginx/html +COPY *.html /usr/share/nginx/html COPY assets /usr/share/nginx/html/assets COPY css /usr/share/nginx/html/css COPY js /usr/share/nginx/html/js From 73093300a7d72f1c3fc197c1b80f378e80a8b4a9 Mon Sep 17 00:00:00 2001 From: Alice Date: Mon, 4 May 2026 17:06:55 +0200 Subject: [PATCH 2/2] quick fix fundraising progress bar --- js/progress.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/progress.js b/js/progress.js index 9cefb6a..481cb21 100644 --- a/js/progress.js +++ b/js/progress.js @@ -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 = 20000; +const fundraisingTotalMax = 10530; async function getGauge() { // // REMOVE WHEN SIGNUP FORM IS OPEN