Skip to content

Commit

Permalink
update fundraiser banner
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrk committed Jan 26, 2024
1 parent ad1dbc6 commit ba1ca6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 = 2306; // updated by hand once per day
let sponsor_amt = 2321; // 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 Expand Up @@ -190,7 +190,7 @@
</div>

<div class="showtime">
<a href="https://zig.show/">
<a href="https://zig.show/episodes/36/">
<img src="/img/showtime-roadmap-2024.png" alt="Zig Showtime Episode: Roadmap 2024 - Andrew Kelley">
</a>
</div>
Expand Down

0 comments on commit ba1ca6a

Please sign in to comment.