From 6f66bd2d1a3e88c82ca8171ceaf6314dc79e8c9b Mon Sep 17 00:00:00 2001 From: Gabriel Garrido Date: Mon, 25 Mar 2024 13:31:24 +0100 Subject: [PATCH 1/2] Add Gabriel Garrido --- src/data.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/data.js b/src/data.js index 477373a3..815b2396 100644 --- a/src/data.js +++ b/src/data.js @@ -18831,6 +18831,24 @@ module.exports = [ phone: 'iphone', tags: ['Python', 'neovim', 'Ableton', 'Golang'], }, + { + name: 'Gabriel Garrido', + description: 'Curious human being', + url: 'https://garrido.io/uses/', + country: '🇨🇷', + computer: 'framework', + phone: 'iphone', + tags: [ + 'Framework Laptop', + 'Windows', + 'Sublime Text 4', + 'Programmer', + 'Ubuntu', + 'Tailscale', + 'Firefox', + 'Ableton', + ] + }, { name: 'Matt Walsh', description: 'Python programmer with love for data and automation', From 58271c627d95cedf10c24db5a84dbdfbafa079a1 Mon Sep 17 00:00:00 2001 From: Gabriel Garrido Date: Mon, 25 Mar 2024 22:15:58 +0100 Subject: [PATCH 2/2] Fix "computer" Gabriel Garrido --- src/data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data.js b/src/data.js index 815b2396..786f4d9d 100644 --- a/src/data.js +++ b/src/data.js @@ -18836,7 +18836,7 @@ module.exports = [ description: 'Curious human being', url: 'https://garrido.io/uses/', country: '🇨🇷', - computer: 'framework', + computer: 'windows', phone: 'iphone', tags: [ 'Framework Laptop',