website: misc tweaks

pull/258/head
Yangshun 3 years ago
parent 9b50820172
commit 458db0bc63

@ -54,7 +54,7 @@ With COVID around, many companies are doing remote interviews even for the onsit
:::
## Formats of famous companies
## Formats of top companies
### Airbnb

@ -7,6 +7,8 @@ title: Introduction
The **Tech Interview Handbook** contains carefully curated content to help you ace your next technical interview with a focus on algorithms. While there are a ton of interview resources on the internet, the best ones are either not free, or they do not cover the complete interview process, usually only focusing on algorithms. Tech Interview Handbook goes straight to the point and tells you the minimum you need to know to pass your technical interviews.
Over 500,000 people have benefitted from this handbook!
## Why do I want this?
This repository has **practical** content that covers all phases of a technical interview, from applying for a job to passing the interviews to offer negotiation. Technically competent candidates might still find the non-technical content helpful as well.

@ -227,19 +227,21 @@ function ProductContentsSection() {
<h3>Not sure where to start? We got you covered</h3>
<ul>
<li>
<a href={useBaseUrl('resume')}>Resume Preparation</a>
<a href={useBaseUrl('resume')}>Resume preparation</a>
</li>
<li>
<a href={useBaseUrl('resume-case-study')}>Resume Samples</a>
<a href={useBaseUrl('resume-case-study')}>
Resume case studies and samples
</a>
</li>
<li>
<a href={useBaseUrl('interview-formats')}>
Interview Formats
Interview formats
</a>
</li>
<li>
<a href={useBaseUrl('best-practice-questions')}>
Best Practice Questions
Best practice questions
</a>
</li>
</ul>
@ -267,7 +269,7 @@ function ProductContentsSection() {
</li>
<li>
<a href="https://frontendinterviewhandbook.com">
Front End
Front end
</a>
</li>
</ul>
@ -278,7 +280,7 @@ function ProductContentsSection() {
'col--4',
styles.featuresRowItemContainer,
)}>
<h3>Algorithms Deep-dive</h3>
<h3>Algorithms deep-dive</h3>
<ul>
<li>
<a href={useBaseUrl('algorithms/array')}>Array</a>
@ -288,7 +290,7 @@ function ProductContentsSection() {
</li>
<li>
<a href={useBaseUrl('algorithms/linked-list')}>
Linked List
Linked list
</a>
</li>
<li>
@ -318,7 +320,7 @@ function FeaturesSection() {
'margin-bottom--xl',
styles.sectionTitle,
)}>
What is inside?
There's everything you need
</h2>
<div className={classnames('row', styles.featuresRow)}>
{FEATURES.map(({title, description, link}) => (
@ -337,7 +339,7 @@ function FeaturesSection() {
<a
className={styles.featuresRowItemLink}
href={useBaseUrl(link)}>
<strong>Learn more</strong>
<strong>Start reading </strong>
</a>
)}
</div>

Loading…
Cancel
Save