diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2016-04-09 14:22:20 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2016-04-09 15:48:01 -0700 |
commit | 3102d8bce3426d9cf41aeaf201c360d342677770 (patch) | |
tree | 38c4f1e8828f9af9c4b77a173bee0d312b321698 /src/templates/pages/index.html.ftl | |
parent | bbf907e51dfcf157bdee24dead1d531122aa25db (diff) |
Switching from Ivy+Ant to Maven.
Diffstat (limited to 'src/templates/pages/index.html.ftl')
-rw-r--r-- | src/templates/pages/index.html.ftl | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/src/templates/pages/index.html.ftl b/src/templates/pages/index.html.ftl deleted file mode 100644 index 59a5e38..0000000 --- a/src/templates/pages/index.html.ftl +++ /dev/null @@ -1,50 +0,0 @@ -<#include "/macros/common.ftl"> -<!doctype html> -<html> -<head> - <title>Grow Process</title> - - <link href="http://fonts.googleapis.com/css?family=Arvo:400,700" rel="stylesheet"> - <link rel="stylesheet" href="${staticRoot}/style.css" /> - <script src="${staticRoot}/scripts/jquery.min.js"></script> - <script src="${staticRoot}/scripts/jquery-ui.js"></script> - <script src="${staticRoot}/scripts/growth.js"></script> -</head> -<body> -<div id="notfooter"> - <#include "/templates/banner.ftl"> - <header> - <h1> - <a href="http://myfoursquarechurch.com"><img src="${staticRoot}/images/foursquarelg.png"></a> - <#if config.getDomain() != "prod"> - <span class="versiontag">${config.getDomain()}</span> - </#if> - </h1> - - <#include "/templates/nav.ftl"> - </header> - - <#include "/templates/index-hero.ftl"> - - <@content> - <h1>Welcome to GROW</h1> - <p> - 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> - - <div id="getstarted"> - <a class="greenbutton" href="learnmore.html">Learn More! ➙</a> - </div> - - <div id="push"></div> -</div> - -<#include "/templates/footer.ftl"> - -</body> -</html> |