From 65f1a24ec0841101872c83491403f7a2a7e3eabd Mon Sep 17 00:00:00 2001 From: Theodoros Ploumis Date: Sat, 16 Sep 2023 18:04:08 +0300 Subject: [PATCH 1/2] Adding Theodoros Ploumis https://www.theodorosploumis.com/en/uses --- src/data.js | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/src/data.js b/src/data.js index 8ba1958a..0fde88b8 100644 --- a/src/data.js +++ b/src/data.js @@ -200,6 +200,32 @@ module.exports = [ 'Remote', ], }, + { + name: 'Theodoros Ploumis', + description: 'Full-stack Drupal developer and open-source evangelist based on Greece', + url: 'https://www.theodorosploumis.com/en/uses', + twitter: '@theoploumis', + emoji: '🚀', + country: '🇬🇷', + computer: 'linux', + phone: 'none', + tags: [ + 'Drupal', + 'Fullstack', + 'PHP', + 'NextJS', + 'React', + 'JavaScript', + 'JQuery', + 'Tailwind CSS', + 'DevOps', + 'Backend', + 'Frontend', + 'Developer', + 'Remote', + 'Freelancer', + ], + }, { name: 'Dietrich Wambach', description: 'Full Stack, Embedded, SRE, Python, Linux, Runner, Yoyoer', From b14ad5fe2c134d1e7a83a2d7e022a070347455f5 Mon Sep 17 00:00:00 2001 From: Theodoros Ploumis Date: Fri, 22 Sep 2023 10:43:43 +0300 Subject: [PATCH 2/2] TheodorosPloumis add phone Since `none` is not an option for the "phone" key I will add the `android` value. --- src/data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data.js b/src/data.js index b7cc613d..b4ca81dd 100644 --- a/src/data.js +++ b/src/data.js @@ -208,7 +208,7 @@ module.exports = [ emoji: '🚀', country: '🇬🇷', computer: 'linux', - phone: 'none', + phone: 'android', tags: [ 'Drupal', 'Fullstack',