From d0458155cf537b6db04da73d0556a0339b3ad26f Mon Sep 17 00:00:00 2001 From: Yangshun Date: Sat, 7 Aug 2021 19:01:41 +0800 Subject: [PATCH] website: change tagline --- README.md | 5 ++++- website/docusaurus.config.js | 2 +- website/src/pages/index.js | 8 ++++++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 74e3697b..39f0ea4d 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,10 @@ ## What is this? -Carefully curated content to help you ace your next technical interview, with a focus on algorithms. System design questions are in-progress. Besides the usual algorithm questions, other **awesome** stuff includes: +No one has time to do a few hundred LeetCode questions. Here's *free and curated* technical interview preparation materials for +busy engineers, from the author of the [Blind 75 List](https://www.teamblind.com/post/New-Year-Gift---Curated-List-of-Top-75-LeetCode-Questions-to-Save-Your-Time-OaM1orEU). + +Besides the usual algorithm questions, other **awesome** stuff includes: - [How to prepare](https://techinterviewhandbook.org/coding-round-overview) for coding interviews - [Interview Cheatsheet](https://techinterviewhandbook.org/cheatsheet) - Straight-to-the-point Do's and Don'ts diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 0524370b..b35f8c7c 100755 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -1,7 +1,7 @@ module.exports = { title: 'Tech Interview Handbook', tagline: - 'Carefully curated content to help you ace your next technical interview', + 'Curated technical interview preparation materials for busy engineers', url: 'https://techinterviewhandbook.org', baseUrl: '/', favicon: 'img/favicon.png', diff --git a/website/src/pages/index.js b/website/src/pages/index.js index 0fbadeda..b5349e19 100755 --- a/website/src/pages/index.js +++ b/website/src/pages/index.js @@ -8,6 +8,8 @@ import styles from './styles.module.css'; 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'; + function Home() { const context = useDocusaurusContext(); const {siteConfig = {}} = context; @@ -20,7 +22,9 @@ function Home() { src={useBaseUrl('img/logo.svg')} />

{siteConfig.title}

-

{siteConfig.tagline}

+

{siteConfig.tagline}
+ From the author of the Blind 75 List +

No one has time to practice a few hundred LeetCode questions. We tell you which are the best questions to - practice. + practice. We created the Blind 75 List.