From 5a334b6b0957c5d38355f63d220c13e5cf9331c5 Mon Sep 17 00:00:00 2001 From: Small Success Date: Tue, 2 Dec 2014 19:55:50 -0500 Subject: [PATCH 1/4] Added Team Information --- Teams/SmallSuccess/team.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Teams/SmallSuccess/team.json diff --git a/Teams/SmallSuccess/team.json b/Teams/SmallSuccess/team.json new file mode 100644 index 0000000..c4c7aa7 --- /dev/null +++ b/Teams/SmallSuccess/team.json @@ -0,0 +1,11 @@ +{ + "teamName": "Small Success", + "members": [ + { + "name": "Titus Blair", + "twitter": "titusblair", + "koding": "smallsuccess", + "location": "RVing the USA" + }, + ] +} From d7730d7bd7e663daae9b7ebc560414cd0a6790e0 Mon Sep 17 00:00:00 2001 From: Small Success Date: Tue, 2 Dec 2014 19:58:48 -0500 Subject: [PATCH 2/4] added about file --- Teams/SmallSuccess/ABOUT.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Teams/SmallSuccess/ABOUT.md diff --git a/Teams/SmallSuccess/ABOUT.md b/Teams/SmallSuccess/ABOUT.md new file mode 100644 index 0000000..769832f --- /dev/null +++ b/Teams/SmallSuccess/ABOUT.md @@ -0,0 +1,11 @@ +## SMALL SUCCESS + +Small Success is a technology company dedicated to creating amazing products! + +## About Us + +- Titus: My name is Titus and I love to develop apps in Meteor. I also work in PHP and Angular. + +## Languages We Love + +- Javascript From 16a35817749835b47207255572b64610f7bd1547 Mon Sep 17 00:00:00 2001 From: Small Success Date: Tue, 2 Dec 2014 20:17:44 -0500 Subject: [PATCH 3/4] Removed mysterious comma :) --- Teams/SmallSuccess/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/SmallSuccess/team.json b/Teams/SmallSuccess/team.json index c4c7aa7..09b4e89 100644 --- a/Teams/SmallSuccess/team.json +++ b/Teams/SmallSuccess/team.json @@ -6,6 +6,6 @@ "twitter": "titusblair", "koding": "smallsuccess", "location": "RVing the USA" - }, + } ] } From 15c983f810efbd80cf4d43bb8b0e65303b3c9d8c Mon Sep 17 00:00:00 2001 From: Small Success Date: Tue, 2 Dec 2014 21:02:10 -0500 Subject: [PATCH 4/4] Updated Location --- Teams/SmallSuccess/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/SmallSuccess/team.json b/Teams/SmallSuccess/team.json index 09b4e89..753a162 100644 --- a/Teams/SmallSuccess/team.json +++ b/Teams/SmallSuccess/team.json @@ -5,7 +5,7 @@ "name": "Titus Blair", "twitter": "titusblair", "koding": "smallsuccess", - "location": "RVing the USA" + "location": "Houston, TX" } ] }