summaryrefslogtreecommitdiff
path: root/templates/index.liquid
diff options
context:
space:
mode:
authorCatalina Vallejos <kintrala@me.com>2017-08-23 19:55:08 +0100
committerCatalina Vallejos <kintrala@me.com>2017-08-23 19:55:08 +0100
commitd4efcefac91f6e596625fbe9d0049985a4e09789 (patch)
tree90a090b55fa82a9f01da925e32d2334efc0581e7 /templates/index.liquid
parentc6253d35a56b6868e04dcac62f9e53af16f2aaf1 (diff)
acknowledgements
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 %}