From a9bf227542bf4d09a20819d285242e2956f26975 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Den=20Talal=C3=A1?= Date: Mon, 12 Feb 2024 18:19:42 +0100 Subject: [PATCH 1/2] =?UTF-8?q?Adding=20Den=20Talal=C3=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data.js | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/data.js b/src/data.js index a4082ced..4eb1c0b1 100644 --- a/src/data.js +++ b/src/data.js @@ -15849,6 +15849,25 @@ module.exports = [ 'Writer', ], }, + { + name: 'Den Talalá', + description: 'Experienced digital designer, podcaster, and photographer', + url: 'https://talala.info/tools', + twitter: '@r3s3t', + emoji: '🍌', + country: '🇳🇱', + computer: 'apple', + phone: 'iphone', + tags: [ + 'Designer', + 'Podcaster', + 'Photographer', + 'Youtuber', + 'Writer', + 'HTML', + 'CSS', + ], + }, { name: 'Adam Urban', description: 'coder, father, left-handed', From a119131e53ab314c6c781c1e967ebc967294b7dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Den=20Talal=C3=A1?= Date: Fri, 16 Feb 2024 09:59:34 +0100 Subject: [PATCH 2/2] =?UTF-8?q?Fix=20=E2=80=9Cuses=E2=80=9D=20URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data.js b/src/data.js index 4eb1c0b1..83d61336 100644 --- a/src/data.js +++ b/src/data.js @@ -15852,7 +15852,7 @@ module.exports = [ { name: 'Den Talalá', description: 'Experienced digital designer, podcaster, and photographer', - url: 'https://talala.info/tools', + url: 'https://talala.info/uses', twitter: '@r3s3t', emoji: '🍌', country: '🇳🇱',