Skip to content

Commit

Permalink
adjust unit 1 prepare section
Browse files Browse the repository at this point in the history
  • Loading branch information
matkat99 committed Jul 11, 2024
1 parent 19a5c04 commit 78ec6ca
Show file tree
Hide file tree
Showing 7 changed files with 367 additions and 28 deletions.
11 changes: 0 additions & 11 deletions src/content/block/unit1.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,6 @@ tags: [

## Prepare

### Review as needed

- [HTML Introduction](https://byui-cit.github.io/learning-modules/modules/html/html-intro/)
- [CSS Introduction](https://byui-cit.github.io/learning-modules/modules/css/css-intro/)
- [CSS Diner](https://flukeout.github.io) CSS review and practice
- [Running Javascript](https://byui-cit.github.io/learning-modules/modules/js/introduction/ponder1/)
- [Practice with JS Variables](https://codepen.io/matkat/pen/LYjRjzm)
- [Practice with the DOM](https://byui-cit.github.io/learning-modules/modules/js/dom-basics/ponder1/)

### Explore

[Unit 1 Exploration](../../prepare/unit1)

## Ponder
Expand Down
7 changes: 7 additions & 0 deletions src/content/prepare/unit1.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ title: Unit 1 Exploration.
time: 60min
---

### Review as needed

- [HTML Introduction](https://byui-cit.github.io/learning-modules/modules/html/html-intro/)
- [CSS Introduction](https://byui-cit.github.io/learning-modules/modules/css/css-intro/)
- [CSS Diner](https://flukeout.github.io) CSS review and practice
- [Running Javascript](https://byui-cit.github.io/learning-modules/modules/js/introduction/ponder1/)
- [Practice with the DOM](https://byui-cit.github.io/learning-modules/modules/js/dom-basics/ponder1/)
- **CSS Selectors**:
"What are CSS selectors?", "Can you give an example of a CSS selector?", "How do I use multiple selectors in one rule?", "What is a CSS combinator?", "What is a pseudo-class in CSS?"
- **Javascript variables**:
Expand Down
7 changes: 7 additions & 0 deletions src/content/prepare/unit1a.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ title: Unit 1 Readings - Part 1.
time: 30min
---

### Review as needed

- [HTML Introduction](https://byui-cit.github.io/learning-modules/modules/html/html-intro/)
- [CSS Introduction](https://byui-cit.github.io/learning-modules/modules/css/css-intro/)
- [CSS Diner](https://flukeout.github.io) CSS review and practice
- [Running Javascript](https://byui-cit.github.io/learning-modules/modules/js/introduction/ponder1/)
- [Practice with the DOM](https://byui-cit.github.io/learning-modules/modules/js/dom-basics/ponder1/)
- **CSS Selectors**:
"What are CSS selectors?", "Can you give an example of a CSS selector?", "How do I use multiple selectors in one rule?", "What is a CSS combinator?", "What is a pseudo-class in CSS?"
- **Javascript variables**:
Expand Down
2 changes: 1 addition & 1 deletion src/content/prove/nps-1.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: NPS - part 1
description: This activity will have you create use the free National Park Service api to recreate a simplified version of an NPS website for the park or monument of your choice. Part one will familiarize us with the project setup and see us through creating the header for the first page.
description: This activity will have you use the free National Park Service api to recreate a simplified version of an NPS website for the park or monument of your choice. Part one will familiarize us with the project setup and see us through creating the header for the first page.
time: 2 hours
---

Expand Down
Loading

0 comments on commit 78ec6ca

Please sign in to comment.