updating a lot of staff stuff
|
@ -1421,6 +1421,10 @@ select {
|
||||||
top: 5rem;
|
top: 5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.z-30 {
|
||||||
|
z-index: 30;
|
||||||
|
}
|
||||||
|
|
||||||
.z-50 {
|
.z-50 {
|
||||||
z-index: 50;
|
z-index: 50;
|
||||||
}
|
}
|
||||||
|
@ -1429,26 +1433,27 @@ select {
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
.z-30 {
|
|
||||||
z-index: 30;
|
|
||||||
}
|
|
||||||
|
|
||||||
.order-first {
|
.order-first {
|
||||||
order: -9999;
|
order: -9999;
|
||||||
}
|
}
|
||||||
|
|
||||||
.m-0 {
|
|
||||||
margin: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.m-auto {
|
.m-auto {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.m-0 {
|
||||||
|
margin: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
.m-1 {
|
.m-1 {
|
||||||
margin: 0.25rem;
|
margin: 0.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.-my-2 {
|
||||||
|
margin-top: -0.5rem;
|
||||||
|
margin-bottom: -0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
.mx-auto {
|
.mx-auto {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
|
@ -1474,11 +1479,6 @@ select {
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.-my-2 {
|
|
||||||
margin-top: -0.5rem;
|
|
||||||
margin-bottom: -0.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mt-0 {
|
.mt-0 {
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
}
|
}
|
||||||
|
@ -1495,6 +1495,14 @@ select {
|
||||||
margin-top: 2.5rem;
|
margin-top: 2.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.-mr-2 {
|
||||||
|
margin-right: -0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mb-1 {
|
||||||
|
margin-bottom: 0.25rem;
|
||||||
|
}
|
||||||
|
|
||||||
.mb-2 {
|
.mb-2 {
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0.5rem;
|
||||||
}
|
}
|
||||||
|
@ -1567,10 +1575,6 @@ select {
|
||||||
margin-bottom: 0px !important;
|
margin-bottom: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mb-1 {
|
|
||||||
margin-bottom: 0.25rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.-mb-1 {
|
.-mb-1 {
|
||||||
margin-bottom: -0.25rem;
|
margin-bottom: -0.25rem;
|
||||||
}
|
}
|
||||||
|
@ -1595,10 +1599,6 @@ select {
|
||||||
margin-top: 5rem;
|
margin-top: 5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.-mr-2 {
|
|
||||||
margin-right: -0.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mb-\[2px\] {
|
.mb-\[2px\] {
|
||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
}
|
}
|
||||||
|
@ -1623,6 +1623,14 @@ select {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.h-12 {
|
||||||
|
height: 3rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.h-screen {
|
||||||
|
height: 100vh;
|
||||||
|
}
|
||||||
|
|
||||||
.h-1\/2 {
|
.h-1\/2 {
|
||||||
height: 50%;
|
height: 50%;
|
||||||
}
|
}
|
||||||
|
@ -1639,14 +1647,6 @@ select {
|
||||||
height: 12rem;
|
height: 12rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.h-screen {
|
|
||||||
height: 100vh;
|
|
||||||
}
|
|
||||||
|
|
||||||
.h-12 {
|
|
||||||
height: 3rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.h-24 {
|
.h-24 {
|
||||||
height: 6rem;
|
height: 6rem;
|
||||||
}
|
}
|
||||||
|
@ -1671,6 +1671,10 @@ select {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.w-screen {
|
||||||
|
width: 100vw;
|
||||||
|
}
|
||||||
|
|
||||||
.w-36 {
|
.w-36 {
|
||||||
width: 9rem;
|
width: 9rem;
|
||||||
}
|
}
|
||||||
|
@ -1683,10 +1687,6 @@ select {
|
||||||
width: 6rem;
|
width: 6rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.w-screen {
|
|
||||||
width: 100vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
.w-8 {
|
.w-8 {
|
||||||
width: 2rem;
|
width: 2rem;
|
||||||
}
|
}
|
||||||
|
@ -1719,6 +1719,10 @@ select {
|
||||||
max-width: 65ch;
|
max-width: 65ch;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.max-w-\[5rem\] {
|
||||||
|
max-width: 5rem;
|
||||||
|
}
|
||||||
|
|
||||||
.max-w-7xl {
|
.max-w-7xl {
|
||||||
max-width: 80rem;
|
max-width: 80rem;
|
||||||
}
|
}
|
||||||
|
@ -1731,8 +1735,8 @@ select {
|
||||||
max-width: 48rem;
|
max-width: 48rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.max-w-\[5rem\] {
|
.flex-1 {
|
||||||
max-width: 5rem;
|
flex: 1 1 0%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flex-none {
|
.flex-none {
|
||||||
|
@ -1743,10 +1747,6 @@ select {
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flex-1 {
|
|
||||||
flex: 1 1 0%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.grow {
|
.grow {
|
||||||
flex-grow: 1;
|
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));
|
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: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.cursor-default {
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
|
|
||||||
.list-none {
|
.list-none {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
}
|
}
|
||||||
|
@ -1803,10 +1803,6 @@ select {
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gap-4 {
|
|
||||||
gap: 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
|
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
|
||||||
--tw-space-y-reverse: 0;
|
--tw-space-y-reverse: 0;
|
||||||
margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
|
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));
|
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 {
|
.bg-neutral {
|
||||||
--tw-bg-opacity: 1;
|
--tw-bg-opacity: 1;
|
||||||
background-color: rgba(var(--color-neutral), var(--tw-bg-opacity));
|
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));
|
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 {
|
.bg-gradient-to-t {
|
||||||
background-image: linear-gradient(to top, var(--tw-gradient-stops));
|
background-image: linear-gradient(to top, var(--tw-gradient-stops));
|
||||||
}
|
}
|
||||||
|
@ -2053,6 +2049,16 @@ select {
|
||||||
padding-right: 1rem;
|
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 {
|
.py-16 {
|
||||||
padding-top: 4rem;
|
padding-top: 4rem;
|
||||||
padding-bottom: 4rem;
|
padding-bottom: 4rem;
|
||||||
|
@ -2063,11 +2069,6 @@ select {
|
||||||
padding-right: 0.25rem;
|
padding-right: 0.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.px-6 {
|
|
||||||
padding-left: 1.5rem;
|
|
||||||
padding-right: 1.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.px-3 {
|
.px-3 {
|
||||||
padding-left: 0.75rem;
|
padding-left: 0.75rem;
|
||||||
padding-right: 0.75rem;
|
padding-right: 0.75rem;
|
||||||
|
@ -2103,11 +2104,6 @@ select {
|
||||||
padding-bottom: 0.75rem;
|
padding-bottom: 0.75rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.py-6 {
|
|
||||||
padding-top: 1.5rem;
|
|
||||||
padding-bottom: 1.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pt-8 {
|
.pt-8 {
|
||||||
padding-top: 2rem;
|
padding-top: 2rem;
|
||||||
}
|
}
|
||||||
|
@ -2161,6 +2157,16 @@ select {
|
||||||
line-height: 2.5rem;
|
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 {
|
.text-xl {
|
||||||
font-size: 1.25rem;
|
font-size: 1.25rem;
|
||||||
line-height: 1.75rem;
|
line-height: 1.75rem;
|
||||||
|
@ -2176,16 +2182,6 @@ select {
|
||||||
line-height: 1.75rem;
|
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 {
|
.text-xs {
|
||||||
font-size: 0.75rem;
|
font-size: 0.75rem;
|
||||||
line-height: 1rem;
|
line-height: 1rem;
|
||||||
|
@ -2199,14 +2195,14 @@ select {
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
}
|
}
|
||||||
|
|
||||||
.font-bold {
|
|
||||||
font-weight: 700;
|
|
||||||
}
|
|
||||||
|
|
||||||
.font-medium {
|
.font-medium {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.font-bold {
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
|
||||||
.font-semibold {
|
.font-semibold {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
@ -2240,6 +2236,11 @@ select {
|
||||||
color: rgba(var(--color-neutral-900), var(--tw-text-opacity));
|
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 {
|
.text-neutral-800 {
|
||||||
--tw-text-opacity: 1;
|
--tw-text-opacity: 1;
|
||||||
color: rgba(var(--color-neutral-800), var(--tw-text-opacity));
|
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));
|
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 {
|
.text-primary-500 {
|
||||||
--tw-text-opacity: 1;
|
--tw-text-opacity: 1;
|
||||||
color: rgba(var(--color-primary-500), var(--tw-text-opacity));
|
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);
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
||||||
}
|
}
|
||||||
|
|
||||||
.backdrop-blur {
|
.backdrop-blur-sm {
|
||||||
--tw-backdrop-blur: blur(8px);
|
--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);
|
-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-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 {
|
.backdrop-blur {
|
||||||
--tw-backdrop-blur: blur(4px);
|
--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);
|
-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-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;
|
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 {
|
.hover\:text-primary-600:hover {
|
||||||
--tw-text-opacity: 1;
|
--tw-text-opacity: 1;
|
||||||
color: rgba(var(--color-primary-600), var(--tw-text-opacity));
|
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 {
|
.hover\:text-primary-700:hover {
|
||||||
--tw-text-opacity: 1;
|
--tw-text-opacity: 1;
|
||||||
color: rgba(var(--color-primary-700), var(--tw-text-opacity));
|
color: rgba(var(--color-primary-700), var(--tw-text-opacity));
|
||||||
|
@ -3202,6 +3198,10 @@ body:has(#menu-controller:checked) {
|
||||||
left: -1.5rem;
|
left: -1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[dir="ltr"] .ltr\:mr-14 {
|
||||||
|
margin-right: 3.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
[dir="ltr"] .ltr\:ml-2 {
|
[dir="ltr"] .ltr\:ml-2 {
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
}
|
}
|
||||||
|
@ -3214,10 +3214,6 @@ body:has(#menu-controller:checked) {
|
||||||
margin-left: -1.25rem;
|
margin-left: -1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
[dir="ltr"] .ltr\:mr-14 {
|
|
||||||
margin-right: 3.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
[dir="ltr"] .ltr\:block {
|
[dir="ltr"] .ltr\:block {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
@ -3258,6 +3254,10 @@ body:has(#menu-controller:checked) {
|
||||||
right: -1.5rem;
|
right: -1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[dir="rtl"] .rtl\:ml-14 {
|
||||||
|
margin-left: 3.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
[dir="rtl"] .rtl\:mr-2 {
|
[dir="rtl"] .rtl\:mr-2 {
|
||||||
margin-right: 0.5rem;
|
margin-right: 0.5rem;
|
||||||
}
|
}
|
||||||
|
@ -3270,10 +3270,6 @@ body:has(#menu-controller:checked) {
|
||||||
margin-right: -1.25rem;
|
margin-right: -1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
[dir="rtl"] .rtl\:ml-14 {
|
|
||||||
margin-left: 3.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
[dir="rtl"] .rtl\:block {
|
[dir="rtl"] .rtl\:block {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
@ -3329,6 +3325,10 @@ body:has(#menu-controller:checked) {
|
||||||
border-color: rgba(var(--color-primary-600), var(--tw-border-opacity));
|
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 {
|
.dark .dark\:bg-neutral-800 {
|
||||||
--tw-bg-opacity: 1;
|
--tw-bg-opacity: 1;
|
||||||
background-color: rgba(var(--color-neutral-800), var(--tw-bg-opacity));
|
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));
|
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 {
|
.dark .dark\:bg-neutral-700 {
|
||||||
--tw-bg-opacity: 1;
|
--tw-bg-opacity: 1;
|
||||||
background-color: rgba(var(--color-neutral-700), var(--tw-bg-opacity));
|
background-color: rgba(var(--color-neutral-700), var(--tw-bg-opacity));
|
||||||
|
@ -3526,9 +3522,9 @@ body:has(#menu-controller:checked) {
|
||||||
max-width: 65ch;
|
max-width: 65ch;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sm\:columns-2 {
|
.sm\:columns-1 {
|
||||||
-moz-columns: 2;
|
-moz-columns: 1;
|
||||||
columns: 2;
|
columns: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sm\:flex-row {
|
.sm\:flex-row {
|
||||||
|
@ -3548,11 +3544,6 @@ body:has(#menu-controller:checked) {
|
||||||
padding-right: 1.5rem;
|
padding-right: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sm\:py-24 {
|
|
||||||
padding-top: 6rem;
|
|
||||||
padding-bottom: 6rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sm\:px-14 {
|
.sm\:px-14 {
|
||||||
padding-left: 3.5rem;
|
padding-left: 3.5rem;
|
||||||
padding-right: 3.5rem;
|
padding-right: 3.5rem;
|
||||||
|
@ -3563,14 +3554,19 @@ body:has(#menu-controller:checked) {
|
||||||
padding-bottom: 2.5rem;
|
padding-bottom: 2.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sm\:pl-6 {
|
.sm\:py-24 {
|
||||||
padding-left: 1.5rem;
|
padding-top: 6rem;
|
||||||
|
padding-bottom: 6rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sm\:pt-10 {
|
.sm\:pt-10 {
|
||||||
padding-top: 2.5rem;
|
padding-top: 2.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sm\:pl-6 {
|
||||||
|
padding-left: 1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
.sm\:text-lg {
|
.sm\:text-lg {
|
||||||
font-size: 1.125rem;
|
font-size: 1.125rem;
|
||||||
line-height: 1.75rem;
|
line-height: 1.75rem;
|
||||||
|
@ -3594,6 +3590,10 @@ body:has(#menu-controller:checked) {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 853px) {
|
@media (min-width: 853px) {
|
||||||
|
.md\:ml-12 {
|
||||||
|
margin-left: 3rem;
|
||||||
|
}
|
||||||
|
|
||||||
.md\:-mr-16 {
|
.md\:-mr-16 {
|
||||||
margin-right: -4rem;
|
margin-right: -4rem;
|
||||||
}
|
}
|
||||||
|
@ -3606,10 +3606,6 @@ body:has(#menu-controller:checked) {
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.md\:ml-12 {
|
|
||||||
margin-left: 3rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.md\:flex {
|
.md\:flex {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
@ -3630,9 +3626,9 @@ body:has(#menu-controller:checked) {
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.md\:columns-4 {
|
.md\:columns-2 {
|
||||||
-moz-columns: 4;
|
-moz-columns: 2;
|
||||||
columns: 4;
|
columns: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.md\:justify-start {
|
.md\:justify-start {
|
||||||
|
@ -3761,6 +3757,11 @@ body:has(#menu-controller:checked) {
|
||||||
padding: 12vh;
|
padding: 12vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.lg\:px-32 {
|
||||||
|
padding-left: 8rem;
|
||||||
|
padding-right: 8rem;
|
||||||
|
}
|
||||||
|
|
||||||
.lg\:py-32 {
|
.lg\:py-32 {
|
||||||
padding-top: 8rem;
|
padding-top: 8rem;
|
||||||
padding-bottom: 8rem;
|
padding-bottom: 8rem;
|
||||||
|
@ -3781,11 +3782,6 @@ body:has(#menu-controller:checked) {
|
||||||
padding-right: 0px;
|
padding-right: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lg\:px-32 {
|
|
||||||
padding-left: 8rem;
|
|
||||||
padding-right: 8rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
[dir="ltr"] .ltr\:lg\:pl-8 {
|
[dir="ltr"] .ltr\:lg\:pl-8 {
|
||||||
padding-left: 2rem;
|
padding-left: 2rem;
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,7 +4,7 @@ title = 'TFC Connection'
|
||||||
theme = "blowfish"
|
theme = "blowfish"
|
||||||
|
|
||||||
DefaultContentLanguage = "en"
|
DefaultContentLanguage = "en"
|
||||||
SectionPagesMenu = "main"
|
# SectionPagesMenu = "main"
|
||||||
enableRobotsTXT = true
|
enableRobotsTXT = true
|
||||||
|
|
||||||
Paginate = 10 # this is set low for demonstrating with dummy content. Set to a higher number
|
Paginate = 10 # this is set low for demonstrating with dummy content. Set to a higher number
|
||||||
|
|
|
@ -10,30 +10,30 @@
|
||||||
# overridden by providing a weight value. The menu will then be
|
# overridden by providing a weight value. The menu will then be
|
||||||
# ordered by weight from lowest to highest.
|
# ordered by weight from lowest to highest.
|
||||||
|
|
||||||
# [[main]]
|
[[main]]
|
||||||
# name = "About"
|
name = "About"
|
||||||
# pageRef = "about"
|
pageRef = "about"
|
||||||
# weight = 10
|
weight = 10
|
||||||
|
|
||||||
# [[main]]
|
[[main]]
|
||||||
# name = "Ministries"
|
name = "Ministries"
|
||||||
# pageRef = "ministries"
|
pageRef = "ministries"
|
||||||
# weight = 20
|
weight = 20
|
||||||
|
|
||||||
# [[main]]
|
[[main]]
|
||||||
# name = "Staff"
|
name = "Staff"
|
||||||
# pageRef = "staff"
|
pageRef = "staff"
|
||||||
# weight = 30
|
weight = 30
|
||||||
|
|
||||||
# [[main]]
|
[[main]]
|
||||||
# name = "Donate"
|
name = "Donate"
|
||||||
# pageRef = "donate"
|
pageRef = "donate"
|
||||||
# weight = 40
|
weight = 40
|
||||||
|
|
||||||
# [[main]]
|
[[main]]
|
||||||
# name = "Contact"
|
name = "Contact"
|
||||||
# pageRef = "contact"
|
pageRef = "contact"
|
||||||
# weight = 50
|
weight = 50
|
||||||
|
|
||||||
# -- Footer Menu --
|
# -- Footer Menu --
|
||||||
# The footer menu is displayed at the bottom of the page, just before
|
# The footer menu is displayed at the bottom of the page, just before
|
||||||
|
|
|
@ -2,14 +2,15 @@
|
||||||
title: "TFC Connection 🎉"
|
title: "TFC Connection 🎉"
|
||||||
date: 2022-10-25T13:02:05-05:00
|
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."
|
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" >}}
|
{{< button href="/mt-form" target="_self" >}}
|
||||||
Sign up for Mission Trip!
|
Sign up for Mission Trip!
|
||||||
{{< /button >}}
|
{{< /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
|
||||||
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 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
|
## Our Mission
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
---
|
---
|
||||||
title: Contact
|
title: Contact
|
||||||
|
menu:
|
||||||
|
main:
|
||||||
|
weight: 60
|
||||||
featured_image: ''
|
featured_image: ''
|
||||||
omit_header_text: true
|
omit_header_text: true
|
||||||
description: We'd love to hear from you
|
description: We'd love to hear from you
|
||||||
type: page
|
type: page
|
||||||
layout: "simple"
|
layout: "simple"
|
||||||
sharingLinks: false
|
sharingLinks: false
|
||||||
menu:
|
|
||||||
main:
|
|
||||||
weight: 60
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
---
|
---
|
||||||
title: "Groups"
|
title: "Groups"
|
||||||
date: 2022-10-28T10:21:38-05:00
|
date: 2022-10-28T10:21:38-05:00
|
||||||
|
menu:
|
||||||
|
main:
|
||||||
|
weight: 30
|
||||||
tags: []
|
tags: []
|
||||||
featured_image: ""
|
featured_image: ""
|
||||||
description: ""
|
description: ""
|
||||||
|
@ -14,9 +17,6 @@ cascade:
|
||||||
showBreadcrumbs: true
|
showBreadcrumbs: true
|
||||||
sharingLinks: ['facebook', 'instagram', 'email', 'reddit']
|
sharingLinks: ['facebook', 'instagram', 'email', 'reddit']
|
||||||
showHero: false
|
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.
|
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.
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
---
|
---
|
||||||
title: "Ministries"
|
title: "Ministries"
|
||||||
date: 2017-03-02T12:00:00-05:00
|
date: 2017-03-02T12:00:00-05:00
|
||||||
|
menu:
|
||||||
|
main:
|
||||||
|
weight: 20
|
||||||
layout: list
|
layout: list
|
||||||
cascade:
|
cascade:
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
@ -9,9 +12,6 @@ cascade:
|
||||||
showBreadcrumbs: list.showBreadcrumbs
|
showBreadcrumbs: list.showBreadcrumbs
|
||||||
showSummary: true
|
showSummary: true
|
||||||
layout: simple
|
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.
|
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.
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,11 @@
|
||||||
---
|
---
|
||||||
title: "Staff"
|
title: "Staff"
|
||||||
date: 2017-03-02T12:00:00-05:00
|
date: 2017-03-02T12:00:00-05:00
|
||||||
|
menu:
|
||||||
|
main:
|
||||||
|
weight: 40
|
||||||
featured_image: "img/staff.jpg"
|
featured_image: "img/staff.jpg"
|
||||||
|
groupByYear: false
|
||||||
cascade:
|
cascade:
|
||||||
showWordCount: false
|
showWordCount: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
@ -11,8 +15,5 @@ cascade:
|
||||||
showBreadcrumbs: true
|
showBreadcrumbs: true
|
||||||
sharingLinks: ['facebook', 'instagram', 'email', 'reddit']
|
sharingLinks: ['facebook', 'instagram', 'email', 'reddit']
|
||||||
showHero: false
|
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.
|
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.
|
||||||
|
|
|
@ -3,7 +3,9 @@ title: "April Teves"
|
||||||
date: 2022-10-28T15:25:50-05:00
|
date: 2022-10-28T15:25:50-05:00
|
||||||
tags: ["Staff", "Logan", "Wakeeney"]
|
tags: ["Staff", "Logan", "Wakeeney"]
|
||||||
featured_image: ""
|
featured_image: ""
|
||||||
description: ""
|
description: "Arnie and April moved to Logan, Kansas in October of 2009."
|
||||||
layout: "simple"
|
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.
|
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.
|
||||||
|
|
|
@ -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."
|
description: "Billy grew up in Oxford, Nebraska and was a part of Southern Valley TFC throughout Middle School and High School."
|
||||||
layout: "simple"
|
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.
|
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.
|
||||||
|
|
|
@ -3,7 +3,7 @@ title: "Brian and Julie Fischer"
|
||||||
date: 2022-10-25T14:00:50-05:00
|
date: 2022-10-25T14:00:50-05:00
|
||||||
tags: ["Staff", "Executive Director", "Phillipsburg"]
|
tags: ["Staff", "Executive Director", "Phillipsburg"]
|
||||||
image: "img/brain.jpg"
|
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"
|
layout: "simple"
|
||||||
---
|
---
|
||||||

|

|
||||||
|
|
|
@ -6,4 +6,6 @@ featured_image: ""
|
||||||
description: "Dani attended the Oberlin TFC Group as a teenager."
|
description: "Dani attended the Oberlin TFC Group as a teenager."
|
||||||
layout: "simple"
|
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.
|
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.
|
||||||
|
|
|
@ -3,7 +3,8 @@ title: "Ethan Rose"
|
||||||
date: 2022-10-28T15:24:52-05:00
|
date: 2022-10-28T15:24:52-05:00
|
||||||
tags: ["Staff", "Thunder Ridge"]
|
tags: ["Staff", "Thunder Ridge"]
|
||||||
featured_image: ""
|
featured_image: ""
|
||||||
description: ""
|
description: "Ethan’s TFC journey began as a teenager in the Eastern Heights TFC group in Agra, KS."
|
||||||
layout: "simple"
|
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.
|
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.
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
---
|
---
|
||||||
title: "Janice Lundquist"
|
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"]
|
tags: ["Staff", "Alumni Coordinator", "Thunder Ridge"]
|
||||||
featured_image: ""
|
featured_image: ""
|
||||||
description: ""
|
description: "In the fall of 1981, Janice Lundquist became a part of the TFC Staff."
|
||||||
layout: "simple"
|
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.
|
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.
|
||||||
|
|
|
@ -3,7 +3,8 @@ title: "Lavonne Ponstein"
|
||||||
date: 2022-10-28T15:24:43-05:00
|
date: 2022-10-28T15:24:43-05:00
|
||||||
tags: ["Staff", "Disciplemaking Coach"]
|
tags: ["Staff", "Disciplemaking Coach"]
|
||||||
featured_image: ""
|
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"
|
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.
|
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.
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
---
|
---
|
||||||
title: "Lewis Smith"
|
title: "Lewis and Susan Smith"
|
||||||
date: 2022-10-28T15:26:16-05:00
|
date: 2022-10-28T15:26:16-05:00
|
||||||
tags: ["Staff", "Logan"]
|
tags: ["Staff", "Logan"]
|
||||||
featured_image: ""
|
featured_image: ""
|
||||||
description: ""
|
description: "Lewis grew up in a ministry a lot like TFC Connection."
|
||||||
layout: "simple"
|
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.
|
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.
|
||||||
|
|
|
@ -3,7 +3,8 @@ title: "Rob and Taffy Lewis"
|
||||||
date: 2022-10-28T15:26:07-05:00
|
date: 2022-10-28T15:26:07-05:00
|
||||||
tags: ["Staff", "Southern Valley"]
|
tags: ["Staff", "Southern Valley"]
|
||||||
featured_image: ""
|
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"
|
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.
|
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.
|
||||||
|
|
151
layouts/partials/header/basic.html
Normal 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 }} {{ 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 }} {{ 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>
|
|
@ -1,7 +1,7 @@
|
||||||
<h2>Disciplemaking</h2>
|
<h2>Disciplemaking</h2>
|
||||||
TFC’s 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.
|
TFC’s 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">
|
<div class="p-2">
|
||||||
<h2>Lost and Seeking</h2>
|
<h2>Lost and Seeking</h2>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
<iframe
|
<iframe
|
||||||
class="mt-form"
|
class="mt-form w-full h-200"
|
||||||
src="https://tbl.tfcconnection.org/dashboard/#/nc/form/771dc7dc-9a82-49e4-abfe-0fd7b72281f2?embed"
|
src="https://tbl.tfcconnection.org/dashboard/#/nc/form/771dc7dc-9a82-49e4-abfe-0fd7b72281f2?embed"
|
||||||
frameborder="0"
|
frameborder="0"
|
||||||
width="100%"
|
style="background: transparent; border: 1px solid #ddd">
|
||||||
height="800"
|
</iframe>
|
||||||
style="background: transparent; border: 1px solid #ddd"></iframe>
|
|
||||||
|
|
After Width: | Height: | Size: 76 KiB |
After Width: | Height: | Size: 113 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 40 KiB |
After Width: | Height: | Size: 92 KiB |
After Width: | Height: | Size: 137 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 45 KiB |
After Width: | Height: | Size: 117 KiB |
After Width: | Height: | Size: 177 KiB |
After Width: | Height: | Size: 19 KiB |
After Width: | Height: | Size: 57 KiB |
After Width: | Height: | Size: 106 KiB |
After Width: | Height: | Size: 156 KiB |
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 56 KiB |
After Width: | Height: | Size: 204 KiB |
After Width: | Height: | Size: 310 KiB |
After Width: | Height: | Size: 27 KiB |
After Width: | Height: | Size: 100 KiB |
After Width: | Height: | Size: 241 KiB |
After Width: | Height: | Size: 362 KiB |
After Width: | Height: | Size: 31 KiB |
After Width: | Height: | Size: 117 KiB |
After Width: | Height: | Size: 148 KiB |
After Width: | Height: | Size: 224 KiB |
After Width: | Height: | Size: 24 KiB |
After Width: | Height: | Size: 75 KiB |
After Width: | Height: | Size: 172 KiB |
After Width: | Height: | Size: 252 KiB |
After Width: | Height: | Size: 29 KiB |
After Width: | Height: | Size: 85 KiB |