summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/acknowledgements.liquid44
-rw-r--r--templates/index.liquid4
2 files changed, 45 insertions, 3 deletions
diff --git a/templates/acknowledgements.liquid b/templates/acknowledgements.liquid
new file mode 100644
index 0000000..0281387
--- /dev/null
+++ b/templates/acknowledgements.liquid
@@ -0,0 +1,44 @@
+<!doctype html>
+<html>
+<head>
+<title>How to make a Folkestone.</title>
+<link href='/assets/css.css' rel='stylesheet' type='text/css'>
+</head>
+<body>
+<a href='/'><img src="/assets/header.jpg" id="header"></a>
+
+<div class='cell'>
+ <h2><span>Acknowledgements</span></h2>
+ <h3><span>This project is supported entirely by the collaboration TUA x CSM</span></h3>
+
+ <div class='content'>
+ During the second collaboration between the Tokyo University of Fine Arts and Music
+ and Central Saint Martins of the London University of Arts, we are proud to be participating
+ in a Folkestone Triennial event!
+ <br>
+ <br>
+ For the time of installation and exhibition in Folkestone we have been assigned to
+ think of the idea of Topography, and to manifest artwork that will engage the people of
+ Folkestone, the visitors to the Triennale, and the artists in a way that is
+ relevant to our global community of Art enthusiasts.
+ </div>
+ <a href="http://catalinavallejos.com" target="_blank"><img src="https://puu.sh/xl6QS/993018a40a.png" style='width: 100%;margin-top:20px;'></a>
+ </center>
+</div>
+
+<div id="footer">
+ <div id="coda">
+ <a href="/">Stories</a>
+ <a href="https://docs.google.com/forms/d/10dqrK_3UZW_xlPWQLERd0xTwVONryyicNuz2aYz3X_I/edit?c=0&w=1">Participate!</a>
+ </div>
+ <div id="logos">
+ <a target="_blank" href="http://asdf.us/"><img src="/assets/bird.png"></a>
+ <a target="_blank" href="http://catalinavallejos.com/"><img src="/assets/wayshape.png"></a>
+ <a target="_blank" href="http://www.geidai.ac.jp/english/"><img src="/assets/geidai.png"></a>
+ <a target="_blank" href="http://www.arts.ac.uk/csm/"><img src="/assets/csm.png"></a>
+ <a target="_blank" href="http://gap.geidai.ac.jp/en/"><img src="/assets/gap.png"></a>
+ </div>
+</div>
+
+</body>
+</html> \ No newline at end of file
diff --git a/templates/index.liquid b/templates/index.liquid
index 5252eb2..1968816 100644
--- a/templates/index.liquid
+++ b/templates/index.liquid
@@ -75,7 +75,7 @@
</div>
<div id="coda">
- <a href="http://howtomakeafolkestone.life/acknowledgements">Acknowledgements</a>
+ <a href="/acknowledgements">Acknowledgements</a>
<a href="https://docs.google.com/forms/d/10dqrK_3UZW_xlPWQLERd0xTwVONryyicNuz2aYz3X_I/edit?c=0&w=1">Participate!</a>
</div>
<div id="logos">
@@ -84,8 +84,6 @@
<a target="_blank" href="http://www.geidai.ac.jp/english/"><img src="/assets/geidai.png"></a>
<a target="_blank" href="http://www.arts.ac.uk/csm/"><img src="/assets/csm.png"></a>
<a target="_blank" href="http://gap.geidai.ac.jp/en/"><img src="/assets/gap.png"></a>
-
-
</div>
</div>