Welcome to the HTML Portfolio Project! For this project, you'll be creating a personal web page to show off your work. We will test your HTML knowledge and then it will be up to you to use CSS to style your own page and make it unique.
Please follow the instructions below to complete the project. Be sure to run tests to make sure your tests are passing before submitting your code.
To get started with this project, head over to the HTML Portfolio project on Code School, and begin!
For further instructions on how to get the app setup locally, visit our wiki:
Deploying
Putting this site up on GitHub pages is a bit different than some other projects because the code is all in the /src directory. There’s a nifty way to push this directory to a GitHub branch, which allows you to use GitHub pages with it! Try running this Git command for this project:
git subtree push --prefix src origin gh-pages
This will push the src folder up to GitHub on the gh-pages branch. After that, you should be able to open up http://username.github.io/HTMLPortfolioProject, where username is your GitHub username.