mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 04:33:42 +08:00
website: update footer links
This commit is contained in:
@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user