summaryrefslogtreecommitdiff
path: root/src/main/resources/templates/pages/deeper/teacher.html.ftl
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2016-04-09 14:22:20 -0700
committerJesse Morgan <jesse@jesterpm.net>2016-04-09 15:48:01 -0700
commit3102d8bce3426d9cf41aeaf201c360d342677770 (patch)
tree38c4f1e8828f9af9c4b77a173bee0d312b321698 /src/main/resources/templates/pages/deeper/teacher.html.ftl
parentbbf907e51dfcf157bdee24dead1d531122aa25db (diff)
Switching from Ivy+Ant to Maven.
Diffstat (limited to 'src/main/resources/templates/pages/deeper/teacher.html.ftl')
-rw-r--r--src/main/resources/templates/pages/deeper/teacher.html.ftl42
1 files changed, 42 insertions, 0 deletions
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 &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="http://www.myfoursquarechurch.com/connect/community-groups/">Join a Community Group</a></li>
+ </ul>
+ </article>
+ </div>
+</@commonpage>