forked from fixitsammie/global.hackathon
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #324 from nmoya/master
Moyrilia Team Definition PR
- Loading branch information
Showing
2 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Nikolas Moya @nikolasmoya | ||
=========================== | ||
- from: Campinas, Brasil | ||
- 50% Stack Developer, working my way to full stack | ||
- C, Python, Javascript (Front and Back end), PHP | ||
- CS Master Student working on interactive segmentation algorithms | ||
- Github fan | ||
|
||
|
||
|
||
Marilia Ferreira @m_ntns | ||
=========================== | ||
- from: Curitiba, Brasil | ||
- User Experience Professional | ||
- Pixels are my thing | ||
- Framer JS, Origami, Coffeescript, CSS, HTML5 | ||
- Student at University of Dundee | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"teamName": "Moyrilia", | ||
"members": [ | ||
{ | ||
"name": "Nikolas Moya", | ||
"twitter": "nikolasmoya", | ||
"koding": "nmoya", | ||
"location": "Campinas, BR", | ||
"lead": true | ||
}, | ||
{ | ||
"name": "Marilia Ferreira", | ||
"twitter": "m_ntns", | ||
"koding": "mariliaferreira", | ||
"location": "Curitiba, BR" | ||
} | ||
] | ||
} |