some small adjustments
This commit is contained in:
parent
c11a8ec022
commit
cdfbc795e0
|
@ -29,6 +29,8 @@ _TFC Connection_ (TFC) is a rural ministry reaching out to the mission field of
|
||||||
- [April & Arnie Teves](/staff/april-teves)
|
- [April & Arnie Teves](/staff/april-teves)
|
||||||
- [Rob & Taffy Lewis](/staff/rob-and-taffy-lewis)
|
- [Rob & Taffy Lewis](/staff/rob-and-taffy-lewis)
|
||||||
- [Chris & Abbie Cochrun](/staff/chris-and-abbie-cochrun)
|
- [Chris & Abbie Cochrun](/staff/chris-and-abbie-cochrun)
|
||||||
|
- [Billy Cayou](/staff/billy-cayou)
|
||||||
|
- [Dani Rouse - Intern](/staff/dani-rouse)
|
||||||
|
|
||||||
# Our Statement of Faith
|
# Our Statement of Faith
|
||||||
There’s no doubt that teens in the United States are in trouble. Violence, sex, drugs, peer pressure, resentment and anger all plague them. TFC’s goal of connecting these teens with Jesus is the only remedy for such a problem. Through connecting teens with other teens, Christian adults and the message of Christ, TFC serves God by connecting teens with the truth of Jesus Christ…teaching and equipping them to live out the Great Commission.
|
There’s no doubt that teens in the United States are in trouble. Violence, sex, drugs, peer pressure, resentment and anger all plague them. TFC’s goal of connecting these teens with Jesus is the only remedy for such a problem. Through connecting teens with other teens, Christian adults and the message of Christ, TFC serves God by connecting teens with the truth of Jesus Christ…teaching and equipping them to live out the Great Commission.
|
||||||
|
|
|
@ -3,6 +3,8 @@ title: "Chris and Abbie Cochrun"
|
||||||
date: 2014-05-20T15:24:04-05:00
|
date: 2014-05-20T15:24:04-05:00
|
||||||
tags: ["Staff", "Northern Valley"]
|
tags: ["Staff", "Northern Valley"]
|
||||||
featured_image: ""
|
featured_image: ""
|
||||||
description: ""
|
description: "Chris and Abbie Cochrun serve together on TFC Staff!"
|
||||||
---
|
---
|
||||||
Chris and Abbie Cochrun serve together on TFC Staff! Chris grew up in Agra KS as a part of the Easter Heights TFC group, Abbie grew up as a part of the Northern Valley TFC group and they got to know each other through TFC! Chris handles a lot of technician and video related things for TFC and Abbie is TFC’s unofficial graphic designer.
|

