blueyoghurt / bootstrap-mockups

[css, bootstrap]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bootstrap Mockup

Bootstrap's pre-defined classes allow developers to quickly create prototypes of web pages. These prototypes can then be customized with additional CSS. Let's try prototyping the layout for an actual site using Bootstrap.

Getting Started

  • Fork and clone this repository
  • Run npm install to install dependencies
    • npm start - start the BrowserSync server
    • npm run lint:css - lint CSS
    • npm run lint:js - lint JS
  • Include the CDN links for Bootstrap where appropriate
  • Start laying out the site!

Requirements

Deliverable

See the site link above (Microsoft)

Bonus

  • Now that you've used Bootstrap, add an external stylesheet and make your site look as un-Bootstrappy as possible by overriding styles. While Bootstrap is a great framework for scaffolding ideas quickly, nobody likes a plain-ol-Bootstrap site
    • Take advantage of the Chrome inspector to see what selectors you need to override

Additional Resources


Licensing

  1. All content is licensed under a CC-BY-NC-SA 4.0 license.
  2. All software code is licensed under GNU GPLv3. For commercial use or alternative licensing, please contact legal@ga.co.

About

[css, bootstrap]

License:Other


Languages

Language:HTML 100.0%