mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-31 06:03:55 +08:00
website: add links to Front End Interview Handbook
This commit is contained in:
@ -46,6 +46,11 @@ module.exports = {
|
||||
href: 'https://www.techinterviewhandbook.org/grind75',
|
||||
position: 'left',
|
||||
},
|
||||
{
|
||||
label: 'Front End',
|
||||
href: 'https://www.frontendinterviewhandbook.com',
|
||||
position: 'left',
|
||||
},
|
||||
{
|
||||
href: 'https://github.com/yangshun/tech-interview-handbook',
|
||||
position: 'right',
|
||||
@ -159,7 +164,10 @@ module.exports = {
|
||||
label: 'Grind 75',
|
||||
href: 'https://www.techinterviewhandbook.org/grind75',
|
||||
},
|
||||
// {label: 'Advertise', href: '/advertise'},
|
||||
{
|
||||
label: 'Front End Interview Handbook',
|
||||
href: 'https://www.frontendinterviewhandbook.com',
|
||||
},
|
||||
{
|
||||
label: 'Contact us',
|
||||
href: 'mailto:contact@techinterviewhandbook.org',
|
||||
|
@ -150,6 +150,12 @@ function HeroSection() {
|
||||
Start reading now →
|
||||
</Link>
|
||||
</div>
|
||||
<p className="margin-top--md" style={{fontSize: 16, fontWeight: 600}}>
|
||||
Or check out our{' '}
|
||||
<a href="https://www.frontendinterviewhandbook.com">
|
||||
Front End Interview Handbook
|
||||
</a>
|
||||
</p>
|
||||
<div className="margin-top--lg">
|
||||
<iframe
|
||||
src="https://ghbtns.com/github-btn.html?user=yangshun&repo=tech-interview-handbook&type=star&count=true&size=large"
|
||||
|
Reference in New Issue
Block a user