From f7dde215503abdbc4043b247b449c9925d38d1f4 Mon Sep 17 00:00:00 2001 From: 99TheDark <99TheDark@gmail.com> Date: Mon, 8 Jan 2024 07:54:51 -0800 Subject: [PATCH] Upating URL & added Early Bird discount message --- functions/api.js | 2 +- programs/index.html | 2 ++ programs/style.css | 10 +++++++++- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/functions/api.js b/functions/api.js index 868c665..4093c8e 100644 --- a/functions/api.js +++ b/functions/api.js @@ -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/"); } \ No newline at end of file diff --git a/programs/index.html b/programs/index.html index 5eb83b6..2b346c3 100755 --- a/programs/index.html +++ b/programs/index.html @@ -40,6 +40,8 @@

Summer Camp Registration opens February 1, 2024 at 9am

+

Early Bird Discount through Febuary 28th

+

A Day in the Life of a Renegade

diff --git a/programs/style.css b/programs/style.css index 80237bc..43acd55 100755 --- a/programs/style.css +++ b/programs/style.css @@ -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;