diff --git a/Teams/Galleria/ABOUT.md b/Teams/Galleria/ABOUT.md new file mode 100644 index 0000000..8ee2cd2 --- /dev/null +++ b/Teams/Galleria/ABOUT.md @@ -0,0 +1,18 @@ +# Galleria + +Galeria (*gallery* in english, the two "L" in the team name it's a bad practice of *how to make a name cool*) it's a place to show things, like paintings. + +What this gallery presents? Crazy guys, crazy minds, craziness. + +![Our crazy ideas stored](https://unsplash.imgix.net/45/tkLOe7nnQ7mnMsiuijBy_hm.jpg) + +# About Marcos SF Filho - Team Leader + +The idea that anything can be made in a "virtual space" fascinates me above everything. If someone challenges you to program something, you can. + +I'm young, 19-years old. Know a bunch of things, like PHP, Java, Ruby, Web development, games development, but I'm not a specialist in any of these. + +Born in Brazil, and still living in Brazil. + +------------------------------------------------------------ +*Thanks to [Unsplash](https://unsplash.com) for making beautiful images available easy, and to [Patrik Goethe](http://www.slashie.org/), who takes the photo that I used as cover art. You can find more of his photos in Unsplash [here](https://unsplash.com/patrikgoethe).* diff --git a/Teams/Galleria/team.json b/Teams/Galleria/team.json new file mode 100644 index 0000000..03d2113 --- /dev/null +++ b/Teams/Galleria/team.json @@ -0,0 +1,12 @@ +{ + "teamName": "Galleria", + "members": [ + { + "name": "Marcos SF Filho", + "twitter": "Marcos_SF_Filho", + "koding": "marcossffilho", + "location": "Montes Claros, BR", + "lead": true + } + ] +}