1.2 - Using VSCode & GitHub
1.3 - Codespaces
1.4 - The World Wide Web
1.5 - HTML Basics
1.6 - Lists, Tables, & Images
1.7 - Relative vs. Absolute Path
1.8 - Cascading Style Sheets
Unit 1 Assessment - A Website
Mr. J will give an in-class demo of the following (and probably more):
Creating and organizing files and folders in VSCode
Opening / closing projects
Connect VSCode to our GitHub account so that our preferences synchronize
Configure our Git setup in Codespace (only needs to be done once per computer)
Open a terminal window if it's not already
Type in: git config --global user.email “you@example.com” and hit enter
Now type in: git config --global user.name “Your Name” and hit enter
You can check that it worked by typing git config --global –list
How to accept an assignment from Mr. J in GitHub Classroom and Google Classroom
How to get that accepted assignment into our Repositories
How to back it up online (or submit it) after working on it
Discuss merge conflicts