diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2013-08-31 23:45:48 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2013-08-31 23:46:11 -0700 |
commit | 4525beb985f8e874f11c0e95df2b1544c8b0b1ba (patch) | |
tree | 18685bdace563c6bbb3bfaac5b77d450f6246054 /src/templates/pages/assessment.html.ftl | |
parent | 68fb7d58b69f73e69f9b114792bd576897f41122 (diff) |
Cleaning up content macro. Adding favicon. Fixing static content.
Diffstat (limited to 'src/templates/pages/assessment.html.ftl')
-rw-r--r-- | src/templates/pages/assessment.html.ftl | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/templates/pages/assessment.html.ftl b/src/templates/pages/assessment.html.ftl index 7903382..3737dc6 100644 --- a/src/templates/pages/assessment.html.ftl +++ b/src/templates/pages/assessment.html.ftl @@ -5,7 +5,7 @@ <@noticebox> </@noticebox> - <@textcontent> + <@content class="text"> <h1>Assessment</h1> <p> @@ -15,8 +15,7 @@ </p> <p> - <!-- TODO: Insert Image Here --> - **************** Insert the image here. ************************* + <img src="${staticRoot}/images/about-grow.png" alt="Growth Process" /> </p> <p> @@ -31,10 +30,10 @@ </p> <p> - Let’s get with your personal GROW assessment now, it will only take a few minutes. + Let's get with your personal GROW assessment now, it will only take a few minutes. </p> - </@textcontent> + </@content> <div id="getstarted"> <a class="greenbutton" href="${dynamicRoot}/account/assessment">Begin Assessment ➙</a> |