diff --git a/src/components/Footer.svelte b/src/components/Footer.svelte index f36d63d..37419d7 100644 --- a/src/components/Footer.svelte +++ b/src/components/Footer.svelte @@ -11,7 +11,7 @@
diff --git a/src/routes/faq.svelte b/src/routes/faq.svelte index f1deebd..1b25ca2 100644 --- a/src/routes/faq.svelte +++ b/src/routes/faq.svelte @@ -8,9 +8,9 @@
- +
-
+
?

FAQ

diff --git a/src/routes/index.svelte b/src/routes/index.svelte index 71ab741..045d82e 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -21,7 +21,7 @@ { text: 'FAQ', href: `${base}/faq`, - button: { class: 'bg-lightyellow-100 hover:bg-lightyellow-200' } + button: { class: 'bg-[#A2CEF1] hover:bg-[#83BDEC]' } }, { text: 'Schedule', @@ -63,26 +63,26 @@
HackTJ - {event.iteration}

- + March 8-9, Cvent +
Build the next greatest thing - oh, and bring your friends along too.

{#if registration.isOpen}  Register  {/if} Schedule
@@ -96,17 +96,17 @@ fill="none" xmlns="http://www.w3.org/2000/svg" > - + - - + +
@@ -114,7 +114,7 @@

- Welcome to the Future Generation of Coders + Welcome to the Future Generation of Coders

@@ -133,7 +133,7 @@

FAQ Sponsors

Interested in sponsoring? Check out our {event.iteration} sponsorship packet or email us at - sponsor@hacktj.org if you're interested or have any questions!

@@ -191,7 +191,7 @@ unstyled={true} classBg="fixed top-0 left-0 w-screen h-screen flex flex-col justify-center bg-blackberry-800/[0.8] z-10" classWindowWrap="relative m-4 max-h-full" - classWindow="rounded-2xl bg-theme-100 text-black p-6 md:p-8 max-w-xl max-h-full m-auto relative" + classWindow="rounded-2xl bg-[#A7D0F1] text-black p-6 md:p-8 max-w-xl max-h-full m-auto relative" closeButton={CloseButton} >
Open in Google Maps
diff --git a/src/routes/register.svelte b/src/routes/register.svelte index 92f5286..e815a58 100644 --- a/src/routes/register.svelte +++ b/src/routes/register.svelte @@ -10,7 +10,7 @@
- +

Registration

{#if registration.participant.notOpenYet} diff --git a/src/routes/resources.svelte b/src/routes/resources.svelte index da8a48c..ef48ff2 100644 --- a/src/routes/resources.svelte +++ b/src/routes/resources.svelte @@ -9,7 +9,7 @@

- +

Beginner Resources

- +

Schedule

{#each Object.keys(cardData) as date, i}