From f5c2aef0717f389dbac82fc051ad5a692dbb91df Mon Sep 17 00:00:00 2001 From: Jeremy Walker Date: Tue, 14 Jan 2025 12:41:31 +0000 Subject: [PATCH] Fix text --- app/css/bootcamp/pages/dashboard.css | 7 +++++- app/views/bootcamp/dashboard/index.html.haml | 2 +- bootcamp_content/levels/1.md | 26 +++++--------------- 3 files changed, 13 insertions(+), 22 deletions(-) diff --git a/app/css/bootcamp/pages/dashboard.css b/app/css/bootcamp/pages/dashboard.css index 0a0203c64d..0065e096e7 100644 --- a/app/css/bootcamp/pages/dashboard.css +++ b/app/css/bootcamp/pages/dashboard.css @@ -27,7 +27,8 @@ body.namespace-bootcamp.controller-dashboard.action-index { @apply font-semibold text-textColor1; } h3 { - @apply text-20 leading-150; + @apply text-22 leading-150; + @apply !mt-12; @apply mb-4; @apply font-semibold; } @@ -36,6 +37,10 @@ body.namespace-bootcamp.controller-dashboard.action-index { @apply mb-4; @apply font-semibold; } + ul { + @apply list-disc; + @apply ml-24; + } .tag { @apply flex items-center; @apply border-1 rounded-100; diff --git a/app/views/bootcamp/dashboard/index.html.haml b/app/views/bootcamp/dashboard/index.html.haml index 6cbb20dd8c..7315989895 100644 --- a/app/views/bootcamp/dashboard/index.html.haml +++ b/app/views/bootcamp/dashboard/index.html.haml @@ -5,7 +5,7 @@ %h1 Welcome to Level #{@level.idx}! .level-content = raw @level.content_html - = link_to "Go to Level 2", bootcamp_level_path(@level), class: "btn-l btn-primary mt-20 max-w-[200px]" + = link_to "Go to Level #{@level.idx}", bootcamp_level_path(@level), class: "btn-l btn-primary mt-20 max-w-[200px]" %hr.border-borderColor5.my-20 diff --git a/bootcamp_content/levels/1.md b/bootcamp_content/levels/1.md index 2b24b86500..9c386596fa 100644 --- a/bootcamp_content/levels/1.md +++ b/bootcamp_content/levels/1.md @@ -1,20 +1,8 @@ # Level 1 -## About Levels +Welcome to the Bootcamp! -Welcome to Level One! - -Levels are the core of your learning experience on this Bootcamp. - -Each week we'll unlock a new level, with new concepts to learn and exercises to solve. Our teaching sessions appear here for you to watch live, and then stay for you to watch back on demand. - -I strongly recommend finishing all of the exercises on a level before moving onto the next one. -However, if you get really stuck on one exercise, you might still like to continue on in the next level while waiting for help. -If you feel like a level is too easy, then it shouldn't take you any time at all to solve the exercises within it, so use that for practice anyway. - -### How to Complete a Level - -To complete a level, you need to solve all the exercises on the right hand side. +You're currently on Level 1. Each week we'll unlock a new Level, with new concepts to learn and exercises to solve. ## Your first steps in coding @@ -24,11 +12,9 @@ Your drawing ability should be what limits you - not your coding ability! We have students on this Bootcamp with a wide range of experience-levels, from total beginners to people in full-time dev jobs. -For those just starting out, this first week will contain lots of new information and thinking for you to absorb. -The most important thing is to take your time and build confidence. - -For those who are experienced, these first few weeks will feel familiar and probably quite easy. -But I strongly advise you to still watch the videos and explore the mental models I'm building, as they will be different from the way you've approached things before. +- For those just starting out, this first week will contain lots of new information and thinking for you to absorb. + The most important thing is to take your time and build confidence. +- For those who are experienced, these first few weeks will feel familiar and probably quite easy. + But I strongly advise you to still watch the videos and explore the mental models I'm building, as they will be different from the way you've approached things before. Most of all, have fun! -And we'll dig into some more interesting things at Level 2!