From 37d533e4de82cf19989fef10336b2aeba48448f4 Mon Sep 17 00:00:00 2001 From: Yangshun Date: Fri, 20 Mar 2026 16:58:05 +0800 Subject: [PATCH] Remove app.techinterviewhandbook.org mentions --- apps/website/contents/landscape.md | 2 +- apps/website/contents/resume.md | 8 ++---- .../website/src/components/SidebarAd/index.js | 28 +------------------ .../components/SidebarAd/styles.module.css | 4 --- 4 files changed, 5 insertions(+), 37 deletions(-) diff --git a/apps/website/contents/landscape.md b/apps/website/contents/landscape.md index 147f8005..3b4dbf23 100644 --- a/apps/website/contents/landscape.md +++ b/apps/website/contents/landscape.md @@ -53,7 +53,7 @@ Salaries of top US tech internships in 2016 ([source](https://twitter.com/rodney ### Singapore -We ran a survey to find out what the famous tech companies in Singapore are paying new hires in 2022/2023 and here's a sample of the results. View the [full dataset](https://app.techinterviewhandbook.org/offers) or [contribute your data](https://app.techinterviewhandbook.org/offers/submit)! +We ran a survey to find out what the famous tech companies in Singapore are paying new hires in 2022/2023, and here's a sample of the results: | Company | Internship (monthly in SGD) | Fresh Grad Annual Total (SGD) | | ------------- | --------------------------- | ----------------------------- | diff --git a/apps/website/contents/resume.md b/apps/website/contents/resume.md index ba3da172..a07879ef 100644 --- a/apps/website/contents/resume.md +++ b/apps/website/contents/resume.md @@ -321,13 +321,11 @@ While optimizing for every application is ideal, you can generalize your resume -## Free tools to review your resume +## Tools to review your resume -I recommend using these free tools to optimize your resume: +I recommend using these tools to optimize your resume: -### 1. Free resume review - -Tech Interview Handbook has a [resume review portal](https://app.techinterviewhandbook.org/resumes) where you can upload your resume and get helpful comments and feedback from other community members and even the authors of Tech Interview Handbook! +### 1. Resume review If you are willing to spend some money we recommend [FAANG Tech Leads' Resume Review service](https://www.faangtechleads.com?utm_source=techinterviewhandbook&utm_medium=referral&utm_content=ats_template&aff=1e80c401fe7e2) where your resume will be reviewed by ex-FAANG hiring managers and engineers, not random writers who don't understand technology. diff --git a/apps/website/src/components/SidebarAd/index.js b/apps/website/src/components/SidebarAd/index.js index 1420571d..ddce2a71 100644 --- a/apps/website/src/components/SidebarAd/index.js +++ b/apps/website/src/components/SidebarAd/index.js @@ -29,28 +29,6 @@ function FAANGTechLeads({ position }) { ); } -function TIHResumeReview({ position }) { - return ( - { - window.gtag('event', `tih.resume_review.${position}.click`); - }}> -

- - Get your resume reviewed for free - - Try out our free new community-powered resume review portal. - Upload a resume, receive helpful comments and feedback from community - members. -

-
- ); -} - function GreatFrontEnd({ position }) { return ( - ) : ( - - ); + return ; } if (path.includes('system-design')) { diff --git a/apps/website/src/components/SidebarAd/styles.module.css b/apps/website/src/components/SidebarAd/styles.module.css index 95becc6b..cbb27f88 100644 --- a/apps/website/src/components/SidebarAd/styles.module.css +++ b/apps/website/src/components/SidebarAd/styles.module.css @@ -20,10 +20,6 @@ background-color: rgb(244, 63, 94); } -.backgroundTIH { - background-color: #4f46e5; -} - .backgroundGreatFrontEnd { background-image: linear-gradient(270deg, #ec4899, #4f46e5); }