Instructions
Create two new GitHub repositories and name them Bootstrap-Portfolio and Responsive-Portfolio. Clone these repositories to your computer.
Assignment One Instructions (Bootstrap)
Inside your Bootstrap-Portfolio repo, create index.html, portfolio.html and contact.html. 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 an xs screen, content should take up the entire screen. On sm 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)
Your Bootstrap solution should minimize use of media queries. Deploy your new Bootstrap-powered portfolio to GitHub Pages.