Skip to content

Commit

Permalink
indent scrims to not break up lists
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoMcA committed Sep 26, 2024
1 parent 44635a0 commit 406270f
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion curriculum/3-core/1-web-standards.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Learning outcomes:

- Clients and servers and their roles in the web.

<scrim-inline url="https://v2.scrimba.com/the-frontend-developer-career-path-c0j/~0lr" scrimtitle="The Request-Response Cycle"></scrim-inline>
<scrim-inline url="https://v2.scrimba.com/the-frontend-developer-career-path-c0j/~0lr" scrimtitle="The Request-Response Cycle"></scrim-inline>

- DNS and how it works at a high level.

Expand Down
2 changes: 1 addition & 1 deletion curriculum/3-core/2-semantic-html.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ Learning outcomes:

- Common `<input>` types — `text`, `number`, `file`, `checkbox`, `radio`, `password`, `search`, and `submit`.

<scrim-inline url="https://v2.scrimba.com/the-frontend-developer-career-path-c0j/~0n" scrimtitle="The <input> Tag"></scrim-inline>
<scrim-inline url="https://v2.scrimba.com/the-frontend-developer-career-path-c0j/~0n" scrimtitle="The <input> Tag"></scrim-inline>

- Common attributes — `name` and `value`.

Expand Down
2 changes: 1 addition & 1 deletion curriculum/3-core/3-css-fundamentals.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Learning outcomes:

- You can have multiple classes per element, and these can be used to layer on styles as required.

<scrim-inline url="https://v2.scrimba.com/the-frontend-developer-career-path-c0j/~01d" scrimtitle="CSS Classes"></scrim-inline>
<scrim-inline url="https://v2.scrimba.com/the-frontend-developer-career-path-c0j/~01d" scrimtitle="CSS Classes"></scrim-inline>

- IDs and classes should be used sparingly where they make sense for selections, but you shouldn't use them for everything — keep your HTML as clean and uncluttered as possible.

Expand Down
4 changes: 2 additions & 2 deletions curriculum/3-core/5-css-layout.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Learning outcomes:

- Setting the positioning context of a positioned element by positioning an ancestor element.

<scrim-inline url="https://v2.scrimba.com/the-frontend-developer-career-path-c0j/~0d5" scrimtitle="Relative and Absolute Position"></scrim-inline>
<scrim-inline url="https://v2.scrimba.com/the-frontend-developer-career-path-c0j/~0d5" scrimtitle="Relative and Absolute Position"></scrim-inline>

- Fixed and sticky positioning:

Expand Down Expand Up @@ -106,7 +106,7 @@ Learning outcomes:

- Adjusting flex item ordering.

<scrim-inline url="https://v2.scrimba.com/the-frontend-developer-career-path-c0j/~039" scrimtitle="Flexbox Demonstration"></scrim-inline>
<scrim-inline url="https://v2.scrimba.com/the-frontend-developer-career-path-c0j/~039" scrimtitle="Flexbox Demonstration"></scrim-inline>

- CSS Grid:

Expand Down
4 changes: 2 additions & 2 deletions curriculum/3-core/6-javascript-fundamentals.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Learning outcomes:

- Understand what an array is — a structure that holds a list of variables.

<scrim-inline url="https://v2.scrimba.com/the-frontend-developer-career-path-c0j/~06e" scrimtitle="Intro to Arrays"></scrim-inline>
<scrim-inline url="https://v2.scrimba.com/the-frontend-developer-career-path-c0j/~06e" scrimtitle="Intro to Arrays"></scrim-inline>

- The syntax of arrays — `[a, b, c]` and the accessor syntax, `myArray[x]`.

Expand Down Expand Up @@ -182,7 +182,7 @@ Learning outcomes:

- Understand the purpose of functions — to enable the creation of reusable blocks of code that can be called wherever needed.

<scrim-inline url="https://v2.scrimba.com/the-frontend-developer-career-path-c0j/~04g" scrimtitle="Using Functions"></scrim-inline>
<scrim-inline url="https://v2.scrimba.com/the-frontend-developer-career-path-c0j/~04g" scrimtitle="Using Functions"></scrim-inline>

- Understand that functions are used everywhere in JavaScript and that some are built into the browser and some are user-defined.

Expand Down
2 changes: 1 addition & 1 deletion curriculum/3-core/9-version-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Learning outcomes:
- Understand the difference between Git, and websites like GitHub and GitLab.

<scrim-inline url="https://v2.scrimba.com/the-frontend-developer-career-path-c0j/~02g" scrimtitle="Git and GitHub"></scrim-inline>
<scrim-inline url="https://v2.scrimba.com/the-frontend-developer-career-path-c0j/~02g" scrimtitle="Git and GitHub"></scrim-inline>

- Understand that websites such as GitHub and GitLab enable teamwork and collaboration that isn't so easy just with plain Git.

Expand Down
2 changes: 1 addition & 1 deletion curriculum/4-extensions/3-web-apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Learning outcomes:

- Using Web Storage for simple key-value pair storage, controlled by JavaScript.

<scrim-inline url="https://v2.scrimba.com/the-frontend-developer-career-path-c0j/~08s" scrimtitle="What is localStorage?"></scrim-inline>
<scrim-inline url="https://v2.scrimba.com/the-frontend-developer-career-path-c0j/~08s" scrimtitle="What is localStorage?"></scrim-inline>

- Using IndexedDB:

Expand Down

0 comments on commit 406270f

Please sign in to comment.