Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

Lecture one

Covered in class:

Git introduction

  • publish your websites on Git (UI)
  • branch and push, clone

Homework

  • Create a .js file that prints something to the console and add it to your github pages repository.
  • Recreate your CV (from the HTML/CSS module) on pages.github.io using this tutorial https://pages.github.com/ and share your link on Trello
  • Complete the first couple assignments on Codecademy (up until Math operators I)
  • Use document.querySelector to select an element in your github pages website and change the innerHTML.