forked from Squatconf/Website
reset
parent
f99e18bb9d
commit
a52e268d6f
@ -1,60 +1,61 @@
|
|||||||
.btn{background-color: #fff}
|
.btn{background-color: #fff}
|
||||||
.leftCol{padding-top: 15px;}
|
.leftCol{padding-top: 15px;}
|
||||||
.page-header pre {margin-bottom: 0;}
|
.page-header pre {margin-bottom: 0;}
|
||||||
.formCont{
|
.formCont{
|
||||||
border: 2px solid #000000;
|
border: 2px solid #000000;
|
||||||
-webkit-box-shadow: 0 0 0 5px, 11px 13px 0 4px black;
|
-webkit-box-shadow: 0 0 0 5px, 11px 13px 0 4px black;
|
||||||
-moz-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;
|
box-shadow: 0 0 0 5px, 11px 13px 0 4px black;
|
||||||
background: #bbbbbb;
|
background: #bbbbbb;
|
||||||
padding: 10px 15px;
|
padding: 10px 15px;
|
||||||
margin: 10px 5px;
|
margin: 10px 5px;
|
||||||
margin-left: -5px;
|
margin-left: -5px;
|
||||||
}
|
}
|
||||||
.input{width: 100%;}
|
.input{width: 100%;}
|
||||||
#status-msg.info{color: black}
|
#status-msg.info{color: black}
|
||||||
#status-msg.error{color: red}
|
#status-msg.error{color: red}
|
||||||
.parisCont{
|
.parisCont{
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
padding: 1em 0;
|
padding: 1em 0;
|
||||||
}
|
}
|
||||||
.parisCont svg{
|
.parisCont svg{
|
||||||
display: block;
|
display: block;
|
||||||
max-width: 80%;
|
max-width: 80%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.attribution {
|
.attribution {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
}
|
}
|
||||||
#logoCont{
|
#logoCont{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.belinLogo{
|
.belinLogo{
|
||||||
width: 200px;
|
width: 200px;
|
||||||
}
|
display: inline-block;
|
||||||
|
}
|
||||||
h2{white-space: normal;}
|
|
||||||
|
h2{white-space: normal;}
|
||||||
/*mq madness*/
|
|
||||||
.maxW, .dskW,.tblW{display:none;}
|
/*mq madness*/
|
||||||
|
.maxW, .dskW,.tblW{display:none;}
|
||||||
@media (min-width: 1200px) {
|
|
||||||
.maxW{display:block;}
|
@media (min-width: 1200px) {
|
||||||
}
|
.maxW{display:block;}
|
||||||
@media (min-width: 980px) and (max-width: 1199px) {
|
}
|
||||||
.dskW{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) {
|
@media (min-width: 768px) and (max-width: 979px) {}
|
||||||
.parisCont svg{zoom: 0.6;}
|
@media (max-width: 767px) {
|
||||||
}
|
.parisCont svg{zoom: 0.6;}
|
||||||
@media (max-width: 480px) {}
|
}
|
||||||
@media (max-width: 979px) {
|
@media (max-width: 480px) {}
|
||||||
.tblW{display:block;}
|
@media (max-width: 979px) {
|
||||||
}
|
.tblW{display:block;}
|
||||||
@media (min-width: 980px) {}
|
}
|
||||||
|
@media (min-width: 980px) {}
|
||||||
|
@ -1,132 +1,133 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>SquatConf.386</title>
|
<title>SquatConf.386</title>
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="description" content="Squatconf webSite">
|
<meta name="description" content="Squatconf webSite">
|
||||||
<link rel="icon" href="favicon.ico" type="image/x-icon" />
|
<link rel="icon" href="favicon.ico" type="image/x-icon" />
|
||||||
<link href="assets/css/bootstrap.css" rel="stylesheet">
|
<link href="assets/css/bootstrap.css" rel="stylesheet">
|
||||||
<link href="assets/css/bootstrap-responsive.css" rel="stylesheet">
|
<link href="assets/css/bootstrap-responsive.css" rel="stylesheet">
|
||||||
<link href="assets/css/squatconf.css" rel="stylesheet">
|
<link href="assets/css/squatconf.css" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="span3 leftCol">
|
<div class="span3 leftCol">
|
||||||
<div class="formCont">
|
{{!--<div class="formCont">
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>TALKS</legend>
|
<legend>TALKS</legend>
|
||||||
<div>
|
<div>
|
||||||
<a href="https://git.cryto.net/Squatconf/Talks/src/master/accepted" target="_blank">
|
<a href="https://git.cryto.net/Squatconf/Talks/src/master/accepted" target="_blank">
|
||||||
<button type="submit" class="btn">Talks</button>
|
<button type="submit" class="btn">Talks</button>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>Venue</legend>
|
<legend>Venue</legend>
|
||||||
<div>
|
<div>
|
||||||
<a href="https://www.openstreetmap.org/node/2688963276" target="_blank">
|
<a href="https://www.openstreetmap.org/node/2688963276" target="_blank">
|
||||||
<button type="submit" class="btn">Spektrum Berlin</button>
|
<button type="submit" class="btn">Spektrum Berlin</button>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</div>
|
</div>
|
||||||
<br />
|
<br />--}}
|
||||||
|
|
||||||
<div class="formCont">
|
<div class="formCont">
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>JOIN US</legend>
|
<legend>JOIN US</legend>
|
||||||
<label class="text-info">Squatconf's mailing list</label>
|
<label class="text-info">Squatconf's mailing list</label>
|
||||||
<a href="https://pad.ijhack.nl/p/squatconf-days" target="_blank">
|
<a href="https://pad.ijhack.nl/p/squatconf-days" target="_blank">
|
||||||
<button type="submit" class="btn">Subscribe</button>
|
<button type="submit" class="btn">Subscribe</button>
|
||||||
</a>
|
</a>
|
||||||
<div id="status-msg"> </div>
|
<div id="status-msg"> </div>
|
||||||
<span class="help-block">we'll send you info about future events, and talk about all and nothing</span>
|
<span class="help-block">we'll send you info about future events, and talk about all and nothing</span>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<br />
|
<br />
|
||||||
<!-- <ul class="nav nav-list">
|
<!-- <ul class="nav nav-list">
|
||||||
<li><a href="https://twitter.com/squatconf">@squatconf</a>
|
<li><a href="https://twitter.com/squatconf">@squatconf</a>
|
||||||
</ul> -->
|
</ul> -->
|
||||||
<br>
|
<br>
|
||||||
<ul class="nav nav-list">
|
<ul class="nav nav-list">
|
||||||
<li><a href="#">#squatconf on freenode</a></li>
|
<li><a href="#">#squatconf on freenode</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<br>
|
<br>
|
||||||
</div>
|
</div>
|
||||||
<!-- content -->
|
<!-- content -->
|
||||||
<div class="span9">
|
<div class="span9">
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<pre class="maxW"><small>
|
<pre class="maxW"><small>
|
||||||
.d8888b. 888 .d888
|
.d8888b. 888 .d888
|
||||||
d88P Y88b 888 d88P"
|
d88P Y88b 888 d88P"
|
||||||
Y88b. 888 888
|
Y88b. 888 888
|
||||||
"Y888b. .d88888888 888 8888b. 888888 .d8888b .d88b. 88888b. 888888
|
"Y888b. .d88888888 888 8888b. 888888 .d8888b .d88b. 88888b. 888888
|
||||||
"Y88b.d88" 888888 888 "88b888 d88P" d88""88b888 "88b888
|
"Y88b.d88" 888888 888 "88b888 d88P" d88""88b888 "88b888
|
||||||
"888888 888888 888.d888888888 888 888 888888 888888
|
"888888 888888 888.d888888888 888 888 888888 888888
|
||||||
Y88b d88PY88b 888Y88b 888888 888Y88b. Y88b. Y88..88P888 888888
|
Y88b d88PY88b 888Y88b 888888 888Y88b. Y88b. Y88..88P888 888888
|
||||||
"Y8888P" "Y88888 "Y88888"Y888888 "Y888 "Y8888P "Y88P" 888 888888
|
"Y8888P" "Y88888 "Y88888"Y888888 "Y888 "Y8888P "Y88P" 888 888888
|
||||||
888 ___. .__ .__
|
888 ___. .__ .__
|
||||||
888 \_ |__ ___________| | |__| ____
|
888 \_ |__ ___________| | |__| ____
|
||||||
888 | __ \_/ __ \_ __ \ | | |/ \
|
888 | __ \_/ __ \_ __ \ | | |/ \
|
||||||
| \_\ \ ___/| | \/ |_| | | \
|
| \_\ \ ___/| | \/ |_| | | \
|
||||||
|___ /\___ >__| |____/__|___| /
|
|___ /\___ >__| |____/__|___| /
|
||||||
\/ \/ \/
|
\/ \/ \/
|
||||||
|
|
||||||
</small></pre>
|
</small></pre>
|
||||||
<pre class="dskW">
|
<pre class="dskW">
|
||||||
____ _ ____ __
|
____ _ ____ __
|
||||||
/ ___| __ _ _ _ __ _| |_ / ___|___ _ __ / _|
|
/ ___| __ _ _ _ __ _| |_ / ___|___ _ __ / _|
|
||||||
\___ \ / _` | | | |/ _` | __| | / _ \| '_ \| |_
|
\___ \ / _` | | | |/ _` | __| | / _ \| '_ \| |_
|
||||||
___) | (_| | |_| | (_| | |_| |__| (_) | | | | _|
|
___) | (_| | |_| | (_| | |_| |__| (_) | | | | _|
|
||||||
|____/ \__, |\__,_|\__,_|\__|\____\___/|_| |_|_|
|
|____/ \__, |\__,_|\__,_|\__|\____\___/|_| |_|_|
|
||||||
|_|
|
|_|
|
||||||
|
|
||||||
___. .__ .__
|
___. .__ .__
|
||||||
\_ |__ ___________| | |__| ____
|
\_ |__ ___________| | |__| ____
|
||||||
| __ \_/ __ \_ __ \ | | |/ \
|
| __ \_/ __ \_ __ \ | | |/ \
|
||||||
| \_\ \ ___/| | \/ |_| | | \
|
| \_\ \ ___/| | \/ |_| | | \
|
||||||
|___ /\___ >__| |____/__|___| /
|
|___ /\___ >__| |____/__|___| /
|
||||||
\/ \/ \/
|
\/ \/ \/
|
||||||
<br></pre>
|
<br></pre>
|
||||||
<pre class="tblW">
|
<pre class="tblW">
|
||||||
__. , ._
|
__. , ._
|
||||||
(__ _.. . _.-+- _. _ ._ |,
|
(__ _.. . _.-+- _. _ ._ |,
|
||||||
.__)(_](_|(_] | (_.(_)[ )|
|
.__)(_](_|(_] | (_.(_)[ )|
|
||||||
.__ | .
|
.__ | .
|
||||||
[__) _ ._.|*._
|
[__) _ ._.|*._
|
||||||
[__)(/,[ ||[ )
|
[__)(/,[ ||[ )
|
||||||
<br></pre>
|
<br></pre>
|
||||||
</div>
|
</div>
|
||||||
<div class="page-header">
|
{{!--<div class="page-header">
|
||||||
{{md "src/header.md"}}
|
{{md "src/header.md"}}
|
||||||
</div>
|
</div>--}}
|
||||||
<div>
|
<div>
|
||||||
{{md "src/index.md"}}
|
{{md "src/index.md"}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<br><br><br>
|
||||||
<div class="parisCont">
|
<div class="parisCont">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="span3"></div>
|
<div class="span3"></div>
|
||||||
<div class="span9">
|
<div class="span9">
|
||||||
<div id="logo-wrapper">
|
<div id="logo-wrapper">
|
||||||
<div id="logoCont">
|
<div id="logoCont">
|
||||||
<img src="assets/img/squatconf2016Berliner.svg" alt="" class="belinLogo"/>
|
<img src="assets/img/squatconf_baguette.svg" alt="" class="belinLogo"/>
|
||||||
</div>
|
<img src="assets/img/squatconf2016Berliner.svg" alt="" class="belinLogo"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</div>
|
||||||
</html>
|
</body>
|
||||||
<!-- useless comment to check if it is rebuilt corrrectly -->
|
</html>
|
||||||
|
<!-- useless comment to check if it is rebuilt corrrectly -->
|
||||||
|
@ -1,46 +1,21 @@
|
|||||||
## What is SquatConf? It started in Paris Nov 2014 ...
|
## What is SquatConf? It started in Paris Nov 2014 ...
|
||||||
|
|
||||||
Squatconf happened in November 2014 in Paris in a squat, hence the name.
|
Squatconf happened in November 2014 in "Le Hangard" a squat in Paris, hence the name.
|
||||||
It wasn't your typical IT conference because it was mostly Just-in-Time-organized
|
We had a second one happening in Berlin in April 2016 at [Spektrum][1].
|
||||||
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
|
They were not your typical IT conferences because it was mostly Just-in-Time-organized
|
||||||
radical talks on technologies and society, even openly associate with
|
by all the people who attend. There were no advertisements from Silicon
|
||||||
anarchism. There also were a fair share of advanced tech talks on web
|
Valley companies (or any others) and several people felt free to give somewhat
|
||||||
Crypto, decentralized tech demos, internet of things, automatic garden
|
radical talks on technologies and society, even openly associate with
|
||||||
planting systems and what not. And we had many personal conversations
|
anarchism. There also were a fair share of advanced tech talks on web
|
||||||
among each other which continue to this day.
|
Crypto, decentralized tech demos, internet of things, automatic garden
|
||||||
|
planting systems and what not. And we had many personal conversations
|
||||||
## ... and now we go to Berlin end april 2016!
|
among each other which continue to this day.
|
||||||
|
|
||||||
We want to make another Squatconf happening happen around
|
## ... Squatconf never stop
|
||||||
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
|
We want to make another Squatconf happening, but nothing is clear yet about dates.
|
||||||
drop by at squatconf to participate in a more independent event.
|
|
||||||
Berlin has gotten quite trendy, more expensive and squatting
|
Until then every place where we meet is squatconf, come talk on irc
|
||||||
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
|
[1]:http://spektrumberlin.de/
|
||||||
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.
|
|
||||||
|
Loading…
Reference in New Issue