|
||||||
|
|
||||||
|
Chris and Abbie Cochrun serve together on TFC Staff! Chris grew up in Agra KS as a part of the Eastern Heights TFC group, Abbie grew up as a part of the Northern Valley TFC group and they got to know each other through TFC! Chris handles a lot of IT and video related things for TFC and Abbie is TFC’s unofficial graphic designer.
|
||||||
|
|
|
@ -1,61 +0,0 @@
|
||||||
{{ $customcss := resources.Get "/css/custom.css" }}
|
|
||||||
{{- partial "partials/functions/warnings.html" .Site -}}
|
|
||||||
<!DOCTYPE html>
|
|
||||||
<html
|
|
||||||
lang="{{ with .Site.Params.isoCode | default (.Site.LanguageCode | default "en") }}
|
|
||||||
{{- . -}}
|
|
||||||
{{ end }}"
|
|
||||||
dir="{{ if .Site.Params.rtl | default false -}}
|
|
||||||
rtl
|
|
||||||
{{- else -}}
|
|
||||||
ltr
|
|
||||||
{{- end }}"
|
|
||||||
class="scroll-smooth"
|
|
||||||
data-default-appearance="{{ .Site.Params.defaultAppearance | default "light" }}"
|
|
||||||
data-auto-appearance="{{ .Site.Params.autoSwitchAppearance | default "true" }}"
|
|
||||||
>
|
|
||||||
{{- partial "head.html" . -}}
|
|
||||||
<link rel="stylesheet" href="{{ $customcss.RelPermalink }}" integrity="{{ $customcss.Data.Integrity }}">
|
|
||||||
<body
|
|
||||||
class="flex flex-col h-screen px-6 m-auto text-lg leading-7 max-w-7xl bg-neutral text-neutral-900 dark:bg-neutral-800 dark:text-neutral sm:px-14 md:px-24 lg:px-32"
|
|
||||||
>
|
|
||||||
<div id="the-top" class="absolute flex self-center">
|
|
||||||
<a
|
|
||||||
class="px-3 py-1 text-sm -translate-y-8 rounded-b-lg bg-primary-200 focus:translate-y-0 dark:bg-neutral-600"
|
|
||||||
href="#main-content"
|
|
||||||
><span class="font-bold text-primary-600 ltr:pr-2 rtl:pl-2 dark:text-primary-400"
|
|
||||||
>↓</span
|
|
||||||
>{{ i18n "nav.skip_to_main" }}</a
|
|
||||||
>
|
|
||||||
</div>
|
|
||||||
{{ $header := print "partials/header/" .Site.Params.header.layout ".html" }}
|
|
||||||
{{ if templates.Exists $header }}
|
|
||||||
{{ partial $header . }}
|
|
||||||
{{ else }}
|
|
||||||
{{ partial "partials/header/basic.html" . }}
|
|
||||||
{{ end }}
|
|
||||||
<div class="relative flex flex-col grow">
|
|
||||||
<main id="main-content" class="grow">
|
|
||||||
{{ block "main" . }}{{ end }}
|
|
||||||
{{ if and (.Site.Params.footer.showScrollToTop | default true) (gt .WordCount 200) }}
|
|
||||||
<div
|
|
||||||
class="pointer-events-none absolute top-[100vh] bottom-0 w-12 ltr:right-0 rtl:left-0"
|
|
||||||
>
|
|
||||||
<a
|
|
||||||
href="#the-top"
|
|
||||||
class="pointer-events-auto sticky top-[calc(100vh-5.5rem)] flex h-12 w-12 items-center justify-center rounded-full bg-neutral/50 text-xl text-neutral-700 backdrop-blur hover:text-primary-600 dark:bg-neutral-800/50 dark:text-neutral dark:hover:text-primary-400"
|
|
||||||
aria-label="{{ i18n "nav.scroll_to_top_title" }}"
|
|
||||||
title="{{ i18n "nav.scroll_to_top_title" }}"
|
|
||||||
>
|
|
||||||
↑
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
{{ end }}
|
|
||||||
</main>
|
|
||||||
{{- partial "footer.html" . -}}
|
|
||||||
{{ if .Site.Params.enableSearch | default false }}
|
|
||||||
{{- partial "search.html" . -}}
|
|
||||||
{{ end }}
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
37
layouts/shortcodes/disciplemaking-tw.html
Normal file
37
layouts/shortcodes/disciplemaking-tw.html
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
<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.
|
||||||
|
|
||||||
|
<div class="grid grid-cols-4 gap-4 md:grid-cols-2 md:container sm:grid-cols-1">
|
||||||
|
<div class="w-full ">
|
||||||
|
<h2>Lost and Seeking</h2>
|
||||||
|
<ul>
|
||||||
|
<li>The World</li>
|
||||||
|
<li>Outreach</li>
|
||||||
|
<li>Relationship Building</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="w-full">
|
||||||
|
<h2>Come and Grow</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Growing Believers</li>
|
||||||
|
<li>Building Faith</li>
|
||||||
|
<li>Jesus Started Here</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="w-full">
|
||||||
|
<h2>Come and Follow</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Workers</li>
|
||||||
|
<li>Equipping</li>
|
||||||
|
<li>Jesus Invited Some</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="w-full">
|
||||||
|
<h2>Come and Go</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Leadership</li>
|
||||||
|
<li>Multiplication</li>
|
||||||
|
<li>Jesus Sent Some</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
|
@ -1,26 +1,8 @@
|
||||||
<style>
|
|
||||||
* {
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
|
||||||
|
|
||||||
.column {
|
|
||||||
float: left;
|
|
||||||
width: 25%;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.row:after {
|
|
||||||
content: "";
|
|
||||||
display: table;
|
|
||||||
clear: both;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<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="row">
|
<div style="display: flex; flex-wrap: wrap;">
|
||||||
<div class="column">
|
<div style="flex: 1; margin:10px; min-width:128px;">
|
||||||
<h2>Lost and Seeking</h2>
|
<h2>Lost and Seeking</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>The World</li>
|
<li>The World</li>
|
||||||
|
@ -28,7 +10,7 @@ TFC’s core value is to follow the example of Jesus whose strategy of disciplem
|
||||||
<li>Relationship Building</li>
|
<li>Relationship Building</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="column">
|
<div style="flex: 1; margin:10px; min-width:128px;">
|
||||||
<h2>Come and Grow</h2>
|
<h2>Come and Grow</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Growing Believers</li>
|
<li>Growing Believers</li>
|
||||||
|
@ -36,7 +18,7 @@ TFC’s core value is to follow the example of Jesus whose strategy of disciplem
|
||||||
<li>Jesus Started Here</li>
|
<li>Jesus Started Here</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="column">
|
<div style="flex: 1; margin:10px; min-width:128px;">
|
||||||
<h2>Come and Follow</h2>
|
<h2>Come and Follow</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Workers</li>
|
<li>Workers</li>
|
||||||
|
@ -44,7 +26,7 @@ TFC’s core value is to follow the example of Jesus whose strategy of disciplem
|
||||||
<li>Jesus Invited Some</li>
|
<li>Jesus Invited Some</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="column">
|
<div style="flex: 1; margin:10px; min-width:128px;">
|
||||||
<h2>Come and Go</h2>
|
<h2>Come and Go</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Leadership</li>
|
<li>Leadership</li>
|
||||||
|
|
Loading…
Reference in a new issue