-
Notifications
You must be signed in to change notification settings - Fork 0
/
people.json
31 lines (31 loc) · 1.08 KB
/
people.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"people": [
{
"avatar": "carla-urrea.png",
"name": "Carla Urrea Stabile",
"social_name": "carlastabile",
"social_icon": "linkedin",
"social_link": "https://linkedin.com/in/carlastabile",
"website": "https://carlastabile.tech",
"intro": "I'm a Software Engineer and Developer Advocate who enjoys working with Ruby and python and creating content about it."
},
{
"avatar": "ignacio-huerta.jpeg",
"name": "Ignacio Huerta",
"social_name": "iox",
"social_icon": "github",
"social_link": "https://github.com/iox",
"website": "https://starfish.team/",
"intro": "Open source enthusiast, with a particular love of Ruby and building nice software with it."
},
{
"avatar": "ecomba.png",
"name": "Enrique Comba Riepenhausen",
"social_name": "ecomba",
"social_link": "https://ruby.social/@ecomba",
"social_icon": "mastodon",
"website": "https://ecomba.pro",
"intro": "I help software teams like yours to build better software faster by making you awesome!"
}
]
}