diff --git a/website/src/pages/index.js b/website/src/pages/index.js index 7e5fa6a2..21be44d6 100755 --- a/website/src/pages/index.js +++ b/website/src/pages/index.js @@ -12,6 +12,71 @@ import successStories from '../data/successStories'; const BLIND_75_URL = 'https://www.teamblind.com/post/New-Year-Gift---Curated-List-of-Top-75-LeetCode-Questions-to-Save-Your-Time-OaM1orEU'; +const FEATURES = [ + { + title: <>๐ฏ Go From Zero to Hero>, + description: ( + <> + Go from zero to tech interview hero with this handbook. No prior + interview experience needed. + > + ), + link: '/introduction', + }, + { + title: <>๐ Curated Practice Questions>, + description: ( + <> + No one has time to practice a few hundred questions. We created the{' '} + + Blind 75 List + {' '} + to tell you which the best questions are. + > + ), + link: '/best-practice-questions', + }, + { + title: <>๐ Interview Cheatsheet>, + description: ( + <> + Straight-to-the-point Do's and Don'ts during an interview. The battle is + already half won. + > + ), + link: '/cheatsheet', + }, + { + title: <>๐โโ๏ธ Practical Algorithm Tips>, + description: ( + <> + Practical tips for every algorithm topic - common techniques and corner + cases to look out for. + > + ), + link: '/algorithms/introduction', + }, + { + title: <>๐ฌ Behavioral Questions>, + description: ( + <> + Check out what behavioral questions companies commonly ask and you can + prepare your answers ahead of time. + > + ), + link: '/behavioral-questions', + }, + { + title: <>๐งช Tested and Proven>, + description: ( + <> + Countless engineers have gotten their dream jobs with the help of Tech + Interview Handbook. + > + ), + }, +]; + function Home() { const context = useDocusaurusContext(); const {siteConfig = {}} = context; @@ -111,7 +176,7 @@ function Home() { className={classnames( 'col', 'col--4', - styles.featuresRowItem, + styles.featuresRowItemContainer, )}>
- Go from zero to tech interview hero with this handbook. No - prior interview experience needed. -
- - Learn more - -- No one has time to practice a few hundred LeetCode - questions. We tell you which are the best questions to - practice. We created the{' '} - - Blind 75 List - - . -
- - Learn more - -- Straight-to-the-point Do's and Don'ts during an interview. - Knowing these, the battle is already half won. -
- - Learn more - -- Practical tips for every algorithm topic - common - techniques and corner cases to look out for. -
- - Learn more - -- Check out what behavioral questions companies commonly ask - and you can prepare your answers ahead of time. -
- - Learn more - -- Countless engineers have gotten their dream jobs with the - help of Tech Interview Handbook. -
-