diff --git a/Teams/DarthKoders/ABOUT.md b/Teams/DarthKoders/ABOUT.md new file mode 100644 index 0000000..2d3a49e --- /dev/null +++ b/Teams/DarthKoders/ABOUT.md @@ -0,0 +1,16 @@ + +# DarthKoders + +We are Baran and Göktuğ. We like coding and learning new things. + +## About Us + +-Göktuğ: I'm Göktuğ. I like coding with C++, python and C. I'm interested in Android App Development. +-Baran: Hi, I'm Baran. I've developed some windows phone apps and android apps. I like coding with C. + +## Languages we love + +-C/C++ +-Python +-Java +-C# diff --git a/Teams/DarthKoders/team.json b/Teams/DarthKoders/team.json new file mode 100644 index 0000000..502fb35 --- /dev/null +++ b/Teams/DarthKoders/team.json @@ -0,0 +1,18 @@ +{ + "teamName": "DarthKoders", + "members": [ + { + "name": "Baran Baris Kivilcim", + "twitter": "baranbarisk", + "koding": "baranbaris", + "location": "Ankara, TR" + }, + { + "name": "Abdullah Goktug Mert", + "twitter": "goktugbc", + "koding": "goktugbc", + "location": "Ankara, TR", + "lead": true + } + ] +}