Skip to content

Instantly share code, notes, and snippets.

@jendiamond
Last active July 25, 2018 06:30
Show Gist options
  • Select an option

  • Save jendiamond/d185af2e912ec8d9716acfbca34e9047 to your computer and use it in GitHub Desktop.

Select an option

Save jendiamond/d185af2e912ec8d9716acfbca34e9047 to your computer and use it in GitHub Desktop.

Clone my website / Add Stuff

Write a Tutorial for yourself, with links on how to do all of this

  1. Create a Gist
    • Name it tutorial.md
    • Copy these directions into that gist
    • Add any links and extra directions that would help you remember how to do this on your own
  2. Go to https://github.com/ucla-soc-2018/jendiamond_ucla-soc
    • Click on the green button that says clone or download
      • Use Clone with HTTPS
  3. Go to your Terminal
    • Change into your Desktop directory
    • Run this command to clone the project
      • $ git clone https://github.com/ucla-soc-2018/jendiamond_ucla-soc.git
    • Change directories into jendiamond_ucla-soc
    • Create a branch called yourname
      • I would call mine: git checkout -b jendiamond
  4. Open the jendiamond_ucla-soc in your Sublime
  • Add a page/file called yourname.html (mine would be jendiamond.html)
  • Design this page any way you like but please include:
    • A link to your website
    • Your name
    • A photo of something and a description of it
    • Add a link to the navbar to your page
    • Link to your gist tutorial for this homework
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment