edgware/edgware/templates/main/contact.html
2011-07-11 01:54:20 +05:30

111 lines
4.7 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{% 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 />
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 />
WednesdaySaturday 25pm
</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://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=64+Seymour+Street+London+W1H+5BH+&amp;aq=&amp;sll=33.590355,130.401716&amp;sspn=0.16845,0.350876&amp;ie=UTF8&amp;hq=&amp;hnear=64+Seymour+St,+Paddington,+Greater+London+W1H+5,+United+Kingdom&amp;ll=51.52044,-0.161791&amp;spn=0.016022,0.023603&amp;z=14&amp;iwloc=A&amp;output=embed"></iframe><br /><small><a href="http://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=64+Seymour+Street+London+W1H+5BH+&amp;aq=&amp;sll=33.590355,130.401716&amp;sspn=0.16845,0.350876&amp;ie=UTF8&amp;hq=&amp;hnear=64+Seymour+St,+Paddington,+Greater+London+W1H+5,+United+Kingdom&amp;ll=51.52044,-0.161791&amp;spn=0.016022,0.023603&amp;z=14&amp;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">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 />
Al Shishawi, London <br />
St. Marylebone School, London <br />
The Showroom Gallery, London <br />
Westminster Academy, London <br />
XTalk, London
</p>
</div>
</div>
{% endblock %}