diff --git a/contents/front-end-system-design-ui-components.md b/contents/front-end-system-design-ui-components.md index 99a0f9e5c..512f34e3b 100644 --- a/contents/front-end-system-design-ui-components.md +++ b/contents/front-end-system-design-ui-components.md @@ -1,12 +1,12 @@ --- title: Front end system design - UI components slug: front-end-system-design/ui-components -sidebar_label: UI Components +sidebar_label: UI components --- ## Examples -- Image Carousel +- Image carousel - Selector which loads options over the network ## Framework diff --git a/contents/pop-quiz.md b/contents/pop-quiz.md index 615eaa484..8765e7e3d 100644 --- a/contents/pop-quiz.md +++ b/contents/pop-quiz.md @@ -22,6 +22,6 @@ For more senior candidates, expect to explain more advanced stuff with no absolu The best and correct way is to prepare for such questions is to really understand the concepts and gets some hands-on experience in applying them in a project. Memorizing the answers is not recommended but is acceptable if you are running out of time. -## Common Pop Quiz questions +## Common questions The next few pages go through common questions tested for HTML/CSS/JavaScript and provides answers to them. diff --git a/website/sidebars.js b/website/sidebars.js index 530ac423b..82bf7a248 100755 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -3,7 +3,7 @@ module.exports = { 'introduction', { type: 'category', - label: 'Pop Quiz', + label: 'Pop quiz', items: [ 'pop-quiz', 'html-questions', @@ -13,12 +13,12 @@ module.exports = { }, { type: 'category', - label: 'Coding Round', + label: 'Coding round', items: ['utility-function', 'build-user-interfaces', 'algorithms'], }, { type: 'category', - label: 'System Design', + label: 'System design', items: [ 'front-end-system-design', 'front-end-system-design-ui-components', diff --git a/website/src/pages/index.js b/website/src/pages/index.js index eda2c79d0..0b534088d 100755 --- a/website/src/pages/index.js +++ b/website/src/pages/index.js @@ -169,7 +169,7 @@ function FeaturesSection() {
-

🔍 Front End Interviews Demystified

+

🔍 Front End interviews demystified

Front End interview preparation resources are scarce but no fret, we tell you what to expect and everything else you need @@ -181,7 +181,7 @@ function FeaturesSection() {

-

👩‍🎨 System Design

+

👩‍🎨 System design

What even is Front End system design?! Learn more about them and how to ace these interviews. @@ -192,7 +192,7 @@ function FeaturesSection() {

-

👩‍💻 Coding Questions

+

👩‍💻 Coding questions

Coding questions are an entirely different ball game for Front End interviews. We tell you how to prepare for them (hint: not @@ -204,7 +204,7 @@ function FeaturesSection() {

-

💯 From Zero to Hero

+

💯 From zero to hero

Go from zero to front end interview hero with this handbook. No prior interview experience needed. @@ -212,7 +212,7 @@ function FeaturesSection() {

-

🍼 Back to Basics

+

🍼 Back to basics

Learn to walk before you learn to fly. While React, Vue and Angular are cool, make sure you also know your fundamentals. @@ -220,7 +220,7 @@ function FeaturesSection() {

-

👨‍👩‍👦‍👦 Community Effort

+

👨‍👩‍👦‍👦 Community effort

The best thing about Open Source is that the community vets the contents, so you can be sure the answers here have been @@ -427,7 +427,7 @@ function SuccessStoriesSection() { 'text--center', styles.sectionTitle, )}> - Success Stories + Success stories {successStories.map((user) => (