mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 20:52:00 +08:00
misc: remove levels.fyi
This commit is contained in:
@ -41,17 +41,16 @@ export default React.memo(function SidebarAd() {
|
|||||||
) : (
|
) : (
|
||||||
<a
|
<a
|
||||||
className={clsx(styles.container, backgroundClass)}
|
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()}
|
key={Math.random()}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer noopener"
|
rel="noreferrer noopener"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
window.gtag('event', 'levelsfyi.sidebar.click');
|
window.gtag('event', 'educative.sidebar.click');
|
||||||
}}>
|
}}>
|
||||||
<p className={styles.tagline}>
|
<p className={styles.tagline}>
|
||||||
<strong>Get paid, not played.</strong> Chat with former tech
|
<strong>Level up with Educative.</strong> Get 10% off Educative's
|
||||||
recruiters who'll guide you on exactly what to say to negotiate a
|
wide range of interview courses today!
|
||||||
higher offer.
|
|
||||||
</p>
|
</p>
|
||||||
</a>
|
</a>
|
||||||
)
|
)
|
||||||
|
@ -67,57 +67,27 @@ function Home() {
|
|||||||
<div className="row">
|
<div className="row">
|
||||||
<div className="col col--8 col--offset-2">
|
<div className="col col--8 col--offset-2">
|
||||||
<div className="margin-vert--lg text--center">
|
<div className="margin-vert--lg text--center">
|
||||||
{Math.random() > 0.5 ? (
|
<div>
|
||||||
<div>
|
<h2 className={styles.sectionSponsorTitle}>
|
||||||
<h2 className={styles.sectionSponsorTitle}>
|
<strong>
|
||||||
<strong>
|
Get paid more. Receive risk-free salary negotiation
|
||||||
Get paid more. Receive risk-free salary
|
help from Moonchaser. You pay nothing unless your
|
||||||
negotiation help from Moonchaser. You pay nothing
|
offer is increased.
|
||||||
unless your offer is increased.
|
</strong>
|
||||||
</strong>
|
</h2>
|
||||||
</h2>
|
<div className="margin-vert--lg">
|
||||||
<div className="margin-vert--lg">
|
<a
|
||||||
<a
|
className="button button--secondary button--lg"
|
||||||
className="button button--secondary button--lg"
|
href="https://www.moonchaser.io/?utm_source=techinterviewhandbook&utm_medium=referral&utm_content=website_homepage"
|
||||||
href="https://www.moonchaser.io/?utm_source=techinterviewhandbook&utm_medium=referral&utm_content=website_homepage"
|
rel="noreferrer noopener"
|
||||||
rel="noreferrer noopener"
|
target="_blank"
|
||||||
target="_blank"
|
onClick={() => {
|
||||||
onClick={() => {
|
window.gtag('event', 'moonchaser.homepage.click');
|
||||||
window.gtag(
|
}}>
|
||||||
'event',
|
Get Risk-free Negotiation Help →
|
||||||
'moonchaser.homepage.click',
|
</a>
|
||||||
);
|
|
||||||
}}>
|
|
||||||
Get Risk-free Negotiation Help →
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
) : (
|
</div>
|
||||||
<div>
|
|
||||||
<h2 className={styles.sectionSponsorTitle}>
|
|
||||||
<strong>
|
|
||||||
Get paid, not played. Chat with former tech
|
|
||||||
recruiters who'll guide you on exactly what to say
|
|
||||||
to negotiate a higher offer.
|
|
||||||
</strong>
|
|
||||||
</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>
|
|
||||||
</div>
|
|
||||||
)}
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user