updating a lot of staff stuff

This commit is contained in:
Chris Cochrun 2022-11-01 13:27:01 -05:00
parent a2f4c636eb
commit 36ea3bcb7e
52 changed files with 332 additions and 174 deletions

View file

@ -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;
}

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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
---

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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"
---
![April and Arnie Teves](featured.jpg "April and Arnie Teves")
Arnie and April moved to Logan, Kansas in October of 2009. Aprils grandfathers 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.

View file

@ -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 Cayou](featured.jpg "Billy Cayou loves disk golf!")
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.

View file

@ -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"
---
![Brian's Family](featured.jpg "Brian's Family")

View file

@ -6,4 +6,6 @@ featured_image: ""
description: "Dani attended the Oberlin TFC Group as a teenager."
layout: "simple"
---
![Dani Rouse](featured.jpg "Dani loves guns!")
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.

View file

@ -3,7 +3,8 @@ title: "Ethan Rose"
date: 2022-10-28T15:24:52-05:00
tags: ["Staff", "Thunder Ridge"]
featured_image: ""
description: ""
description: "Ethans TFC journey began as a teenager in the Eastern Heights TFC group in Agra, KS."
layout: "simple"
---
![Ethan Rose](featured.jpg "Ethan at camp!")
Ethans 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.

View file

@ -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"
---
![Janice Lundquist](featured.jpg "Janice Lundquist")
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.

View file

@ -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 Ponstein](featured.jpg "Lavonne Ponstein")
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.

View file

@ -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 and Susan Smith](featured.jpg "Lewis and Susan Smith!")
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. Lewiss 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.

View file

@ -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 and Taffy Lewis](featured.jpg "Rob and Taffy's family!")
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.

View file

