From 6b1928060cd488d055e8133ce1f9c02aca6efe81 Mon Sep 17 00:00:00 2001 From: blyndusk Date: Wed, 30 Jan 2019 16:44:52 +0100 Subject: [PATCH] :sparkles: add social & article category --- js/data.js | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/js/data.js b/js/data.js index 7286e72..494f1d3 100644 --- a/js/data.js +++ b/js/data.js @@ -335,6 +335,27 @@ const json = { ] } ] + }, + { + name: 'Social & Articles', + icon: 'chatboxes', + categories: [ + { + title: 'Articles', + links: [ + { + title: 'dev.to(gether)', + text: 'Where programmers share ideas and help each other grow', + url: 'https://dev.to/' + }, + { + title: 'medium.com', + text: 'Quality articles on many fields', + url: 'https://medium.com/' + } + ] + } + ] } ] };