update index and si06

master
Alex 6 years ago
parent bc9f2c8e99
commit efc5b521bd

BIN
.DS_Store vendored

Binary file not shown.

@ -5,6 +5,11 @@
<title>SPECIAL ISSUE 6: Interfacing the Law</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<style>
@font-face {
font-family: 'special-issue-6';
src: url('fonts/ArchivoNarrow-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/ArchivoNarrow-Regular.woff') format('woff'), url('fonts/ArchivoNarrow-Regular.ttf') format('truetype');
}
body{
margin:0;
padding: 0;
@ -21,18 +26,27 @@ margin:0;
height: 100vh;
overflow-y: scroll;
overflow-x: hidden;
letter-spacing: 1px;
}
#description p{
padding-top: 20px;
padding-left: 20px;
padding-right: 20px;
font-family: "Courier New", monospace;
font-size: 14px;
font-family: "special-issue-6";
font-size: 16px;
padding-bottom: 0;
}
#description a{
background-color: yellow;
text-decoration: none;
color: black;
padding: 5px;
}
#pdfs{
width: 70%;
margin:0;
@ -42,7 +56,7 @@ float: left;
}
#title{
cursor: pointer;
font-size: 24px!important;
font-size: 28px!important;
}
@ -63,7 +77,7 @@ float: left;
<p id="title">XPERIMENTAL POTENTIAL PIRATE LIBRARY</p>
<p>How can the right to access to knowledge be held up against claims of copyright? How can we battle the terror of the mind produced by the current intellectual property regime? Interfacing the law is an attempt to build a series of platforms, both in the sense of on-line interfaces and of public discourse, that allow us to experiment with, to openly discuss and to reflect on reading together while the next wave of court cases is waiting to happen. It is urgent that we find ways to make the public debate transcend the juridical binary of illegal vs. legal, and claim political legitimacy for acting out the potential of digital publishing, and the possibility of sharing and reading digital books.</p>
<p>Special Thanks to Femke Snelting, Bodó Balázs, Dušan Barok, André Castro, Séverine Dusollier, Aymeric Mansoux, Marcell Mars, Ania Molenda, Michael Murtaugh, Dubravka Sekulic, Steve Rushton</p>
<p><a href = "#"> potential link to XPPL</a></p>
<p><a class="link" href = "http://lib.xpub.nl">Go to library</a></p>
<p>by: Natasha Berting, Angeliki Diakrousi, Joca van der Horst, Alexander Roidl, Alice Strete and Zalán Szakács</p>
<br><br>
</div>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 851 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 408 KiB

@ -73,7 +73,7 @@
<a href="https://issue.xpub.nl/04/">
<div class="issue-nr">Special<br> Issue 4</div>
<div class="issue-date">December 2017</div>
<div class="issue-img"><img src="img/special-issue-4.png"></div>
<div class="issue-img"><img src="img/special-issue-4-alternative-2.png"></div>
<div class="issue-title">A BED, A CHAIR AND A TABLE</div>
<div class="issue-text">
<p>Dear active archivist,</p>
@ -99,12 +99,18 @@
</div>
</a>
</div>
<div id="special-issue-6" class="issue future">
<a href="#">
<div id="special-issue-6" class="issue">
<a href="https://issue.xpub.nl/06/">
<div class="issue-nr">Special<br> Issue 6</div>
<div class="issue-date"></div>
<div class="issue-img"><img src="img/unknown.svg"></div>
<div class="issue-title"></div>
<div class="issue-date">June 2018</div>
<div class="issue-img"><img src="img/special-issue-6.png"></div>
<div class="issue-title">Interfacing the law</div>
<div class="issue-text">
<p>Dear potential pirate,</p>
<p>You're welcome to share your books with us, regardless of where you got them from.
XPPL is a platform for potential pirate librarianship where knowledge comrades share information freely. The library gathers all the books and articles floating around on our shelves, hard drives, memory sticks and bathroom floors. It starts at XPUB, but it can go anywhere you want it to.</p>
</div>
</a>
</div>

@ -75,6 +75,14 @@ header{
.issue#special-issue-5 .issue-text {
font-family: 'special-issue-5-desc';
}
.issue#special-issue-6{
font-family: 'special-issue-6';
font-size: 95%;
}
.issue#special-issue-6 .issue-text{
font-family: 'special-issue-6';
font-size: 115%;
}
/* rules for the general structural elements */
section{
@ -226,6 +234,10 @@ a img:hover{
font-family: 'special-issue-5-desc';
src: url('fonts/NotCourierSans.eot?#iefix') format('embedded-opentype'), url('fonts/NotCourierSans.woff') format('woff'), url('fonts/NotCourierSans.ttf') format('truetype'), url('fonts/NotCourierSans.svg#NotCourierSans') format('svg');
}
@font-face {
font-family: 'special-issue-6';
src: url('fonts/ArchivoNarrow-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/ArchivoNarrow-Regular.woff') format('woff'), url('fonts/ArchivoNarrow-Regular.ttf') format('truetype');
}
@font-face{
font-family:'default';
src:url('fonts/cmunvt.ttf') format('truetype');
@ -236,4 +248,4 @@ a img:hover{
font-family:'default';
src:url('fonts/cmunvi.ttf') format('truetype');
font-style: italic;
}
}

Loading…
Cancel
Save