diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2016-04-09 14:22:20 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2016-04-09 15:48:01 -0700 |
commit | 3102d8bce3426d9cf41aeaf201c360d342677770 (patch) | |
tree | 38c4f1e8828f9af9c4b77a173bee0d312b321698 /src/templates/pages/learnmore.html.ftl | |
parent | bbf907e51dfcf157bdee24dead1d531122aa25db (diff) |
Switching from Ivy+Ant to Maven.
Diffstat (limited to 'src/templates/pages/learnmore.html.ftl')
-rw-r--r-- | src/templates/pages/learnmore.html.ftl | 107 |
1 files changed, 0 insertions, 107 deletions
diff --git a/src/templates/pages/learnmore.html.ftl b/src/templates/pages/learnmore.html.ftl deleted file mode 100644 index f69b075..0000000 --- a/src/templates/pages/learnmore.html.ftl +++ /dev/null @@ -1,107 +0,0 @@ -<#include "/macros/common.ftl"> -<#include "/macros/common-page.ftl"> - -<@commonpage> - <@noticebox> - </@noticebox> - - <@content class="text"> - <h1>Learn More</h1> - - <h2>What is GROW?</h2> - <p> - GROW is a comprehensive spiritual formation and discipleship tool - that is specifically designed to help you grow and mature as a - follower of Jesus Christ. - </p> - <p> - GROW is an innovative, web based process that incorporates multiple - media elements for learning including assessments, videos, written - materials, interactive tools, community forums, etc. - </p> - <p> - GROW is designed to be experienced in a variety of ways to meet all - the possible scenarios and environments for learning: - </p> - <ul> - <li>In a community group environment</li> - <li>In a small discipleship group of a couple of people</li> - <li>Direct one-on-one discipleship</li> - <li>Friends with friends</li> - <li>Husband and wife</li> - <li>At the coffee shop</li> - <li>In your kitchen or living room</li> - <li>On vacation</li> - </ul> - - <h2>Why GROW?</h2> - <p> - Disciple means "learner" and our goal is to help you be an - effective learner and grow in the knowledge of Jesus Christ, the - Word of God, and the essentials of your faith. This will cause the - transformation God promises you will experience, and that - transformation will in turn change your life! - </p> - <p> - Every individual is in one of four stages of spiritual formation: - </p> - <p style="text-align: center"><img src="${staticRoot}/images/about-grow.png" alt="Seeker, Believer, Disciple, Teacher" /></p> - <p> - Our goal is to help you identify where you are, and to help you get to - the next stage of development and spiritual maturity. - </p> - <p> - We believe that Jesus last command in Matthew 28:19 should be our - highest priority: - </p> - <blockquote> - "Therefore go and make disciples of all nations, baptizing them in - the name of the Father and of the Son and of the Holy Spirit..." - </blockquote> - <p> - At <a href="http://myfoursquarechurch.com">Foursquare Puyallup</a>, we - are passionate about people discovering God, - entering into a personal relationship with Jesus Christ, and then - realizing their full potential in Christ as a follower of His. - </p> - - <p>It is in our mission statement:</p> - - <blockquote> - We present the Gospel message in such a way that Seekers become - Believers, Believers become Disciples, Disciples become Teachers and - Teachers lead this process. - </blockquote> - - <p>And it's our #5 Core value as a church:</p> - - <blockquote> - We value leadership development. We help Seekers to become - Believers, Believers to become Disciples and Disciples to become - Teachers. We want to encourage and cheer the development process. - </blockquote> - - <p> - We have created the GROW process for that very purpose, and in - fulfillment of God's call on the church. - </p> - - <h2>How does GROW work?</h2> - <p>Here is how it works:</p> - <ul> - <li>You begin by taking a short assessment that will help you identify where you are in the stages of development</li> - <li>Upon completion of the survey, you will be invited to begin the process by watching a series of teaching videos, with accompanying printable participant outlines</li> - <li>Each stage has a forum to communicate with others who are in the process with you</li> - <li>Each stage has a list of the actions and attributes that identify someone at that particular stage of development</li> - <li>Each stage has a "digger deeper" section for more learning tools and resources to continue to develop and grow</li> - <li>Upon completion of each stage you will be invited to move to the next stage in the GROW process</li> - </ul> - - <p>Now it's your turn to act!</p> - <p>Get started now in your journey by taking the GROW assessment.</p> - - </@content> - - <#include "/templates/getstarted-button.ftl"> -</@commonpage> - |