-
Notifications
You must be signed in to change notification settings - Fork 0
/
communities.php
54 lines (51 loc) · 3.41 KB
/
communities.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?php include("includes/_header.php"); ?>
<body>
<div class="nav-drop">
<div class="row nav-items">
<div class="large-12 columns drop-container">
<ul class="sub-nav1">
<li><a href="">overview</a>|</li>
<li><a href="">communities</a>|</li>
<li><a href="">kids</a>|</li>
<li><a href="">women at awakening</a>|</li>
</ul>
<span class="white-arrow"></span>
</div>
</div>
</div>
<div class="row">
<div class="large-12 columns hero-image">
<img src="../assets/images/communities.png" />
</div>
</div>
<div class="row description-row">
<div class="large-6 columns">
<h4>Missional Communities</h4>
<p>Missional Communities are midweek gatherings of anywhere between 6-20 people who gather in homes throughout the city. We’ve found that the stage of life you’re in greatly influences the size and style of group you’re drawn to. Whether you’re a college student, young professional, newlyweds, a single parent, a young family with little kids, or all grown up with grown up kids, we’ll be able to plug you into a Missional Community that works for you and allows you to thrive!</p>
</div>
<div class="large-6 columns contact-us-directions">
<p>Questions? Please email [email protected]. To sign up please click the button below, and we'll matc you up to one of our Missional Communities.</p>
<div class="button abtn">Sign Up</div>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<h4 class="hr-title">Missional communities are defined by and focused on three key identities</h4>
</div>
<hr />
</div>
<div class="row description-row ">
<div class="large-4 columns">
<p><span class="title-span">Family: </span>At the heart of a Missional Community is the relational harbor of a ‘gospel’ family. Jesus himself said, “…whoever does the will of my Father in heaven is my brother and sister and mother.” [Matthew 12:50] We have been adopted into Jesus’ family. As such we can and should experience the protection, care and nurture of a family that lives according to its Father’s will and intentions. It is here that we give and receive the fullness of God’s love and daily display the Kingdom of Heaven on earth.</p>
</div>
<div class="large-4 columns">
<p><span class="title-span">Discipleship: </span>Jesus came to restore the potential of human life as his Father had intended it to be; full and free. The more fully we realize this potential, the more completely we express the image of our God to each other. The Holy Spirit and the scriptures have been given to us to lead us in an ever-transforming life as disciples of Jesus. But we must be diligent and disciplined to follow after Jesus who said, “If you hold to my teaching, you are really my disciples. Then you will know the truth and the truth will set you free.” [John 8:31-32]</p>
</div>
<div class="large-4 columns">
<p><span class="title-span">Growth: </span>All of human history is the unfolding story of God the Creator working for the restoration of all that he has created. We call this work of restoration ‘the mission of God.’ God is always seeking the partnership of communities of people. He chooses one people, restores them and then sends them out to restore another people. As Missional Communities we are sent out together to seek the restoration of all who do not know Jesus; family, friends, neighbors, co-workers and classmates.
</p>
</div>
</div>
<?php include("includes/_footer.php"); ?>
</body>
</html>