From c2fb6a6060da8347090476e67a32d4c719edde33 Mon Sep 17 00:00:00 2001 From: Danilo Barion Date: Wed, 15 Jan 2020 18:55:51 -0300 Subject: [PATCH 1/2] Add profile --- src/data.js | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/data.js b/src/data.js index 84833876..37b3dc41 100644 --- a/src/data.js +++ b/src/data.js @@ -35,6 +35,26 @@ const pages = [ 'CSS', ], }, + { + name: 'Danilo Barion', + description: + 'Father, developer, blog writer, classical guitar player and searching for the meaning of life!', + url: 'https://danilobarion.com/uses', + twitter: '@daniloinfo86', + emoji: 'πŸ€”', + country: 'πŸ‡§πŸ‡·', + computer: 'linux', + phone: 'android', + tags: [ + 'Developer', + 'Blogger', + 'Speaker', + 'Ruby', + 'Rails', + 'JavaScript', + 'React', + ], + }, { name: 'Gant Laborde', description: From e98a270d48b703dd75ce7acecb3d666443874415 Mon Sep 17 00:00:00 2001 From: Danilo Barion Date: Tue, 28 Jan 2020 16:17:46 -0300 Subject: [PATCH 2/2] Fix name and URL --- src/data.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/data.js b/src/data.js index a6db096b..36d621ac 100644 --- a/src/data.js +++ b/src/data.js @@ -22,10 +22,10 @@ const pages = [ ], }, { - name: 'Danilo Barion', + name: 'Danilo Barion Nogueira', description: 'Father, developer, blog writer, classical guitar player and searching for the meaning of life!', - url: 'https://danilobarion.com/uses', + url: 'https://danilobarion1986.github.io/uses', twitter: '@daniloinfo86', emoji: 'πŸ€”', country: 'πŸ‡§πŸ‡·', @@ -70,9 +70,9 @@ const pages = [ twitter: '@jamesqquick', emoji: 'πŸ₯‘', country: 'πŸ‡ΊπŸ‡Έ', - computer: 'apple', - phone: 'iphone', - tags: [ + computer: 'apple', + phone: 'iphone', + tags: [ 'Developer', 'Speaker', 'Teacher',