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', 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">

Loading…
Cancel
Save