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 | 55e19559739d879f31ff5bd2fdcfa8a6cc055a34 (patch) | |
tree | e111deec329365068f788b11ff03ab8e07ed7447 /src/templates/pages/assessment.html.ftl | |
parent | ec17ac7fca60b87449355f8c240fc7e0512eba33 (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> |