summaryrefslogtreecommitdiff
path: root/src/templates/pages/index.html.ftl
blob: 2788e8fcd20a8dd5f2919142b5c6d36981410eca (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
<#include "/macros/common.ftl">
<#include "/macros/common-page.ftl">

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

    <@noticebox>
        The Grow Process focuses on the topic that you want to learn
        about.  Out 'Assessment' test will give you the right courses
        fit for your level.
    </@noticebox>

    <@content>
        <img src="${staticRoot}/images/buckets.png" />

        <h1>Grow "Buckets"</h1>
        <p>
            We want to help you GROW
        </p>
        <p>
            GROW process is an on-line application and network to help you GROW
            as a follower of Jesus Christ.  
        </p>
            Let’s join together in a spiritual formation journey and begin the
            discipleship process that will transform your life.
        </p>
    </@content>

    <#include "/templates/getstarted-button.ftl">
</@commonpage>