Commit bce7339c authored by delanoe's avatar delanoe

[DOC] Adding Maziyar and Romain to the team: Welcome (you can change emails...

[DOC] Adding Maziyar and Romain to the team: Welcome (you can change emails and links to your personal website. Romain, I will take a picture of you.
parent 4fcd38b6
...@@ -41,6 +41,18 @@ def get_team(): ...@@ -41,6 +41,18 @@ def get_team():
'picture' : 'samuel.jpg', 'picture' : 'samuel.jpg',
'role' : 'developer'}, 'role' : 'developer'},
{ 'first_name' : 'Maziyar', 'last_name' : 'Panahi',
'mail' : '',
'website' : '',
'picture' : 'maziyar.jpg',
'role' : 'developer'},
{ 'first_name' : 'Romain', 'last_name' : 'Loth',
'mail' : '',
'website' : '',
'role' : 'developer'},
{ 'first_name' : 'Alexandre', 'last_name' : 'Delanoë', { 'first_name' : 'Alexandre', 'last_name' : 'Delanoë',
'mail' : 'alexandre+gargantextATdelanoe.org', 'mail' : 'alexandre+gargantextATdelanoe.org',
'website' : 'http://alexandre.delanoe.org', 'website' : 'http://alexandre.delanoe.org',
......
#!/bin/bash
convert -density 10% -resize 10% $1 $2
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment