diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index d5cc94f..b8a1d0b 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -1683,14 +1683,14 @@ select { margin-bottom: 2rem; } -.mt-8 { - margin-top: 2rem; -} - .mr-4 { margin-right: 1rem; } +.mt-8 { + margin-top: 2rem; +} + .-mr-2 { margin-right: -0.5rem; } diff --git a/content/_index.md b/content/_index.md index ce80d2a..8ecdf02 100644 --- a/content/_index.md +++ b/content/_index.md @@ -7,9 +7,9 @@ showHeadingAnchors: false (TFC) is a rural ministry reaching out to the mission field of teenagers in rural communities across Northwest Kansas and Southwest Nebraska. In rural communities where youth ministry programs and resources are limited, TFC desires to partner with churches to meet this need. Whether this is through providing community youth groups, coaching those already working with youth, or supplying resources and extra curricular activities for area ministries, TFC desires to connect teens with the truth of Jesus Christ and equip them to live out the Great Commission. - - - +{{< button href="/health-form" target="_self" >}} +Fill out your health form! +{{< /button >}} ## Our Vision Our vision is to change the world from the heart of America by providing disciple making opportunities that serve communities where student ministries are limited. diff --git a/content/health-form.md b/content/health-form.md index 806b530..034ee7f 100644 --- a/content/health-form.md +++ b/content/health-form.md @@ -5,14 +5,6 @@ omit_header_text: true layout: simple sharingLinks: false --- -Here are the [parent](/mt-parent-form), [teacher](/mt-teacher-form), and [church-related](/mt-church-form) references forms! Please click the appropriate one for them! - -## Mission Trip Agreement -> We cannot accept your application if you can't agree to the following. - -- I agree to obey all rules and guidelines that TFC Connection and other associated ministries establish, realizing they have my best interest and welfare in mind. I will trust their judgment and obey them. **The staff have the right to confront me if they see a problem in my attitude or in my obeying the rules.** -- I agree to participate in the support raising part of this project. Even though I may have the finances to pay my own way, I will send out a minimum of 10 letters to people who would be interested in this project. **I will also respect the deadlines to get my letters in the mail and realize this may lead to my dismissal from a trip if I haven’t done my part.** -- I realize I am expected to do my share of the work on the projects and I will be willing to do what is asked of me. -- I will work at making this mission trip a priority, even if other conflicts come up, I will work to still go on this trip. +Here you can fill out your health form in order to go to larger TFC events like ice skating, camp, SPLASH, and mission trip! If you've already filled out a form in May, then you won't need another until the next May! The current active health form is from {{< health-form-year >}} {{< health-form >}} diff --git a/layouts/shortcodes/health-form-year.html b/layouts/shortcodes/health-form-year.html new file mode 100644 index 0000000..a143088 --- /dev/null +++ b/layouts/shortcodes/health-form-year.html @@ -0,0 +1,2 @@ +{{ time.Format "Jan 2006" "2022-05-01" }} - +{{ time.Format "Jan 2006" "2023-05-01" }}. diff --git a/layouts/shortcodes/health-form.html b/layouts/shortcodes/health-form.html new file mode 100644 index 0000000..16e134d --- /dev/null +++ b/layouts/shortcodes/health-form.html @@ -0,0 +1,307 @@ +{{ $formClasses := "bg-neutral-500 text-neutral-50 placeholder-neutral-300 focus:ring-2 focus:ring-primary-500 focus:ring-offset-2 focus:ring-offset-transparent m-2 p-3 rounded-lg hover:bg-neutral-500 checked:text-neutral-500" }} + + + +