diff options
Diffstat (limited to 'src/templates/pages/assessment.html.ftl')
-rw-r--r-- | src/templates/pages/assessment.html.ftl | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/src/templates/pages/assessment.html.ftl b/src/templates/pages/assessment.html.ftl deleted file mode 100644 index 3737dc6..0000000 --- a/src/templates/pages/assessment.html.ftl +++ /dev/null @@ -1,43 +0,0 @@ -<#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 ➙</a> - </div> -</@commonpage> - - |