From 088d4aa200deb74b293ae6f88baf98c228d6febb Mon Sep 17 00:00:00 2001 From: ANMOL AGARWAL <24794539+fineanmol@users.noreply.github.com> Date: Fri, 2 Oct 2020 22:33:18 +0530 Subject: [PATCH] Update menu.js --- scripts/menu.js | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/scripts/menu.js b/scripts/menu.js index d4f67dc2fa..c13f9cbdfa 100644 --- a/scripts/menu.js +++ b/scripts/menu.js @@ -1,20 +1,30 @@ const menu = { 'Home': { 'text': 'Want to Publish?', - 'href': 'https://github.com/fineanmol/Hacktoberfest2k18/blob/master/Contributors.html' + 'href': 'https://github.com/fineanmol/Hacktoberfest2k20/blob/master/Contributors.html' }, 'Contributors': { 'text': 'Contributors', - 'href': 'https://fineanmol.github.io/Hacktoberfest2k18/Contributors.html' + 'href': 'https://fineanmol.github.io/Hacktoberfest2k20/Contributors.html' }, //'Others': { - 'Deepak': { - 'text': 'A to Z Resources for Students', - 'href': 'https://github.com/dipakkr/A-to-Z-Resources-for-Students' + 'Instagram': { + 'text': 'Instagram Connect', + 'href': 'https://instagram.com/nightowldevelopers' }, - 'Tools': { - 'text': 'Age Converter', - 'href': 'https://fineanmol.github.io/AgeGame', + 'Facebook': { + 'text': 'Facebook', + 'href': 'https://www.facebook.com/nightowldevelopers', + 'id': 'tools' + }, + 'Linkedin': { + 'text': 'Linkedin', + 'href': 'https://www.linkedin.com/company/nightowldevelopers', + 'id': 'tools' + }, + 'NDC': { + 'text': 'About Us', + 'href': 'https://www.nightowldevelopers.com', 'id': 'tools' }