From 3102d8bce3426d9cf41aeaf201c360d342677770 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sat, 9 Apr 2016 14:22:20 -0700 Subject: Switching from Ivy+Ant to Maven. --- src/templates/pages/assessment.html.ftl | 43 ----------- src/templates/pages/contact.html.ftl | 18 ----- src/templates/pages/deeper/believer.html.ftl | 51 ------------- src/templates/pages/deeper/disciple.html.ftl | 49 ------------ src/templates/pages/deeper/leader.html.ftl | 23 ------ src/templates/pages/deeper/seeker.html.ftl | 30 -------- src/templates/pages/deeper/teacher.html.ftl | 42 ----------- src/templates/pages/index.html.ftl | 50 ------------- src/templates/pages/learnmore.html.ftl | 107 --------------------------- src/templates/pages/login.html.ftl | 41 ---------- src/templates/pages/newaccount.html.ftl | 27 ------- src/templates/pages/verification.html.ftl | 17 ----- src/templates/pages/version.ftl | 1 - 13 files changed, 499 deletions(-) delete mode 100644 src/templates/pages/assessment.html.ftl delete mode 100644 src/templates/pages/contact.html.ftl delete mode 100644 src/templates/pages/deeper/believer.html.ftl delete mode 100644 src/templates/pages/deeper/disciple.html.ftl delete mode 100644 src/templates/pages/deeper/leader.html.ftl delete mode 100644 src/templates/pages/deeper/seeker.html.ftl delete mode 100644 src/templates/pages/deeper/teacher.html.ftl delete mode 100644 src/templates/pages/index.html.ftl delete mode 100644 src/templates/pages/learnmore.html.ftl delete mode 100644 src/templates/pages/login.html.ftl delete mode 100644 src/templates/pages/newaccount.html.ftl delete mode 100644 src/templates/pages/verification.html.ftl delete mode 100644 src/templates/pages/version.ftl (limited to 'src/templates/pages') diff --git a/src/templates/pages/assessment.html.ftl b/src/templates/pages/assessment.html.ftl deleted file mode 100644 index 3737dc6..0000000 --- a/src/templates/pages/assessment.html.ftl +++ /dev/null @@ -1,43 +0,0 @@ -<#include "/macros/common.ftl"> -<#include "/macros/common-page.ftl"> - -<@commonpage> - <@noticebox> - - - <@content class="text"> -

Assessment

- -

- 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: -

- -

- Growth Process -

- -

- 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. -

- -

- Once you have completed this level, you will be invited to begin the next stage of GROW. -

- -

- Let's get with your personal GROW assessment now, it will only take a few minutes. -

- - - -
- Begin Assessment ➙ -
- - - diff --git a/src/templates/pages/contact.html.ftl b/src/templates/pages/contact.html.ftl deleted file mode 100644 index c84e047..0000000 --- a/src/templates/pages/contact.html.ftl +++ /dev/null @@ -1,18 +0,0 @@ -<#include "/macros/common.ftl"> -<#include "/macros/common-page.ftl"> - -<@commonpage> - <@noticebox> - - - <@content class="text"> -

Contact Us

- -

- If you have any questions about GROW, please email us at connect@myfoursquarechurch.com or call us at 253-848-9111. -

- - - - - diff --git a/src/templates/pages/deeper/believer.html.ftl b/src/templates/pages/deeper/believer.html.ftl deleted file mode 100644 index 2bf9150..0000000 --- a/src/templates/pages/deeper/believer.html.ftl +++ /dev/null @@ -1,51 +0,0 @@ -<#include "/macros/common.ftl"> -<#include "/macros/common-page.ftl"> - -<@commonpage> - <#if errorMessage??> - <@noticebox class="visible"> - ${errorMessage?html} - - <#else> - <@noticebox> - - - -
-
- <#include "/templates/deeperheader.ftl"> - -

Assessments

-
    -
  • - Spiritual Gifts Assessment -

    - 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. -

    -
  • -
-

Reading List

- -

Other

- -
-
- diff --git a/src/templates/pages/deeper/disciple.html.ftl b/src/templates/pages/deeper/disciple.html.ftl deleted file mode 100644 index dd7fc13..0000000 --- a/src/templates/pages/deeper/disciple.html.ftl +++ /dev/null @@ -1,49 +0,0 @@ -<#include "/macros/common.ftl"> -<#include "/macros/common-page.ftl"> - -<@commonpage> - <#if errorMessage??> - <@noticebox class="visible"> - ${errorMessage?html} - - <#else> - <@noticebox> - - - -
-
- <#include "/templates/deeperheader.ftl"> - -

Assessments

-
    -
  • - Transformational Disciple Assessment -

    - 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. -

    -
  • -
-

Reading List

- -

Other

