summaryrefslogtreecommitdiff
path: root/src/templates/pages/index.html.ftl
blob: 4e6ea738cde65debbeedde17a89b18eb1dd91f84 (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
<#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>
            Curabitur mattis molestie ligula, ac vestibulum Curabitur
            mattis facillisis vel. Iacus facillisis vel. Nam dignissim
            massa luctus ipsum adipiscing dignissim.
        </p>
    </@content>

    <div id="getstarted">
        <a class="greenbutton" href="index.html">Get Started! &#x2799;</a>
    </div>
</@commonpage>