diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2013-04-30 06:54:08 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2013-04-30 06:54:08 -0700 |
commit | 277f0f6ba4dc4ae788fc63fd26704ab766a79363 (patch) | |
tree | 64a8344a1b2a07a8db9aa391aeb5a4b53887e0b8 /src/templates/pages/index.ftl | |
parent | 206d83b645af34ddf7d67001b84c17b35a9fab9c (diff) |
Adding page templates and resources
Diffstat (limited to 'src/templates/pages/index.ftl')
-rw-r--r-- | src/templates/pages/index.ftl | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/templates/pages/index.ftl b/src/templates/pages/index.ftl new file mode 100644 index 0000000..1505289 --- /dev/null +++ b/src/templates/pages/index.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! ➙</a> + </div> +</@commonpage> |