summaryrefslogtreecommitdiff
path: root/src/templates/pages/deeper/teacher.html.ftl
blob: f0046f2ac0362704c1361b90a2f59be2372523cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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>