mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 20:52:00 +08:00
website: simplify hero
This commit is contained in:
@ -35,11 +35,13 @@ module.exports = {
|
|||||||
href: 'https://www.facebook.com/techinterviewhandbook',
|
href: 'https://www.facebook.com/techinterviewhandbook',
|
||||||
position: 'right',
|
position: 'right',
|
||||||
className: 'navbar-icon navbar-icon-facebook',
|
className: 'navbar-icon navbar-icon-facebook',
|
||||||
|
'aria-label': 'Facebook page',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: 'https://twitter.com/yangshunz',
|
href: 'https://twitter.com/yangshunz',
|
||||||
position: 'right',
|
position: 'right',
|
||||||
className: 'navbar-icon navbar-icon-twitter',
|
className: 'navbar-icon navbar-icon-twitter',
|
||||||
|
'aria-label': 'Twitter page',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
@ -134,10 +134,8 @@ function HeroSection() {
|
|||||||
{siteConfig.tagline} <br />
|
{siteConfig.tagline} <br />
|
||||||
Brought to you by FAANG engineers and the author of the{' '}
|
Brought to you by FAANG engineers and the author of the{' '}
|
||||||
<a href={BLIND_75_URL} target="_blank">
|
<a href={BLIND_75_URL} target="_blank">
|
||||||
Blind 75 List
|
Blind 75 list
|
||||||
</a>
|
</a>
|
||||||
<br />
|
|
||||||
Over 500,000 people have benefitted from this handbook!
|
|
||||||
</p>
|
</p>
|
||||||
<div className={styles.buttons}>
|
<div className={styles.buttons}>
|
||||||
<a
|
<a
|
||||||
@ -399,7 +397,7 @@ function TweetsSection() {
|
|||||||
'text--center',
|
'text--center',
|
||||||
styles.sectionTitle,
|
styles.sectionTitle,
|
||||||
)}>
|
)}>
|
||||||
Loved by many engineers
|
Over 500,000 people have benefitted from this handbook!
|
||||||
</h2>
|
</h2>
|
||||||
<div className={classnames('row', styles.tweetsSection)}>
|
<div className={classnames('row', styles.tweetsSection)}>
|
||||||
<div className="col col--4">
|
<div className="col col--4">
|
||||||
|
Reference in New Issue
Block a user