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

25 lines
690 B
JavaScript
Raw Normal View History

export default [
{
title: 'Javi Velasco',
subtitle: 'javivelasco',
actions: [
2015-11-02 00:36:20 +03:00
{ label: 'Github' },
{ label: 'Twitter' }
],
2015-11-03 17:42:20 +03:00
image: '/images/javivelasco.jpg',
2015-11-02 00:36:20 +03:00
text: 'Software gardener • Film, music & comic lover • Frontend Engineer at SocialBro • 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',
subtitle: 'soyjavi',
actions: [
2015-11-02 00:36:20 +03:00
{ label: 'Github' },
{ label: 'Twitter' }
],
2015-11-03 17:42:20 +03:00
image: '/images/soyjavi.jpg',
2015-11-02 10:42:42 +03:00
text: 'Creative Doer · A complicated #human who builds stuff · #author · #opensource lover · #traveller · with a dark past being CEO & CTO',
color: '#3f51b5'
2015-11-01 16:56:21 +03:00
}
];