summaryrefslogtreecommitdiff
path: root/src/templates/pages/index.html.ftl
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/pages/index.html.ftl')
-rw-r--r--src/templates/pages/index.html.ftl25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/templates/pages/index.html.ftl b/src/templates/pages/index.html.ftl
new file mode 100644
index 0000000..1505289
--- /dev/null
+++ b/src/templates/pages/index.html.ftl
@@ -0,0 +1,25 @@
+<#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>
+ <img src="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>