From 09ba92c276d312e58a6a5ab3c77acb3f8acf840b Mon Sep 17 00:00:00 2001 From: Jesi Date: Sun, 30 Nov 2014 22:47:34 -0400 Subject: [PATCH 1/4] Added initial team information --- Teams/CoquiHackers/team.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Teams/CoquiHackers/team.json diff --git a/Teams/CoquiHackers/team.json b/Teams/CoquiHackers/team.json new file mode 100644 index 0000000..9328009 --- /dev/null +++ b/Teams/CoquiHackers/team.json @@ -0,0 +1,17 @@ +{ + "teamName": "Coqui Hackers", + "members": [ + { + "name": "Jesiniel Nieves Ortiz", + "twitter": "jesipr", + "koding": "jesipr", + "location": "Canovanas, PR" + }, + { + "name": "Roberto C. Rivera Reyes", + "twitter": "gossens73", + "koding": "robertorivera16", + "location": "Comerio, PR" + } + ] +} From 2b150f6295968a5e3c447ffc662122e6787b7d99 Mon Sep 17 00:00:00 2001 From: Jesi Date: Sun, 30 Nov 2014 22:55:41 -0400 Subject: [PATCH 2/4] Added initial about file --- Teams/CoquiHackers/ABOUT.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Teams/CoquiHackers/ABOUT.md diff --git a/Teams/CoquiHackers/ABOUT.md b/Teams/CoquiHackers/ABOUT.md new file mode 100644 index 0000000..01bdf1e --- /dev/null +++ b/Teams/CoquiHackers/ABOUT.md @@ -0,0 +1,14 @@ + +# Coqui Hackers + +We are students at the University of Puerto Rico at Mayaguüez. We are currently doing a bachelor degree in Computer Engineering. +We are here to challenge ourselves. + +## About Us + +- Jesiniel: +- Roberto: + +## Languages we love + +- Java From ae8e1d1634f7b707ff10d2e6140a3ee7d33cdd72 Mon Sep 17 00:00:00 2001 From: Jesi Date: Sun, 30 Nov 2014 23:10:04 -0400 Subject: [PATCH 3/4] Updated "About Us" section --- Teams/CoquiHackers/ABOUT.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Teams/CoquiHackers/ABOUT.md b/Teams/CoquiHackers/ABOUT.md index 01bdf1e..a8e2f2a 100644 --- a/Teams/CoquiHackers/ABOUT.md +++ b/Teams/CoquiHackers/ABOUT.md @@ -6,9 +6,10 @@ We are here to challenge ourselves. ## About Us -- Jesiniel: +- Jesiniel: My name is Jesiniel. I live in Puerto Rico. I am currently a student at UPRM where I study Computer Engineering. I have worked with C and Java languages during my current studies. I have little knowledge in HTML and CSS, hoping this gets me somewhere in this hackathon. I am looking forward in learning other languages. I have interest in Javascript, Python and PHP. - Roberto: ## Languages we love - Java +- C From 3b97a06c740051955b824add461252bd87dee327 Mon Sep 17 00:00:00 2001 From: Jesi Date: Sun, 30 Nov 2014 23:11:35 -0400 Subject: [PATCH 4/4] Minor changes to the team name --- Teams/CoquiHackers/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/CoquiHackers/team.json b/Teams/CoquiHackers/team.json index 9328009..8724c01 100644 --- a/Teams/CoquiHackers/team.json +++ b/Teams/CoquiHackers/team.json @@ -1,5 +1,5 @@ { - "teamName": "Coqui Hackers", + "teamName": "Coquí Hackers", "members": [ { "name": "Jesiniel Nieves Ortiz",