Added SOPA protest page. Added two quotes.
authorEugen Sawin <sawine@me73.com>
Wed, 18 Jan 2012 01:07:01 +0100
changeset 99a0efd850d1dd
parent 98 6db2119b1ee1
child 100 ba7b120993bc
Added SOPA protest page. Added two quotes.
factory/v2012/script.js
protest.html
quotes/quote40.html
quotes/quote41.html
     1.1 --- a/factory/v2012/script.js	Mon Jan 16 05:20:30 2012 +0100
     1.2 +++ b/factory/v2012/script.js	Wed Jan 18 01:07:01 2012 +0100
     1.3 @@ -1,4 +1,4 @@
     1.4 -var QUOTES_NUMBER = 39;
     1.5 +var QUOTES_NUMBER = 41;
     1.6  var SERVER = "http://" + window.location.hostname + ":" + window.location.port;
     1.7  var simulation;
     1.8  var gameoflife;
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/protest.html	Wed Jan 18 01:07:01 2012 +0100
     2.3 @@ -0,0 +1,34 @@
     2.4 +<html>
     2.5 +  <head>
     2.6 +    <title>ME73</title>
     2.7 +    <style type="text/css">
     2.8 +      body {
     2.9 +      background: black;
    2.10 +      font-size: 100%;
    2.11 +      font-family: Helvetica Neue, Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif;
    2.12 +      text-align: center;
    2.13 +      margin-top: 200px;
    2.14 +      color: white;
    2.15 +      }
    2.16 +      h1 { 
    2.17 +      font-size: 10em; 
    2.18 +      }
    2.19 +      quote { 
    2.20 +      font-size: 1em;
    2.21 +      font-style: italic;     
    2.22 +      }
    2.23 +      author {      
    2.24 +      font-style: normal;
    2.25 +      }
    2.26 +      red {
    2.27 +      color: red;
    2.28 +      }
    2.29 +    </style>
    2.30 +  </head>
    2.31 +  <body>
    2.32 +    <h1>SOPA. PIPA. <red>NO</red></h1>
    2.33 +    <quote>&quot;War is peace. Freedom is slavery. Ignorance is strength.&quot;<br />
    2.34 +      <author>George Orwell</author>
    2.35 +    </quote>
    2.36 +  </body>
    2.37 +</html>
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/quotes/quote40.html	Wed Jan 18 01:07:01 2012 +0100
     3.3 @@ -0,0 +1,1 @@
     3.4 +<p>&quot;Intimacy, as I am using it, is sharing my reality with you.&quot; </p><p class="align-right">- Keith Miller</p>
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/quotes/quote41.html	Wed Jan 18 01:07:01 2012 +0100
     4.3 @@ -0,0 +1,1 @@
     4.4 +<p>&quot;Let freedom reign. The sun never set on so glorious a human achievement.&quot;</p><p class="align-right">- Nelson Mandela</p>