diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 0197ebc02..9b03068e8 100755 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -25,11 +25,12 @@ module.exports = { src: 'img/logo.svg', }, items: [ + {to: 'introduction', label: 'Get started', position: 'left'}, + {to: 'blog', label: 'Blog', position: 'left'}, { type: 'localeDropdown', position: 'right', }, - {to: 'blog', label: 'Blog', position: 'right'}, { href: 'https://github.com/yangshun/front-end-interview-handbook', label: 'GitHub', diff --git a/website/src/components/SidebarAd/index.js b/website/src/components/SidebarAd/index.js index 434032d24..0548e2ae9 100644 --- a/website/src/components/SidebarAd/index.js +++ b/website/src/components/SidebarAd/index.js @@ -31,8 +31,8 @@ export default React.memo(function SidebarAd() { }}>

Get paid more. Receive risk-free salary - negotiation advice from Moonchaser. You pay nothing unless your - offer is increased. + negotiation advice from Moonchaser. You pay nothing unless + your offer is increased. Book a free consultation today!

) : ( @@ -46,8 +46,9 @@ export default React.memo(function SidebarAd() { window.gtag('event', 'educative.sidebar.click'); }}>

- Level up with Educative. Get 10% off Educative's - wide range of interview courses today! + Looking to get hired at FAANG? Educative{' '} + offers many great courses to improve your interview game.{' '} + Join today for a 10% discount!

) diff --git a/website/src/css/custom.css b/website/src/css/custom.css index 71f0ba21f..dfe6f2c27 100755 --- a/website/src/css/custom.css +++ b/website/src/css/custom.css @@ -12,7 +12,6 @@ --ifm-font-family-base: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; - --ifm-font-size-base: 18px; } html[data-theme='dark'] { diff --git a/website/src/pages/index.js b/website/src/pages/index.js index 5367db496..3a9f9c99b 100755 --- a/website/src/pages/index.js +++ b/website/src/pages/index.js @@ -126,9 +126,9 @@ function EducativeSection() {

- Looking for high quality front end interview courses? - Educative offers a ton of great courses to improve your - interview game. + Looking to get hired at FAANG? Educative offers many great + courses to improve your interview game. Join today for a + discount!

@@ -140,7 +140,7 @@ function EducativeSection() { onClick={() => { window.gtag('event', 'educative.homepage.click'); }}> - Get started  → + Check out courses  →