diff --git a/Teams/BlueShirtAcademy/ABOUT.md b/Teams/BlueShirtAcademy/ABOUT.md new file mode 100644 index 0000000..269fa31 --- /dev/null +++ b/Teams/BlueShirtAcademy/ABOUT.md @@ -0,0 +1,22 @@ + +# Blue Shirt Academy + +We are Blue Shirt Academy! We all go to West Michigan Aviation Academy. GO WMMA! + +## About Us + +-Teddy: I have been programming since I was about 10 years old. I am 17 and a senior at WMAA. I love python and C++! +-Rachel: I love biomedical sciences, and I am a Junior at WMAA! I hope to help the world with code! + +## Languages We Love + +-HTML +-CSS +-Python +-Javascript +-Java +-C++ +-C +-PHP +-Verilog +-C# diff --git a/Teams/BlueShirtAcademy/team.json b/Teams/BlueShirtAcademy/team.json new file mode 100644 index 0000000..6fbd2b6 --- /dev/null +++ b/Teams/BlueShirtAcademy/team.json @@ -0,0 +1,19 @@ +{ + "teamName": "Blue Shirt Academy", + "members": [ + { + "name": "Rachel Stein", + "twitter": "steinrach", + "koding": "rstein", + "location": "Grand Rapids, US" + }, + { + "name": "Tawodros Yeberahu", + "twitter": "exp_teddy", + "koding": "teddy-exp", + "location": "Grand Rapids, US", + "lead": true + } + + ] +}