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' }