Skip to content

CheoR/HTMLPortfolioProject

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML Portfolio

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.

Getting Started

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:

  1. Welcome
  2. Prerequisites
  3. Setup
  4. What we'll build
  5. Step by step

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.

About

Code School Project: HTML + CSS Portfolio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.3%
  • HTML 24.7%