Update data.js

This commit is contained in:
Douglas R Andreani 2020-01-09 12:57:10 -03:00 committed by GitHub
parent 680604b188
commit 015026977e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -828,6 +828,17 @@ const pages = [
phone: 'iphone',
tags: ['Developer', 'Back End', 'PHP'],
},
{
name: 'Douglas Andreani'
description: 'Software Engineer and Tinkerer',
url: 'https://andreanidr.com',
twitter: '@andreanidouglas',
emoji: '🐱‍🐉',
country: 'BR',
computer: 'linux',
phone: 'android',
tags: ['Developer', 'Back End', 'C', 'Go', 'Rust', 'C#'],
},
];
export default pages;