Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.89 KB

portfolio.md

File metadata and controls

36 lines (28 loc) · 1.89 KB

HCDE 598 Winter 2017

Creating Your Portfolio

These steps will guide you through setting up your portfolio on Github. These instructions are more complicated than we would like, if you have any trouble at all please reach out to your instructor.

You can either complete the steps by following the text described here, or watching along in the video.

Create your portfolio repository

  1. Login to Github
  2. Click the + in the upper-right corner and choose New repository
  3. Fill in a repository name (e.g., portfolio, hcde-portfolio, etc)
  4. Check Initialize this repository with a README
  5. Click Create repository

Update your default branch

  1. Click Branch: master on the left-side, type gh-pages intro the text box, and press enter
  2. Click Settings, Click Branches, in the Default branch drop-down select gh-pages
  3. Click Update, and then click I understand, update the default branch.
  4. Click Code
  5. Click 2 branches
  6. Click the trash-can icon, deleting the master branch

Creating your portfolio index page

  1. Click Create new file
  2. Name it index.html
  3. Add in a portfolio title and an introduction paragraph about yourself
  4. Click Commit new file at the bottom of the page

Viewing your portfolio

  1. Navigate to https://username.github.io/repositoryname/ where you replace username with your github username, and replace repsoitoryname with your repository name
  2. Congratulate yourself on setting up your portfolio website, this website is live and you can share the link with others. We will be posting our class projects to our portfolios throughout the quarter.

Extension

This is optional, but encouraged if you have some extra time

  • Try out codecademy's HTML Course to learn the syntax for your index.html file