Skip to content

appdevsummer17/filebox_with_only_bootstrap

Repository files navigation

Filebox with Only Bootstrap

In this project, we'll practice using Bootstrap. The goal in this phase is to only use:

  • pre-written Bootstrap classes and components, e.g. unstyled lists and the navbar
  • the vertical spacing classes that I've already included for you

Therefore, you shouldn't have to write any CSS rules yourself for this phase; just apply the ones that Bootstrap and I have provided.

Setup

  1. Fork this repository to your own account.
  2. Create a Cloud 9 Workspace as usual.
  3. Run the bin/setup command in a Terminal.
  4. Run Project.
  5. Navigate to the homepage of the app in a Chrome tab.
  6. Open public/index.html in the editor.

Suggested Steps

  1. I have already downloaded and included Bootstrap in the project for you.

  2. I have also included an additional_styles.css with some standard vertical spacer classes.

  3. There are <link>s to both in the <head> of your starting point, but they are commented out. Uncomment them to use them.

  4. Use Shoelace.io to create a skeleton grid for your layout, and then copy-paste it into your page.

  5. Plug in your content to each cell in your skeleton. You can copy-paste from the target if you want to.

  6. I've already downloaded all of the images that you need. You'll find them in the folder public/assets/images, which means you can use them like this:

    <img src="/assets/images/hero.png">
    
  7. You should be able to exactly match the target by only applying existing classes from either bootstrap.css or additional_styles.css; you need not write any CSS rules yourself.

  8. You can draw "inspiration" from the target, and any page on the Internet, by Viewing Source: Ctrl+U on Windows or Option+Cmd+U on Mac.

  9. You can also right-click on any element in Chrome and "Inspect" to get an even more powerful set of Developer Tools, which we'll talk about more in the future.

Resources:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published