summaryrefslogtreecommitdiff
path: root/src/templates/pages/deeper/teacher.html.ftl
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2014-03-04 21:52:07 -0800
committerJesse Morgan <jesse@jesterpm.net>2014-03-04 21:52:07 -0800
commit9e495c5f2a55a3f37324de87edf3180d7b1b0667 (patch)
tree727f8092d62170216b638150cd52b19739ecb6a6 /src/templates/pages/deeper/teacher.html.ftl
parenta1a768d17e82d04e07ddb069b44e064dcb97ed74 (diff)
Moving Going Deeper to a separate page.
Diffstat (limited to 'src/templates/pages/deeper/teacher.html.ftl')
-rw-r--r--src/templates/pages/deeper/teacher.html.ftl43
1 files changed, 43 insertions, 0 deletions
diff --git a/src/templates/pages/deeper/teacher.html.ftl b/src/templates/pages/deeper/teacher.html.ftl
new file mode 100644
index 0000000..684923e
--- /dev/null
+++ b/src/templates/pages/deeper/teacher.html.ftl
@@ -0,0 +1,43 @@
+<#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 &amp; 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>
+ </article>
+ </div>
+</@commonpage>