diff options
| author | Catalina Vallejos <kintrala@me.com> | 2017-08-23 19:55:08 +0100 |
|---|---|---|
| committer | Catalina Vallejos <kintrala@me.com> | 2017-08-23 19:55:08 +0100 |
| commit | d4efcefac91f6e596625fbe9d0049985a4e09789 (patch) | |
| tree | 90a090b55fa82a9f01da925e32d2334efc0581e7 | |
| parent | c6253d35a56b6868e04dcac62f9e53af16f2aaf1 (diff) | |
acknowledgements
| -rw-r--r-- | acknowledgements | 28 | ||||
| -rw-r--r-- | templates/index.liquid | 26 |
2 files changed, 50 insertions, 4 deletions
diff --git a/acknowledgements b/acknowledgements new file mode 100644 index 0000000..c976ee5 --- /dev/null +++ b/acknowledgements @@ -0,0 +1,28 @@ +<!doctype html> +<html> +<head> +<title>How to make a Folkestone.</title> +<link href='/assets/css.css' rel='stylesheet' type='text/css'> +</head> +<body> +<div id='header'> + <center> + <h1>How to make a Folkestone.</h1> + <br></br> + <h2>Acknowledgements</h2> + <br></br> + <h3> This project is supported entirely by the collaboration TUA x CSM </h3> + <br></br> + During the second collaboration between the Tokyo University of Fine Arts and Music + and Central Sain Martins of the London University of Arts, we are proud to be participating + in a Folkestone Triennial event! + + 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. + + + </center> +</div> +<br> 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 %} |
