misc: updated links

This commit is contained in:
Yangshun 2024-07-11 07:29:11 +08:00
parent 0acc5fa9a9
commit 03d2f19ff9
5 changed files with 9 additions and 14 deletions

View File

@ -5,7 +5,7 @@ sidebar_label: CSS questions
:::info We are now part of GreatFrontEnd!
Front End Interview Handbook is now part of [GreatFrontEnd](https://www.greatfrontend.com?utm_source=frontendinterviewhandbook&utm_medium=referral&gnrs=frontendinterviewhandbook)! We are working to migrate the content over and you may find the latest version of this page on [GreatFrontEnd](https://www.greatfrontend.com/front-end-interview-guidebook/quiz?utm_source=frontendinterviewhandbook&utm_medium=referral&gnrs=frontendinterviewhandbook).
Front End Interview Handbook is now part of [GreatFrontEnd](https://www.greatfrontend.com?utm_source=frontendinterviewhandbook&utm_medium=referral&gnrs=frontendinterviewhandbook)! We are working to migrate the content over and you may find the latest version of this page on [GreatFrontEnd](https://www.greatfrontend.com/questions/css/quiz?utm_source=frontendinterviewhandbook&utm_medium=referral&gnrs=frontendinterviewhandbook).
:::

View File

@ -5,7 +5,7 @@ sidebar_label: HTML questions
:::info We are now part of GreatFrontEnd!
Front End Interview Handbook is now part of [GreatFrontEnd](https://www.greatfrontend.com?utm_source=frontendinterviewhandbook&utm_medium=referral&gnrs=frontendinterviewhandbook)! We are working to migrate the content over and you may find the latest version of this page on [GreatFrontEnd](https://www.greatfrontend.com/front-end-interview-guidebook/quiz?utm_source=frontendinterviewhandbook&utm_medium=referral&gnrs=frontendinterviewhandbook).
Front End Interview Handbook is now part of [GreatFrontEnd](https://www.greatfrontend.com?utm_source=frontendinterviewhandbook&utm_medium=referral&gnrs=frontendinterviewhandbook)! We are working to migrate the content over and you may find the latest version of this page on [GreatFrontEnd](https://www.greatfrontend.com/questions/html/quiz?utm_source=frontendinterviewhandbook&utm_medium=referral&gnrs=frontendinterviewhandbook).
:::

View File

@ -5,7 +5,7 @@ sidebar_label: JavaScript questions
:::info We are now part of GreatFrontEnd!
Front End Interview Handbook is now part of [GreatFrontEnd](https://www.greatfrontend.com?utm_source=frontendinterviewhandbook&utm_medium=referral&gnrs=frontendinterviewhandbook)! We are working to migrate the content over and you may find the latest version of this page on [GreatFrontEnd](https://www.greatfrontend.com/front-end-interview-guidebook/quiz?utm_source=frontendinterviewhandbook&utm_medium=referral&gnrs=frontendinterviewhandbook).
Front End Interview Handbook is now part of [GreatFrontEnd](https://www.greatfrontend.com?utm_source=frontendinterviewhandbook&utm_medium=referral&gnrs=frontendinterviewhandbook)! We are working to migrate the content over and you may find the latest version of this page on [GreatFrontEnd](https://www.greatfrontend.com/questions/js/quiz?utm_source=frontendinterviewhandbook&utm_medium=referral&gnrs=frontendinterviewhandbook).
:::
@ -1389,4 +1389,5 @@ Static class members (properties/methods) are not tied to a specific instance of
### Other Answers
- https://github.com/sudheerj/javascript-interview-questions
- http://flowerszhong.github.io/2013/11/20/javascript-questions.html

View File

@ -34,7 +34,7 @@ function GreatFrontEnd({ position }) {
return (
<a
className={clsx(styles.container, styles.backgroundPurple)}
href={`https://www.greatfrontend.com?utm_source=frontendinterviewhandbook&utm_medium=referral&utm_content=${position}&fpr=frontendinterviewhandbook`}
href={`https://www.greatfrontend.com?utm_source=frontendinterviewhandbook&utm_medium=referral&utm_content=${position}&gnrs=frontendinterviewhandbook`}
target="_blank"
rel="noopener"
onClick={() => {

View File

@ -101,7 +101,7 @@ function GreatFrontEndSection() {
<div className="margin-vert--md">
<a
className="button button--secondary button--lg"
href="https://www.greatfrontend.com/prepare?fpr=yangshun"
href="https://www.greatfrontend.com/prepare?gnrs=frontendinterviewhandbook"
rel="noopener"
target="_blank"
onClick={() => {
@ -129,21 +129,15 @@ function GreatFrontEndSection() {
<div className="row">
<div className={clsx('col col--4', styles.flexContainer)}>
<RiPresentationLine className={styles.promoIcon} />
<p className={styles.whiteText}>
Well-explained solutions
</p>
<p className={styles.whiteText}>Well-explained solutions</p>
</div>
<div className={clsx('col col--4', styles.flexContainer)}>
<RiBookOpenLine className={styles.promoIcon} />
<p className={styles.whiteText}>
Step-by-step study plans
</p>
<p className={styles.whiteText}>Step-by-step study plans</p>
</div>
<div className={clsx('col col--4', styles.flexContainer)}>
<RiStackLine className={styles.promoIcon} />
<p className={styles.whiteText}>
Structured 4-stage process
</p>
<p className={styles.whiteText}>Structured 4-stage process</p>
</div>
</div>
</div>