@ -0,0 +1,151 @@
<div style="padding-left:0;padding-right:0"
class="flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
{{ if .Site.Params.Logo -}}
{{ $logo := resources.Get .Site.Params.Logo }}
{{ if $logo }}
<div>
<a href="{{ "" | relLangURL }}" class="flex">
<span class="sr-only">{{ .Site.Title | markdownify | emojify }}</span>
<img src="{{ $logo.RelPermalink }}" width="{{ div $logo.Width 2 }}" height="{{ div $logo.Height 2 }}"
class="max-h-[5rem] max-w-[5rem] object-scale-down object-left nozoom" alt="{{ .Site.Title }}" />
</a>
</div>
{{ end }}
{{- end }}
<div class="flex flex-1 items-center justify-between">
<nav class="flex space-x-3">
<a href="{{ "" | relLangURL }}" class="text-base font-medium text-gray-500 hover:text-gray-900">{{ .Site.Title | markdownify
| emojify }}</a>
</nav>
<div class="hidden md:flex items-center space-x-5 md:ml-12">
{{ if .Site.Menus.main }}
{{ range .Site.Menus.main }}
<a href="{{ .URL }}" {{ if or (strings.HasPrefix .URL "http:") (strings.HasPrefix .URL "https:") }} target="_blank"{{ end }} class="text-base font-medium text-gray-500 hover:text-gray-900" title="{{ .Title }}">
{{ partial "icon.html" .Pre }}
{{ if and .Pre .Name }} &nbsp; {{ end }}
{{ .Name | markdownify | emojify }}
</a>
{{ end }}
{{ end }}
{{ partial "translations.html" . }}
{{ if .Site.Params.enableSearch | default false }}
<button id="search-button" class="text-base hover:text-primary-600 dark:hover:text-primary-400"
title="{{ i18n " search.open_button_title" }}">
{{ partial "icon.html" "search" }}
</button>
{{ end }}
{{/* Appearance switch */}}
{{ if .Site.Params.footer.showAppearanceSwitcher | default false }}
<div
class="{{ if .Site.Params.footer.showScrollToTop | default true -}} ltr:mr-14 rtl:ml-14 {{- end }} cursor-pointer text-sm text-neutral-700 hover:text-primary-600 dark:text-neutral dark:hover:text-primary-400">
<button id="appearance-switcher" type="button">
<div class="flex items-center justify-center h-12 dark:hidden">
{{ partial "icon.html" "moon" }}
</div>
<div class="items-center justify-center hidden h-12 dark:flex">
{{ partial "icon.html" "sun" }}
</div>
</button>
</div>
{{ end }}
</div>
<div class="flex md:hidden items-center space-x-5 md:ml-12">
<span></span>
{{ partial "translations.html" . }}
{{ if .Site.Params.enableSearch | default false }}
<button id="search-button-mobile" class="text-base hover:text-primary-600 dark:hover:text-primary-400"
title="{{ i18n " search.open_button_title" }}">
{{ partial "icon.html" "search" }}
</button>
{{ end }}
{{/* Appearance switch */}}
{{ if .Site.Params.footer.showAppearanceSwitcher | default false }}
<button id="appearance-switcher-mobile" type="button" style="margin-right:5px">
<div class="flex items-center justify-center h-12 dark:hidden">
{{ partial "icon.html" "moon" }}
</div>
<div class="items-center justify-center hidden h-12 dark:flex">
{{ partial "icon.html" "sun" }}
</div>
</button>
{{ end }}
</div>
</div>
<div class="-my-2 -mr-2 md:hidden">
<label id="menu-button" for="menu-controller" class="block">
<input type="checkbox" id="menu-controller" class="hidden" />
<div class="cursor-pointer hover:text-primary-600 dark:hover:text-primary-400">
{{ partial "icon.html" "bars" }}
</div>
<div id="menu-wrapper" style="padding-top:25px;"
class="fixed inset-0 z-30 invisible w-screen h-screen m-auto overflow-auto transition-opacity opacity-0 cursor-default bg-neutral-100/50 backdrop-blur-sm dark:bg-neutral-900/50">
<ul
class="flex movedown flex-col w-full px-6 py-6 mx-auto overflow-visible list-none ltr:text-right rtl:text-left max-w-7xl sm:px-14 md:px-24 lg:px-32 sm:py-10 sm:pt-10">
<li class="mb-1">
<span class="cursor-pointer hover:text-primary-600 dark:hover:text-primary-400">{{ partial
"icon.html"
"xmark" }}</span>
</li>
{{ if .Site.Menus.main }}
{{ range .Site.Menus.main }}
<li class="mb-1">
<a {{ if or (strings.HasPrefix .URL "http:") (strings.HasPrefix .URL "https:") }} target="_blank"{{ end }} class="decoration-primary-500 hover:underline hover:decoration-2 hover:underline-offset-2"
href="{{ .URL }}" title="{{ .Title }}">
{{ partial "icon.html" .Pre }}
{{ if and .Pre .Name }} &nbsp; {{ end }}
{{ .Name | markdownify | emojify }}
</a>
</li>
{{ end }}
{{ end }}
</ul>
</div>
</label>
</div>
</div>
<div id="mobile-menu"
class="fixed inset-0 z-30 invisible w-screen h-screen m-auto overflow-auto transition-opacity opacity-0 cursor-default bg-neutral-100/50 backdrop-blur-sm dark:bg-neutral-900/50">
<ul
class="flex movedown flex-col w-full px-6 py-6 mx-auto overflow-visible list-none ltr:text-right rtl:text-left max-w-7xl sm:px-14 md:px-24 lg:px-32 sm:py-10 sm:pt-10">
<li class="mb-1">
<span class="cursor-pointer hover:text-primary-600 dark:hover:text-primary-400">{{ partial "icon.html"
"xmark" }}</span>
</li>
{{ if .Site.Menus.main }}
{{ range .Site.Menus.main }}
<li class="mb-1">
<a class="decoration-primary-500 hover:underline hover:decoration-2 hover:underline-offset-2"
href="{{ .URL }}" title="{{ .Title }}">{{ .Name | markdownify | emojify }}</a>
</li>
{{ end }}
{{ end }}
{{ if .Site.Params.enableSearch | default false }}
<li>
<button id="search-button-mobile" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
{{ partial "icon.html" "search" }}
</button>
</li>
{{ end }}
</ul>
</div>

View file

@ -1,7 +1,7 @@
<h2>Disciplemaking</h2>
TFCs core value is to follow the example of Jesus whose strategy of disciplemaking allowed Him to minister to all levels of spiritual interest at all times.
<div class="w-full columns-1 gap-4 lg:columns-4 md:columns-4 sm:columns-2">
<div class="w-full columns-1 lg:columns-4 md:columns-2 sm:columns-1">
<div class="p-2">
<h2>Lost and Seeking</h2>
<ul>

View file

@ -1,7 +1,6 @@
<iframe
class="mt-form"
src="https://tbl.tfcconnection.org/dashboard/#/nc/form/771dc7dc-9a82-49e4-abfe-0fd7b72281f2?embed"
frameborder="0"
width="100%"
height="800"
style="background: transparent; border: 1px solid #ddd"></iframe>
class="mt-form w-full h-200"
src="https://tbl.tfcconnection.org/dashboard/#/nc/form/771dc7dc-9a82-49e4-abfe-0fd7b72281f2?embed"
frameborder="0"
style="background: transparent; border: 1px solid #ddd">
</iframe>