summaryrefslogtreecommitdiff
path: root/templates/index.liquid
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.liquid')
-rw-r--r--templates/index.liquid26
1 files changed, 22 insertions, 4 deletions
diff --git a/templates/index.liquid b/templates/index.liquid
index eea39fe..9df79fc 100644
--- a/templates/index.liquid
+++ b/templates/index.liquid
@@ -6,16 +6,19 @@
</head>
<body>
-<center>
+
<div id='header'>
+ <center>
<h1>How to make a Folkestone.</h1>
<a href="https://docs.google.com/forms/d/10dqrK_3UZW_xlPWQLERd0xTwVONryyicNuz2aYz3X_I/edit?c=0&w=1"<h2>Participate!</h2></a>
<div id='tags'></div>
-</div></center>
+ </center>
+</div>
<br>
-<center>
+
<div id='body'>
+ <center>
{% for entry in entries %}
{% unless entry.disabled %}
<div class='cell' data-id='{{ entry.id }}'>
@@ -23,7 +26,22 @@
</div>
{% endunless %}
{% endfor %}
-</div></center>
+ </center>
+</div>
+
+<center>
+<div id='footer'>
+
+ <div class='cell' data-id='{{ testimonial.id }}'>
+ </div>
+ <div class='cell' data-id='{{ developer.id }}'>
+ </div>
+ <a href="http://howtomakeafolkestone.life/acknowledgements">
+ Acknowledgements</a>
+
+</div>
+</center>
+
{% for page in pages %}
{% unless page.disabled %}