- Introductions
- Git Review
- Git Best Practices
- Daily Challenge
- Github Flow
- Take Home Challenge
- Go to Github.com
- Create a new repository named "mobile-friendly-practice"
- Clone your new repository
- Open your project in Visual Studio Code
- Add the following files:
- Git add, commit, and push your changes to your main branch
- Using your Daily Challenge repository:
- Create a new branch called "take-home"
-
Recreate the following theme using HTML and CSS: View Example
- git add, commit, and push your changes to your
take-home
branch
- Merge your
take-home
branch into your main
branch