misc: change partner taglines

pull/265/head
Yangshun 3 years ago
parent 0d784a4340
commit abf8341c3f

@ -19,15 +19,15 @@ Most companies these days automate their resume screening process through Applic
:::tip Expert tip :::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 - Are created by ex-FAANG hiring managers based on top resumes received from hundreds of candidate applications
- Guaranteed readability by FAANG ATS - Guarantees readability by FAANG ATS
- Catered to various experience levels - 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**. 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 ## Add sections with standard headings and ordering

@ -29,12 +29,13 @@ function FAANGTechLeads({className, position}) {
window.gtag('event', `faangtechleads.${position}.click`); window.gtag('event', `faangtechleads.${position}.click`);
}}> }}>
<p className={styles.tagline}> <p className={styles.tagline}>
<strong>Craft the perfect resume for FAANG</strong> <strong className={styles.title}>
<br /> Craft the perfect resume for FAANG
</strong>
Save time crafting your resume with FAANG Tech Leads'{' '} Save time crafting your resume with FAANG Tech Leads'{' '}
<u>FAANG-ready resume templates and examples</u> which have helped many <u>FAANG-ready resume templates and examples</u> which have helped many
Software Engineers get shortlisted at top Bay Area companies. Grab their Software Engineers get interviews at top Bay Area companies. Grab them
resume templates now for only <strong>$28 (70% off)</strong>! now for a whopping <strong>70% off</strong>!
</p> </p>
</a> </a>
); );
@ -51,8 +52,9 @@ function AlgoMonster({className, position}) {
window.gtag('event', `algomonster.${position}.click`); window.gtag('event', `algomonster.${position}.click`);
}}> }}>
<p className={styles.tagline}> <p className={styles.tagline}>
<strong>Stop grinding and study with a plan! </strong> <strong className={styles.title}>
<br /> Stop grinding. Study with a plan
</strong>
Developed by Google engineers, <u>AlgoMonster</u> is the fastest way to Developed by Google engineers, <u>AlgoMonster</u> is the fastest way to
get a software engineering job. <u>Join today for a 70% discount!</u>! get a software engineering job. <u>Join today for a 70% discount!</u>!
</p> </p>
@ -72,9 +74,10 @@ function Moonchaser({className, position}) {
window.gtag('event', `moonchaser.${position}.click`); window.gtag('event', `moonchaser.${position}.click`);
}}> }}>
<p className={styles.tagline}> <p className={styles.tagline}>
<strong>Get paid more.</strong> Receive risk-free salary negotiation <strong className={styles.title}>Get paid more.</strong> Receive
advice from <u>Moonchaser</u>. You pay nothing unless your offer is risk-free salary negotiation advice from <u>Moonchaser</u>. You pay
increased. <u>Book a free consultation today!</u> nothing unless your offer is increased.{' '}
<u>Book a free consultation today!</u>
</p> </p>
</a> </a>
); );
@ -92,8 +95,7 @@ function EducativeCoding({className, position}) {
window.gtag('event', `educative.coding.${position}.click`); window.gtag('event', `educative.coding.${position}.click`);
}}> }}>
<p className={styles.tagline}> <p className={styles.tagline}>
<strong>Get the job at FAANG</strong> <strong className={styles.title}>Get the job at FAANG</strong>
<br />
"Grokking the Coding Interview: Patterns for Coding Questions" by "Grokking the Coding Interview: Patterns for Coding Questions" by
Educative is the best course for improving your algorithms interview Educative is the best course for improving your algorithms interview
game. <u>Join today for a 10% discount!</u> game. <u>Join today for a 10% discount!</u>
@ -114,8 +116,7 @@ function EducativeSystemDesign({className, position}) {
window.gtag('event', `educative.system_design.${position}.click`); window.gtag('event', `educative.system_design.${position}.click`);
}}> }}>
<p className={styles.tagline}> <p className={styles.tagline}>
<strong>Get the job at FAANG</strong> <strong className={styles.title}>Get the job at FAANG</strong>
<br />
"Grokking the System Design Interview" by Educative is a highly "Grokking the System Design Interview" by Educative is a highly
recommended course for improving your system design interview game.{' '} recommended course for improving your system design interview game.{' '}
<u>Join today for a 10% discount!</u> <u>Join today for a 10% discount!</u>

@ -61,6 +61,12 @@
margin-bottom: 0; margin-bottom: 0;
} }
.title {
display: block;
font-size: 0.8rem;
margin-bottom: 0.1rem;
}
.logo { .logo {
width: 96px; width: 96px;
} }

@ -112,9 +112,9 @@ function Home() {
<WhatIsThisSection /> <WhatIsThisSection />
<TweetsSection /> <TweetsSection />
<HowToUseSection /> <HowToUseSection />
<EducativeSection /> <AlgoMonsterSection />
<FeaturesSection /> <FeaturesSection />
<MoonchaserSection /> <EducativeSection />
<SuccessStoriesSection /> <SuccessStoriesSection />
<SponsorshipSection /> <SponsorshipSection />
<PreFooterSection /> <PreFooterSection />
@ -434,7 +434,7 @@ function FeaturesSection() {
function EducativeSection() { function EducativeSection() {
return ( return (
<div className={classnames('padding-vert--lg', styles.sectionSponsorAlt)}> <div className={classnames('padding-vert--lg', styles.sectionSponsor)}>
<div className="container"> <div className="container">
<div className="row"> <div className="row">
<div className="col col--8 col--offset-2"> <div className="col col--8 col--offset-2">
@ -442,9 +442,9 @@ function EducativeSection() {
<div> <div>
<h2 className={styles.sectionSponsorTitle}> <h2 className={styles.sectionSponsorTitle}>
<strong> <strong>
Looking to get hired at FAANG? Educative offers a ton of Looking to get hired at FAANG? Educative's interview courses
great courses to improve your interview game. Join today for helped many people get the job at FAANG. Join today for a
a 10% discount! 10% discount!
</strong> </strong>
</h2> </h2>
<div className="margin-vert--lg"> <div className="margin-vert--lg">
@ -467,6 +467,41 @@ function EducativeSection() {
</div> </div>
); );
} }
function AlgoMonsterSection() {
return (
<div className={classnames('padding-vert--lg', styles.sectionSponsorAlt)}>
<div className="container">
<div className="row">
<div className="col col--8 col--offset-2">
<div className="margin-vert--lg text--center">
<div>
<h2 className={styles.sectionSponsorTitle}>
<strong>
Developed by Google engineers, AlgoMonster is the fastest
way to get a software engineering job. Join today for a 70%
discount!
</strong>
</h2>
<div className="margin-vert--lg">
<a
className="button button--secondary button--lg"
href="https://shareasale.com/r.cfm?b=1873647&u=3114753&m=114505&urllink=&afftrack="
rel="noopener"
target="_blank"
onClick={() => {
window.gtag('event', 'algomonster.homepage.click');
}}>
Stop grinding and study with a plan&nbsp;&nbsp;
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
);
}
function TweetsSection() { function TweetsSection() {
return ( return (

Loading…
Cancel
Save