Browse Source

Merge branch 'master' of how/thk into master

samba 6 years ago
parent
commit
58e90e4932
2 changed files with 29 additions and 25 deletions
  1. 28 25
      call-for-nodes.html
  2. 1 0
      style.css

+ 28 - 25
call-for-nodes.html

@@ -7,14 +7,8 @@
 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no, minimal-ui, viewport-fit=cover"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="default"> <meta name="format-detection" content="telephone=no"> <meta name="msapplication-tap-highlight" content="no"> 
 <title>CALL FOR NODES -- Trans HacKmeeting 2018</title> 
 <link rel="stylesheet" type="text/css" href="style.css">
-  <style type="text/css" media="screen">
-    body {
-          background-color: #000;
-          color: green;
-    }
-  </style>
-</head> 
-<body>
+</head>
+<body class="cfn">
 
 <header> 
 
@@ -32,22 +26,26 @@
   
  <b>Reaction of President El Bechir to the movement of opposition, and its attempts at getting organised through the Internet in 2013:</b>
 <pre>
-"We noticed this last days the calls to topple the regime launched from persons hidden behind their keyboards"
+"We noticed this last days the calls to topple the regime launched
+from persons hidden behind their keyboards"
 
-" We tell them if you want to topple the regime face us directly in the street, 
-I dare you to come down to the streets, but you will not come, since you havent forgotten what happened ...
-This reigme will not be toppled by keyboards and whatsapp"
+" We tell them if you want to topple the regime face us directly in
+the street, I dare you to come down to the streets, but you will not
+come, since you havent forgotten what happened ...  This reigme will
+not be toppled by keyboards and whatsapp"
 
-" This is in your dreams, we didn't come trought the internet, we came through blood !" 
-                                                                   -- El Bechir announce on television.
-                               -- (in power since the military coup of 1989) declared in the village of Kasala.
+" This is in your dreams, we didn't come trought the internet, we came
+through blood !"
+
+-- El Bechir announce on television.(in power since the military coup
+of 1989) declared in the village of Kasala.
 </pre>
   
 
 </p> 
 </section>
 
-<section id="Who Organizes">
+<section id="who-organizes">
 <h3> WHO ORGANIZES? </h3>
 
 <p>
@@ -62,7 +60,7 @@ This reigme will not be toppled by keyboards and whatsapp"
 </section>
 
 
-<section id="For WHO?">
+<section id="for-who">
 <h3> FOR WHO? </h3>
 
 <ul>
@@ -87,7 +85,7 @@ This reigme will not be toppled by keyboards and whatsapp"
 </ul>
 </section>
 
-<section id="Why?">
+<section id="why">
 <h3> WHY? </h3>
 
 <ul>
@@ -95,9 +93,10 @@ This reigme will not be toppled by keyboards and whatsapp"
 </li>
 <li>Because is more fun to talk in person than online.</li>
 <li>Because we want to bridge networks, exchange between people from a non-techinical background, people critical of technology, and analog hackers (people hacking plants/ vehicles / houses/ etc.)</li>
+</ul>
 </section>
 
-<section id="When?">
+<section id="when">
 <h3> WHEN? </h3>
 
 <ul>
@@ -106,15 +105,16 @@ This reigme will not be toppled by keyboards and whatsapp"
     <li>9-13 of August 2018 TRANSHACKMEETING</li>
 
     <li>14-16 of August 2018 (post-transhack) (tear down) </li>
+    </ul>
 </section>
 
-<section id="Where?">
+<section id="where">
 	<h3>WHERE? </h3> 
     <p>TARNAC - <a href="http://u.osmfr.org/m/221170/" > GOUTAILLOUX </a>
     </p>
  </section>
  
- <section id="Practicalities">
+ <section id="practicalities">
     
     <h3>PRACTICALITIES</h3>
 <ul>
@@ -123,21 +123,22 @@ This reigme will not be toppled by keyboards and whatsapp"
     <li> There will be an area for kids, so yes, you can bring your parents too. </li>
 
     <li> Don't bring your pets with you, it's a farm with animals. </li>
+    </ul>
 </section>
 
-<section id="Finances">
+<section id="finances">
 <h3>HOW IS THE EVENT FINANCED?</h3>
 
     <p> Free entrance - Nobody is remunerated for their activity  </p>
 </section>
 
-<section id="Register">
+<section id="register">
 <h3> HOW CAN I REGISTER? </h3>
 
     <p>Please register on the mailing list: <a href="https://www.autistici.org/mailman/listinfo/thk">THK ML</a></p>
 </section>
 
-<section id="Topics">
+<section id="topics">
 	<h3>WHAT TOPICS?</h3>
 
 <ul>
@@ -164,7 +165,7 @@ This reigme will not be toppled by keyboards and whatsapp"
   </p>
   </section>
 
-<section id="Translation">
+<section id="translation">
     
 	<h3>TRANSLATION</h3>
     
@@ -177,3 +178,5 @@ This reigme will not be toppled by keyboards and whatsapp"
 <a href="https://trans.hackmeeting.org">trans.hackmeeting.org</a> | <span class="copyleft">&copy;</span> transhackmeeting 2018 | <a href="https://www.autistici.org/mailman/thk">Mailing list</a>
 </footer>
 
+</body>
+</html>

+ 1 - 0
style.css

@@ -1,4 +1,5 @@
 body { font-family:sans-serif;font-size:12pt;}
+body.cfn{background-color:black;color:lime}
 p {font-family:serif;}
 a { 
     text-decoration:none;