CSS and Bootstrap Homework: Responsive Portfolio First, you will use the Bootstrap CSS Framework to create a mobile responsive portfolio. How do you deliver this? Here are some guidelines:
-
Create the following files files:
index.html,portfolio.htmlandcontact.html. -
Using Bootstrap, develop your portfolio site with the following items:
-
A navbar
-
A responsive layout
-
Responsive images
-
-
The Bootstrap portfolio should minimize the use of media queries.
-
Screenshots are provided as a reference in the
Assets/Imagesfolder. Your app does not need to be exactly like the images. Use Bootstrap to create a similar, responsive layout. Minimum Requirements -
Functional, deployed application
-
GitHub repository with README describing the project
-
Navbar must be consistent on each page.
-
Navbar on each page must contain links to Home/About, Contact, and Portfolio pages.
-
All links must work.
-
Must use semantic html.
-
Each page must have valid and correct HTML. (use a validation service)
-
Must contain your personalized information. (bio, name, images, links to social media, etc.)
-
Must properly utilize Bootstrap components and grid system.