diff --git a/contents/resume/ats-proof-template.md b/contents/resume/ats-proof-template.md index 6b36f737..4909e1e8 100644 --- a/contents/resume/ats-proof-template.md +++ b/contents/resume/ats-proof-template.md @@ -19,15 +19,15 @@ Most companies these days automate their resume screening process through Applic :::tip Expert tip -[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)**. +[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 **70% off**. -Their templates are: +Their templates: -- 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 +- Are created by ex-FAANG hiring managers based on top resumes received from hundreds of candidate applications +- Guarantees readability by FAANG ATS +- Cater 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)! +They also offer resume references from candidates who have received multiple offers from 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)! ::: @@ -48,7 +48,7 @@ They also offer resume references from candidates who have received multiple off New fonts may convert letters into special characters which are not readable by the ATS. Fonts you should use - **Arial, Calibri, Garamond**. -Ensure your font size remains readable for humans later on in the hiring process - nothing less than the minimum size of **10px** for readability. +Ensure your font size remains readable for humans later on in the hiring process - use a minimum size of **10px** for readability. ## Add sections with standard headings and ordering diff --git a/website/src/components/SidebarAd/index.js b/website/src/components/SidebarAd/index.js index e4e08f96..fe0a44d2 100644 --- a/website/src/components/SidebarAd/index.js +++ b/website/src/components/SidebarAd/index.js @@ -29,12 +29,13 @@ function FAANGTechLeads({className, position}) { window.gtag('event', `faangtechleads.${position}.click`); }}>
- Craft the perfect resume for FAANG
-
+
+ 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)!
+ Software Engineers get interviews at top Bay Area companies. Grab them
+ now for a whopping 70% off!
- Stop grinding and study with a plan!
-
+
+ Stop grinding. Study with a plan
+
Developed by Google engineers, AlgoMonster is the fastest way to
get a software engineering job. Join today for a 70% discount!!
- Get paid more. Receive risk-free salary negotiation - advice from Moonchaser. You pay nothing unless your offer is - increased. Book a free consultation today! + Get paid more. Receive + risk-free salary negotiation advice from Moonchaser. You pay + nothing unless your offer is increased.{' '} + Book a free consultation today!
); @@ -92,8 +95,7 @@ function EducativeCoding({className, position}) { window.gtag('event', `educative.coding.${position}.click`); }}>
- Get the job at FAANG
-
+ Get the job at FAANG
"Grokking the Coding Interview: Patterns for Coding Questions" by
Educative is the best course for improving your algorithms interview
game. Join today for a 10% discount!
@@ -114,8 +116,7 @@ function EducativeSystemDesign({className, position}) {
window.gtag('event', `educative.system_design.${position}.click`);
}}>
- Get the job at FAANG
-
+ Get the job at FAANG
"Grokking the System Design Interview" by Educative is a highly
recommended course for improving your system design interview game.{' '}
Join today for a 10% discount!
diff --git a/website/src/components/SidebarAd/styles.module.css b/website/src/components/SidebarAd/styles.module.css
index 2de2e52d..c262ebb8 100644
--- a/website/src/components/SidebarAd/styles.module.css
+++ b/website/src/components/SidebarAd/styles.module.css
@@ -61,6 +61,12 @@
margin-bottom: 0;
}
+.title {
+ display: block;
+ font-size: 0.8rem;
+ margin-bottom: 0.1rem;
+}
+
.logo {
width: 96px;
}
diff --git a/website/src/pages/index.js b/website/src/pages/index.js
index 32634531..269fcc1a 100755
--- a/website/src/pages/index.js
+++ b/website/src/pages/index.js
@@ -112,9 +112,9 @@ function Home() {