summaryrefslogtreecommitdiff
path: root/src/main/resources/templates/pages/assessment.html.ftl
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2016-04-09 14:22:20 -0700
committerJesse Morgan <jesse@jesterpm.net>2016-04-09 15:48:01 -0700
commit3102d8bce3426d9cf41aeaf201c360d342677770 (patch)
tree38c4f1e8828f9af9c4b77a173bee0d312b321698 /src/main/resources/templates/pages/assessment.html.ftl
parentbbf907e51dfcf157bdee24dead1d531122aa25db (diff)
Switching from Ivy+Ant to Maven.
Diffstat (limited to 'src/main/resources/templates/pages/assessment.html.ftl')
-rw-r--r--src/main/resources/templates/pages/assessment.html.ftl43
1 files changed, 43 insertions, 0 deletions
diff --git a/src/main/resources/templates/pages/assessment.html.ftl b/src/main/resources/templates/pages/assessment.html.ftl
new file mode 100644
index 0000000..3737dc6
--- /dev/null
+++ b/src/main/resources/templates/pages/assessment.html.ftl
@@ -0,0 +1,43 @@
+<#include "/macros/common.ftl">
+<#include "/macros/common-page.ftl">
+
+<@commonpage>
+ <@noticebox>
+ </@noticebox>
+
+ <@content class="text">
+ <h1>Assessment</h1>
+
+ <p>
+ Welcome to the start of GROW and the GROW personal assessment. The
+ purpose of this 18-question assessment will identify where you are
+ in the spiritual development process:
+ </p>
+
+ <p>
+ <img src="${staticRoot}/images/about-grow.png" alt="Growth Process" />
+ </p>
+
+ <p>
+ Upon completion of the assessment, you will be invited to join the
+ process at the appropriate stage. For example if the assessment
+ returns a “believer” result, you will be invited to start the
+ Believer level of this process.
+ </p>
+
+ <p>
+ Once you have completed this level, you will be invited to begin the next stage of GROW.
+ </p>
+
+ <p>
+ Let's get with your personal GROW assessment now, it will only take a few minutes.
+ </p>
+
+ </@content>
+
+ <div id="getstarted">
+ <a class="greenbutton" href="${dynamicRoot}/account/assessment">Begin Assessment &#x2799;</a>
+ </div>
+</@commonpage>
+
+