contents: use FAANG Tech Leads' resume checker

This commit is contained in:
Yangshun
2022-03-09 19:19:48 +08:00
parent af2391ad68
commit 0d784a4340
4 changed files with 25 additions and 48 deletions

View File

@ -19,48 +19,25 @@ const BACKGROUNDS = [
];
function FAANGTechLeads({className, position}) {
switch (position) {
case 'docs_bottom':
return (
<a
className={clsx(styles.container, className)}
href={`https://www.faangtechleads.com?utm_source=techinterviewhandbook&utm_medium=referral&utm_content=${position}&aff=1e80c401fe7e2`}
target="_blank"
rel="noopener"
onClick={() => {
window.gtag('event', `faangtechleads.${position}.click`);
}}>
<p className={styles.tagline}>
<strong>Best resume service for FAANG</strong>
<br />
FAANG Tech Leads' <u>resume review service</u> helped many people
get shortlisted at top Bay Area companies. Their resume templates
are only <u>$28 now (70% off)</u> and tailored to your experience
level.
</p>
</a>
);
default:
return (
<a
className={clsx(styles.container, className)}
href={`https://www.faangtechleads.com?utm_source=techinterviewhandbook&utm_medium=referral&utm_content=${position}&aff=1e80c401fe7e2`}
target="_blank"
rel="noopener"
onClick={() => {
window.gtag('event', `faangtechleads.${position}.click`);
}}>
<p className={styles.tagline}>
<strong>Get shortlisted at FAANG</strong>
<br />
FAANG Tech Leads' <u>resume review service</u> helped many people
get shortlisted at top Bay Area companies. Their resume templates
are only <u>$28 now (70% off)</u> and tailored to your experience
level.
</p>
</a>
);
}
return (
<a
className={clsx(styles.container, className)}
href={`https://www.faangtechleads.com?utm_source=techinterviewhandbook&utm_medium=referral&utm_content=${position}&aff=1e80c401fe7e2`}
target="_blank"
rel="noopener"
onClick={() => {
window.gtag('event', `faangtechleads.${position}.click`);
}}>
<p className={styles.tagline}>
<strong>Craft the perfect resume for FAANG</strong>
<br />
Save time crafting your resume with FAANG Tech Leads'{' '}
<u>FAANG-ready resume templates and examples</u> which have helped many
Software Engineers get shortlisted at top Bay Area companies. Grab their
resume templates now for only <strong>$28 (70% off)</strong>!
</p>
</a>
);
}
function AlgoMonster({className, position}) {