From 0d8d005f372f2aafaf89d3ee58a80111b57e93dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Je=CC=81ro=CC=82me=20Loi=CC=88?= Date: Thu, 18 Sep 2014 20:12:00 +0200 Subject: [PATCH] updated markup --- html/assets/css/squatconf.css | 3 + html/index.html | 137 ++++++++++++++++++++++++++++++++++ package.json | 2 +- 3 files changed, 141 insertions(+), 1 deletion(-) create mode 100644 html/assets/css/squatconf.css create mode 100644 html/index.html diff --git a/html/assets/css/squatconf.css b/html/assets/css/squatconf.css new file mode 100644 index 0000000..ac36af1 --- /dev/null +++ b/html/assets/css/squatconf.css @@ -0,0 +1,3 @@ +.btn{background-color: #fff} +.leftCol{padding-top: 15px;} +.page-header pre {margin-bottom: 0;} \ No newline at end of file diff --git a/html/index.html b/html/index.html new file mode 100644 index 0000000..cd0bb3d --- /dev/null +++ b/html/index.html @@ -0,0 +1,137 @@ + + + + + SquatConf.386 + + + + + + + + + + +
+
+ +
+ +

+ +
+
+ +
+
+ +

+ + + +
+ + + +
+ +
+

What is SquatConf ?

+

Some of us are lucky enough to attend to some marvellous conventions, made with love by amazing people, they give us some great event with top notch speakers, incredible venues, amazing parties.

+ +

Theses conferences are pulled out with a huge work by volunteers, some sponsors, so they can cut the cost of theses event to the minimum.

+ +

the minimum is still a bit of money, money some don't have.

+ +

We came out with an alternative model for that ... SquatConf

+ +

This will not be your everyday conference, but it will be a on donation with good talk from amazing people, and you will be able to contribute to it if you want too

+ +

How can this be possible ?

+ +

Conference have huge cost to handle, and most of the time ticket prices are not even close to the real cost per attendee, see this transparency report to understand how a 0 profit conference can pull that. Still it costs a pile of cash to do that.
+ Venues, transportation, hotels, food are really nice perks to have, but ...

+ +

If you held a conference in a Squat, +
If the Speakers advance their travel expenses,
+ If you host them in some Friend's home,
+ If you tell people to bring some food and
+ If you know for SURE that the wifi will be shaky ...

+ +

you can get a 0 cost conference made with love,but a little rougher

+ +

Where / when ?

+ +

A Squat in Paris, that will not yet be disclosed for obvious reasons ...

+ +

It will happened 2014 November 15th .

+

The plan

+ +

We are a bunch of crazy programers that believe in anarchy and distributed systems, conferences included.

+ +

We will provide a place, we will provide a context, some talks, and the rest will be up to you ...

+

Who is behind this

+

SquatConf is an Idea that came after LXJS, It was a great conference, and the organisation made an amazing job, and after the final day of the event we ended up dominictarr, joates and I talking about autonomous self driving boats when this idea came to live, now the idea matured and some folks (mmalecki,no9,substack, ...) are in the loop now.

+ +

Ok so you are a bunch of idealist that will make a 10 ppl conference in a dump ...

+ +

What you will get out of SquatConf is, in the end literally what you will want put in SquatConf .

+
    +
  • Tickets will be on donation, you want a cheap conf give 0, you want provided food ...
  • +
  • this won't be a 400 ppl conf for sure, but do you NEED that much ppl ?
  • +
  • there are already speakers interested for who you would enjoy spend some bucks :)
  • +
  • you have ideas to improve this thing ? they are gladly welcome.
  • +
+

mhhh I want to talk here !!!

+

Please see here to propose a talk

+ +
+
+
+
+ + + + + + diff --git a/package.json b/package.json index 373b1a1..61ade03 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "server.js", "scripts": { "start": "echo -n 'building.. '; npm run build && node server.js", - "build": "browserify src/email.js -o assets/js/email.js", + "build": "browserify src/email.js -o html/assets/js/email.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": {