Project: Using Bootstrap Copy

Introduction

In this project, you’ll get a chance to try out Twitter’s Bootstrap framework by building a site that actually uses it — Newsweek.

Assignment

As usual, ignore any ads, icons, and interactive elements (which use Javascript). If you really want to grab icons, try taking a screenshot of them and making an image file out of that.

`As you might notice hat we have (kind of) a large website where you do not have to clone the entire page, your task will be to clone the navbar with the first sections

  • FEATURED STORIES
  • TOP STORY
  • THE DEBATE 😉) `
  1. Go to newsweek.com and have a look around.

  2. Create a new HTML document.

  3. Think about all the elements on the page and how they are grouped together.

  4. Add Bootstrap to your project by following the instructions at GetBootstrap.com. Use the examples on that page as templates for how to organize your page.

  5. Lay out the basic structure of the page using empty semantic HTML elements that are appropriately sized and which are positioned by using the appropriate Bootstrap classes.

  6. Set up the top title and navigation bar.

  7. Work your way down the page by filling in and positioning the additional sections(if you managed to finish the requirements ⬆️)

  8. Try resizing the browser to see if it mimics the behavior of the real Newsweek homepage.

  9. Push your solution, create the pull request and submit its URL..

Leave a Reply