From 689a52898ae3af1e6c798931b99e010cab17b26c Mon Sep 17 00:00:00 2001 From: Mario Ruiz Date: Tue, 2 Dec 2014 23:12:17 -0600 Subject: [PATCH 1/3] Create team.json --- Teams/Singleton/team.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Teams/Singleton/team.json diff --git a/Teams/Singleton/team.json b/Teams/Singleton/team.json new file mode 100644 index 0000000..701ee21 --- /dev/null +++ b/Teams/Singleton/team.json @@ -0,0 +1,11 @@ +{ + "teamName": "Singleton", + "members": [ + { + "name": "Mario Ruiz", + "twitter": "marioruizfont", + "koding": "web20opensource", + "location": "Qro, Mexico" + } + ] +} From 792e2839f67d8b895b44fc9191cc2ed5ca73c16e Mon Sep 17 00:00:00 2001 From: Mario Ruiz Date: Tue, 2 Dec 2014 23:16:47 -0600 Subject: [PATCH 2/3] Create About.md --- Teams/Singleton/About.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Teams/Singleton/About.md diff --git a/Teams/Singleton/About.md b/Teams/Singleton/About.md new file mode 100644 index 0000000..4725ba2 --- /dev/null +++ b/Teams/Singleton/About.md @@ -0,0 +1,21 @@ +#Singleton Team + +We are just one guy and his family support! + +## About us + +Mario : A happy daddy doing the best for keep going in the awesomeness web 2.0 world! + +## Languages I'd prefer to pick up for + +- Javascript +- Java +- Php + +## Also likes + +- All linux open source world! + +## And sometimes + +- Play guitar and violin From 110985c52b2e5f2ba2432a7d81c309fbe6567991 Mon Sep 17 00:00:00 2001 From: Mario Ruiz Date: Tue, 2 Dec 2014 23:29:49 -0600 Subject: [PATCH 3/3] Update team.json --- Teams/Singleton/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Singleton/team.json b/Teams/Singleton/team.json index 701ee21..b76db25 100644 --- a/Teams/Singleton/team.json +++ b/Teams/Singleton/team.json @@ -5,7 +5,7 @@ "name": "Mario Ruiz", "twitter": "marioruizfont", "koding": "web20opensource", - "location": "Qro, Mexico" + "location": "Qro, MX" } ] }