website: update footer links

This commit is contained in:
Yangshun Tay
2022-08-03 08:14:38 +08:00
parent 0a7d781fed
commit f2176461d5
2 changed files with 40 additions and 33 deletions

View File

@ -97,11 +97,11 @@ module.exports = {
href: '/software-engineering-interview-guide/',
},
{
label: 'Resume preparation',
label: 'Prepare a FAANG-ready resume',
href: '/resume/',
},
{
label: 'Algorithms',
label: 'Algorithms cheatsheets',
href: '/algorithms/study-cheatsheet',
},
{
@ -118,7 +118,7 @@ module.exports = {
href: '/coding-interview-prep/',
},
{
label: 'Study plan',
label: 'Coding interview study plan',
href: '/coding-interview-study-plan/',
},
{
@ -138,14 +138,14 @@ module.exports = {
label: 'GitHub',
href: 'https://github.com/yangshun/tech-interview-handbook',
},
{
label: 'Telegram',
href: 'https://t.me/techinterviewhandbook',
},
{
label: 'Discord',
href: 'https://discord.gg/usMqNaPczq',
},
{
label: 'Telegram',
href: 'https://t.me/techinterviewhandbook',
},
{
label: 'Twitter',
href: 'https://twitter.com/techinterviewhb',
@ -159,11 +159,15 @@ module.exports = {
label: 'Grind 75',
href: 'https://www.techinterviewhandbook.org/grind75',
},
{label: 'Advertise', href: '/advertise'},
// {label: 'Advertise', href: '/advertise'},
{
label: 'Contact us',
href: 'mailto:contact@techinterviewhandbook.org',
},
{
label: 'Facebook',
href: 'https://www.facebook.com/techinterviewhandbook',
},
],
},
],