From 6fdc73459929dff2a8051978990212cee38a1d39 Mon Sep 17 00:00:00 2001 From: timur Date: Thu, 27 Nov 2014 23:10:44 +1300 Subject: [PATCH] Added team info --- Teams/ProjectScarletSails/ABOUT.md | 18 ++++++++++++++++++ Teams/ProjectScarletSails/team.json | 15 +++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 Teams/ProjectScarletSails/ABOUT.md create mode 100644 Teams/ProjectScarletSails/team.json diff --git a/Teams/ProjectScarletSails/ABOUT.md b/Teams/ProjectScarletSails/ABOUT.md new file mode 100644 index 0000000..1df22a8 --- /dev/null +++ b/Teams/ProjectScarletSails/ABOUT.md @@ -0,0 +1,18 @@ +Project Scarlet Sails +================ + +Set in a small fishing village _(also known as The City of Sails)_, we share passion for technology and the dream to make world a bit better place to live. As our [name alludes](http://en.wikipedia.org/wiki/Scarlet_Sails), we're all about not losing hope and believing that miracles do happen. + + +We are... +=========================== + +* Timur - crunching some serious ERP business by day, exploring exciting new tech by night +* Dana - driving one of the country's busiest websites + + +Skills and plans +======= + +So far theme #2 looks like our best candidate, but things may change over the next week. +Ourselves, we know a thing or two about C#, Python, Angular.JS and where to get awesome coffee during the weekend. We believe that should get us somewhere :) \ No newline at end of file diff --git a/Teams/ProjectScarletSails/team.json b/Teams/ProjectScarletSails/team.json new file mode 100644 index 0000000..61edece --- /dev/null +++ b/Teams/ProjectScarletSails/team.json @@ -0,0 +1,15 @@ +{ + "teamName": "Project Scarlet Sails", + "members": [ + { + "name": "Timur Khadimullin", + "koding": "pmufa", + "location": "Auckland, NZ" + }, + { + "name": "Dana Garifullina", + "koding": "ferventer", + "location": "Auckland, NZ" + } + ] +}