front pages
This commit is contained in:
parent
f8fb98fe45
commit
8ab2e3be35
|
@ -22,7 +22,7 @@ ul {
|
|||
|
||||
#header {
|
||||
width: 100%;
|
||||
height: 100px;
|
||||
height: 80px;
|
||||
color: #fff;
|
||||
background: #684923;
|
||||
position: relative;
|
||||
|
@ -54,11 +54,13 @@ ul {
|
|||
position: absolute;
|
||||
left: 400px;
|
||||
top: 25px;
|
||||
color: #ffff00;
|
||||
}
|
||||
|
||||
#pageTitle h2 {
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
color: #ffff00;
|
||||
}
|
||||
|
||||
#intro {
|
||||
|
@ -84,7 +86,7 @@ ul {
|
|||
|
||||
#footer {
|
||||
position: absolute;
|
||||
height: 80px;
|
||||
height: 65px;
|
||||
bottom: 0px;
|
||||
width: 100%;
|
||||
background: #684923;
|
||||
|
|
|
@ -39,10 +39,8 @@
|
|||
<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
|
||||
<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 via the medium of "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>
|
||||
<p>
|
||||
|
|
|
@ -9,14 +9,17 @@
|
|||
{% endblock %}
|
||||
|
||||
{% block pageTitle %}
|
||||
|
||||
FAQ
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div id="faqBlock">
|
||||
FAQs <br />
|
||||
<p> Q. Does one need to login in order to use the printing tools? <br />
|
||||
A. Yes, this is required to establish which documents you have permissions to modify or edit. To do this anonymously, use "guest" </p>
|
||||
A. Yes, this is required to establish which documents you have permissions to modify or edit. To do this anonymously, use username: "guest", password: "guest". </p>
|
||||
<p>Q. Why the name and url edgwareroad.org? <br/>
|
||||
A. This project was inspired by our work there, and that of others in the neighbourhood. It is an idea of naming based on an encounter with something, rather than on owning or representing that thing. CAMP and the Centre for Possible Studies plan to pass on the functioning of this website to people working locally, (who are also interested in, rather than representative of, the road). </p>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -16,17 +16,17 @@
|
|||
<div id="wrapper">
|
||||
<div id="header">
|
||||
<div id="mainTitle">
|
||||
<h1><a href="home" title="Go Home">The Edgware Road Project</a></h1>
|
||||
<h1><a href="home" title="Go Home">Edgwareroad.org</a></h1>
|
||||
</div>
|
||||
<div id="pageTitle">
|
||||
<h2>{% block pageTitle %} {% endblock %}</h2>
|
||||
</div>
|
||||
<div id="intro">
|
||||
<p id="introPara1">
|
||||
Edgware Road.org is a platform for publishing and archiving possible studies about the Edgware Road.
|
||||
Edgwareroad.org is a platform for publishing and archiving possible studies about the Edgware Road, London.
|
||||
</p>
|
||||
<p>
|
||||
Created by artists C.A.M.P. during their residency at the Serpentine Gallery.
|
||||
Created by artists CAMP during their residency at the Serpentine Gallery.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user