diff --git a/Teams/Astronauts/ABOUT.md b/Teams/Astronauts/ABOUT.md new file mode 100644 index 0000000..a94f4d6 --- /dev/null +++ b/Teams/Astronauts/ABOUT.md @@ -0,0 +1,31 @@ +# Astronauts + +Hi there, we are all students at the University of Alabama in Tuscaloosa and we really enjoy coding! + +## About Us + +- Joshua: Self-taugh coder and open-source evangelist. +- Brian: Devout Java developer. May the JVM be with you. +- Chris: Enjoys game dev as a personal hobby and hopefully a career. + +## Languages and Technologies + +### Languages +- C +- Java +- Golang +- Lisp (Scheme) +- Perl +- Python +- JavaScript + +### Technologies +- Bash shell +- Vim +- Git +- Koding +- Twitter Bootstrap +- Any TDD framework/tool +- HabitRPG for project management +- The all knowing Google and Reddit +- Ramen and Pizza diff --git a/Teams/Astronauts/team.json b/Teams/Astronauts/team.json new file mode 100644 index 0000000..15b8534 --- /dev/null +++ b/Teams/Astronauts/team.json @@ -0,0 +1,11 @@ +{ + "teamName": "Astronauts", + "members": [ + { + "name": "Joshua Wolfe", + "twitter": "killgor223", + "koding": "jbwolfe", + "location": "Tuscaloosa, US" + } + ] +}