Skip to content

Commit 3c1ce16

Browse files
committed
website: add links to Front End Interview Handbook
1 parent 4adb491 commit 3c1ce16

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

website/docusaurus.config.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ module.exports = {
4646
href: 'https://www.techinterviewhandbook.org/grind75',
4747
position: 'left',
4848
},
49+
{
50+
label: 'Front End',
51+
href: 'https://www.frontendinterviewhandbook.com',
52+
position: 'left',
53+
},
4954
{
5055
href: 'https://github.com/yangshun/tech-interview-handbook',
5156
position: 'right',
@@ -159,7 +164,10 @@ module.exports = {
159164
label: 'Grind 75',
160165
href: 'https://www.techinterviewhandbook.org/grind75',
161166
},
162-
// {label: 'Advertise', href: '/advertise'},
167+
{
168+
label: 'Front End Interview Handbook',
169+
href: 'https://www.frontendinterviewhandbook.com',
170+
},
163171
{
164172
label: 'Contact us',
165173
href: 'mailto:[email protected]',

website/src/pages/index.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,12 @@ function HeroSection() {
150150
Start reading now  →
151151
</Link>
152152
</div>
153+
<p className="margin-top--md" style={{fontSize: 16, fontWeight: 600}}>
154+
Or check out our{' '}
155+
<a href="https://www.frontendinterviewhandbook.com">
156+
Front End Interview Handbook
157+
</a>
158+
</p>
153159
<div className="margin-top--lg">
154160
<iframe
155161
src="https://ghbtns.com/github-btn.html?user=yangshun&amp;repo=tech-interview-handbook&amp;type=star&amp;count=true&amp;size=large"

0 commit comments

Comments
 (0)