diff --git a/_config.yml b/_config.yml index 25ceba3..6babf1b 100644 --- a/_config.yml +++ b/_config.yml @@ -20,3 +20,61 @@ url: "http://clojurebridge-berlin.github.io" # the base hostname & protocol for # Build settings markdown: kramdown + +team: + - name: Ben + image: ben.png + url: https://twitter.com/socksy + - name: Franka + image: franka.jpg + url: http://franka.tech + - name: Danielle + image: dani.jpg + url: https://twitter.com/dantoml + - name: Dave + image: dave.png + url: http://daveliepmann.com + - name: Johanna + image: johanna.jpg + url: https://twitter.com/JohanannC + - name: Julia + image: julia.jpg + url: https://twitter.com/anderspree + - name: Lisa + image: lislis.png + url: http://lislis.de + - name: Nils + image: nils.png + url: http://nils-blum-oeste.net + - name: Saskia + image: saskia.jpg + url: http://saskialindner.com + - name: Tibor + image: tibor.jpg + url: http://codebeige.net + - name: Anna + image: anna.jpg + url: + - name: daiyi + image: daiyi.jpg + url: https://twitter.com/daiyitastic + +team-alumni: + - name: Arne + url: https://twitter.com/plexus + image: + - name: Bettina + url: https://twitter.com/thatbettina + image: + - name: Jelle + url: https://twitter.com/jellea + image: + - name: Malwine + url: https://twitter.com/malweene + image: + - name: Martin + url: https://twitter.com/martinklepsch + image: + - name: Nicola + url: https://twitter.com/nicsnet + image: diff --git a/_includes/team-alumni.html b/_includes/team-alumni.html new file mode 100644 index 0000000..6793ffa --- /dev/null +++ b/_includes/team-alumni.html @@ -0,0 +1,10 @@ +{% for person in include.people %} + {{ person.name }} +{% endfor %} + + diff --git a/_includes/team.html b/_includes/team.html new file mode 100644 index 0000000..fb272aa --- /dev/null +++ b/_includes/team.html @@ -0,0 +1,13 @@ +{% for person in include.people %} +
The Team:
-- Arne, - Ben, - Bettina, - Franziska, - Jelle, - Julia, - Lisa, - Malwine, - Martin & - Nicola. -
- - - - +ClojureBridge Berlin is organized with a lot of love by volunteers. We try our best to make the workshop a memorable event and bring more people into programming.
ClojureBridge Berlin wird mit ganz viel Liebe von Freiwilligen organisiert. Wir versuchen unser Bestes, aus dem Workshop ein unvergessliches Event zu machen und mehr Menschen zum Programmieren anzuregen.
Twitter: @ClojureBridgeDE
@@ -276,6 +264,11 @@Mail: clojurebridge.berlin@gmail.com
For all kinds of questions mail us. We speak English and German.
Bitte schreibe uns gerne ein Mail, wenn du Fragen oder Anregungen hast. Wir sprechen Deutsch und Englisch.
++ + + +