From 55e19559739d879f31ff5bd2fdcfa8a6cc055a34 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sat, 31 Aug 2013 23:45:48 -0700 Subject: Cleaning up content macro. Adding favicon. Fixing static content. --- src/templates/pages/about.html.ftl | 8 ++++---- src/templates/pages/assessment.html.ftl | 9 ++++----- src/templates/pages/contact.html.ftl | 4 ++-- src/templates/pages/index.html.ftl | 2 +- src/templates/pages/login.html.ftl | 13 +++++++------ 5 files changed, 18 insertions(+), 18 deletions(-) (limited to 'src/templates/pages') 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> - <@textcontent> + <@content class="text">

About

@@ -15,7 +15,7 @@

- 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 @@

- 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.

- + <#include "/templates/getstarted-button.ftl"> 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> - <@textcontent> + <@content class="text">

Assessment

@@ -15,8 +15,7 @@

- - **************** Insert the image here. ************************* + Growth Process

@@ -31,10 +30,10 @@

- 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.

- +
Begin Assessment ➙ 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> - <@textcontent> + <@content class="text">

Contact Us

@@ -30,7 +30,7 @@

- + 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.

- 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.

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! - - + + <#else> + <@noticebox> + + <@content>

Welcome! You will need to login with your Foursquare Church InFellowship login.

-- cgit v1.2.3