Skip to content

Commit

Permalink
Upating URL & added Early Bird discount message
Browse files Browse the repository at this point in the history
  • Loading branch information
99TheDark committed Jan 8, 2024
1 parent c7dfb7d commit f7dde21
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion functions/api.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export function onRequest(ctx) {
return fetch("https://worker-programs-api.99thedark.workers.dev/");
return fetch("https://worker-api.president-a04.workers.dev/");
}
2 changes: 2 additions & 0 deletions programs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
<div data-href="../global/tiles/navigation.html"></div>
<div id="content">
<h1 id="temp_open"><a href="https://renegadegirlstinkeringclub.getgalore.com/">Summer Camp Registration</a> opens February 1, 2024 at 9am</h1>
<h3 id="temp_discount">Early Bird Discount through Febuary 28th</h3>

<ul hidden id="programs"></ul>

<h1 id="aditl">A Day in the Life of a Renegade</h1>
Expand Down
10 changes: 9 additions & 1 deletion programs/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,21 @@
}

#temp_open {
margin: 3rem 10rem 1rem 10rem;
margin: 3rem 10rem 0.5rem 10rem;
font-size: 1.75em;
font-weight: 500;
font-family: "Poppins";
text-align: center;
}

#temp_discount {
margin: 0.5rem 10rem 1rem 10rem;
font-size: 1.5em;
font-weight: 400;
font-family: "Poppins";
text-align: center;
}

#programs {
margin: 4rem 10rem 5rem 10rem;
padding: 1rem 0px 0px 0px;
Expand Down

0 comments on commit f7dde21

Please sign in to comment.