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

<@commonpage>
    <@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>
        <h1>About</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>