110 lines
4.7 KiB
HTML
110 lines
4.7 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 %} About/Contact {% endblock %}
|
|
|
|
{% block content %}
|
|
<div class="centerWrapper">
|
|
<div class="centerContent">
|
|
<h3>Contact</h3>
|
|
<p>
|
|
For website related queries: <br /> <b>web@edgwareroad.org</b>
|
|
</p>
|
|
<p>
|
|
For more information come to: <br />
|
|
Centre for Possible Studies <br />
|
|
21 Gloucester Place <br />
|
|
London W1U 8HR<br />
|
|
</p>
|
|
<p>
|
|
</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="275" height="300" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://www.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=21+Gloucester+Place,+Paddington,+United+Kingdom&aq=0&sll=37.0625,-95.677068&sspn=32.610437,59.941406&vpsrc=0&ie=UTF8&hq=&hnear=21+Gloucester+Pl,+London+W1U+8HR,+United+Kingdom&t=m&z=14&ll=51.517213,-0.157657&output=embed"></iframe><br /><small><a href="http://www.google.com/maps?f=q&source=embed&hl=en&geocode=&q=21+Gloucester+Place,+Paddington,+United+Kingdom&aq=0&sll=37.0625,-95.677068&sspn=32.610437,59.941406&vpsrc=0&ie=UTF8&hq=&hnear=21+Gloucester+Pl,+London+W1U+8HR,+United+Kingdom&t=m&z=14&ll=51.517213,-0.157657" 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">CAMP</a> is a Mumbai-based organisation of artists and programmers, who test the ground between art and the public, often working with "infrastructures" such as the internet, transportation and trade systems, CCTV systems, radio, electricity, water and video. Edgwareroad.org is an open publishing platform for local research to be printed and distributed as journals, placemats, pamphlets
|
|
and webcasts. CAMP's residency is a collaboration with Gasworks and
|
|
the Arts Catalyst.
|
|
</p>
|
|
|
|
<h4>Software </h4>
|
|
<p>
|
|
This website and tool would not be remotely possible without the other free software projects it uses in fundamental ways. Specifically, we would like to thank all contributors to <a href="http://djangoproject.com">The Django Project</a>, <a href="http://jquery.com">jQuery</a>, and the awesome <a href="http://code.google.com/p/wkhtmltopdf/">wkhtmltopdf</a> library. The number of other free software projects used in the running and building of this website is too long to list in entirety.
|
|
</p>
|
|
<p>
|
|
Code for the this project has been developed at <a href="http://camputer.org">CAMP</a>, is available under the GNU GPL v 3 Free Software License and can be downloaded and browsed at <a href="http://code.camputer.org/edgware">http://code.camputer.org/edgware</a>.
|
|
</p>
|
|
<p>
|
|
<h4>Code Contributors</h4>
|
|
Sanjay Bhangar: Lead Developer<br/>
|
|
Arnar Sigurdsson: Tool Front-End HTML + Javascript<br/><br/>
|
|
|
|
Ashok Sukumaran: Overall CSS<br/>
|
|
Alden D'souza: Help with initial development<br/>
|
|
Zinnia Ambapardiwala: Back-end / Utility Functions<br/>
|
|
Karen Menezes: Last minute CSS<br/>
|
|
Jan Gerber: General crisis aversion + upload code <br/>
|
|
Åbäke: Visual design elements + fonts <br/>
|
|
<br/>
|
|
</p>
|
|
|
|
</div>
|
|
<div class="centerContent">
|
|
<h3>Edgware Road Project Artists</h3>
|
|
<p>
|
|
Åbäke<br />
|
|
Bahbak Hashemi-Nezhad <br />
|
|
CAMP <br />
|
|
Susan Hefuna <br />
|
|
Lamia Joreige <br />
|
|
Hiwa K <br />
|
|
no.w.here <br />
|
|
Khalid Abdalla & Cressida Trew <br />
|
|
Marwan Rechmaoui <br />
|
|
Wael Shawky <br />
|
|
Rania Stephan <br />
|
|
Ultra-red <br />
|
|
Emily Wardill <br/>
|
|
|
|
</p>
|
|
|
|
<h4>Partners</h4>
|
|
<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 />
|
|
Migrant Resource Centre 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 %}
|
|
|