diff --git a/content/camp-form.md b/content/camp-form.md index c1e7bb3..f7909b5 100644 --- a/content/camp-form.md +++ b/content/camp-form.md @@ -6,27 +6,29 @@ sharingLinks: false --- -{{< floating-button icon="chevron-down" text="To the form!" link="#form" >}} -{{< pt src="https://videos.tfcconnection.org/videos/embed/30c22854-51ab-4c10-a5a2-034b0e506abf" width="700" height="576">}} +We are currently working on updating the form!! Check back soon to get signed up for camp!! -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 17 - July 21 -- ~~Week 2 - July 24 - July 28~~ **Week 2 is full for now**, if you'd still like to go, you can ask your TFC leader and possibly be put on a waiting list. + -## Cost -We have an early bird registration, so if you register by certain dates, you'll save some money! -- By May 3: $65 with registration plus $100 due at camp and a free t shirt! -- By June 23: $85 with registration plus $100 due at camp and a free t shirt! -- After June 23: $85 with registration plus $100 due at camp... _NO FREE T SHIRT!!!_ + + + -## Location -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" >}} + + -{{< camp-form >}} + + + diff --git a/content/groups/northern-valley/index.md b/content/groups/northern-valley/index.md index a72f141..09a5545 100644 --- a/content/groups/northern-valley/index.md +++ b/content/groups/northern-valley/index.md @@ -3,12 +3,12 @@ title: "Northern Valley" date: 2022-10-28T10:19:57-05:00 tags: ["Chris Cochrun", "Dani Rouse"] featured_image: "featured.jpg" -summary: "- Start Time: Wednesday, 6:00 PM (Supper provided)\n- End Time: 8:30\n- Location: Almena Community Building\n- Ages: 6-8th Grade" +summary: "- Start Time: Wednesday, Junior High 5:00 PM, High School 6:30 PM (supper for both at 6:30)\n- End Time: 8:30\n- Location: Almena Community Building\n- Ages: 6-8th Grade" weight: 30 --- ![Northern Valley](featured.jpg "The Nothern Valley Group") -- Start Time: Wednesday, 6:00 PM (Supper provided) +- Start Time: Wednesday, Junior High 5:00 PM, High School 6:30 PM (supper for both at 6:30) - End Time: 8:30 - Location: Almena Community Building - Ages: 6-12th Grade diff --git a/justfile b/justfile new file mode 100644 index 0000000..980a05b --- /dev/null +++ b/justfile @@ -0,0 +1,13 @@ +default: + just --list +build: + rm -rf public && NODE_ENV=production ./themes/blowfish/node_modules/tailwindcss/lib/cli.js -c ./themes/blowfish/tailwind.config.js -i ./themes/blowfish/assets/css/main.css -o ./assets/css/compiled/main.css --jit && hugo --gc --minify +server: + hugo server --noHTTPCache --disableFastRender +dev: + NODE_ENV=development ./themes/blowfish/node_modules/tailwindcss/lib/cli.js -c ./themes/blowfish/tailwind.config.js -i ./themes/blowfish/assets/css/main.css -o ./assets/css/compiled/main.css --jit -w +clean: + cargo clean + rm -rf bld/ +test: + RUST_LOG=debug cargo test --benches --tests --all-features -- --nocapture \ No newline at end of file diff --git a/layouts/shortcodes/camp-form.html b/layouts/shortcodes/camp-form.html index 5c19d63..13c6fa4 100644 --- a/layouts/shortcodes/camp-form.html +++ b/layouts/shortcodes/camp-form.html @@ -48,7 +48,7 @@ } }; /* xhr.open("POST", "https://n8n.tfcconnection.org/webhook/mt-application"); */ - xhr.open("POST", "https://n8n.tfcconnection.org/webhook/camp-form"); + xhr.open("POST", "https://api.tfcconnection.org/camp-form"); xhr.send(data); console.log(data); console.log("Hallo!"); diff --git a/shell.nix b/shell.nix index 867b061..6cc0bd7 100644 --- a/shell.nix +++ b/shell.nix @@ -39,6 +39,7 @@ in mkShell rec { cargo rustfmt rust-analyzer + just ]; shellHook = ''