some small adjustments

This commit is contained in:
Chris Cochrun 2022-10-31 15:48:23 -05:00
parent c11a8ec022
commit cdfbc795e0
5 changed files with 48 additions and 86 deletions

View file

@ -0,0 +1,37 @@
<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="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>