From 2146765119ea8721ce5d4f4750dbc1b73ca35461 Mon Sep 17 00:00:00 2001 From: DMazak Date: Sat, 22 Nov 2014 14:37:35 -0500 Subject: [PATCH 1/2] Team Hackron --- Teams/Hackron/ABOUT.md | 19 +++++++++++++++++++ Teams/Hackron/team.json | 18 ++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 Teams/Hackron/ABOUT.md create mode 100644 Teams/Hackron/team.json diff --git a/Teams/Hackron/ABOUT.md b/Teams/Hackron/ABOUT.md new file mode 100644 index 0000000..d4746df --- /dev/null +++ b/Teams/Hackron/ABOUT.md @@ -0,0 +1,19 @@ +This is our page +================ + +We are University of Akron students from Akron, OH who are passionate about software development! + + +About your team +=========================== +Drew Mazak + + +Jessica Groot + + +About your skills and what you are going to do? +======= +We are still brainstorming. + + diff --git a/Teams/Hackron/team.json b/Teams/Hackron/team.json new file mode 100644 index 0000000..6fb1f25 --- /dev/null +++ b/Teams/Hackron/team.json @@ -0,0 +1,18 @@ +{ + "teamName": "Team Akron", + "members": [ + { + "name": "Drew Mazak", + "twitter": "drwmzk", + "koding": "drmazak", + "location": "Akron, OH" + "lead": true + }, + { + "name": "Jessica Groot", + "twitter": "AngryZoot", + "koding": "GesikaMarie", + "location": "Akron, OH", + } + ] +} \ No newline at end of file From d2b908561b725024bd0e48581a24396cb826f518 Mon Sep 17 00:00:00 2001 From: DMazak Date: Sat, 22 Nov 2014 15:52:42 -0500 Subject: [PATCH 2/2] Fixed JSON, Country Codes --- Teams/Hackron/team.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Teams/Hackron/team.json b/Teams/Hackron/team.json index 6fb1f25..dd44bd5 100644 --- a/Teams/Hackron/team.json +++ b/Teams/Hackron/team.json @@ -5,14 +5,14 @@ "name": "Drew Mazak", "twitter": "drwmzk", "koding": "drmazak", - "location": "Akron, OH" + "location": "Akron, US", "lead": true }, { "name": "Jessica Groot", "twitter": "AngryZoot", "koding": "GesikaMarie", - "location": "Akron, OH", + "location": "Akron, US" } ] } \ No newline at end of file