Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
memcmahon committed Oct 8, 2024
1 parent 8cd528f commit 347e030
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 30 deletions.
6 changes: 3 additions & 3 deletions popup-lite-brite/css/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ You may be wondering, "how does one know all these special keywords and commands

### Up Next

- [What is Front End and Back End Engineering?](../../what-is-fe-be)
- [Project Setup](../)
- [What is Front End and Back End Engineering?](../what-is-fe-be)
- [Project Setup](../litebrite)
- [HTML - Content](../html)
- <strong>[CSS - Styles](../css)</strong>
- [JavaScript- Explore](../js-1)
- [JavaScript - Create](../js-2)
- [Extensions](../extensions)
- [Wrap-Up](../../wrap-up)
- [Wrap-Up](../wrap-up)
6 changes: 3 additions & 3 deletions popup-lite-brite/extensions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ Run the program, and try this functionality out!

### Up Next

- [What is Front End and Back End Engineering?](../../what-is-fe-be)
- [Project Setup](../)
- [What is Front End and Back End Engineering?](../what-is-fe-be)
- [Project Setup](../litebrite)
- [HTML - Content](../html)
- [CSS - Styles](../css)
- [JavaScript- Explore](../js-1)
- [JavaScript - Create](../js-2)
- <strong>[Extensions](../extensions)</strong>
- [Wrap-Up](../../wrap-up)
- [Wrap-Up](../wrap-up)
6 changes: 3 additions & 3 deletions popup-lite-brite/html/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ layout: lesson

### Up Next

- [What is Front End and Back End Engineering?](../../what-is-fe-be)
- [Project Setup](../)
- [What is Front End and Back End Engineering?](../what-is-fe-be)
- [Project Setup](../litebrite)
- <strong>[HTML - Content](../html)</strong>
- [CSS - Styles](../css)
- [JavaScript- Explore](../js-1)
- [JavaScript - Create](../js-2)
- [Extensions](../extensions)
- [Wrap-Up](../../wrap-up)
- [Wrap-Up](../wrap-up)
6 changes: 3 additions & 3 deletions popup-lite-brite/js-1/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ Now, let's walk through each line of the existing JavaScript to understand what'

### Up Next

- [What is Front End and Back End Engineering?](../../what-is-fe-be)
- [Project Setup](../)
- [What is Front End and Back End Engineering?](../what-is-fe-be)
- [Project Setup](../litebrite)
- [HTML - Content](../html)
- [CSS - Styles](../css)
- <strong>[JavaScript- Explore](../js-1)</strong>
- [JavaScript - Create](../js-2)
- [Extensions](../extensions)
- [Wrap-Up](../../wrap-up)
- [Wrap-Up](../wrap-up)
4 changes: 2 additions & 2 deletions popup-lite-brite/js-2/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ Option 2: Copy and paste from the [final solution](https://codepen.io/turing-try

### Up Next

- [What is Front End and Back End Engineering?](../../what-is-fe-be)
- [Project Setup](../)
- [What is Front End and Back End Engineering?](../what-is-fe-be)
- [Project Setup](../litebrite)
- [HTML - Content](../html)
- [CSS - Styles](../css)
- [JavaScript- Explore](../js-1)
Expand Down
22 changes: 11 additions & 11 deletions popup-lite-brite/litebrite/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,21 @@ It can feel like a lot, but let's start by building an understanding of what eac
<h3>HTML</h3>
<p>HTML holds the content we see on a page (text, images) and defines the structure and order in which the content appears.</p>
<p>We can think of HTML as the skeleton of our webpage; without it, we'd just be a blob:</p>
<img src="./assets/html.png" alt="Drawing of human skeleton" />
<img src="../assets/html.png" alt="Drawing of human skeleton" />
</div>

<div>
<h3>CSS</h3>
<p>CSS defines the look and feel of a webpage - it can change the size or layout of items on a page, change colors, fonts, and more!</p>
<p>We can think of CSS as anything that makes us unique and recognizable - our skin, hair, clothes, style, etc.</p>
<img src="./assets/css.png" alt="Drawing of human skeleton" />
<img src="../assets/css.png" alt="Drawing of human skeleton" />
</div>

<div>
<h3>JavaScript</h3>
<p>JavaScript is what lets the user interact with a page. For example, clicking a button and getting some sort of response.</p>
<p>We can think of JavaScript as the brain and muscle of our webpage, as it powers all the action:</p>
<img src="./assets/js.png" alt="Drawing of human skeleton" />
<img src="../assets/js.png" alt="Drawing of human skeleton" />
</div>
</section>
<br><br>
Expand All @@ -56,11 +56,11 @@ We will work off of a starter kit that has already been created. Click [this lin

<br><br>
### Up Next
- [What is Front End and Back End Engineering?](./what-is-fe-be)
- <strong>[Project Setup](./litebrite)</strong>
- [HTML - Content](./html)
- [CSS - Styles](./css)
- [JavaScript- Explore](./js-1)
- [JavaScript - Create](./js-2)
- [Extensions](./extensions)
- [Wrap-Up](./wrap-up)
- [What is Front End and Back End Engineering?](../what-is-fe-be)
- <strong>[Project Setup](../litebrite)</strong>
- [HTML - Content](../html)
- [CSS - Styles](../css)
- [JavaScript- Explore](../js-1)
- [JavaScript - Create](../js-2)
- [Extensions](../extensions)
- [Wrap-Up](../wrap-up)
10 changes: 5 additions & 5 deletions popup-lite-brite/what-is-fe-be/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ Both Front End and Back End deal with taking in data (input), and then giving ba

- <strong>[What is Front End and Back End Engineering?](../what-is-fe-be)</strong>
- [Project Setup](../litebrite)
- [HTML - Content](../litebrite/html)
- [CSS - Styles](../litebrite/css)
- [JavaScript- Explore](../litebrite/js-1)
- [JavaScript - Create](../litebrite/js-2)
- [Extensions](../litebrite/extensions)
- [HTML - Content](../html)
- [CSS - Styles](../css)
- [JavaScript- Explore](../js-1)
- [JavaScript - Create](../js-2)
- [Extensions](../extensions)
- [Wrap-Up](../wrap-up)

0 comments on commit 347e030

Please sign in to comment.