Skip to content

Commit

Permalink
Post FrOSCon changes, add new organizers
Browse files Browse the repository at this point in the history
  • Loading branch information
fhemberger committed Aug 24, 2014
1 parent 37bb374 commit 64116ea
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 36 deletions.
1 change: 1 addition & 0 deletions events/2014-08-23.yml
Expand Up @@ -32,3 +32,4 @@
name:
twitter:
links:
"Slides and code examples of all talks": https://gist.github.com/fhemberger/b9059312da5843051fad
33 changes: 17 additions & 16 deletions public/stylesheets/views/talks.styl
Expand Up @@ -45,27 +45,28 @@

article { margin-bottom: 1em; }

ul {
ul.links {
clear: both;
overflow: hidden;
padding: 0;
margin: 0;
}

li {
display: block;
list-style-type: none;
float: left;
margin: 1em 0.5em 1em 0;
}
li {
display: block;
list-style-type: none;
float: left;
margin: 1em 0.5em 1em 0;
}

li:before {
content: "|" ;
margin-right: 0.5em;
}
li:before {
content: "|" ;
margin-right: 0.5em;
}

li:first-child:before {
content: "" ;
margin-right: 0;
li:first-child:before {
content: "" ;
margin-right: 0;
}
}
}

}
25 changes: 6 additions & 19 deletions views/index.jade
Expand Up @@ -6,10 +6,10 @@ block content
.next-meetup
h2
| Next Meetup: Saturday, !{nextDate}
// — 
// a(href="#location") New location!
&mdash;&nbsp;<br>
a(href="#location") New location at triAGENS

// p Join us at 19:00, talks start at 19:30
h3 Join us at 19:00, talks start at 19:30

p(style="margin:20px 0 0;font-size:1.2em")
strong We need your participation for Cologne.js:
Expand Down Expand Up @@ -48,37 +48,24 @@ block content

.grid-row
.grid-2-3
// iframe(width="100%", height="300", frameborder="0", scrolling="no", marginheight="0", marginwidth="0", src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d628.6353485071322!2d6.939881999999992!3d50.93219999999994!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47bf25024b225833%3A0xd34c24043ba684b8!2striAGENS+GmbH!5e0!3m2!1sde!2sde!4v1400045620701")
iframe(width="100%", height="300", frameborder="0", scrolling="no", marginheight="0", marginwidth="0", src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2522.778742672217!2d7.182644000000009!3d50.77967499999991!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47bee7453906f18b%3A0xcdc4c4642c120c75!2sHochschule+Bonn-Rhein-Sieg+Campus+Sankt+Augustin!5e0!3m2!1sde!2sde!4v1404940809139")
iframe(width="100%", height="300", frameborder="0", scrolling="no", marginheight="0", marginwidth="0", src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d628.6353485071322!2d6.939881999999992!3d50.93219999999994!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47bf25024b225833%3A0xd34c24043ba684b8!2striAGENS+GmbH!5e0!3m2!1sde!2sde!4v1400045620701")

.grid-1-3
:markdown
**Bonn-Rhein-Sieg University of Applied Science**
**Grantham-Allee 20**
**53757 Sankt Augustin**

<!--
**triAGENS GmbH**
**Hohenstaufenring 43-45**
**50674 Köln**

##### Public transport
Hop onto line 9, 12 or 15 and get off at Zülpicher Platz.
The location is around 80 m down the street.
-->
<!--
##### By car (not really recommended)
You can try the parking lot in front of the [University of Applied Sciences](http://goo.gl/maps/7TER4)
at this time (4€ for the whole evening) or use the underground parking just around the corner at
Agrippinawerft, but it's quite expensive. :(
-->

.grid-row
.grid-1-2
:markdown
### Got a question? A talk to propose?

Cologne.js is organized by **Jörn Zaefferer**, **Frederic Hemberger** and **Michael Hackstein**. Catch us via
Cologne.js is organized by **Michael Hackstein**, **Sebastian Tilch**, **Yunus Uyargil** and **Frederic Hemberger**. Catch us via
[email](&#x006D;&#x0061;&#x0069;&#x006C;&#x0074;&#x006F;&#x003A;org&#x0040;colognejs.de),
on [Twitter](http://twitter.com/cgnjs) or our [mailing-list](http://groups.google.com/group/cgnjs).

Expand Down
2 changes: 1 addition & 1 deletion views/talks.jade
Expand Up @@ -27,7 +27,7 @@ block content
p !{talk.description}

- if (talk.links || talk.video)
ul
ul.links
- if (talk.links)
each linkUrl, linkName in talk.links
li: a(href="#{linkUrl}") #{linkName}
Expand Down

0 comments on commit 64116ea

Please sign in to comment.