Now that you've created your first design, you'll want to put it on the Internet (It's not real until it's on the Internet, right?). To accomplish that, we'll use GitHub Pages.
The following steps will walk you through creating a GitHub account, creating a repository for your project, and finally publishing your project to GitHub.
- Visit http://github.com and create an account
- Send your GitHub username to [email protected] with the subject "GitHub Username [FED February]"
- Follow the instructions at: https://help.github.com/articles/create-a-repo/
- Call your repository 'fed-week-1' (rather than 'hello-world' as they suggest)
- Visit https://pages.github.com/
- Select the "Project Site" button (not "User or Organization Site")
- Select "Start from scratch"
- Follow instructions in Step 1 using your 'fed-week-1' repository
- Skip Step 2
- Follow Step 3 and create a file called 'index.html'
- For Step 4 copy and paste the code you created in class and paste it into the text area rather than typing "Hello World" as they suggest.
- Follow the rest of the steps, wait anywhere from 5 to 10 minutes, and your site will be live at
http://<your-username>.github.ui/fed-week-1
Congrats, you've published your first design!