summaryrefslogtreecommitdiff
path: root/src/templates/pages/index.ftl
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2013-06-03 17:50:17 -0700
committerJesse Morgan <jesse@jesterpm.net>2013-06-03 17:50:17 -0700
commit39d697b619c5b836da38d3ae457fee8999055c45 (patch)
treebfa0cc5d884ca96cd4fc88f1b000cbe47191a437 /src/templates/pages/index.ftl
parentf771e74c3867c2e16d0c9d5187a2e115345b9048 (diff)
Template Changes and Login Page
Changing templates to have .html in their name to reflect the links on the site. Also adding a placeholder about page and a rough cut of the login page.
Diffstat (limited to 'src/templates/pages/index.ftl')
-rw-r--r--src/templates/pages/index.ftl25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/templates/pages/index.ftl b/src/templates/pages/index.ftl
deleted file mode 100644
index 1505289..0000000
--- a/src/templates/pages/index.ftl
+++ /dev/null
@@ -1,25 +0,0 @@
-<#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>