website: add links to Front End Interview Handbook

pull/299/head
Yangshun Tay 2 years ago
parent 4adb491d4b
commit 3c1ce16a22

@ -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&amp;repo=tech-interview-handbook&amp;type=star&amp;count=true&amp;size=large"

Loading…
Cancel
Save