mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 20:52:00 +08:00
misc: update tagline
This commit is contained in:
@ -28,7 +28,7 @@
|
|||||||
## What is this?
|
## What is this?
|
||||||
|
|
||||||
No one has time to do a few hundred LeetCode questions. Here's *free and curated* technical interview preparation materials for
|
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).
|
busy engineers, brought to you by 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:
|
Besides the usual algorithm questions, other **awesome** stuff includes:
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
title: 'Tech Interview Handbook',
|
title: 'Tech Interview Handbook',
|
||||||
tagline:
|
tagline:
|
||||||
'Curated technical interview preparation materials for busy engineers',
|
'Curated interview preparation materials for busy engineers',
|
||||||
url: 'https://techinterviewhandbook.org',
|
url: 'https://techinterviewhandbook.org',
|
||||||
baseUrl: '/',
|
baseUrl: '/',
|
||||||
favicon: 'img/favicon.png',
|
favicon: 'img/favicon.png',
|
||||||
|
@ -23,7 +23,7 @@ function Home() {
|
|||||||
/>
|
/>
|
||||||
<h1 className="hero__title">{siteConfig.title}</h1>
|
<h1 className="hero__title">{siteConfig.title}</h1>
|
||||||
<p className="hero__subtitle">{siteConfig.tagline} <br/>
|
<p className="hero__subtitle">{siteConfig.tagline} <br/>
|
||||||
From the author of the <a href={BLIND_75_URL} target="_blank">Blind 75 List</a>
|
Brought to you by the author of the <a href={BLIND_75_URL} target="_blank">Blind 75 List</a>
|
||||||
</p>
|
</p>
|
||||||
<div className={styles.buttons}>
|
<div className={styles.buttons}>
|
||||||
<a
|
<a
|
||||||
|
Reference in New Issue
Block a user