diff --git a/content/_index.md b/content/_index.md index e96efaf..a401f92 100644 --- a/content/_index.md +++ b/content/_index.md @@ -26,7 +26,7 @@ Fill out now! > If you need to fill out a camp health form, please do so [here](/camp-health-form). -> If you need to pay for your camp form, pay for registration ($85) [here](https://secure.myvanco.com/L-Z772/campaign/C-13JPJ) or pay for the full price ($185) [here](https://secure.myvanco.com/L-Z772/campaign/C-13JQE). +> If you need to pay for your camp form, pay for registration ($100) [here](https://secure.myvanco.com/L-Z772/campaign/C-13JPJ) or pay for the full price ($200) [here](https://secure.myvanco.com/L-Z772/campaign/C-13JQE). {{ spacing(height="h-8") }} {{ pt(src="https://videos.tfcconnection.org/videos/embed/0e6378c4-bb58-4fb1-8edf-72b73efc5ad2") }} diff --git a/content/camp-form.md b/content/camp-form.md index 95692b9..2c5c603 100644 --- a/content/camp-form.md +++ b/content/camp-form.md @@ -9,17 +9,16 @@ template: "simple_page.html" {{ floating_button(icon="chevron-down" text="To the form!" link="#form")}} {{ pt(src="https://videos.tfcconnection.org/videos/embed/757dc0dd-9bdc-4d79-8f81-754249ff23d2" width="700" height="576")}} -{{ spacing(height="h-8")}} +{{ spacing(height="h-4")}} We hope you are as excited about camp as we are! If there is anything we can do to answer your questions and help you to get signed up for camp, please let us know! You can email any of us by going to the [contact page](/contact). ## Dates - Week 1 - July 21 - July 25 -- Week 2 - July 28 - Aug 1 +- ~~Week 2 - July 28 - Aug 1~~ Week 2 is filled, if you can't go week 1 we may put you on a waiting list, but there is not guarantee you'll get in. ## Cost We have an early bird registration, so if you register by certain dates, you'll save some money! -{{ spacing(height="h-4")}} - By May 7: $85 with registration plus $100 due at camp and a free t shirt! - By June 25: $100 with registration plus $100 due at camp and a free t shirt! - After June 25: $100 with registration plus $100 due at camp... _NO FREE T SHIRT!!!_ @@ -30,7 +29,7 @@ Camp Joy in Republican City, NE [70790 Corp Rd 23, Republican City, NE 68971](https://maps.google.com/maps?z=16&q=70790%2Bcorp%2Brd%2B23%2Brepublican%2Bcity%2C%2Bne%2B68971) - +{{ map(mapName="campmap_888075") }} {{ spacing(height="h-4")}} {{ camp_form() }} diff --git a/static/css/main.css b/static/css/main.css index e30e6a4..b51b833 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -1353,6 +1353,11 @@ --tw-ring-color: var(--color-blue-700); } } + .focus\:ring-gray-700 { + &:focus { + --tw-ring-color: var(--color-gray-700); + } + } .focus\:ring-white { &:focus { --tw-ring-color: var(--color-white); @@ -1603,6 +1608,11 @@ background-color: #ef4444; } } + .dark\:bg-blue-700 { + @media (prefers-color-scheme: dark) { + background-color: var(--color-blue-700); + } + } .dark\:bg-blue-800 { @media (prefers-color-scheme: dark) { background-color: var(--color-blue-800); @@ -1657,6 +1667,15 @@ } } } + .dark\:hover\:\!bg-blue-900 { + @media (prefers-color-scheme: dark) { + &:hover { + @media (hover: hover) { + background-color: var(--color-blue-900) !important; + } + } + } + } .dark\:hover\:bg-gray-600 { @media (prefers-color-scheme: dark) { &:hover { diff --git a/templates/shortcodes/camp_form.html b/templates/shortcodes/camp_form.html index e0e23ad..776a564 100644 --- a/templates/shortcodes/camp_form.html +++ b/templates/shortcodes/camp_form.html @@ -145,11 +145,11 @@ - + @@ -199,21 +199,21 @@
@@ -239,7 +239,7 @@ -->
- +
diff --git a/templates/shortcodes/floating_button.html b/templates/shortcodes/floating_button.html index 8fb6463..565de24 100644 --- a/templates/shortcodes/floating_button.html +++ b/templates/shortcodes/floating_button.html @@ -6,7 +6,7 @@ } -