Skip to content

Commit

Permalink
update fundraiser amt raised
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrk committed Jan 29, 2024
1 parent fa407dd commit 6317525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/ziglang-original/layouts/partials/navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
let day_diff = Math.ceil(ms_diff / 1000 / 60 / 60 / 24);
document.getElementById("days-remaining").textContent = day_diff;

let sponsor_amt = 2868; // updated by hand once per day
let sponsor_amt = 3175; // updated by hand once per day
let sponsor_goal = 5200;
let percent = Math.min((sponsor_amt / sponsor_goal), 1)
document.getElementById("bar-fg").style.width = (percent * 100) + "%";
Expand Down

0 comments on commit 6317525

Please sign in to comment.