diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2014-02-08 13:51:35 -0800 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2014-02-08 13:51:35 -0800 |
commit | 8c6d308cc269e568c05b79ead2d06f6b16595386 (patch) | |
tree | ed0c7bcc9cdb0a56c0d30b7333f1d0bd6c902afb | |
parent | ec464d8466bf006aaf674a79a00c58fc4fbf796e (diff) |
Categorizing the going deeper links
-rw-r--r-- | src/templates/templates/deeper-believer.ftl | 6 | ||||
-rw-r--r-- | src/templates/templates/deeper-disciple.ftl | 7 | ||||
-rw-r--r-- | src/templates/templates/deeper-seeker.ftl | 4 | ||||
-rw-r--r-- | src/templates/templates/deeper-teacher.ftl | 9 |
4 files changed, 25 insertions, 1 deletions
diff --git a/src/templates/templates/deeper-believer.ftl b/src/templates/templates/deeper-believer.ftl index db73937..d5cab00 100644 --- a/src/templates/templates/deeper-believer.ftl +++ b/src/templates/templates/deeper-believer.ftl @@ -1,5 +1,8 @@ +<h3>Assessments</h3> <ul> <li><a href="http://www.churchgrowth.org/cgi-cg/gifts.cgi?intro=1" target="_blank">Spiritual Gifts Assessment</a></li> +</ul> +<h3>Reading List</h3> <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> @@ -11,5 +14,8 @@ <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> diff --git a/src/templates/templates/deeper-disciple.ftl b/src/templates/templates/deeper-disciple.ftl index 8127365..e9f8342 100644 --- a/src/templates/templates/deeper-disciple.ftl +++ b/src/templates/templates/deeper-disciple.ftl @@ -1,5 +1,9 @@ +<h3>Assessments</h3> <ul> <li><a href="http://tda.lifeway.com" target="_blank">Transformational Disciple Assessment</a></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> @@ -9,5 +13,8 @@ <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> diff --git a/src/templates/templates/deeper-seeker.ftl b/src/templates/templates/deeper-seeker.ftl index d7e9524..a7e2cb0 100644 --- a/src/templates/templates/deeper-seeker.ftl +++ b/src/templates/templates/deeper-seeker.ftl @@ -1,5 +1,9 @@ +<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> diff --git a/src/templates/templates/deeper-teacher.ftl b/src/templates/templates/deeper-teacher.ftl index dbf8bf7..a98c132 100644 --- a/src/templates/templates/deeper-teacher.ftl +++ b/src/templates/templates/deeper-teacher.ftl @@ -1,7 +1,14 @@ +<h3>Assessments</h3> <ul> - <li><a href="/account/training/leader">Group Leader Orientation</a></li> <li><a href="http://tda.lifeway.com" target="_blank">Transformational Disciple Assessment</a></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="/account/training/leader">Group Leader Orientation</a></li> <li><a href="http://www.myfoursquarechurch.com/connect/community-groups/">Join a Community Group</a></li> </ul> |