misc: remove levels.fyi
This commit is contained in:
parent
0a7adbc952
commit
425b9b4e4a
|
|
@ -38,16 +38,16 @@ export default React.memo(function SidebarAd() {
|
|||
) : (
|
||||
<a
|
||||
className={clsx(styles.container, backgroundClass)}
|
||||
href="https://www.levels.fyi/services/?ref=TechInterviewHandbook&utm_source=techinterviewhandbook&utm_medium=referral&utm_content=website_docs_sidebar"
|
||||
href="https://educative.io/tech-interview-handbook"
|
||||
key={Math.random()}
|
||||
target="_blank"
|
||||
rel="noreferrer noopener"
|
||||
onClick={() => {
|
||||
window.gtag('event', 'levelsfyi.sidebar.click');
|
||||
window.gtag('event', 'educative.sidebar.click');
|
||||
}}>
|
||||
<p className={styles.tagline}>
|
||||
<strong>Get paid, not played.</strong> Chat with former tech
|
||||
recruiters who’ll guide you on exactly what to say to negotiate a
|
||||
higher offer.
|
||||
<strong>Level up with Educative.</strong> Get 10% off Educative's
|
||||
wide range of interview courses today!
|
||||
</p>
|
||||
</a>
|
||||
)
|
||||
|
|
|
|||
|
|
@ -65,61 +65,27 @@ function Home() {
|
|||
<div className="row">
|
||||
<div className="col col--8 col--offset-2">
|
||||
<div className="margin-vert--lg text--center">
|
||||
{Math.random() > 0.5 ? (
|
||||
<>
|
||||
<h2 className={styles.sectionSponsorTitle}>
|
||||
<div align="center">
|
||||
<strong>
|
||||
Get paid more. Receive risk-free salary
|
||||
negotiation help from Moonchaser. You pay
|
||||
nothing unless your offer is increased.
|
||||
</strong>
|
||||
</div>
|
||||
</h2>
|
||||
<div className="margin-vert--lg">
|
||||
<a
|
||||
className="button button--secondary button--lg"
|
||||
href="https://www.moonchaser.io/?utm_source=techinterviewhandbook&utm_medium=referral&utm_content=website_homepage"
|
||||
rel="noreferrer noopener"
|
||||
target="_blank"
|
||||
onClick={() => {
|
||||
window.gtag(
|
||||
'event',
|
||||
'moonchaser.homepage.click',
|
||||
);
|
||||
}}>
|
||||
Get Risk-free Negotiation Help →
|
||||
</a>
|
||||
</div>
|
||||
</>
|
||||
) : (
|
||||
<>
|
||||
<h2 className={styles.sectionSponsorTitle}>
|
||||
<div align="center">
|
||||
<strong>
|
||||
Get paid, not played. Chat with former tech
|
||||
recruiters who’ll guide you on exactly what to
|
||||
say to get you a higher offer.
|
||||
</strong>
|
||||
</div>
|
||||
</h2>
|
||||
<div className="margin-vert--lg">
|
||||
<a
|
||||
className="button button--secondary button--lg"
|
||||
href="https://www.levels.fyi/services/?ref=TechInterviewHandbook&utm_source=techinterviewhandbook&utm_medium=referral&utm_content=website_homepage"
|
||||
rel="noreferrer noopener"
|
||||
target="_blank"
|
||||
onClick={() => {
|
||||
window.gtag(
|
||||
'event',
|
||||
'levelsfyi.homepage.click',
|
||||
);
|
||||
}}>
|
||||
Get Negotiation Help →
|
||||
</a>
|
||||
</div>
|
||||
</>
|
||||
)}
|
||||
<h2 className={styles.sectionSponsorTitle}>
|
||||
<div align="center">
|
||||
<strong>
|
||||
Get paid more. Receive risk-free salary negotiation
|
||||
help from Moonchaser. You pay nothing unless your
|
||||
offer is increased.
|
||||
</strong>
|
||||
</div>
|
||||
</h2>
|
||||
<div className="margin-vert--lg">
|
||||
<a
|
||||
className="button button--secondary button--lg"
|
||||
href="https://www.moonchaser.io/?utm_source=techinterviewhandbook&utm_medium=referral&utm_content=website_homepage"
|
||||
rel="noreferrer noopener"
|
||||
target="_blank"
|
||||
onClick={() => {
|
||||
window.gtag('event', 'moonchaser.homepage.click');
|
||||
}}>
|
||||
Get Risk-free Negotiation Help →
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue