From 5038c77d54680131c55072d684c9534308158878 Mon Sep 17 00:00:00 2001 From: Kostas Bariotis Date: Wed, 3 Dec 2014 19:41:08 +0200 Subject: [PATCH] SKGers Team added --- Teams/SKGers/ABOUT.md | 36 ++++++++++++++++++++++++++++++++++++ Teams/SKGers/team.json | 30 ++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 Teams/SKGers/ABOUT.md create mode 100644 Teams/SKGers/team.json diff --git a/Teams/SKGers/ABOUT.md b/Teams/SKGers/ABOUT.md new file mode 100644 index 0000000..633bcd6 --- /dev/null +++ b/Teams/SKGers/ABOUT.md @@ -0,0 +1,36 @@ +SKGers +=========================== + +Hey there! This is SKGers, a group of passionate engineers living in Thessaloniki, Greece. + +About us. +=========================== + +| Kostas Bariotis | Thanasis Polichronakis | Theodore Keloglou | Aristotelis Dossas | +| -------------- | -------------- | ------------ | -------------- | +| ![Kostas](https://avatars3.githubusercontent.com/u/605742?v=3&s=460) | ![Thanasis](https://avatars1.githubusercontent.com/u/458813?v=3&s=460) | ![Theodore](https://avatars3.githubusercontent.com/u/553444?v=3&s=400) | ![Aristotelous](https://avatars2.githubusercontent.com/u/3739293?v=3&s=460) | + +Kostas Bariotis +-------------- +Team leader, Web Engineer (PHP, Javascript, Node.js). + +Thanasis Polichronakis +-------------- +Node.js Guru and DevOps assistant + +Theodore Keloglou +-------------- +Front End lover (HTML, CSS, UX/UI) + +Aristotelis Dossas +------------ +Back End lover (Node.js) + +About Us +============= +We are a group from Thessaloniki, Greece. We love coding, breaking and reassembling the web. We actively contributing to open source projects and local tech communities. We have also participate in many local hackathons. + +About our project. +=========================== + +We believe we can create a fun way to introduce programming to people. We will mess with the Front End a lot and use the well known APIs to make it more social. \ No newline at end of file diff --git a/Teams/SKGers/team.json b/Teams/SKGers/team.json new file mode 100644 index 0000000..7dd7544 --- /dev/null +++ b/Teams/SKGers/team.json @@ -0,0 +1,30 @@ +{ + "teamName": "SKGers", + "members": [ + { + "name": "Kostas Bariotis", + "twitter": "kbariotis", + "koding": "stakisko", + "location": "Thessaloniki, GR", + "lead": true + }, + { + "name": "Thanasis Polichronakis", + "twitter": "thanpolas", + "koding": "thanpolas", + "location": "Thessaloniki, GR" + }, + { + "name": "Theodore Keloglou", + "twitter": "sirodoht", + "koding": "sirodoht", + "location": "Thessaloniki, GR" + }, + { + "name": "Aristotelis Dossas", + "twitter": "teldosas", + "koding": "teldosas", + "location": "Thessaloniki, GR" + } + ] +}