diff --git a/website/src/pages/index.js b/website/src/pages/index.js index e7caafbd3..88d1cebf1 100755 --- a/website/src/pages/index.js +++ b/website/src/pages/index.js @@ -256,24 +256,24 @@ function Tweet({url, handle, name, content, avatar, date}) { function TweetsSection() { return ( -
+

- Loved by many engineers + Over 100,000 people have benefitted from this handbook!

Front End Interview [Question] Handbook @@ -288,12 +288,9 @@ function TweetsSection() { handle="Insharamin" name="Insha" date="Jan 7, 2022" - avatar="https://pbs.twimg.com/profile_images/1468474545891774464/jENKPsRG_400x400.jpg" + avatar="/img/tweets/Insharamin.jpg" content={ <> - 📌 front-end-interview-handbook -
-
Almost complete answers to "Front-end Job Interview Questions" which you can use to interview potential candidates, test yourself. Go from zero to front end interview hero with this @@ -306,7 +303,7 @@ function TweetsSection() { handle="umaar" name="Umar Hansa" date="Feb 13, 2018" - avatar="https://pbs.twimg.com/profile_images/1305935669705965568/vS_bpIuu_400x400.jpg" + avatar="/img/tweets/umaar.jpg" content={ <> Front End Interview Handbook (Answers) 👀 - Useful for testing @@ -317,12 +314,26 @@ function TweetsSection() { />
+ + A Front End Interview Handbook (Headed to a job interview any + time soon? Here are some questions and answers worth being + prepared for.) + + } + /> Front End Interview Handbook is AMAZING, huge props to @@ -335,7 +346,7 @@ function TweetsSection() { handle="nimz_co" name="Nima Izadi" date="Oct 19, 2018" - avatar="https://pbs.twimg.com/profile_images/1439945799086051331/Gx6kzS-F_400x400.jpg" + avatar="/img/tweets/nimz_co.jpg" content={ <> Awesome guide for beginners to front-end development @@ -346,20 +357,6 @@ function TweetsSection() { } /> - - Awesome Front End Interview Handbook. I learned a lot from - this. Test yourself! I wouldn't pass this interview before - reading the answers for the first time. Would you? - - } - />
This has been a great refresher resource and in an easy to @@ -380,7 +377,7 @@ function TweetsSection() { handle="ddskier" name="DeeDee Walsh" date="Jul 26, 2020" - avatar="https://pbs.twimg.com/profile_images/1445527010269302786/vpK5S5RI_400x400.jpg" + avatar="/img/tweets/ddskier.jpg" content={ <> This is useful! Front End Interview Handbook by @yangshunz @@ -389,17 +386,16 @@ function TweetsSection() { } /> - Are you hiring new frontend developers or are you applying to - a frontend dev position? yangshun's - front-end-interview-handbook also gives you the opportunity to - challenge yourself from time to time. + Awesome Front End Interview Handbook. I learned a lot from + this. Test yourself! I wouldn't pass this interview before + reading the answers for the first time. Would you? } /> diff --git a/website/static/img/tweets/CodeWithKenny.jpg b/website/static/img/tweets/CodeWithKenny.jpg new file mode 100644 index 000000000..834107af2 Binary files /dev/null and b/website/static/img/tweets/CodeWithKenny.jpg differ diff --git a/website/static/img/tweets/FrontendDaily.jpg b/website/static/img/tweets/FrontendDaily.jpg new file mode 100644 index 000000000..d56afc894 Binary files /dev/null and b/website/static/img/tweets/FrontendDaily.jpg differ diff --git a/website/static/img/tweets/Insharamin.jpg b/website/static/img/tweets/Insharamin.jpg new file mode 100644 index 000000000..340028019 Binary files /dev/null and b/website/static/img/tweets/Insharamin.jpg differ diff --git a/website/static/img/tweets/css.jpg b/website/static/img/tweets/css.jpg new file mode 100644 index 000000000..e9eb2aa25 Binary files /dev/null and b/website/static/img/tweets/css.jpg differ diff --git a/website/static/img/tweets/ddskier.jpg b/website/static/img/tweets/ddskier.jpg new file mode 100644 index 000000000..b7ceb1bcf Binary files /dev/null and b/website/static/img/tweets/ddskier.jpg differ diff --git a/website/static/img/tweets/nimz_co.jpg b/website/static/img/tweets/nimz_co.jpg new file mode 100644 index 000000000..3ec45c75e Binary files /dev/null and b/website/static/img/tweets/nimz_co.jpg differ diff --git a/website/static/img/tweets/realJacobJed.jpg b/website/static/img/tweets/realJacobJed.jpg new file mode 100644 index 000000000..def6b5512 Binary files /dev/null and b/website/static/img/tweets/realJacobJed.jpg differ diff --git a/website/static/img/tweets/silvenon.jpg b/website/static/img/tweets/silvenon.jpg new file mode 100644 index 000000000..7f00527ba Binary files /dev/null and b/website/static/img/tweets/silvenon.jpg differ diff --git a/website/static/img/tweets/umaar.jpg b/website/static/img/tweets/umaar.jpg new file mode 100644 index 000000000..7f94c1eb3 Binary files /dev/null and b/website/static/img/tweets/umaar.jpg differ