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',
|
||||
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">
|
||||
|
Reference in New Issue
Block a user