Skip to content

Commit

Permalink
Merge pull request #57 from stjohnjohnson/2024
Browse files Browse the repository at this point in the history
Updating for 2024! 🎆
  • Loading branch information
stjohnjohnson authored Aug 31, 2024
2 parents 112ee71 + b1cb265 commit 84511db
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ lsi: false
markdown: kramdown

### target values
goal: $10,000
goal: $15,000

### content configuration ###
title: "St. John's 24-hour Charity Stream Event (11/4/23)"
title: "St. John's 24-hour Charity Stream Event (11/2/24)"
keywords: "twitch, extra-life, charity, ucsf benioff, marathon"
description: "24-hour Charity Stream Event to raise money for UCSF Benioff Children's Hospital hosted by St. John Johnson"
source_link: "https://github.com/stjohnjohnson/stj.watch"
Expand Down
4 changes: 2 additions & 2 deletions _posts/2000-01-01-what.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ style: center

<div class="clear"></div>

#### On **November 4th** I'll be running another charity event to raise money for the [**UCSF Benioff Children's Hospitals**](https://give.ucsfbenioffchildrens.org) via Extra-Life. I will be streaming on Twitch for **24 hours straight** playing games with friends, family, and **YOU.**
#### On **November 2nd** I'll be running another charity event to raise money for the [**UCSF Benioff Children's Hospitals**](https://give.ucsfbenioffchildrens.org) via Extra-Life. I will be streaming on Twitch for **24 hours straight** playing games with friends, family, and **YOU.**

#### Last year, you helped me raise over **$9,660** for the children through this event. This year, more than ever, the children need our help. Click the [**donate button**](https://donate.stj.watch/) above and help us push past our **goal of {{ site.goal }}**.
#### Last year, you helped me raise over **$16,336** for the children through this event. This year, more than ever, the children need our help. Click the [**donate button**](https://donate.stj.watch/) above and help us push past our **goal of {{ site.goal }}**.

#### If you're unable to donate, please [**watch the stream,**](https://stream.stj.watch/) say hello, chat, and encourage me when I'm **_completely exhausted_** at the 23 hour mark.

Expand Down
4 changes: 2 additions & 2 deletions _posts/2000-01-04-when.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ style: center
fa-icon: calendar-day
---

### Stream starts at [**9:30am PT** on **November 4th**](https://time.is/0930AM_4_Nov_2023_in_PT/ET/CT/MT/GMT)
### Stream starts at [**9:30am PT** on **November 2nd**](https://time.is/0930AM_2_Nov_2024_in_PT/ET/CT/MT/GMT)

#### It will end **24 hours later** at [9:30am PT on November 5th](https://time.is/0930AM_5_Nov_2023_in_PT/ET/CT/MT/GMT)
#### It will end **24 hours later** at [9:30am PT on November 3rd](https://time.is/0930AM_3_Nov_2024_in_PT/ET/CT/MT/GMT)

#### To stay healthy, I will be taking **5-10 min** breaks every **few hours**

Expand Down
8 changes: 4 additions & 4 deletions js/site.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ $(document).ready(function (){
}
});

// Countdown to November 4th @ 9:30AM PT 2023
$('div#countdown').countdown(1699115400000)
// Countdown to November 2nd @ 9:30AM PT 2024
$('div#countdown').countdown(1730565000000)
.on('update.countdown', function (event) {
$(this).html(event.strftime('<h4 class="text-white">Starting in %-D day%!D %-H hour%!H %-M minute%!M %-S second%!S</h4>'));
})
Expand All @@ -114,6 +114,6 @@ $(document).ready(function (){
});

// load donation bar
$('div#donation-bar').donateGoal(509289);
$('div#raised-top').currentRaised(509289);
$('div#donation-bar').donateGoal(532048);
$('div#raised-top').currentRaised(532048);
});

0 comments on commit 84511db

Please sign in to comment.