diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index d4d2fa3..56ed405 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -1421,6 +1421,10 @@ select { top: 5rem; } +.z-30 { + z-index: 30; +} + .z-50 { z-index: 50; } @@ -1429,26 +1433,27 @@ select { z-index: 10; } -.z-30 { - z-index: 30; -} - .order-first { order: -9999; } -.m-0 { - margin: 0px; -} - .m-auto { margin: auto; } +.m-0 { + margin: 0px; +} + .m-1 { margin: 0.25rem; } +.-my-2 { + margin-top: -0.5rem; + margin-bottom: -0.5rem; +} + .mx-auto { margin-left: auto; margin-right: auto; @@ -1474,11 +1479,6 @@ select { margin-bottom: 0px; } -.-my-2 { - margin-top: -0.5rem; - margin-bottom: -0.5rem; -} - .mt-0 { margin-top: 0px; } @@ -1495,6 +1495,14 @@ select { margin-top: 2.5rem; } +.-mr-2 { + margin-right: -0.5rem; +} + +.mb-1 { + margin-bottom: 0.25rem; +} + .mb-2 { margin-bottom: 0.5rem; } @@ -1567,10 +1575,6 @@ select { margin-bottom: 0px !important; } -.mb-1 { - margin-bottom: 0.25rem; -} - .-mb-1 { margin-bottom: -0.25rem; } @@ -1595,10 +1599,6 @@ select { margin-top: 5rem; } -.-mr-2 { - margin-right: -0.5rem; -} - .mb-\[2px\] { margin-bottom: 2px; } @@ -1623,6 +1623,14 @@ select { display: none; } +.h-12 { + height: 3rem; +} + +.h-screen { + height: 100vh; +} + .h-1\/2 { height: 50%; } @@ -1639,14 +1647,6 @@ select { height: 12rem; } -.h-screen { - height: 100vh; -} - -.h-12 { - height: 3rem; -} - .h-24 { height: 6rem; } @@ -1671,6 +1671,10 @@ select { width: 100%; } +.w-screen { + width: 100vw; +} + .w-36 { width: 9rem; } @@ -1683,10 +1687,6 @@ select { width: 6rem; } -.w-screen { - width: 100vw; -} - .w-8 { width: 2rem; } @@ -1719,6 +1719,10 @@ select { max-width: 65ch; } +.max-w-\[5rem\] { + max-width: 5rem; +} + .max-w-7xl { max-width: 80rem; } @@ -1731,8 +1735,8 @@ select { max-width: 48rem; } -.max-w-\[5rem\] { - max-width: 5rem; +.flex-1 { + flex: 1 1 0%; } .flex-none { @@ -1743,10 +1747,6 @@ select { flex: 1 1 auto; } -.flex-1 { - flex: 1 1 0%; -} - .grow { flex-grow: 1; } @@ -1756,14 +1756,14 @@ select { transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); } -.cursor-default { - cursor: default; -} - .cursor-pointer { cursor: pointer; } +.cursor-default { + cursor: default; +} + .list-none { list-style-type: none; } @@ -1803,10 +1803,6 @@ select { justify-content: space-between; } -.gap-4 { - gap: 1rem; -} - .space-y-10 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))); @@ -1923,6 +1919,10 @@ select { border-color: rgba(var(--color-primary-500), var(--tw-border-opacity)); } +.bg-neutral-100\/50 { + background-color: rgba(var(--color-neutral-100), 0.5); +} + .bg-neutral { --tw-bg-opacity: 1; background-color: rgba(var(--color-neutral), var(--tw-bg-opacity)); @@ -1965,10 +1965,6 @@ select { background-color: rgba(var(--color-primary-600), var(--tw-bg-opacity)); } -.bg-neutral-100\/50 { - background-color: rgba(var(--color-neutral-100), 0.5); -} - .bg-gradient-to-t { background-image: linear-gradient(to top, var(--tw-gradient-stops)); } @@ -2053,6 +2049,16 @@ select { padding-right: 1rem; } +.py-6 { + padding-top: 1.5rem; + padding-bottom: 1.5rem; +} + +.px-6 { + padding-left: 1.5rem; + padding-right: 1.5rem; +} + .py-16 { padding-top: 4rem; padding-bottom: 4rem; @@ -2063,11 +2069,6 @@ select { padding-right: 0.25rem; } -.px-6 { - padding-left: 1.5rem; - padding-right: 1.5rem; -} - .px-3 { padding-left: 0.75rem; padding-right: 0.75rem; @@ -2103,11 +2104,6 @@ select { padding-bottom: 0.75rem; } -.py-6 { - padding-top: 1.5rem; - padding-bottom: 1.5rem; -} - .pt-8 { padding-top: 2rem; } @@ -2161,6 +2157,16 @@ select { line-height: 2.5rem; } +.text-base { + font-size: 1rem; + line-height: 1.5rem; +} + +.text-sm { + font-size: 0.875rem; + line-height: 1.25rem; +} + .text-xl { font-size: 1.25rem; line-height: 1.75rem; @@ -2176,16 +2182,6 @@ select { line-height: 1.75rem; } -.text-sm { - font-size: 0.875rem; - line-height: 1.25rem; -} - -.text-base { - font-size: 1rem; - line-height: 1.5rem; -} - .text-xs { font-size: 0.75rem; line-height: 1rem; @@ -2199,14 +2195,14 @@ select { font-weight: 800; } -.font-bold { - font-weight: 700; -} - .font-medium { font-weight: 500; } +.font-bold { + font-weight: 700; +} + .font-semibold { font-weight: 600; } @@ -2240,6 +2236,11 @@ select { color: rgba(var(--color-neutral-900), var(--tw-text-opacity)); } +.text-neutral-700 { + --tw-text-opacity: 1; + color: rgba(var(--color-neutral-700), var(--tw-text-opacity)); +} + .text-neutral-800 { --tw-text-opacity: 1; color: rgba(var(--color-neutral-800), var(--tw-text-opacity)); @@ -2275,11 +2276,6 @@ select { color: rgba(var(--color-primary-600), var(--tw-text-opacity)); } -.text-neutral-700 { - --tw-text-opacity: 1; - color: rgba(var(--color-neutral-700), var(--tw-text-opacity)); -} - .text-primary-500 { --tw-text-opacity: 1; color: rgba(var(--color-primary-500), var(--tw-text-opacity)); @@ -2336,14 +2332,14 @@ select { box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } -.backdrop-blur { - --tw-backdrop-blur: blur(8px); +.backdrop-blur-sm { + --tw-backdrop-blur: blur(4px); -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); } -.backdrop-blur-sm { - --tw-backdrop-blur: blur(4px); +.backdrop-blur { + --tw-backdrop-blur: blur(8px); -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); } @@ -3109,16 +3105,16 @@ body:has(#menu-controller:checked) { background-color: rgba(var(--color-primary-500), var(--tw-bg-opacity)) !important; } -.hover\:text-primary-400:hover { - --tw-text-opacity: 1; - color: rgba(var(--color-primary-400), var(--tw-text-opacity)); -} - .hover\:text-primary-600:hover { --tw-text-opacity: 1; color: rgba(var(--color-primary-600), var(--tw-text-opacity)); } +.hover\:text-primary-400:hover { + --tw-text-opacity: 1; + color: rgba(var(--color-primary-400), var(--tw-text-opacity)); +} + .hover\:text-primary-700:hover { --tw-text-opacity: 1; color: rgba(var(--color-primary-700), var(--tw-text-opacity)); @@ -3202,6 +3198,10 @@ body:has(#menu-controller:checked) { left: -1.5rem; } +[dir="ltr"] .ltr\:mr-14 { + margin-right: 3.5rem; +} + [dir="ltr"] .ltr\:ml-2 { margin-left: 0.5rem; } @@ -3214,10 +3214,6 @@ body:has(#menu-controller:checked) { margin-left: -1.25rem; } -[dir="ltr"] .ltr\:mr-14 { - margin-right: 3.5rem; -} - [dir="ltr"] .ltr\:block { display: block; } @@ -3258,6 +3254,10 @@ body:has(#menu-controller:checked) { right: -1.5rem; } +[dir="rtl"] .rtl\:ml-14 { + margin-left: 3.5rem; +} + [dir="rtl"] .rtl\:mr-2 { margin-right: 0.5rem; } @@ -3270,10 +3270,6 @@ body:has(#menu-controller:checked) { margin-right: -1.25rem; } -[dir="rtl"] .rtl\:ml-14 { - margin-left: 3.5rem; -} - [dir="rtl"] .rtl\:block { display: block; } @@ -3329,6 +3325,10 @@ body:has(#menu-controller:checked) { border-color: rgba(var(--color-primary-600), var(--tw-border-opacity)); } +.dark .dark\:bg-neutral-900\/50 { + background-color: rgba(var(--color-neutral-900), 0.5); +} + .dark .dark\:bg-neutral-800 { --tw-bg-opacity: 1; background-color: rgba(var(--color-neutral-800), var(--tw-bg-opacity)); @@ -3348,10 +3348,6 @@ body:has(#menu-controller:checked) { background-color: rgba(var(--color-primary-400), var(--tw-bg-opacity)); } -.dark .dark\:bg-neutral-900\/50 { - background-color: rgba(var(--color-neutral-900), 0.5); -} - .dark .dark\:bg-neutral-700 { --tw-bg-opacity: 1; background-color: rgba(var(--color-neutral-700), var(--tw-bg-opacity)); @@ -3526,9 +3522,9 @@ body:has(#menu-controller:checked) { max-width: 65ch; } - .sm\:columns-2 { - -moz-columns: 2; - columns: 2; + .sm\:columns-1 { + -moz-columns: 1; + columns: 1; } .sm\:flex-row { @@ -3548,11 +3544,6 @@ body:has(#menu-controller:checked) { padding-right: 1.5rem; } - .sm\:py-24 { - padding-top: 6rem; - padding-bottom: 6rem; - } - .sm\:px-14 { padding-left: 3.5rem; padding-right: 3.5rem; @@ -3563,14 +3554,19 @@ body:has(#menu-controller:checked) { padding-bottom: 2.5rem; } - .sm\:pl-6 { - padding-left: 1.5rem; + .sm\:py-24 { + padding-top: 6rem; + padding-bottom: 6rem; } .sm\:pt-10 { padding-top: 2.5rem; } + .sm\:pl-6 { + padding-left: 1.5rem; + } + .sm\:text-lg { font-size: 1.125rem; line-height: 1.75rem; @@ -3594,6 +3590,10 @@ body:has(#menu-controller:checked) { } @media (min-width: 853px) { + .md\:ml-12 { + margin-left: 3rem; + } + .md\:-mr-16 { margin-right: -4rem; } @@ -3606,10 +3606,6 @@ body:has(#menu-controller:checked) { margin-top: 0px; } - .md\:ml-12 { - margin-left: 3rem; - } - .md\:flex { display: flex; } @@ -3630,9 +3626,9 @@ body:has(#menu-controller:checked) { width: auto; } - .md\:columns-4 { - -moz-columns: 4; - columns: 4; + .md\:columns-2 { + -moz-columns: 2; + columns: 2; } .md\:justify-start { @@ -3761,6 +3757,11 @@ body:has(#menu-controller:checked) { padding: 12vh; } + .lg\:px-32 { + padding-left: 8rem; + padding-right: 8rem; + } + .lg\:py-32 { padding-top: 8rem; padding-bottom: 8rem; @@ -3781,11 +3782,6 @@ body:has(#menu-controller:checked) { padding-right: 0px; } - .lg\:px-32 { - padding-left: 8rem; - padding-right: 8rem; - } - [dir="ltr"] .ltr\:lg\:pl-8 { padding-left: 2rem; } diff --git a/config/_default/config.toml b/config/_default/config.toml index c6d433a..bcfaf2a 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -4,7 +4,7 @@ title = 'TFC Connection' theme = "blowfish" DefaultContentLanguage = "en" -SectionPagesMenu = "main" +# SectionPagesMenu = "main" enableRobotsTXT = true Paginate = 10 # this is set low for demonstrating with dummy content. Set to a higher number diff --git a/config/menus.en.toml b/config/menus.en.toml index 677c8d6..ea9bd30 100644 --- a/config/menus.en.toml +++ b/config/menus.en.toml @@ -10,30 +10,30 @@ # overridden by providing a weight value. The menu will then be # ordered by weight from lowest to highest. -# [[main]] -# name = "About" -# pageRef = "about" -# weight = 10 +[[main]] + name = "About" + pageRef = "about" + weight = 10 -# [[main]] -# name = "Ministries" -# pageRef = "ministries" -# weight = 20 +[[main]] + name = "Ministries" + pageRef = "ministries" + weight = 20 -# [[main]] -# name = "Staff" -# pageRef = "staff" -# weight = 30 +[[main]] + name = "Staff" + pageRef = "staff" + weight = 30 -# [[main]] -# name = "Donate" -# pageRef = "donate" -# weight = 40 +[[main]] + name = "Donate" + pageRef = "donate" + weight = 40 -# [[main]] -# name = "Contact" -# pageRef = "contact" -# weight = 50 +[[main]] + name = "Contact" + pageRef = "contact" + weight = 50 # -- Footer Menu -- # The footer menu is displayed at the bottom of the page, just before diff --git a/content/_index.md b/content/_index.md index 5467dba..9c80b15 100644 --- a/content/_index.md +++ b/content/_index.md @@ -2,14 +2,15 @@ title: "TFC Connection 🎉" date: 2022-10-25T13:02:05-05:00 description: "Connecting teens with the truth of Jesus Christ… teaching and equipping them to live out the Great Commission." +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="/mt-form" target="_self" >}} Sign up for Mission Trip! {{< /button >}} -(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. - ## 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. ## Our Mission diff --git a/content/contact.md b/content/contact.md index 5040903..1b2fd4c 100644 --- a/content/contact.md +++ b/content/contact.md @@ -1,14 +1,14 @@ --- title: Contact +menu: + main: + weight: 60 featured_image: '' omit_header_text: true description: We'd love to hear from you type: page layout: "simple" sharingLinks: false -menu: - main: - weight: 60 --- diff --git a/content/groups/_index.md b/content/groups/_index.md index 9424145..aa9040e 100644 --- a/content/groups/_index.md +++ b/content/groups/_index.md @@ -1,6 +1,9 @@ --- title: "Groups" date: 2022-10-28T10:21:38-05:00 +menu: + main: + weight: 30 tags: [] featured_image: "" description: "" @@ -14,9 +17,6 @@ cascade: showBreadcrumbs: true sharingLinks: ['facebook', 'instagram', 'email', 'reddit'] showHero: false -menu: - main: - weight: 30 --- Many of the TFC Staff pour their hearts and hours into these groups. We work within the community and kids to share Jesus's love. diff --git a/content/ministries/_index.md b/content/ministries/_index.md index 7ce34eb..48295b9 100644 --- a/content/ministries/_index.md +++ b/content/ministries/_index.md @@ -1,6 +1,9 @@ --- title: "Ministries" date: 2017-03-02T12:00:00-05:00 +menu: + main: + weight: 20 layout: list cascade: showReadingTime: false @@ -9,9 +12,6 @@ cascade: showBreadcrumbs: list.showBreadcrumbs showSummary: true layout: simple -menu: - main: - weight: 20 --- These ministries are at the heart of TFC. We do our absolute best to make sure all things we do are centered around God making disciples of young people. diff --git a/content/staff/_index.md b/content/staff/_index.md index 52fa041..b6ef8e2 100644 --- a/content/staff/_index.md +++ b/content/staff/_index.md @@ -1,7 +1,11 @@ --- title: "Staff" date: 2017-03-02T12:00:00-05:00 +menu: + main: + weight: 40 featured_image: "img/staff.jpg" +groupByYear: false cascade: showWordCount: false showReadingTime: false @@ -11,8 +15,5 @@ cascade: showBreadcrumbs: true sharingLinks: ['facebook', 'instagram', 'email', 'reddit'] showHero: false -menu: - main: - weight: 40 --- Staff are what make TFC happen. These people give their time, energy, and money to making sure TFC happens and are constantly following the Lord to His purpose for the communities they work in. diff --git a/content/staff/april-teves/index.md b/content/staff/april-teves/index.md index 3362f21..c013f3a 100644 --- a/content/staff/april-teves/index.md +++ b/content/staff/april-teves/index.md @@ -3,7 +3,9 @@ title: "April Teves" date: 2022-10-28T15:25:50-05:00 tags: ["Staff", "Logan", "Wakeeney"] featured_image: "" -description: "" +description: "Arnie and April moved to Logan, Kansas in October of 2009." layout: "simple" --- + + Arnie and April moved to Logan, Kansas in October of 2009. April’s grandfather’s family homesteaded south of Logan and she grew up coming to Logan every year for family reunions. So, when they moved here, it was like moving to her hometown, although she was raised in Colorado. Shortly after they moved here, April joined TFC staff and eventually became the leader of the Logan TFC group. They now co-lead the Logan group with Lewis and Susan Smith from Phillipsburg and they love being part of the community of Logan, getting to know the families and the teens, and teaching the teens about Jesus! April also leads the junior high group in Wakeeney in partnership with the Church of God. diff --git a/content/staff/billy-cayou/index.md b/content/staff/billy-cayou/index.md index fc696f8..4997318 100644 --- a/content/staff/billy-cayou/index.md +++ b/content/staff/billy-cayou/index.md @@ -6,4 +6,5 @@ featured_image: "" description: "Billy grew up in Oxford, Nebraska and was a part of Southern Valley TFC throughout Middle School and High School." layout: "simple" --- + Billy grew up in Oxford, Nebraska and was a part of Southern Valley TFC throughout Middle School and High School. During college, Billy was a summer intern for a few years and in the fall of 2021 he began his year long internship. During those years God placed a desire in Billy to serve in the ministry where he loved so dearly, then he joined staff in the fall of 2022. Billy handles our social media and helps lead the Phillipsburg Group with Brian and Julie Fischer. diff --git a/content/staff/brian-and-julie-fischer/index.md b/content/staff/brian-and-julie-fischer/index.md index ee343c2..6962967 100644 --- a/content/staff/brian-and-julie-fischer/index.md +++ b/content/staff/brian-and-julie-fischer/index.md @@ -3,7 +3,7 @@ title: "Brian and Julie Fischer" date: 2022-10-25T14:00:50-05:00 tags: ["Staff", "Executive Director", "Phillipsburg"] image: "img/brain.jpg" -description: "Executive Director" +description: "As a teenager Brian was a part of the Golden Plains Youth For Christ ministry at Northern Valley and he participated in events like Bible quizzing and monthly rallies." layout: "simple" ---  diff --git a/content/staff/dani-rouse/index.md b/content/staff/dani-rouse/index.md index 23482af..208e655 100644 --- a/content/staff/dani-rouse/index.md +++ b/content/staff/dani-rouse/index.md @@ -6,4 +6,6 @@ featured_image: "" description: "Dani attended the Oberlin TFC Group as a teenager." layout: "simple" --- + + Dani attended the Oberlin TFC Group as a teenager. Throughout high school, she was involved in camp, mission trip, and our student leadership team. Dani knew God had called her to vocational ministry, and the Lord called her back to intern with TFC for two summers during college. After graduating in May of 2022, she returned for a year-long internship with TFC. diff --git a/content/staff/ethan-rose/index.md b/content/staff/ethan-rose/index.md index 41a631f..238c742 100644 --- a/content/staff/ethan-rose/index.md +++ b/content/staff/ethan-rose/index.md @@ -3,7 +3,8 @@ title: "Ethan Rose" date: 2022-10-28T15:24:52-05:00 tags: ["Staff", "Thunder Ridge"] featured_image: "" -description: "" +description: "Ethan’s TFC journey began as a teenager in the Eastern Heights TFC group in Agra, KS." layout: "simple" --- + Ethan’s TFC journey began as a teenager in the Eastern Heights TFC group in Agra, KS. Throughout his high school years his involvement in the ministry grew, and by the time he went to college the Lord had placed this ministry on his heart as a place God might be calling Ethan back to. After serving in volunteer and intern positions throughout college, he joined TFC staff in the fall of 2012. Ethan loves leading the Thunder Ridge group, as well as being Co-Camp Director where he gets to work with interns as they learn to plan and execute camp. diff --git a/content/staff/janice-lundquist/index.md b/content/staff/janice-lundquist/index.md index d29e060..4b38575 100644 --- a/content/staff/janice-lundquist/index.md +++ b/content/staff/janice-lundquist/index.md @@ -1,9 +1,10 @@ --- title: "Janice Lundquist" -date: 2022-10-28T15:24:32-05:00 +date: 1981-10-28T15:24:32-05:00 tags: ["Staff", "Alumni Coordinator", "Thunder Ridge"] featured_image: "" -description: "" +description: "In the fall of 1981, Janice Lundquist became a part of the TFC Staff." layout: "simple" --- + In the fall of 1981, Janice Lundquist became a part of the TFC Staff. She has served in and enjoyed almost every aspect of the ministry during that time. She currently works with the Thunder Ridge TFC group, working specifically with the Junior High age teens. Carrying on a dream of the staff, Janice is currently working on developing a ministry of encouragement to TFC Alumni to continue building a heart for discipleship in them. diff --git a/content/staff/lavonne-ponstein/index.md b/content/staff/lavonne-ponstein/index.md index d36d2f7..90edfd8 100644 --- a/content/staff/lavonne-ponstein/index.md +++ b/content/staff/lavonne-ponstein/index.md @@ -3,7 +3,8 @@ title: "Lavonne Ponstein" date: 2022-10-28T15:24:43-05:00 tags: ["Staff", "Disciplemaking Coach"] featured_image: "" -description: "" +description: "Lavonne joined the TFC adventure back in 1983. For years she worked directly with students as a leader of the weekly Connection groups." layout: "simple" --- + Lavonne joined the TFC adventure back in 1983. For years she worked directly with students as a leader of the weekly Connection groups. Her passion for the ministry of TFC is that we will be a disciplemaking ministry imitating Jesus’ strategy for making disciples. Lavonne is currently working as “Disciplemaking Coach” and Co-Camp Director for TFC as she focuses on spurring on individual staff members, interns, and others for the disciplemaking of many. diff --git a/content/staff/lewis-smith/index.md b/content/staff/lewis-smith/index.md index 60bc0ca..bf87e72 100644 --- a/content/staff/lewis-smith/index.md +++ b/content/staff/lewis-smith/index.md @@ -1,9 +1,10 @@ --- -title: "Lewis Smith" +title: "Lewis and Susan Smith" date: 2022-10-28T15:26:16-05:00 tags: ["Staff", "Logan"] featured_image: "" -description: "" +description: "Lewis grew up in a ministry a lot like TFC Connection." layout: "simple" --- + Lewis grew up in a ministry a lot like TFC Connection. Because of this kind of ministry, he fell in love with TFC. As a ministry that is involved with several communities and helps the teens get to know other Christians, Lewis loves TFC. Lewis’s wife Susan helps in many ways at TFC and works at a nursing home. Lewis and Susan have both been a part of the TFC family for 20+ years and love it. Lewis is one of the sound and tech guys at TFC. diff --git a/content/staff/rob-and-taffy-lewis/index.md b/content/staff/rob-and-taffy-lewis/index.md index 653570b..a15c372 100644 --- a/content/staff/rob-and-taffy-lewis/index.md +++ b/content/staff/rob-and-taffy-lewis/index.md @@ -3,7 +3,8 @@ title: "Rob and Taffy Lewis" date: 2022-10-28T15:26:07-05:00 tags: ["Staff", "Southern Valley"] featured_image: "" -description: "" +description: "Rob Lewis joined the TFC Staff in 2007 after having volunteered as a helper at the Southern Valley TFC group." layout: "simple" --- + Rob Lewis joined the TFC Staff in 2007 after having volunteered as a helper at the Southern Valley TFC group. He is the Southern Valley Director and brings his carpentry skills and get it done attitude to help with Mission Trips and TFC Camp. Rob also attended the Oxford TFC group as a teenager. His wife Taffy grew up as a staff kid as her parents joined the staff in 1978. She has been supporting Rob in his ministry since he joined and has recently started leading the weekly lessons. They have two children Christian and Cedric. Christian is 20 years old and Cedric is five. diff --git a/layouts/partials/header/basic.html b/layouts/partials/header/basic.html new file mode 100644 index 0000000..30698e8 --- /dev/null +++ b/layouts/partials/header/basic.html @@ -0,0 +1,151 @@ +