react-toolbox/docs/app/components/layout/home/modules/authors.js

23 lines
738 B
JavaScript
Raw Normal View History

export default [
{
title: 'Javi Velasco',
actions: [
{ label: 'Github', icon: 'code'},
{ label: 'Twitter', icon: 'chat' }
],
2015-11-01 16:56:21 +03:00
image: 'https://pbs.twimg.com/profile_images/459485216499720192/ufS4YGOY_400x400.png',
text: 'Software gardener • Film, music & comic lover • Any biographer in the room?',
color: '#3f51b5'
2015-11-01 16:56:21 +03:00
},
{
2015-11-01 16:56:21 +03:00
title: 'Javi Jimenez',
actions: [
{ label: 'Github', icon: 'code'},
{ label: 'Twitter', icon: 'chat' }
],
image: 'http://soyjavi.com/assets/images/soyjavi.jpg',
text: 'Creative Doer · A complicated #human who builds stuff · #author · #opensource #code lover · #traveller · with a dark past being CEO & CTO',
color: '#3f51b5'
2015-11-01 16:56:21 +03:00
}
];