From 6df2cd59bf09b080de3586f8ca8bb4b638bb4b1a Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Fri, 7 Feb 2025 17:15:43 -0600 Subject: [PATCH] updating front page after mission trip apps ending --- assets/css/compiled/main.css | 8 ++++ content/_index.md | 46 +++++++++++++++-------- content/ministries/mission-trip/_index.md | 3 ++ layouts/shortcodes/pt.html | 6 ++- 4 files changed, 46 insertions(+), 17 deletions(-) diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index 9907588..e8131d6 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -2088,6 +2088,10 @@ select { width: 9rem; } +.w-1\/2 { + width: 50%; +} + .w-12 { width: 3rem; } @@ -5502,6 +5506,10 @@ pre { flex-basis: 25%; } + .md\:basis-1\/2 { + flex-basis: 50%; + } + .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } diff --git a/content/_index.md b/content/_index.md index 6019d52..15b0de7 100644 --- a/content/_index.md +++ b/content/_index.md @@ -16,6 +16,23 @@ Teens For Christ Connection (TFC) is a rural ministry reaching out to the missio +
+ +{{< typeit tag=h2 lifeLike=true >}} +TFC Camp planning has already begun! +{{< /typeit >}} + +
+ +### Mark your calendars for these dates! + +- July 21-25 +- July 28-Aug 1 + +{{< spacing height=h-4 >}} + +{{< pt src="https://videos.tfcconnection.org/videos/embed/0e6378c4-bb58-4fb1-8edf-72b73efc5ad2" >}} + @@ -33,27 +50,26 @@ Teens For Christ Connection (TFC) is a rural ministry reaching out to the missio -
- -{{< typeit tag=h2 lifeLike=true >}} -Mission Trip sign ups are here! -{{< /typeit >}} - + + + + + + - + - -{{< button href="/mt-form" >}} -Fill out now! -{{< /button >}} - -
+ + + + + + {{< spacing height=h-4 >}} -> If you need to fill out a health form, please do so [here](/health-form). Also here you can fill out the [parent](/mt-parent-form), [teacher](/mt-teacher-form), [church-related](/mt-church-form) reference forms. +> If you still need to fill out a mission trip form you can do so [here](/mt-form) and if you need to fill out a health form still, please do so [here](/health-form). Also here you can fill out the [parent](/mt-parent-form), [teacher](/mt-teacher-form), [church-related](/mt-church-form) reference forms. -{{< pt src="https://videos.tfcconnection.org/videos/embed/aa14bf70-adc8-4efd-b15b-37c59b31f418" >}} ## 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/ministries/mission-trip/_index.md b/content/ministries/mission-trip/_index.md index 90b3d02..da6fc50 100644 --- a/content/ministries/mission-trip/_index.md +++ b/content/ministries/mission-trip/_index.md @@ -15,6 +15,9 @@ groupByYear: true Our desire to see teenagers develop a heart for missions was the main force behind the development of mission trip opportunities over 30 years ago. These trips are designed to pull teens out of their comfort zone as they learn to see the needs of others through the lens of the Word of God. With an emphasis on prayer, personal devotions, and an “I’d be glad to” attitude, teens are challenged to see the world through the eyes of Jesus while serving as his hands and feet. Every year we offer several trips and each one is designed for a different level of spiritual maturity with a specific goal of moving students to the next level in the disciple-making process. +> If you still need to fill out a mission trip form you can do so [here](/mt-form) and if you need to fill out a health form still, please do so [here](/health-form). Also here you can fill out the [parent](/mt-parent-form), [teacher](/mt-teacher-form), [church-related](/mt-church-form) reference forms. + + diff --git a/layouts/shortcodes/pt.html b/layouts/shortcodes/pt.html index 3a4e14e..4d59b1e 100644 --- a/layouts/shortcodes/pt.html +++ b/layouts/shortcodes/pt.html @@ -1,6 +1,8 @@ {{- $vid := .Get "src" -}} {{- $abs := .Get "abs" | default true -}} +{{- $width := .Get "width" | default "w-full" -}} +{{- $aspect := .Get "aspect" | default "aspect-video" -}} -
- +
+