diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2013-09-14 15:57:23 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2013-09-14 15:57:23 -0700 |
commit | fb36eb322d349a594d6425f7af8e9c4774f4a0a3 (patch) | |
tree | 9181a06ec6f4c984fefaedbfd9b4af8d08ee8bf9 /src | |
parent | ec463ba7e2610ef15333530708f802b0d5069e4c (diff) |
Making editing changes.
* Home page changes.
* Darkening font color, increasing font size
* Fixing about link in footer.
Diffstat (limited to 'src')
-rw-r--r-- | src/templates/pages/index.html.ftl | 21 | ||||
-rw-r--r-- | src/templates/templates/footer.ftl | 2 | ||||
-rw-r--r-- | src/templates/templates/index-hero.ftl | 2 |
3 files changed, 11 insertions, 14 deletions
diff --git a/src/templates/pages/index.html.ftl b/src/templates/pages/index.html.ftl index 2571926..785e729 100644 --- a/src/templates/pages/index.html.ftl +++ b/src/templates/pages/index.html.ftl @@ -5,20 +5,17 @@ <#include "/templates/index-hero.ftl"> <@content> - <img src="${staticRoot}/images/about-grow.png" /> - - <h1>Grow "Buckets"</h1> - <p> - We want to help you GROW - </p> + <h1>Welcome to GROW</h1> <p> - 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 - discipleship process that will transform your life. + GROW is an on-line web based spiritual formation + process created by Foursquare Puyallup church with you in mind, to + assist you in your journey to discover God, and to be an effective + follower of Jesus Christ. </p> + </@content> - <#include "/templates/getstarted-button.ftl"> + <div id="getstarted"> + <a class="greenbutton" href="learnmore.html">Learn More! ➙</a> + </div> </@commonpage> diff --git a/src/templates/templates/footer.ftl b/src/templates/templates/footer.ftl index 0432974..cc080de 100644 --- a/src/templates/templates/footer.ftl +++ b/src/templates/templates/footer.ftl @@ -1,7 +1,7 @@ <footer> <div class="left"> <a href="${dynamicRoot}/index.html">Home</a> - <a href="${dynamicRoot}/about.html">About</a> + <a href="${dynamicRoot}/learnmore.html">Learn More</a> <a href="${dynamicRoot}/contact.html">Contact</a> </div> diff --git a/src/templates/templates/index-hero.ftl b/src/templates/templates/index-hero.ftl index f447d53..06fbca0 100644 --- a/src/templates/templates/index-hero.ftl +++ b/src/templates/templates/index-hero.ftl @@ -1,4 +1,4 @@ <div id="hero"> - <h1>We want to help you Grow.</h1> + <h1>We want to help you GROW!</h1> </div> |