-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
break down into sections and add instructions
- Loading branch information
1 parent
056d156
commit 91dfed0
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,26 @@ | ||
# Welcome! | ||
|
||
## Syllabus | ||
|
||
Find the syllabus on Brightspace. | ||
|
||
Take notes on key ideas and questions | ||
|
||
## Lesson | ||
|
||
- HTML is how websites are made | ||
- all browser provide an `inspect` tool to see the code (HTML) for the website | ||
- [course tips, as exported](tips-export.html) | ||
- [course tips from markdown](minimal.md) | ||
|
||
## Activity | ||
|
||
Complete this in a small group, work until 3pm, it is not graded, but will help you with the graded assignment. | ||
|
||
- [activity](activity.md) | ||
|
||
## Assessment | ||
|
||
At 3pm, you can switch to this even if the activity is not quite done, or you can work on that until you are done because it will help with the following graded assessment. | ||
|
||
- [quiz hints](hints.md) |