Skip to content

Commit

Permalink
Updated links to the Scrimba material
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebrownlee committed Dec 4, 2024
1 parent 3887e44 commit 9244e0f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion book-2-the-invisible-web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Making as much progress on JavaScript is **critical** to your success early in t
<li class="listItem listItem--singleItem">
<p class="listItem__header">Part 2</p>
<p>Now that you have learned the basics of writing and debugging JavaScript, you can watch an experienced developer review some of the concepts, and try your hand at some interactive challenges.</p>
<a target="_blank" href="https://scrimba.com/learn/introtojavascript">Scrimba: Intro to JavaScript</a>
<a target="_blank" href="https://scrimba.com/learn-javascript-c0v">Scrimba: Learn JavaScript</a>
</li>
</ul>

Expand Down
10 changes: 5 additions & 5 deletions book-3-the-visible-web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,20 @@ It's fun.
<li class="listItem listItem--doubleItems">
<p class="listItem__header">Part 1</p>
<p>This course shows you how to use some popular HTML elements for building a web page. There is some CSS code, but the focus is on HTML.</p>
<a target="_blank" href="https://scrimba.com/learn/html">Scrimba: Introduction to HTML</a>
<a target="_blank" href="https://scrimba.com/html-css-crash-course-c02l">Scrimba: HTML and CSS Crash Course</a>
</li>
<li class="listItem listItem--doubleItems">
<p class="listItem__header">Part 2</p>
<p>The introduction to CSS course digs into the foundations of Cascading Style Sheets and shows you all of the features that developers use most often.</p>
<a target="_blank" href="https://scrimba.com/learn/introtocss">Scrimba: Introduction to CSS</a>
<p>Continue your journey by learning more about Flexbox, a feature of CSS that enables dynamic and powerful layouts on a web page.</p>
<a target="_blank" href="https://scrimba.com/learn-flexbox-c0k">Scrimba: Learn Flexbox</a>
</li>
</ul>

<ul class="list list--doubleItems">
<li class="listItem listItem--doubleItems">
<p class="listItem__header">Part 3</p>
<p>The course takes you on a journey on how to combine HTML structure, and CSS fundamentals, and ends with introducing you to Flexbox for making creative web page layouts.</p>
<a target="_blank" href="https://scrimba.com/learn/htmlcss">Scrimba: HTML &amp; CSS Crash Course</a>
<p>Time to build some more HTML and CSS projects to deepen your learning.</p>
<a target="_blank" href="https://scrimba.com/learn-html-and-css-c0p">Scrimba: Learn HTML and CSS</a>
</li>
<li class="listItem listItem--doubleItems">
<p class="listItem__header">Part 4</p>
Expand Down

0 comments on commit 9244e0f

Please sign in to comment.