From 98bfe7ca79daa22172ba671a0d0c7ecce2660e5b Mon Sep 17 00:00:00 2001 From: Vincent Ramdhanie Date: Thu, 9 Jul 2020 16:36:26 -0400 Subject: [PATCH] Add twitter handle and updated tags --- src/data.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/data.js b/src/data.js index 224230d8..81b1f7cf 100644 --- a/src/data.js +++ b/src/data.js @@ -5019,10 +5019,11 @@ module.exports = [ name: 'Vincent Ramdhanie', description: 'Software Developer, Lecturer, Technical Writer and Mentor', url: 'https://vincentramdhanie.com/uses', - emoji: '', + emoji: '🦖', country: '🇹🇹', computer: 'apple', phone: 'android', + twitter: '@vramdhanie', tags: [ 'Developer', 'Full Stack', @@ -5030,7 +5031,9 @@ module.exports = [ 'Mentor', 'React', 'Node', - 'Testing', + 'React Native', + 'TailwindCSS', + 'Gatsby', 'Machine Learning', 'Python', ],