Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.72 KB

01_INSTRUCTIONS.md

File metadata and controls

38 lines (32 loc) · 1.72 KB

Portfolio Project

# classes Example Project Project Planning Rubric
3 01 EP 01 PP 01 PP

Overview:

In this unit, coders will create an online Portfolio. The Portfolio will provide personal information, links to their prior projects, and contact information. To create this project, coders will use bootstrap to layout their page and gh-pages to host their portfolio.

Objectives:

  • 1.1 intro to project and project planning
  • 1.2 plan and create a wireframe based on grid system
  • 2.1 create rows and columns in containers
  • 2.2 create navbar using bootstrap
  • 3.1 Read bootstrap documentation to implement a component
  • 3.2 Create gh-pages branch to host website

Instructions

  1. Fork this repo to your own github account.
  2. Clone this repo into your own Cloud9 account workspace.
  3. Create your README.md file.
  4. Follow the instuctions in the comments to create your project
  5. Push all changes to GitHub.
  6. Host project on gh-pages.
  7. Add links to working url and project source code to your portfolio with an image and short description of the project.

Projects Extensions:

  • Add a modal to your site
  • Create another about me page that your site links to
  • Add scrollspy to your project
  • Create a contact form
  • Update the styling for the portfolio
  • Link your resume to your portfolio

References/Tools