86 lines
3.3 KiB
HTML
86 lines
3.3 KiB
HTML
{% extends 'main_base.html' %}
|
||
{% block title %} Contact {% endblock %}
|
||
{% block extra_head %}
|
||
<link rel="stylesheet" href="/static/css/main/contact.css" />
|
||
{% endblock %}
|
||
|
||
{% block pageTitle %} Contact {% endblock %}
|
||
|
||
{% block content %}
|
||
<div class="centerWrapper">
|
||
<div class="centerContent">
|
||
<h3>Contact</h3>
|
||
<p>
|
||
For more information come to <br />
|
||
the Centre for Possible Studies <br />
|
||
64 Seymour Street <br />
|
||
London W1H 5BH <br />
|
||
</p>
|
||
<p>
|
||
+ 44 (0) 20 7298 1535
|
||
</p>
|
||
<p>
|
||
Opening Hours <br />
|
||
Wednesday–Saturday 2–5pm
|
||
</p>
|
||
<p>
|
||
Janna Graham, Project Curator <br />
|
||
<strong>jannag@serpentinegallery.org</strong>
|
||
</p>
|
||
<p>
|
||
Amal Khalaf, Edgware Road <br />
|
||
Project Assistant <br />
|
||
<strong>amalk@serpentinegallery.org</strong>
|
||
</p>
|
||
<p>
|
||
<iframe width="425" height="300" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=64+Seymour+Street+London+W1H+5BH+&aq=&sll=33.590355,130.401716&sspn=0.16845,0.350876&ie=UTF8&hq=&hnear=64+Seymour+St,+Paddington,+Greater+London+W1H+5,+United+Kingdom&ll=51.518464,-0.165482&spn=0.016023,0.025749&z=14&iwloc=A&output=embed"></iframe><br /><small><a href="http://maps.google.com/maps?f=q&source=embed&hl=en&geocode=&q=64+Seymour+Street+London+W1H+5BH+&aq=&sll=33.590355,130.401716&sspn=0.16845,0.350876&ie=UTF8&hq=&hnear=64+Seymour+St,+Paddington,+Greater+London+W1H+5,+United+Kingdom&ll=51.518464,-0.165482&spn=0.016023,0.025749&z=14&iwloc=A" style="color:#0000FF;text-align:left">View Larger Map</a></small>
|
||
</p>
|
||
</div>
|
||
<div class="centerContent middleContent">
|
||
<h3>About</h3>
|
||
<p>
|
||
<a href="http://camputer.org">C.A.M.P.</a> is a Mumbai-based organisation of artists and programmers who test the ground between art and the public, often working via infrastructures such as the internet, CCTV systems, electricity, water and transportation. C.A.M.P. have created edgwareroad.org, an open publishing platform for local research to be printed and
|
||
distributed as journals, placemats, pamphlets
|
||
and webcasts. Their residency is a
|
||
collaboration with Gasworks and
|
||
the Arts Catalyst.
|
||
</p>
|
||
<p>
|
||
<h4>Artists</h4>
|
||
CAMP <br />
|
||
Susan Hefuna <br />
|
||
Lamia Joreige <br />
|
||
Hiwa K <br />
|
||
no.w.here, with actors Khalid <br />
|
||
Abdalla & Cressida Trew <br />
|
||
Marwan Rechmaoui <br />
|
||
Wael Shawky <br />
|
||
Rania Stephan <br />
|
||
Ultra-red <br />
|
||
|
||
|
||
</p>
|
||
|
||
</div>
|
||
<div class="centerContent">
|
||
<h3>Partners</h3>
|
||
<p>
|
||
Al Arez, London <br />
|
||
Arts Catalyst, London <br />
|
||
Church Street Neighbourhood Centre <br />
|
||
Cinenova. London <br />
|
||
Delfina Foundation, London <br />
|
||
Freqout!, London <br />
|
||
Gasworks, London <br />
|
||
Al Shishawi, London <br />
|
||
St. Marylebone School, London <br />
|
||
The Showroom Gallery, London <br />
|
||
Westminster Academy, London <br />
|
||
XTalk, London
|
||
</p>
|
||
</div>
|
||
</div>
|
||
|
||
{% endblock %}
|
||
|