index update

master
EBZO 7 years ago
parent b2891f7775
commit d857e55452

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Playfair+Display" rel="stylesheet">
@ -13,7 +14,7 @@ body {
text-align: center;
display: block;
margin: auto;
width: 40%;
width: 60%;
background: red; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(right,rgba(51,51,153,0),rgba(51,51,153,1)); /*Safari 5.1-6*/
background: -o-linear-gradient(left,rgba(51,51,153,0),rgba(51,51,153,1)); /*Opera 11.1-12*/
@ -21,7 +22,10 @@ body {
background: linear-gradient(to left, rgba(51,51,153,0),rgba(51,51,153,1)); /*Standard*/
}
p {
font-size: 12px;
font-size: 3.5vw;
}
.overlay {
height: 0%;
width: 100%;
@ -67,7 +71,7 @@ body {
.overlay {overflow-y: auto;}
.overlay a {font-size: 20px}
.overlay .closebtn {
font-size: 40px;
font-size: 30px;
top: 15px;
right: 35px;
}
@ -86,7 +90,15 @@ body {
</div>
<h2>Interfacing The Law</h2>
<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 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 digital books.</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?
</p>
<p>
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 while the next wave of court cases is waiting to happen.
</p>
<p>
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 digital books.
</p>
<span style="font-size:30px;cursor:pointer" onclick="openNav()">&#9776; More Info...</span>
<script>

Loading…
Cancel
Save