summaryrefslogtreecommitdiff
path: root/src/templates/pages
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2013-08-31 23:45:48 -0700
committerJesse Morgan <jesse@jesterpm.net>2013-08-31 23:46:11 -0700
commit4525beb985f8e874f11c0e95df2b1544c8b0b1ba (patch)
tree18685bdace563c6bbb3bfaac5b77d450f6246054 /src/templates/pages
parent68fb7d58b69f73e69f9b114792bd576897f41122 (diff)
Cleaning up content macro. Adding favicon. Fixing static content.
Diffstat (limited to 'src/templates/pages')
-rw-r--r--src/templates/pages/about.html.ftl8
-rw-r--r--src/templates/pages/assessment.html.ftl9
-rw-r--r--src/templates/pages/contact.html.ftl4
-rw-r--r--src/templates/pages/index.html.ftl2
-rw-r--r--src/templates/pages/login.html.ftl13
5 files changed, 18 insertions, 18 deletions
diff --git a/src/templates/pages/about.html.ftl b/src/templates/pages/about.html.ftl
index 63cd366..a28b355 100644
--- a/src/templates/pages/about.html.ftl
+++ b/src/templates/pages/about.html.ftl
@@ -5,7 +5,7 @@
<@noticebox>
</@noticebox>
- <@textcontent>
+ <@content class="text">
<h1>About</h1>
<p>
@@ -15,7 +15,7 @@
</p>
<p>
- Disciple means “learner” and our goal is to help you be an
+ Disciple means "learner" and our goal is to help you be an
effective learner and grow in the knowledge of Jesus Christ, the
Word of God, the essentials of your faith that will cause the
transformation God promises you will experience. And that
@@ -60,11 +60,11 @@
</p>
<p>
- Now it’s your turn to act! Get started now in your journey by
+ Now it's your turn to act! Get started now in your journey by
taking the GROW assessment. Identify your starting place as a
Seeker, Believer, Disciple or Teacher and be a disciple.
</p>
- </@textcontent>
+ </@content>
<#include "/templates/getstarted-button.ftl">
</@commonpage>
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 &#x2799;</a>
diff --git a/src/templates/pages/contact.html.ftl b/src/templates/pages/contact.html.ftl
index 40499cc..d8a0a29 100644
--- a/src/templates/pages/contact.html.ftl
+++ b/src/templates/pages/contact.html.ftl
@@ -5,7 +5,7 @@
<@noticebox>
</@noticebox>
- <@textcontent>
+ <@content class="text">
<h1>Contact Us</h1>
<p>
@@ -30,7 +30,7 @@
<p><input type="submit" value="Send" /></p>
</form>
- </@textcontent>
+ </@content>
</@commonpage>
diff --git a/src/templates/pages/index.html.ftl b/src/templates/pages/index.html.ftl
index 2788e8f..2057ea6 100644
--- a/src/templates/pages/index.html.ftl
+++ b/src/templates/pages/index.html.ftl
@@ -21,7 +21,7 @@
GROW process is an on-line application and network to help you GROW
as a follower of Jesus Christ.
</p>
- Let’s join together in a spiritual formation journey and begin the
+ Let's join together in a spiritual formation journey and begin the
discipleship process that will transform your life.
</p>
</@content>
diff --git a/src/templates/pages/login.html.ftl b/src/templates/pages/login.html.ftl
index 2a27858..e5d963f 100644
--- a/src/templates/pages/login.html.ftl
+++ b/src/templates/pages/login.html.ftl
@@ -2,13 +2,14 @@
<#include "/macros/common-page.ftl">
<@commonpage>
- <@noticebox>
- <#if errorMessage??>
+ <#if errorMessage??>
+ <@noticebox class="visible">
${errorMessage?html}
- <#else>
- Welcome!
- </#if>
- </@noticebox>
+ </@noticebox>
+ <#else>
+ <@noticebox>
+ </@noticebox>
+ </#if>
<@content>
<p>Welcome! You will need to login with your Foursquare Church InFellowship login.</p>