- -
-
- diff --git a/src/templates/pages/deeper/leader.html.ftl b/src/templates/pages/deeper/leader.html.ftl deleted file mode 100644 index 371c367..0000000 --- a/src/templates/pages/deeper/leader.html.ftl +++ /dev/null @@ -1,23 +0,0 @@ -<#include "/macros/common.ftl"> -<#include "/macros/common-page.ftl"> - -<@commonpage> - <#if errorMessage??> - <@noticebox class="visible"> - ${errorMessage?html} - - <#else> - <@noticebox> - - - -
- -
- diff --git a/src/templates/pages/deeper/seeker.html.ftl b/src/templates/pages/deeper/seeker.html.ftl deleted file mode 100644 index ed0b21a..0000000 --- a/src/templates/pages/deeper/seeker.html.ftl +++ /dev/null @@ -1,30 +0,0 @@ -<#include "/macros/common.ftl"> -<#include "/macros/common-page.ftl"> - -<@commonpage> - <#if errorMessage??> - <@noticebox class="visible"> - ${errorMessage?html} - - <#else> - <@noticebox> - - - -
- -
- - diff --git a/src/templates/pages/deeper/teacher.html.ftl b/src/templates/pages/deeper/teacher.html.ftl deleted file mode 100644 index f0046f2..0000000 --- a/src/templates/pages/deeper/teacher.html.ftl +++ /dev/null @@ -1,42 +0,0 @@ -<#include "/macros/common.ftl"> -<#include "/macros/common-page.ftl"> - -<@commonpage> - <#if errorMessage??> - <@noticebox class="visible"> - ${errorMessage?html} - - <#else> - <@noticebox> - - - -
-
- <#include "/templates/deeperheader.ftl"> - -

Assessments

-
    -
  • - Transformational Disciple Assessment -

    - 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. -

    -
  • -
-

Reading List

- -

Other

- -
-
- diff --git a/src/templates/pages/index.html.ftl b/src/templates/pages/index.html.ftl deleted file mode 100644 index 59a5e38..0000000 --- a/src/templates/pages/index.html.ftl +++ /dev/null @@ -1,50 +0,0 @@ -<#include "/macros/common.ftl"> - - - - Grow Process - - - - - - - - -
- <#include "/templates/banner.ftl"> -
-

- - <#if config.getDomain() != "prod"> - ${config.getDomain()} - -

- - <#include "/templates/nav.ftl"> -
- - <#include "/templates/index-hero.ftl"> - - <@content> -

Welcome to GROW

-

- 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. -

- - - - - -
-
- -<#include "/templates/footer.ftl"> - - - 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> - - - <@content class="text"> -

Learn More

- -

What is GROW?

-

- 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. -

-

- GROW is an innovative, web based process that incorporates multiple - media elements for learning including assessments, videos, written - materials, interactive tools, community forums, etc. -

-

- GROW is designed to be experienced in a variety of ways to meet all - the possible scenarios and environments for learning: -

- - -

Why GROW?

-

- 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! -

-

- Every individual is in one of four stages of spiritual formation: -

-

Seeker, Believer, Disciple, Teacher

-

- Our goal is to help you identify where you are, and to help you get to - the next stage of development and spiritual maturity. -

-

- We believe that Jesus last command in Matthew 28:19 should be our - highest priority: -

-
- "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..." -
-

- At Foursquare Puyallup, 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. -

- -

It is in our mission statement:

- -
- We present the Gospel message in such a way that Seekers become - Believers, Believers become Disciples, Disciples become Teachers and - Teachers lead this process. -
- -

And it's our #5 Core value as a church:

- -
- 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. -
- -

- We have created the GROW process for that very purpose, and in - fulfillment of God's call on the church. -

- -

How does GROW work?

-

Here is how it works:

- - -

Now it's your turn to act!

-

Get started now in your journey by taking the GROW assessment.

- - - - <#include "/templates/getstarted-button.ftl"> - - diff --git a/src/templates/pages/login.html.ftl b/src/templates/pages/login.html.ftl deleted file mode 100644 index b88ea74..0000000 --- a/src/templates/pages/login.html.ftl +++ /dev/null @@ -1,41 +0,0 @@ -<#include "/macros/common.ftl"> -<#include "/macros/common-page.ftl"> - -<@commonpage> - <#if errorMessage??> - <@noticebox class="visible"> - ${errorMessage?html} - - <#else> - <@noticebox> - - - -
-
-
Puyallup Foursquare
-
-
-
-

Login using your Foursquare Community Groups / Online Giving login.

-

-

-
-

-

-

-
-

-

-

Don't have an account? Sign up!

-
-
-
-
Acts 2:42
-
Leadership Development
-
-
-
-
- - diff --git a/src/templates/pages/newaccount.html.ftl b/src/templates/pages/newaccount.html.ftl deleted file mode 100644 index edfd196..0000000 --- a/src/templates/pages/newaccount.html.ftl +++ /dev/null @@ -1,27 +0,0 @@ -<#include "/macros/common.ftl"> -<#include "/macros/common-page.ftl"> - -<@commonpage> - <#if errorMessage??> - <@noticebox class="visible"> - ${errorMessage?html} - - <#else> - <@noticebox> - - - - <@content> -

- Fill out the form below to create a new Puyallup Foursquare InFellowship account. -

-
-

-

-

-

-
- - - - diff --git a/src/templates/pages/verification.html.ftl b/src/templates/pages/verification.html.ftl deleted file mode 100644 index e81b005..0000000 --- a/src/templates/pages/verification.html.ftl +++ /dev/null @@ -1,17 +0,0 @@ -<#include "/macros/common.ftl"> -<#include "/macros/common-page.ftl"> - -<@commonpage> - <@noticebox> - - - <@content> -

- We have sent you a verification email. - You will be taken back to the login page after you activate your account. -

- - - - - diff --git a/src/templates/pages/version.ftl b/src/templates/pages/version.ftl deleted file mode 100644 index d8a38a2..0000000 --- a/src/templates/pages/version.ftl +++ /dev/null @@ -1 +0,0 @@ -Current version <#include "/templates/gitversion.ftl"> -- cgit v1.2.3