From 4eb8739cdfe759a9ac530c7be3c2b9b48b05a522 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Du=C5=A1an=20Simi=C4=87?= Date: Thu, 22 Apr 2021 19:38:07 +0200 Subject: [PATCH 1/2] =?UTF-8?q?Add=20Du=C5=A1an=20Simi=C4=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/data.js b/src/data.js index c464cc92..4aa12d42 100644 --- a/src/data.js +++ b/src/data.js @@ -5887,6 +5887,17 @@ module.exports = [ 'Musician', ], }, + { + name: 'Dušan Simić', + description: 'Computer Science student at University of Novi Sad, Serbia and open source software enthusiast.', + url: 'https://dusansimic.me/about/', + country: '🇷🇸', + twitter: '@dsnsmc', + emoji: '👨🏻‍💻', + computer: 'linux', + phone: 'android', + tags: ['Student', 'Golang', 'Back End', 'React', 'Linux', 'PostgreSQL'] + }, { name: 'Ruben Arakelyan', description: 'Web Developer and self builder in Cornwall, UK', From f9ca6c19685f376d4193e6175a11fe088074c2c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Du=C5=A1an=20Simi=C4=87?= Date: Fri, 23 Apr 2021 16:54:27 +0200 Subject: [PATCH 2/2] Change about to uses path Added alias for about page so I could have the uses path point to my actual uses page. --- src/data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data.js b/src/data.js index 4aa12d42..a3502c34 100644 --- a/src/data.js +++ b/src/data.js @@ -5890,7 +5890,7 @@ module.exports = [ { name: 'Dušan Simić', description: 'Computer Science student at University of Novi Sad, Serbia and open source software enthusiast.', - url: 'https://dusansimic.me/about/', + url: 'https://dusansimic.me/uses', country: '🇷🇸', twitter: '@dsnsmc', emoji: '👨🏻‍💻',