website: simplify hero

pull/260/head
Yangshun 3 years ago
parent 96e169c0cb
commit 6773dc02ec

@ -35,11 +35,13 @@ module.exports = {
href: 'https://www.facebook.com/techinterviewhandbook',
position: 'right',
className: 'navbar-icon navbar-icon-facebook',
'aria-label': 'Facebook page',
},
{
href: 'https://twitter.com/yangshunz',
position: 'right',
className: 'navbar-icon navbar-icon-twitter',
'aria-label': 'Twitter page',
},
],
},

@ -134,10 +134,8 @@ function HeroSection() {
{siteConfig.tagline} <br />
Brought to you by FAANG engineers and the author of the{' '}
<a href={BLIND_75_URL} target="_blank">
Blind 75 List
Blind 75 list
</a>
<br />
Over 500,000 people have benefitted from this handbook!
</p>
<div className={styles.buttons}>
<a
@ -399,7 +397,7 @@ function TweetsSection() {
'text--center',
styles.sectionTitle,
)}>
Loved by many engineers
Over 500,000 people have benefitted from this handbook!
</h2>
<div className={classnames('row', styles.tweetsSection)}>
<div className="col col--4">

Loading…
Cancel
Save