Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 922 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 922 Bytes

Bootstrap-Portfolio

Assignment One Instructions (Bootstrap)

  1. Inside your Bootstrap-Portfolio repo, create index.html, portfolio.html and contact.html.

  2. Using Bootstrap, recreate your portfolio site with the following items:

    • A navbar

    • A responsive layout (remember the grid, rows and columns are your friends)

      • eg. On xs and sm screens, content should take up the entire screen. On md and larger screens, you should have some margins on the left and right side of the screen. Check out various sites on your mobile device versus your computer to see this in action!
    • Responsive images

    BONUS Using Bootstrap, make a sticky footer and use sub-rows and sub-columns on your portfolio site (Hint: Check out the Bootstrap documentation)

  3. Your Bootstrap solution should minimize use of media queries.

  4. Deploy your new Bootstrap-powered portfolio to GitHub Pages.