diff --git a/Teams/digiBlink/ABOUT.md b/Teams/digiBlink/ABOUT.md new file mode 100644 index 0000000..2ff29e7 --- /dev/null +++ b/Teams/digiBlink/ABOUT.md @@ -0,0 +1,27 @@ +This is our page +================ + +We are the digiBlink team - Computer Science people from Latvia. + + +About your team +=========================== + +| nfoworm | mmlv +|--- |--- +| ![Reinholds](https://pbs.twimg.com/profile_images/378800000629231869/cf8e58d30f8ae8bb04cccb9ce3acc85c.jpeg) | ![Artis](https://pbs.twimg.com/profile_images/153132961/IMG5524.JPG) | + +We have both studied in University of Latvia - Artis has already PhD in +Computer Science, Reinholds are soon to receive his PhD in Computer Science. +Both of us are into embedded electronics as well some web development. + + +About your skills and what you are going to do? +======= +Currently we are still in pursuit of our project for competition, but idea +will come. + +We do embedded programming (C/C++), as well Python/PHP/JS. + + + diff --git a/Teams/digiBlink/team.json b/Teams/digiBlink/team.json new file mode 100644 index 0000000..837899b --- /dev/null +++ b/Teams/digiBlink/team.json @@ -0,0 +1,17 @@ +{ + "teamName": "digiBlink", + "members": [ + { + "name": "Reinholds Zviedris", + "twitter": "zxpower", + "koding": "nfoworm", + "location": "Riga, LV" + }, + { + "name": "Artis Mednis", + "twitter": "mediamasterLV", + "koding": "mmlv", + "location": "Riga, LV" + } + ] +}