diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2016-04-09 15:53:24 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2016-04-09 15:53:24 -0700 |
commit | 371ccae3d1f31ec38f4af77fb7fcd175d49b3cd5 (patch) | |
tree | 38c4f1e8828f9af9c4b77a173bee0d312b321698 /src/main/resources/templates/pages | |
parent | bbf907e51dfcf157bdee24dead1d531122aa25db (diff) | |
parent | 3102d8bce3426d9cf41aeaf201c360d342677770 (diff) |
Merge pull request #10 from PuyallupFoursquare/maven
Switching from Ivy+Ant to Maven.
Diffstat (limited to 'src/main/resources/templates/pages')
13 files changed, 499 insertions, 0 deletions
diff --git a/src/main/resources/templates/pages/assessment.html.ftl b/src/main/resources/templates/pages/assessment.html.ftl new file mode 100644 index 0000000..3737dc6 --- /dev/null +++ b/src/main/resources/templates/pages/assessment.html.ftl @@ -0,0 +1,43 @@ +<#include "/macros/common.ftl"> +<#include "/macros/common-page.ftl"> + +<@commonpage> + <@noticebox> + </@noticebox> + + <@content class="text"> + <h1>Assessment</h1> + + <p> + Welcome to the start of GROW and the GROW personal assessment. The + purpose of this 18-question assessment will identify where you are + in the spiritual development process: + </p> + + <p> + <img src="${staticRoot}/images/about-grow.png" alt="Growth Process" /> + </p> + + <p> + Upon completion of the assessment, you will be invited to join the + process at the appropriate stage. For example if the assessment + returns a “believer” result, you will be invited to start the + Believer level of this process. + </p> + + <p> + Once you have completed this level, you will be invited to begin the next stage of GROW. + </p> + + <p> + Let's get with your personal GROW assessment now, it will only take a few minutes. + </p> + + </@content> + + <div id="getstarted"> + <a class="greenbutton" href="${dynamicRoot}/account/assessment">Begin Assessment ➙</a> + </div> +</@commonpage> + + diff --git a/src/main/resources/templates/pages/contact.html.ftl b/src/main/resources/templates/pages/contact.html.ftl new file mode 100644 index 0000000..c84e047 --- /dev/null +++ b/src/main/resources/templates/pages/contact.html.ftl @@ -0,0 +1,18 @@ +<#include "/macros/common.ftl"> +<#include "/macros/common-page.ftl"> + +<@commonpage> + <@noticebox> + </@noticebox> + + <@content class="text"> + <h1>Contact Us</h1> + + <p> + If you have any questions about GROW, please email us at <a href="mailto:connect@myfoursquarechurch.com">connect@myfoursquarechurch.com</a> or call us at 253-848-9111. + </p> + </@content> + +</@commonpage> + + diff --git a/src/main/resources/templates/pages/deeper/believer.html.ftl b/src/main/resources/templates/pages/deeper/believer.html.ftl new file mode 100644 index 0000000..2bf9150 --- /dev/null +++ b/src/main/resources/templates/pages/deeper/believer.html.ftl @@ -0,0 +1,51 @@ +<#include "/macros/common.ftl"> +<#include "/macros/common-page.ftl"> + +<@commonpage> + <#if errorMessage??> + <@noticebox class="visible"> + ${errorMessage?html} + </@noticebox> + <#else> + <@noticebox> + </@noticebox> + </#if> + + <div id="content"> + <article class="text"> + <#include "/templates/deeperheader.ftl"> + + <h3>Assessments</h3> + <ul> + <li> + <a href="http://www.churchgrowth.org/cgi-cg/gifts.cgi?intro=1" target="_blank">Spiritual Gifts Assessment</a> + <p> + This is a spiritual gifts assessment. We all have + gifts from God to be understood and utilized and used + for Him. This link is a tool to help you identify your + spiritual gifts so that you can better understand your + fit in the body of Christ. + </p> + </li> + </ul> + <h3>Reading List</h3> + <ul> + <li><a href="http://www.amazon.com/dp/0060652926">Mere Christianity - C.S. Lewis</a></li> + <li><a href="http://www.amazon.com/dp/0310339308">Case for Christ - Lee Strobel</a></li> + <li><a href="http://www.amazon.com/dp/0310339294">Case for Faith - Lee Strobel</a></li> + <li><a href="http://www.amazon.com/dp/0849944244">Search for Significance Robert McGee</a></li> + <li><a href="http://www.amazon.com/dp/031033750X">The Purpose Driven Life - Rick Warren</a></li> + <li><a href="http://www.amazon.com/dp/0446691097">Battlefield of the Mind - Joyce Myer</a></li> + <li><a href="http://www.amazon.com/dp/1576830276">Spiritual Disciplines for the Spiritual Life - Donald Whitney</a></li> + <li><a href="http://www.amazon.com/dp/0892765054">Bodily Healing and the Atonement - Dr. T.J. McCrossan</a></li> + <li><a href="http://www.amazon.com/dp/1577700163">The Bible in Light of our Redemption - E.W. Kenyon</a></li> + <li><a href="http://www.amazon.com/dp/0310246954">The Life You Always Wanted - John Ortberg</a></li> + <li><a href="http://www.amazon.com/dp/0785261265">Good Morning Holy Spirit - Benny Hinn</a></li> + </ul> + <h3>Other</h3> + <ul> + <li><a href="http://www.myfoursquarechurch.com/connect/community-groups/">Join a Community Group</a></li> + </ul> + </article> + </div> +</@commonpage> diff --git a/src/main/resources/templates/pages/deeper/disciple.html.ftl b/src/main/resources/templates/pages/deeper/disciple.html.ftl new file mode 100644 index 0000000..dd7fc13 --- /dev/null +++ b/src/main/resources/templates/pages/deeper/disciple.html.ftl @@ -0,0 +1,49 @@ +<#include "/macros/common.ftl"> +<#include "/macros/common-page.ftl"> + +<@commonpage> + <#if errorMessage??> + <@noticebox class="visible"> + ${errorMessage?html} + </@noticebox> + <#else> + <@noticebox> + </@noticebox> + </#if> + + <div id="content"> + <article class="text"> + <#include "/templates/deeperheader.ftl"> + + <h3>Assessments</h3> + <ul> + <li> + <a href="http://tda.lifeway.com" target="_blank">Transformational Disciple Assessment</a> + <p> + The Transformational Discipleship Assessment (TDA) + is an advanced tool to dive more deeply into + opportunities for your customized discipleship + journey. This is an excellent tool to help you + take your spiritual formation to the next level. + </p> + </li> + </ul> + <h3>Reading List</h3> + <ul> + <li><a href="http://www.amazon.com/dp/1576830276">Spiritual Disciplines for the Spiritual Life - Donald Whitney</a></li> + <li><a href="http://www.amazon.com/dp/0849944244">Search for Significance Robert McGee</a></li> + <li><a href="http://www.amazon.com/dp/031033750X">The Purpose Driven Life - Rick Warren</a></li> + <li><a href="http://www.amazon.com/dp/0446691097">Battlefield of the Mind - Joyce Myer</a></li> + <li><a href="http://www.amazon.com/dp/0892765054">Bodily Healing and the Atonement - Dr. T.J. McCrossan</a></li> + <li><a href="http://www.amazon.com/dp/1599792583">Fasting - Jentzen Franklin</a></li> + <li><a href="http://www.amazon.com/dp/0830768785">The Pursuit of God - A.W. Tozer</a></li> + <li><a href="http://www.amazon.com/dp/0875084885">What Shall This Man Do - Watchman Nee</a></li> + <li><a href="http://www.amazon.com/dp/B00ARFNII4">The Walk of the Spirit The Walk of Power - Dave Robertson</a></li> + </ul> + <h3>Other</h3> + <ul> + <li><a href="http://www.myfoursquarechurch.com/connect/community-groups/">Join a Community Group</a></li> + </ul> + </article> + </div> +</@commonpage> diff --git a/src/main/resources/templates/pages/deeper/leader.html.ftl b/src/main/resources/templates/pages/deeper/leader.html.ftl new file mode 100644 index 0000000..371c367 --- /dev/null +++ b/src/main/resources/templates/pages/deeper/leader.html.ftl @@ -0,0 +1,23 @@ +<#include "/macros/common.ftl"> +<#include "/macros/common-page.ftl"> + +<@commonpage> + <#if errorMessage??> + <@noticebox class="visible"> + ${errorMessage?html} + </@noticebox> + <#else> + <@noticebox> + </@noticebox> + </#if> + + <div id="content"> + <article class="text"> + <#include "/templates/deeperheader.ftl"> + + <ul> + <li><a href="http://www.myfoursquarechurch.com/connect/community-groups/">Join a Community Group</a></li> + </ul> + </article> + </div> +</@commonpage> diff --git a/src/main/resources/templates/pages/deeper/seeker.html.ftl b/src/main/resources/templates/pages/deeper/seeker.html.ftl new file mode 100644 index 0000000..ed0b21a --- /dev/null +++ b/src/main/resources/templates/pages/deeper/seeker.html.ftl @@ -0,0 +1,30 @@ +<#include "/macros/common.ftl"> +<#include "/macros/common-page.ftl"> + +<@commonpage> + <#if errorMessage??> + <@noticebox class="visible"> + ${errorMessage?html} + </@noticebox> + <#else> + <@noticebox> + </@noticebox> + </#if> + + <div id="content"> + <article class="text"> + <#include "/templates/deeperheader.ftl"> + + <h3>Reading List</h3> + <ul> + <li><a href="http://www.amazon.com/dp/0310339308">Case for Christ - Lee Strobel</a></li> + <li><a href="http://www.amazon.com/dp/0310339294">Case for Faith - Lee Strobel</a></li> + </ul> + <h3>Other</h3> + <ul> + <li><a href="http://www.myfoursquarechurch.com/connect/community-groups/">Join a Community Group</a></li> + </ul> + </article> + </div> +</@commonpage> + diff --git a/src/main/resources/templates/pages/deeper/teacher.html.ftl b/src/main/resources/templates/pages/deeper/teacher.html.ftl new file mode 100644 index 0000000..f0046f2 --- /dev/null +++ b/src/main/resources/templates/pages/deeper/teacher.html.ftl @@ -0,0 +1,42 @@ +<#include "/macros/common.ftl"> +<#include "/macros/common-page.ftl"> + +<@commonpage> + <#if errorMessage??> + <@noticebox class="visible"> + ${errorMessage?html} + </@noticebox> + <#else> + <@noticebox> + </@noticebox> + </#if> + + <div id="content"> + <article class="text"> + <#include "/templates/deeperheader.ftl"> + + <h3>Assessments</h3> + <ul> + <li> + <a href="http://tda.lifeway.com" target="_blank">Transformational Disciple Assessment</a> + <p> + The Transformational Discipleship Assessment (TDA) + is an advanced tool to dive more deeply into + opportunities for your customized discipleship + journey. This is an excellent tool to help you + take your spiritual formation to the next level. + </p> + </li> + </ul> + <h3>Reading List</h3> + <ul> + <li><a href="http://www.amazon.com/dp/0800699327">How to Think Theologically - Howard W. Stone & James O. Duke</a></li> + <li><a href="http://www.amazon.com/dp/0061920622">Simply Christian - N.T. Wright</a></li> + </ul> + <h3>Other</h3> + <ul> + <li><a href="http://www.myfoursquarechurch.com/connect/community-groups/">Join a Community Group</a></li> + </ul> + </article> + </div> +</@commonpage> diff --git a/src/main/resources/templates/pages/index.html.ftl b/src/main/resources/templates/pages/index.html.ftl new file mode 100644 index 0000000..59a5e38 --- /dev/null +++ b/src/main/resources/templates/pages/index.html.ftl @@ -0,0 +1,50 @@ +<#include "/macros/common.ftl"> +<!doctype html> +<html> +<head> + <title>Grow Process</title> + + <link href="http://fonts.googleapis.com/css?family=Arvo:400,700" rel="stylesheet"> + <link rel="stylesheet" href="${staticRoot}/style.css" /> + <script src="${staticRoot}/scripts/jquery.min.js"></script> + <script src="${staticRoot}/scripts/jquery-ui.js"></script> + <script src="${staticRoot}/scripts/growth.js"></script> +</head> +<body> +<div id="notfooter"> + <#include "/templates/banner.ftl"> + <header> + <h1> + <a href="http://myfoursquarechurch.com"><img src="${staticRoot}/images/foursquarelg.png"></a> + <#if config.getDomain() != "prod"> + <span class="versiontag">${config.getDomain()}</span> + </#if> + </h1> + + <#include "/templates/nav.ftl"> + </header> + + <#include "/templates/index-hero.ftl"> + + <@content> + <h1>Welcome to GROW</h1> + <p> + GROW is an on-line web based spiritual formation + process created by Foursquare Puyallup church with you in mind, to + assist you in your journey to discover God, and to be an effective + follower of Jesus Christ. + </p> + + </@content> + + <div id="getstarted"> + <a class="greenbutton" href="learnmore.html">Learn More! ➙</a> + </div> + + <div id="push"></div> +</div> + +<#include "/templates/footer.ftl"> + +</body> +</html> diff --git a/src/main/resources/templates/pages/learnmore.html.ftl b/src/main/resources/templates/pages/learnmore.html.ftl new file mode 100644 index 0000000..f69b075 --- /dev/null +++ b/src/main/resources/templates/pages/learnmore.html.ftl @@ -0,0 +1,107 @@ +<#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> + diff --git a/src/main/resources/templates/pages/login.html.ftl b/src/main/resources/templates/pages/login.html.ftl new file mode 100644 index 0000000..b88ea74 --- /dev/null +++ b/src/main/resources/templates/pages/login.html.ftl @@ -0,0 +1,41 @@ +<#include "/macros/common.ftl"> +<#include "/macros/common-page.ftl"> + +<@commonpage> + <#if errorMessage??> + <@noticebox class="visible"> + ${errorMessage?html} + </@noticebox> + <#else> + <@noticebox> + </@noticebox> + </#if> + + <div id="content"> + <div id="foursquarelogin"> + <div><img src="${staticRoot}/images/foursquarechurchlogin.png" alt="Puyallup Foursquare" /></div> + <div class="inside"> + <div class="left"> + <form action="${dynamicRoot}/account/authenticate?redirect=${redirect!""}" method="post"> + <p>Login using your Foursquare Community Groups / Online Giving login.</p> + <p> + <div><label for="emailField">Login</label></div> + <div><input id="emailField" type="text" name="email" tabindex="1" /></div> + </p> + <p> + <div><label for="passwordField">Password — <a href="https://pfseawa.infellowship.com/UserLogin/ForgotPassword" target="_blank">forgot?</a></label></div> + <div><input id="passwordField" type="password" name="password" tabindex="2" /></div> + </p> + <p class="submit"><input type="submit" value="Sign in" tabindex="3" /></p> + <p id="noaccount">Don't have an account? <a href="https://pfseawa.infellowship.com/UserLogin/New">Sign up!</a></p> + </form> + </div> + <div class="right"> + <div><img src="${staticRoot}/images/acts242.png" alt="Acts 2:42" /></div> + <div><img src="${staticRoot}/images/leadershipdev.png" alt="Leadership Development" /></div> + </div> + </div> + </div> + </div> +</@commonpage> + diff --git a/src/main/resources/templates/pages/newaccount.html.ftl b/src/main/resources/templates/pages/newaccount.html.ftl new file mode 100644 index 0000000..edfd196 --- /dev/null +++ b/src/main/resources/templates/pages/newaccount.html.ftl @@ -0,0 +1,27 @@ +<#include "/macros/common.ftl"> +<#include "/macros/common-page.ftl"> + +<@commonpage> + <#if errorMessage??> + <@noticebox class="visible"> + ${errorMessage?html} + </@noticebox> + <#else> + <@noticebox> + </@noticebox> + </#if> + + <@content> + <p> + Fill out the form below to create a new Puyallup Foursquare InFellowship account. + </p> + <form action="${dynamicRoot}/newaccount.html" method="post"> + <p><label for="firstnameField">First Name:</label> <input id="firstnameField" type="text" name="firstname" /></p> + <p><label for="lastnameField">Last Name:</label> <input id="lastnameField" type="text" name="lastname" /></p> + <p><label for="emailField">Email:</label> <input id="emailField" type="text" name="email" /></p> + <p><input type="submit" value="Create Account" /></p> + </form> + </@content> +</@commonpage> + + diff --git a/src/main/resources/templates/pages/verification.html.ftl b/src/main/resources/templates/pages/verification.html.ftl new file mode 100644 index 0000000..e81b005 --- /dev/null +++ b/src/main/resources/templates/pages/verification.html.ftl @@ -0,0 +1,17 @@ +<#include "/macros/common.ftl"> +<#include "/macros/common-page.ftl"> + +<@commonpage> + <@noticebox> + </@noticebox> + + <@content> + <p> + We have sent you a verification email. + You will be taken back to the login page after you activate your account. + </p> + </@content> +</@commonpage> + + + diff --git a/src/main/resources/templates/pages/version.ftl b/src/main/resources/templates/pages/version.ftl new file mode 100644 index 0000000..d8a38a2 --- /dev/null +++ b/src/main/resources/templates/pages/version.ftl @@ -0,0 +1 @@ +Current version <#include "/templates/gitversion.ftl"> |