diff --git a/website/src/pages/index.js b/website/src/pages/index.js index 9d9b8978..5eca6258 100755 --- a/website/src/pages/index.js +++ b/website/src/pages/index.js @@ -180,8 +180,8 @@ function WhatIsThisSection() { 'margin-bottom--lg', styles.sectionTitle, )}> - The fastest way to prepare effectively for your software - engineering interviews, used by over 500,000 engineers + Fastest way to prepare effectively for your software engineering + interviews, used by over 1,000,000 engineers

Tech Interview Handbook goes{' '} @@ -541,7 +541,7 @@ function TweetsSection() { 'text--center', styles.sectionTitle, )}> - Over 500,000 people have benefitted from this handbook! + Over 1,000,000 people have benefitted from this handbook!

@@ -550,7 +550,7 @@ function TweetsSection() { handle="Insharamin" name="Insha" date="Jul 8, 2021" - avatar="https://pbs.twimg.com/profile_images/1513932354552619009/w5MTxjG2_400x400.jpg" + avatar="/img/tweets/Insharamin.jpg" content={ <> 1️⃣ Tech Interview Handbook @@ -563,25 +563,38 @@ function TweetsSection() { } /> - Another excellent tech interview handbook! If you need to - prepare yourself for a tech interview or you're an interviewer - and need additional inspiration. Happy Monday! #techinterviews + Preparing for a job interview? +
+
+ The tech interview handbook contains carefully curated to help + you ace your next technical interview. +
+
+ And it's free. } /> + Nice open source tech interview handbook} + /> Tech Interview Handbook 💻 - Content to help you ace your next @@ -596,7 +609,7 @@ function TweetsSection() { handle="MSFTImagine" name="Microsoft Imagine Cup" date="Mar 13, 2022" - avatar="https://pbs.twimg.com/profile_images/1268173752745046016/nW2kPbvp_400x400.png" + avatar="/img/tweets/MSFTImagine.png" content={ <> Ready to rock your #Coding interviews? Follow along as @@ -610,7 +623,7 @@ function TweetsSection() { handle="palashv2" name="Palash" date="Oct 26, 2021" - avatar="https://pbs.twimg.com/profile_images/1435103134842454016/DfF093MF_400x400.jpg" + avatar="/img/tweets/palashv2.jpg" content={ <> 5. Tech Interview Handbook @@ -624,38 +637,38 @@ function TweetsSection() { } /> - Preparing for a job interview? -
-
- The tech interview handbook contains carefully curated to help - you ace your next technical interview. -
-
- And it's free. + Another excellent tech interview handbook! If you need to + prepare yourself for a tech interview or you're an interviewer + and need additional inspiration. Happy Monday! #techinterviews } />
- Lastly, the Tech Interview Handbook. This is a pretty solid - comprehensive resource from your initial introduction, to - resumes, system design, coding, etc. Points to other solid - resources that can be a great help. + Back in 2017, @yangshunz was interviewing for developer jobs. +
+
+ He put in a lot of work, aced his interviews, & got offers + from Google, Airbnb, Dropbox, and more. +
+
+ And he just updated this in-depth guide to help you also rock + your next coding interview. } /> @@ -664,7 +677,7 @@ function TweetsSection() { handle="Vinaystwt" name="Vinay Sharma" date="Sep 12, 2021" - avatar="https://pbs.twimg.com/profile_images/1413766958281990145/--os1eLq_400x400.jpg" + avatar="/img/tweets/Vinaystwt.jpg" content={ <> 🔹Tech Interview Handbook: Another useful resource that covers @@ -678,7 +691,7 @@ function TweetsSection() { handle="sitepointdotcom" name="SitePoint" date="Aug 21, 2019" - avatar="https://pbs.twimg.com/profile_images/1425900902783668228/eJF_2-Ds_400x400.jpg" + avatar="/img/tweets/sitepointdotcom.jpg" content={ <> The Tech Interview Handbook provides carefully curated content @@ -686,14 +699,6 @@ function TweetsSection() { } /> - Nice open source tech interview handbook} - />
diff --git a/website/static/img/tweets/Insharamin.jpg b/website/static/img/tweets/Insharamin.jpg new file mode 100644 index 00000000..34002801 Binary files /dev/null and b/website/static/img/tweets/Insharamin.jpg differ diff --git a/website/static/img/tweets/Justyna_Adam.jpg b/website/static/img/tweets/Justyna_Adam.jpg new file mode 100644 index 00000000..f4857fba Binary files /dev/null and b/website/static/img/tweets/Justyna_Adam.jpg differ diff --git a/website/static/img/tweets/MSFTImagine.png b/website/static/img/tweets/MSFTImagine.png new file mode 100644 index 00000000..26893c9c Binary files /dev/null and b/website/static/img/tweets/MSFTImagine.png differ diff --git a/website/static/img/tweets/Vinaystwt.jpg b/website/static/img/tweets/Vinaystwt.jpg new file mode 100644 index 00000000..51a6d92d Binary files /dev/null and b/website/static/img/tweets/Vinaystwt.jpg differ diff --git a/website/static/img/tweets/freeCodeCamp.jpg b/website/static/img/tweets/freeCodeCamp.jpg new file mode 100644 index 00000000..9f1c61dc Binary files /dev/null and b/website/static/img/tweets/freeCodeCamp.jpg differ diff --git a/website/static/img/tweets/palashv2.jpg b/website/static/img/tweets/palashv2.jpg new file mode 100644 index 00000000..89ba41b8 Binary files /dev/null and b/website/static/img/tweets/palashv2.jpg differ diff --git a/website/static/img/tweets/ravinwashere.jpg b/website/static/img/tweets/ravinwashere.jpg new file mode 100644 index 00000000..b9a631d0 Binary files /dev/null and b/website/static/img/tweets/ravinwashere.jpg differ diff --git a/website/static/img/tweets/rwenderlich.jpg b/website/static/img/tweets/rwenderlich.jpg new file mode 100644 index 00000000..2e69771b Binary files /dev/null and b/website/static/img/tweets/rwenderlich.jpg differ diff --git a/website/static/img/tweets/sitepointdotcom.jpg b/website/static/img/tweets/sitepointdotcom.jpg new file mode 100644 index 00000000..0ba8775e Binary files /dev/null and b/website/static/img/tweets/sitepointdotcom.jpg differ diff --git a/website/static/img/tweets/umaar.jpg b/website/static/img/tweets/umaar.jpg new file mode 100644 index 00000000..7f94c1eb Binary files /dev/null and b/website/static/img/tweets/umaar.jpg differ