diff --git a/Teams/bnts/ABOUT.md b/Teams/bnts/ABOUT.md new file mode 100644 index 0000000..2d5d62d --- /dev/null +++ b/Teams/bnts/ABOUT.md @@ -0,0 +1,10 @@ +# bnts +This is our team page. The team name is nonsense, don't try to understand it. + +## About us +We are students from University of São Paulo, Brazil. Colleagues since 2010, we +started working together at programming contests, such as the ACM ICPC +regionals. + +## Skills, technologies, plan, etc. +Coming soon... diff --git a/Teams/bnts/team.json b/Teams/bnts/team.json new file mode 100644 index 0000000..55b36b7 --- /dev/null +++ b/Teams/bnts/team.json @@ -0,0 +1,17 @@ +{ + "teamName": "bnts", + "members": [ + { + "name": "Antonio Canabrava Fraideinberze", + "twitter": "antoniocfrai", + "koding": "acfrai", + "location": "São Carlos, BR" + }, + { + "name": "Samuel Gomes Fadel", + "twitter": "fadel", + "koding": "fadel", + "location": "São Carlos, BR" + } + ] +}