Day 1

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