Skip to content

Commit

Permalink
Fix text
Browse files Browse the repository at this point in the history
  • Loading branch information
iHiD committed Jan 14, 2025
1 parent f7635b8 commit f5c2aef
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 22 deletions.
7 changes: 6 additions & 1 deletion app/css/bootcamp/pages/dashboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand All @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion app/views/bootcamp/dashboard/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
26 changes: 6 additions & 20 deletions bootcamp_content/levels/1.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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!

0 comments on commit f5c2aef

Please sign in to comment.