From 0d784a43406067460b0ff34503351878d163e213 Mon Sep 17 00:00:00 2001 From: Yangshun Date: Wed, 9 Mar 2022 19:19:48 +0800 Subject: [PATCH] contents: use FAANG Tech Leads' resume checker --- contents/resume.md | 2 +- contents/resume/ats-proof-template.md | 8 +-- .../resume/free-tools-to-review-resume.md | 2 +- website/src/components/SidebarAd/index.js | 61 ++++++------------- 4 files changed, 25 insertions(+), 48 deletions(-) diff --git a/contents/resume.md b/contents/resume.md index fec0fcc0..51851d01 100644 --- a/contents/resume.md +++ b/contents/resume.md @@ -40,6 +40,6 @@ When hiring fresh grads, I know that many of them will not have as much experien :::tip -Use this [resume parser tool](https://resume-parser.vercel.app/) to see how an industry-standard ATS parses your resume, then improve it accordingly! +Use this [resume parser tool by FAANG Tech Leads](https://www.faangtechleads.com/resume/check?utm_source=techinterviewhandbook&utm_medium=referral&utm_content=resume_parser&aff=1e80c401fe7e2) to see how an industry-standard ATS parses your resume, then improve it accordingly! ::: diff --git a/contents/resume/ats-proof-template.md b/contents/resume/ats-proof-template.md index debc4854..6b36f737 100644 --- a/contents/resume/ats-proof-template.md +++ b/contents/resume/ats-proof-template.md @@ -21,11 +21,11 @@ Most companies these days automate their resume screening process through Applic [FAANG Tech Leads](https://www.faangtechleads.com?utm_source=techinterviewhandbook&utm_medium=referral&utm_content=ats_template&aff=1e80c401fe7e2) is currently offering templates and references at only **$28 (70% off)**. -Their templates +Their templates are: -- Are created by ex-FAANG hiring managers based on top resumes received from thousands of candidate applications -- Have guaranteed readability by FAANG ATS -- Are tailored by experience level +- Created by ex-FAANG hiring managers based on top resumes received from thousands of candidate applications +- Guaranteed readability by FAANG ATS +- Catered to various experience levels They also offer resume references from candidates who have received multiple offers from Bay Area FAANG companies - which are helpful in helping you craft content that meets the same bar. [Check it out](https://www.faangtechleads.com?utm_source=techinterviewhandbook&utm_medium=referral&utm_content=ats_template&aff=1e80c401fe7e2)! diff --git a/contents/resume/free-tools-to-review-resume.md b/contents/resume/free-tools-to-review-resume.md index 5fcaeeba..6a7c40c3 100644 --- a/contents/resume/free-tools-to-review-resume.md +++ b/contents/resume/free-tools-to-review-resume.md @@ -25,7 +25,7 @@ TopResume provides a [free all-in-one review](https://tidd.ly/3GxVIs9) of your r ## 2. Test readability with industry-standard ATS -Test the readability of your resume by an industry-standard ATS (Lever) using this [free resume parser tool](https://resume-parser.vercel.app/). Companies that use Lever for job apps include: Figma, Palantir, Netflix, Twitch, Yelp and several others. +Test the readability of your resume with an industry-standard ATS using this [free resume parser tool](https://www.faangtechleads.com/resume/check?utm_source=techinterviewhandbook&utm_medium=referral&utm_content=resume_parser&aff=1e80c401fe7e2) by FAANG Tech Leads. Most big companies (Figma, Palantir, Netflix, Twitch, Yelp and several others) use such resume parsers. ## 3. The plain text file test diff --git a/website/src/components/SidebarAd/index.js b/website/src/components/SidebarAd/index.js index 431f195b..e4e08f96 100644 --- a/website/src/components/SidebarAd/index.js +++ b/website/src/components/SidebarAd/index.js @@ -19,48 +19,25 @@ const BACKGROUNDS = [ ]; function FAANGTechLeads({className, position}) { - switch (position) { - case 'docs_bottom': - return ( - { - window.gtag('event', `faangtechleads.${position}.click`); - }}> -

- Best resume service for FAANG -
- FAANG Tech Leads' resume review service helped many people - get shortlisted at top Bay Area companies. Their resume templates - are only $28 now (70% off) and tailored to your experience - level. -

-
- ); - default: - return ( - { - window.gtag('event', `faangtechleads.${position}.click`); - }}> -

- Get shortlisted at FAANG -
- FAANG Tech Leads' resume review service helped many people - get shortlisted at top Bay Area companies. Their resume templates - are only $28 now (70% off) and tailored to your experience - level. -

-
- ); - } + return ( + { + window.gtag('event', `faangtechleads.${position}.click`); + }}> +

+ Craft the perfect resume for FAANG +
+ Save time crafting your resume with FAANG Tech Leads'{' '} + FAANG-ready resume templates and examples which have helped many + Software Engineers get shortlisted at top Bay Area companies. Grab their + resume templates now for only $28 (70% off)! +

+
+ ); } function AlgoMonster({className, position}) {