Skip to content

Commit

Permalink
Update menu.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fineanmol authored Oct 2, 2020
1 parent 1e514bd commit 088d4aa
Showing 1 changed file with 18 additions and 8 deletions.
26 changes: 18 additions & 8 deletions scripts/menu.js
Original file line number Diff line number Diff line change
@@ -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'
}

Expand Down

0 comments on commit 088d4aa

Please sign in to comment.