reset
parent
f99e18bb9d
commit
a52e268d6f
@ -1,60 +1,61 @@
|
||||
.btn{background-color: #fff}
|
||||
.leftCol{padding-top: 15px;}
|
||||
.page-header pre {margin-bottom: 0;}
|
||||
.formCont{
|
||||
border: 2px solid #000000;
|
||||
-webkit-box-shadow: 0 0 0 5px, 11px 13px 0 4px black;
|
||||
-moz-box-shadow: 0 0 0 5px, 11px 13px 0 4px black;
|
||||
box-shadow: 0 0 0 5px, 11px 13px 0 4px black;
|
||||
background: #bbbbbb;
|
||||
padding: 10px 15px;
|
||||
margin: 10px 5px;
|
||||
margin-left: -5px;
|
||||
}
|
||||
.input{width: 100%;}
|
||||
#status-msg.info{color: black}
|
||||
#status-msg.error{color: red}
|
||||
.parisCont{
|
||||
background-color: #000;
|
||||
width: 100% !important;
|
||||
padding: 1em 0;
|
||||
}
|
||||
.parisCont svg{
|
||||
display: block;
|
||||
max-width: 80%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.attribution {
|
||||
width: 100%;
|
||||
font-size: small;
|
||||
text-align: center;
|
||||
margin-top: 1em;
|
||||
}
|
||||
#logoCont{
|
||||
text-align: center;
|
||||
}
|
||||
.belinLogo{
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
h2{white-space: normal;}
|
||||
|
||||
/*mq madness*/
|
||||
.maxW, .dskW,.tblW{display:none;}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
.maxW{display:block;}
|
||||
}
|
||||
@media (min-width: 980px) and (max-width: 1199px) {
|
||||
.dskW{display:block;}
|
||||
}
|
||||
@media (min-width: 768px) and (max-width: 979px) {}
|
||||
@media (max-width: 767px) {
|
||||
.parisCont svg{zoom: 0.6;}
|
||||
}
|
||||
@media (max-width: 480px) {}
|
||||
@media (max-width: 979px) {
|
||||
.tblW{display:block;}
|
||||
}
|
||||
@media (min-width: 980px) {}
|
||||
.btn{background-color: #fff}
|
||||
.leftCol{padding-top: 15px;}
|
||||
.page-header pre {margin-bottom: 0;}
|
||||
.formCont{
|
||||
border: 2px solid #000000;
|
||||
-webkit-box-shadow: 0 0 0 5px, 11px 13px 0 4px black;
|
||||
-moz-box-shadow: 0 0 0 5px, 11px 13px 0 4px black;
|
||||
box-shadow: 0 0 0 5px, 11px 13px 0 4px black;
|
||||
background: #bbbbbb;
|
||||
padding: 10px 15px;
|
||||
margin: 10px 5px;
|
||||
margin-left: -5px;
|
||||
}
|
||||
.input{width: 100%;}
|
||||
#status-msg.info{color: black}
|
||||
#status-msg.error{color: red}
|
||||
.parisCont{
|
||||
background-color: #000;
|
||||
width: 100% !important;
|
||||
padding: 1em 0;
|
||||
}
|
||||
.parisCont svg{
|
||||
display: block;
|
||||
max-width: 80%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.attribution {
|
||||
width: 100%;
|
||||
font-size: small;
|
||||
text-align: center;
|
||||
margin-top: 1em;
|
||||
}
|
||||
#logoCont{
|
||||
text-align: center;
|
||||
}
|
||||
.belinLogo{
|
||||
width: 200px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
h2{white-space: normal;}
|
||||
|
||||
/*mq madness*/
|
||||
.maxW, .dskW,.tblW{display:none;}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
.maxW{display:block;}
|
||||
}
|
||||
@media (min-width: 980px) and (max-width: 1199px) {
|
||||
.dskW{display:block;}
|
||||
}
|
||||
@media (min-width: 768px) and (max-width: 979px) {}
|
||||
@media (max-width: 767px) {
|
||||
.parisCont svg{zoom: 0.6;}
|
||||
}
|
||||
@media (max-width: 480px) {}
|
||||
@media (max-width: 979px) {
|
||||
.tblW{display:block;}
|
||||
}
|
||||
@media (min-width: 980px) {}
|
||||
|
@ -1,132 +1,133 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>SquatConf.386</title>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="Squatconf webSite">
|
||||
<link rel="icon" href="favicon.ico" type="image/x-icon" />
|
||||
<link href="assets/css/bootstrap.css" rel="stylesheet">
|
||||
<link href="assets/css/bootstrap-responsive.css" rel="stylesheet">
|
||||
<link href="assets/css/squatconf.css" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="span3 leftCol">
|
||||
<div class="formCont">
|
||||
<fieldset>
|
||||
<legend>TALKS</legend>
|
||||
<div>
|
||||
<a href="https://git.cryto.net/Squatconf/Talks/src/master/accepted" target="_blank">
|
||||
<button type="submit" class="btn">Talks</button>
|
||||
</a>
|
||||
</div>
|
||||
</fieldset>
|
||||
<fieldset>
|
||||
<legend>Venue</legend>
|
||||
<div>
|
||||
<a href="https://www.openstreetmap.org/node/2688963276" target="_blank">
|
||||
<button type="submit" class="btn">Spektrum Berlin</button>
|
||||
</a>
|
||||
</div>
|
||||
</fieldset>
|
||||
</div>
|
||||
<br />
|
||||
|
||||
<div class="formCont">
|
||||
<fieldset>
|
||||
<legend>JOIN US</legend>
|
||||
<label class="text-info">Squatconf's mailing list</label>
|
||||
<a href="https://pad.ijhack.nl/p/squatconf-days" target="_blank">
|
||||
<button type="submit" class="btn">Subscribe</button>
|
||||
</a>
|
||||
<div id="status-msg"> </div>
|
||||
<span class="help-block">we'll send you info about future events, and talk about all and nothing</span>
|
||||
</fieldset>
|
||||
</form>
|
||||
</div>
|
||||
<br />
|
||||
<!-- <ul class="nav nav-list">
|
||||
<li><a href="https://twitter.com/squatconf">@squatconf</a>
|
||||
</ul> -->
|
||||
<br>
|
||||
<ul class="nav nav-list">
|
||||
<li><a href="#">#squatconf on freenode</a></li>
|
||||
</ul>
|
||||
<br>
|
||||
</div>
|
||||
<!-- content -->
|
||||
<div class="span9">
|
||||
<div class="page-header">
|
||||
<pre class="maxW"><small>
|
||||
.d8888b. 888 .d888
|
||||
d88P Y88b 888 d88P"
|
||||
Y88b. 888 888
|
||||
"Y888b. .d88888888 888 8888b. 888888 .d8888b .d88b. 88888b. 888888
|
||||
"Y88b.d88" 888888 888 "88b888 d88P" d88""88b888 "88b888
|
||||
"888888 888888 888.d888888888 888 888 888888 888888
|
||||
Y88b d88PY88b 888Y88b 888888 888Y88b. Y88b. Y88..88P888 888888
|
||||
"Y8888P" "Y88888 "Y88888"Y888888 "Y888 "Y8888P "Y88P" 888 888888
|
||||
888 ___. .__ .__
|
||||
888 \_ |__ ___________| | |__| ____
|
||||
888 | __ \_/ __ \_ __ \ | | |/ \
|
||||
| \_\ \ ___/| | \/ |_| | | \
|
||||
|___ /\___ >__| |____/__|___| /
|
||||
\/ \/ \/
|
||||
|
||||
</small></pre>
|
||||
<pre class="dskW">
|
||||
____ _ ____ __
|
||||
/ ___| __ _ _ _ __ _| |_ / ___|___ _ __ / _|
|
||||
\___ \ / _` | | | |/ _` | __| | / _ \| '_ \| |_
|
||||
___) | (_| | |_| | (_| | |_| |__| (_) | | | | _|
|
||||
|____/ \__, |\__,_|\__,_|\__|\____\___/|_| |_|_|
|
||||
|_|
|
||||
|
||||
___. .__ .__
|
||||
\_ |__ ___________| | |__| ____
|
||||
| __ \_/ __ \_ __ \ | | |/ \
|
||||
| \_\ \ ___/| | \/ |_| | | \
|
||||
|___ /\___ >__| |____/__|___| /
|
||||
\/ \/ \/
|
||||
<br></pre>
|
||||
<pre class="tblW">
|
||||
__. , ._
|
||||
(__ _.. . _.-+- _. _ ._ |,
|
||||
.__)(_](_|(_] | (_.(_)[ )|
|
||||
.__ | .
|
||||
[__) _ ._.|*._
|
||||
[__)(/,[ ||[ )
|
||||
<br></pre>
|
||||
</div>
|
||||
<div class="page-header">
|
||||
{{md "src/header.md"}}
|
||||
</div>
|
||||
<div>
|
||||
{{md "src/index.md"}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="parisCont">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="span3"></div>
|
||||
<div class="span9">
|
||||
<div id="logo-wrapper">
|
||||
<div id="logoCont">
|
||||
<img src="assets/img/squatconf2016Berliner.svg" alt="" class="belinLogo"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
<!-- useless comment to check if it is rebuilt corrrectly -->
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>SquatConf.386</title>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="Squatconf webSite">
|
||||
<link rel="icon" href="favicon.ico" type="image/x-icon" />
|
||||
<link href="assets/css/bootstrap.css" rel="stylesheet">
|
||||
<link href="assets/css/bootstrap-responsive.css" rel="stylesheet">
|
||||
<link href="assets/css/squatconf.css" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="span3 leftCol">
|
||||
{{!--<div class="formCont">
|
||||
<fieldset>
|
||||
<legend>TALKS</legend>
|
||||
<div>
|
||||
<a href="https://git.cryto.net/Squatconf/Talks/src/master/accepted" target="_blank">
|
||||
<button type="submit" class="btn">Talks</button>
|
||||
</a>
|
||||
</div>
|
||||
</fieldset>
|
||||
<fieldset>
|
||||
<legend>Venue</legend>
|
||||
<div>
|
||||
<a href="https://www.openstreetmap.org/node/2688963276" target="_blank">
|
||||
<button type="submit" class="btn">Spektrum Berlin</button>
|
||||
</a>
|
||||
</div>
|
||||
</fieldset>
|
||||
</div>
|
||||
<br />--}}
|
||||
|
||||
<div class="formCont">
|
||||
<fieldset>
|
||||
<legend>JOIN US</legend>
|
||||
<label class="text-info">Squatconf's mailing list</label>
|
||||
<a href="https://pad.ijhack.nl/p/squatconf-days" target="_blank">
|
||||
<button type="submit" class="btn">Subscribe</button>
|
||||
</a>
|
||||
<div id="status-msg"> </div>
|
||||
<span class="help-block">we'll send you info about future events, and talk about all and nothing</span>
|
||||
</fieldset>
|
||||
</form>
|
||||
</div>
|
||||
<br />
|
||||
<!-- <ul class="nav nav-list">
|
||||
<li><a href="https://twitter.com/squatconf">@squatconf</a>
|
||||
</ul> -->
|
||||
<br>
|
||||
<ul class="nav nav-list">
|
||||
<li><a href="#">#squatconf on freenode</a></li>
|
||||
</ul>
|
||||
<br>
|
||||
</div>
|
||||
<!-- content -->
|
||||
<div class="span9">
|
||||
<div class="page-header">
|
||||
<pre class="maxW"><small>
|
||||
.d8888b. 888 .d888
|
||||
d88P Y88b 888 d88P"
|
||||
Y88b. 888 888
|
||||
"Y888b. .d88888888 888 8888b. 888888 .d8888b .d88b. 88888b. 888888
|
||||
"Y88b.d88" 888888 888 "88b888 d88P" d88""88b888 "88b888
|
||||
"888888 888888 888.d888888888 888 888 888888 888888
|
||||
Y88b d88PY88b 888Y88b 888888 888Y88b. Y88b. Y88..88P888 888888
|
||||
"Y8888P" "Y88888 "Y88888"Y888888 "Y888 "Y8888P "Y88P" 888 888888
|
||||
888 ___. .__ .__
|
||||
888 \_ |__ ___________| | |__| ____
|
||||
888 | __ \_/ __ \_ __ \ | | |/ \
|
||||
| \_\ \ ___/| | \/ |_| | | \
|
||||
|___ /\___ >__| |____/__|___| /
|
||||
\/ \/ \/
|
||||
|
||||
</small></pre>
|
||||
<pre class="dskW">
|
||||
____ _ ____ __
|
||||
/ ___| __ _ _ _ __ _| |_ / ___|___ _ __ / _|
|
||||
\___ \ / _` | | | |/ _` | __| | / _ \| '_ \| |_
|
||||
___) | (_| | |_| | (_| | |_| |__| (_) | | | | _|
|
||||
|____/ \__, |\__,_|\__,_|\__|\____\___/|_| |_|_|
|
||||
|_|
|
||||
|
||||
___. .__ .__
|
||||
\_ |__ ___________| | |__| ____
|
||||
| __ \_/ __ \_ __ \ | | |/ \
|
||||
| \_\ \ ___/| | \/ |_| | | \
|
||||
|___ /\___ >__| |____/__|___| /
|
||||
\/ \/ \/
|
||||
<br></pre>
|
||||
<pre class="tblW">
|
||||
__. , ._
|
||||
(__ _.. . _.-+- _. _ ._ |,
|
||||
.__)(_](_|(_] | (_.(_)[ )|
|
||||
.__ | .
|
||||
[__) _ ._.|*._
|
||||
[__)(/,[ ||[ )
|
||||
<br></pre>
|
||||
</div>
|
||||
{{!--<div class="page-header">
|
||||
{{md "src/header.md"}}
|
||||
</div>--}}
|
||||
<div>
|
||||
{{md "src/index.md"}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<br><br><br>
|
||||
<div class="parisCont">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="span3"></div>
|
||||
<div class="span9">
|
||||
<div id="logo-wrapper">
|
||||
<div id="logoCont">
|
||||
<img src="assets/img/squatconf_baguette.svg" alt="" class="belinLogo"/>
|
||||
<img src="assets/img/squatconf2016Berliner.svg" alt="" class="belinLogo"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
<!-- useless comment to check if it is rebuilt corrrectly -->
|
||||
|
@ -1,46 +1,21 @@
|
||||
## What is SquatConf? It started in Paris Nov 2014 ...
|
||||
|
||||
Squatconf happened in November 2014 in Paris in a squat, hence the name.
|
||||
It wasn't your typical IT conference because it was mostly Just-in-Time-organized
|
||||
by all the people who attend. There were no advertisements from Silicon
|
||||
Valley companies (or any others) and several people felt free to give somewhat
|
||||
radical talks on technologies and society, even openly associate with
|
||||
anarchism. There also were a fair share of advanced tech talks on web
|
||||
Crypto, decentralized tech demos, internet of things, automatic garden
|
||||
planting systems and what not. And we had many personal conversations
|
||||
among each other which continue to this day.
|
||||
|
||||
## ... and now we go to Berlin end april 2016!
|
||||
|
||||
We want to make another Squatconf happening happen around
|
||||
end April 2016 in Berlin. Timing wise it's next to "re:publica" so that
|
||||
researchers and others who are going to this business conference can also
|
||||
drop by at squatconf to participate in a more independent event.
|
||||
Berlin has gotten quite trendy, more expensive and squatting
|
||||
is much less happening than it used to. But there still is lots of life
|
||||
and lazyness which hasn't been fully occupied by world-wide-capitalism
|
||||
yet.
|
||||
|
||||
## Money and time
|
||||
|
||||
Whatever we need money wise we'll pay for it by asking
|
||||
for donations by all who come. We'd like to keep it a somewhat small
|
||||
no-entrance-fee conference, collectively organized by those who attend,
|
||||
with a personal atmosphere. Besides listening to good talks you can
|
||||
also have interesting conversations while preparing food for all in the
|
||||
kitchen. We'd like nobody to get overly stressed which can happen all
|
||||
too easily if single individuals feel responsible for collective
|
||||
outcomes. The most important commitment when coming to Squatconf is our
|
||||
time and dedication to create a space where things happen and people
|
||||
feel free to talk. Btw, any kind of racist or sexist behaviour
|
||||
will receive fierce opposition.
|
||||
|
||||
## I want to help / I need help
|
||||
|
||||
If you can help with organizing stuff in Berlin please come a few days earlier
|
||||
as some of us do. Drop by at #squatconf on freenode and/or subscribe to the
|
||||
[mailing list](https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/squatconf).
|
||||
|
||||
If you need travel funding or a place to sleep please ask on the channel.
|
||||
If you bring a sleeping bag something should be possible but it's good
|
||||
if you tell before so that we have an idea on how many people need accomodation.
|
||||
## What is SquatConf? It started in Paris Nov 2014 ...
|
||||
|
||||
Squatconf happened in November 2014 in "Le Hangard" a squat in Paris, hence the name.
|
||||
We had a second one happening in Berlin in April 2016 at [Spektrum][1].
|
||||
|
||||
They were not your typical IT conferences because it was mostly Just-in-Time-organized
|
||||
by all the people who attend. There were no advertisements from Silicon
|
||||
Valley companies (or any others) and several people felt free to give somewhat
|
||||
radical talks on technologies and society, even openly associate with
|
||||
anarchism. There also were a fair share of advanced tech talks on web
|
||||
Crypto, decentralized tech demos, internet of things, automatic garden
|
||||
planting systems and what not. And we had many personal conversations
|
||||
among each other which continue to this day.
|
||||
|
||||
## ... Squatconf never stop
|
||||
|
||||
We want to make another Squatconf happening, but nothing is clear yet about dates.
|
||||
|
||||
Until then every place where we meet is squatconf, come talk on irc
|
||||
|
||||
[1]:http://spektrumberlin.de/
|
||||
|
Loading…
Reference in New Issue