2017 © Pedro Pelรกez
 

library orange-boosted-bootstrap

image

orange-opensource/orange-boosted-bootstrap

  • Tuesday, July 31, 2018
  • by loic.laussel
  • Repository
  • 21 Watchers
  • 50 Stars
  • 270 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 21 Forks
  • 10 Open issues
  • 41 Versions
  • 12 % Grown

The README.md

Boosted

Boosted is a fork of Bootstrap. Bootstrap is a sleek, intuitive, and powerful front-end framework for faster and easier web development.
Visit Boosted

Report bug ยท Request feature , (*1)

Table of contents

Quick start

Several quick start options are available:, (*2)

  • Download the latest release
  • Clone the repo: git clone https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap.git
  • Install with npm: npm install boosted@v5.3.3
  • Install with yarn: yarn add boosted@v5.3.3
  • Install with Composer: composer require Orange-OpenSource/Orange-Boosted-Bootstrap:5.3.3
  • Install with NuGet: CSS: Install-Package boosted Sass: Install-Package boosted.sass

Read the Getting started page for information on the framework contents, templates, examples, and more., (*3)

Status

Build Status This project is using Percy.io for visual regression testing. npm version Packagist Prerelease NuGet Coverage Status CSS gzip size CSS Brotli size JS gzip size JS Brotli size JSDelivr, (*4)

What's included

Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations., (*5)

Download contents
, (*6)

text boosted/ โ”œโ”€โ”€ css/ โ”‚ โ”œโ”€โ”€ boosted-grid.css โ”‚ โ”œโ”€โ”€ boosted-grid.css.map โ”‚ โ”œโ”€โ”€ boosted-grid.min.css โ”‚ โ”œโ”€โ”€ boosted-grid.min.css.map โ”‚ โ”œโ”€โ”€ boosted-grid.rtl.css โ”‚ โ”œโ”€โ”€ boosted-grid.rtl.css.map โ”‚ โ”œโ”€โ”€ boosted-grid.rtl.min.css โ”‚ โ”œโ”€โ”€ boosted-grid.rtl.min.css.map โ”‚ โ”œโ”€โ”€ boosted-reboot.css โ”‚ โ”œโ”€โ”€ boosted-reboot.css.map โ”‚ โ”œโ”€โ”€ boosted-reboot.min.css โ”‚ โ”œโ”€โ”€ boosted-reboot.min.css.map โ”‚ โ”œโ”€โ”€ boosted-reboot.rtl.css โ”‚ โ”œโ”€โ”€ boosted-reboot.rtl.css.map โ”‚ โ”œโ”€โ”€ boosted-reboot.rtl.min.css โ”‚ โ”œโ”€โ”€ boosted-reboot.rtl.min.css.map โ”‚ โ”œโ”€โ”€ boosted-utilities.css โ”‚ โ”œโ”€โ”€ boosted-utilities.css.map โ”‚ โ”œโ”€โ”€ boosted-utilities.min.css โ”‚ โ”œโ”€โ”€ boosted-utilities.min.css.map โ”‚ โ”œโ”€โ”€ boosted-utilities.rtl.css โ”‚ โ”œโ”€โ”€ boosted-utilities.rtl.css.map โ”‚ โ”œโ”€โ”€ boosted-utilities.rtl.min.css โ”‚ โ”œโ”€โ”€ boosted-utilities.rtl.min.css.map โ”‚ โ”œโ”€โ”€ boosted.css โ”‚ โ”œโ”€โ”€ boosted.css.map โ”‚ โ”œโ”€โ”€ boosted.min.css โ”‚ โ”œโ”€โ”€ boosted.min.css.map โ”‚ โ”œโ”€โ”€ boosted.rtl.css โ”‚ โ”œโ”€โ”€ boosted.rtl.css.map โ”‚ โ”œโ”€โ”€ boosted.rtl.min.css โ”‚ โ””โ”€โ”€ boosted.rtl.min.css.map โ””โ”€โ”€ js/ โ”œโ”€โ”€ boosted.bundle.js โ”œโ”€โ”€ boosted.bundle.js.map โ”œโ”€โ”€ boosted.bundle.min.js โ”œโ”€โ”€ boosted.bundle.min.js.map โ”œโ”€โ”€ boosted.esm.js โ”œโ”€โ”€ boosted.esm.js.map โ”œโ”€โ”€ boosted.esm.min.js โ”œโ”€โ”€ boosted.esm.min.js.map โ”œโ”€โ”€ boosted.js โ”œโ”€โ”€ boosted.js.map โ”œโ”€โ”€ boosted.min.js โ””โ”€โ”€ boosted.min.js.map , (*7)

We provide compiled CSS and JS (boosted.*), as well as compiled and minified CSS and JS (boosted.min.*). Source maps (boosted.*.map) are available for use with certain browsers' developer tools. Bundled JS files (boosted.bundle.js and minified boosted.bundle.min.js) include Popper., (*8)

Bugs and feature requests

Have a bug or a feature request? Please first read the issue guidelines and search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue., (*9)

Documentation

Boosted's documentation, included in this repo in the root directory, is built with Hugo and publicly hosted on GitHub Pages at https://boosted.orange.com/. The docs may also be run locally., (*10)

Documentation search is powered by Algolia's DocSearch., (*11)

Running documentation locally

  1. Run npm install to install the Node.js dependencies, including Hugo (the site builder).
  2. Run npm run test (or a specific npm script) to rebuild distributed CSS and JavaScript files, as well as our docs assets.
  3. From the root /boosted directory, run npm run docs-serve in the command line.
  4. Open http://localhost:9001/ in your browser, and voilร .

Learn more about using Hugo by reading its documentation., (*12)

Documentation for previous releases

You can find all our previous releases docs on https://boosted.orange.com/docs/versions/., (*13)

Previous releases and their documentation are also available for download., (*14)

Contributing

Please read through our contributing guidelines. Included are directions for opening issues, coding standards, and notes on development., (*15)

Moreover, if your pull request contains JavaScript patches or features, you must include relevant unit tests. All HTML and CSS should conform to the Code Guide, maintained by Mark Otto., (*16)

Editor preferences are available in the editor config for easy use in common text editors. Read more and download plugins at https://editorconfig.org/., (*17)

Versioning

For transparency into our release cycle and in striving to maintain backward compatibility, Boosted is maintained under the Semantic Versioning guidelines. Sometimes we screw up, but we adhere to those rules whenever possible., (*18)

See the Releases section of our GitHub project for changelogs for each release version of Boosted., (*19)

Our default branch is for development of our Boosted 5 release. Head to the v4-dev branch to view the readme, documentation, and source code for Boosted 4., (*20)

Creators

Bootstrap

Mark Otto, (*21)

Jacob Thornton, (*22)

Thanks

BrowserStack , (*23)

Thanks to BrowserStack for providing the infrastructure that allows us to test in real browsers!, (*24)

Netlify , (*25)

Thanks to Netlify for providing us with Deploy Previews!, (*26)

Code and documentation copyright 2011-2024 the Bootstrap Authors. Code released under the MIT License. Docs released under Creative Commons., (*27)

Boosted code and documentation copyright 2015-2024 the Boosted Authors and Orange SA. Code released under the MIT License. Docs released under Creative Commons., (*28)

The Versions

31/07 2018

dev-master

9999999-dev

  Sources   Download

30/07 2018

dev-feat-umdplugins

dev-feat-umdplugins http://boosted.orange.com

Orange Boosted with Bootstrap is a framework library accessible, ergonomic and Orange branded based on Bootstrap v4.1.3.

  Sources   Download

MIT

by Jacob Thornton
by Mark Otto
by Yves Gatesoupe
by Loรฏc Laussel

framework css responsive js web front-end mobile-first sass orange

26/07 2018

dev-v4-dev

dev-v4-dev http://boosted.orange.com

Orange Boosted with Bootstrap is a framework library accessible, ergonomic and Orange branded based on Bootstrap v4.1.3.

  Sources   Download

MIT

by Jacob Thornton
by Mark Otto
by Yves Gatesoupe
by Loรฏc Laussel

framework css responsive js web front-end mobile-first sass orange

25/07 2018

v4.1.3

4.1.3.0 http://boosted.orange.com

Orange Boosted with Bootstrap is a framework library accessible, ergonomic and Orange branded based on Bootstrap v4.1.3.

  Sources   Download

MIT

by Jacob Thornton
by Mark Otto
by Yves Gatesoupe
by Loรฏc Laussel

framework css responsive js web front-end mobile-first sass orange

23/07 2018

dev-issue87_on_custom_checkboxes

dev-issue87_on_custom_checkboxes http://boosted.orange.com

Orange Boosted with Bootstrap is a framework library accessible, ergonomic and Orange branded based on Bootstrap v4.1.0.

  Sources   Download

MIT

by Jacob Thornton
by Mark Otto
by Yves Gatesoupe
by Loรฏc Laussel

framework css responsive js web front-end mobile-first sass orange

17/07 2018

dev-alerts-custom

dev-alerts-custom http://boosted.orange.com

Orange Boosted with Bootstrap is a framework library accessible, ergonomic and Orange branded based on Bootstrap v4.1.0.

  Sources   Download

MIT

by Jacob Thornton
by Mark Otto
by Yves Gatesoupe
by Loรฏc Laussel

framework css responsive js web front-end mobile-first sass orange

23/05 2018

v4.1.1

4.1.1.0 http://boosted.orange.com

Orange Boosted with Bootstrap is a framework library accessible, ergonomic and Orange branded based on Bootstrap v4.1.0.

  Sources   Download

MIT

by Jacob Thornton
by Mark Otto
by Yves Gatesoupe
by Loรฏc Laussel

framework css responsive js web front-end mobile-first sass orange

18/05 2018

dev-patch-4.1.1

dev-patch-4.1.1 http://boosted.orange.com

Orange Boosted with Bootstrap is a framework library accessible, ergonomic and Orange branded based on Bootstrap v4.1.0.

  Sources   Download

MIT

by Jacob Thornton
by Mark Otto
by Yves Gatesoupe
by Loรฏc Laussel

framework css responsive js web front-end mobile-first sass orange

11/04 2018

dev-patch-v4.1

dev-patch-v4.1 http://boosted.orange.com

Orange Boosted with Bootstrap is a framework library accessible, ergonomic and Orange branded based on Bootstrap v4.1.0.

  Sources   Download

MIT

by Jacob Thornton
by Mark Otto
by Yves Gatesoupe
by Loรฏc Laussel

framework css responsive js web front-end mobile-first sass orange

06/03 2018

v3.3.0-alpha.2

3.3.0.0-alpha2

  Sources   Download

06/03 2018

v3.3.0-alpha.3

3.3.0.0-alpha3

  Sources   Download

06/03 2018

v3.3.0-alpha.4

3.3.0.0-alpha4

  Sources   Download

06/03 2018

v3.3.0-alpha.5

3.3.0.0-alpha5

  Sources   Download

06/03 2018

v3.2.0

3.2.0.0

  Sources   Download

06/03 2018

v3.2.1

3.2.1.0

  Sources   Download

06/03 2018

v3.2.2

3.2.2.0

  Sources   Download

06/03 2018

v3.3.1

3.3.1.0

  Sources   Download

06/03 2018

v3.3.2

3.3.2.0

  Sources   Download

06/03 2018

v3.3.3

3.3.3.0

  Sources   Download

06/03 2018

3.3.0

3.3.0.0

  Sources   Download

13/02 2018

v4.0.1

4.0.1.0 http://boosted.orange.com

Orange Boosted with Bootstrap is a framework library accessible, ergonomic and Orange branded based on Bootstrap v4.0.0.

  Sources   Download

MIT

by Jacob Thornton
by Mark Otto
by Yves Gatesoupe
by Loรฏc Laussel

framework css responsive js web front-end mobile-first sass orange

13/02 2018

dev-megamenu

dev-megamenu http://boosted.orange.com

Orange Boosted with Bootstrap is a framework library accessible, ergonomic and Orange branded based on Bootstrap v4.0.0.

  Sources   Download

MIT

by Jacob Thornton
by Mark Otto
by Yves Gatesoupe
by Loรฏc Laussel

framework css responsive js web front-end mobile-first sass orange

22/01 2018

v4.0.0

4.0.0.0 http://boosted.orange.com

Orange Boosted with Bootstrap is a framework library accessible, ergonomic and Orange branded based on Bootstrap v4.0.0.

  Sources   Download

MIT

by Jacob Thornton
by Mark Otto
by Yves Gatesoupe
by Loรฏc Laussel

framework css responsive js web front-end mobile-first sass orange

22/01 2018

dev-patch-v4.0.0

dev-patch-v4.0.0 http://boosted.orange.com

Orange Boosted with Bootstrap is a framework library accessible, ergonomic and Orange branded based on Bootstrap v4.0.0.

  Sources   Download

MIT

by Jacob Thornton
by Mark Otto
by Yves Gatesoupe
by Loรฏc Laussel

framework css responsive js web front-end mobile-first sass orange

05/01 2018

v4.0.0-beta.3

4.0.0.0-beta3 http://boosted.orange.com

Orange Boosted with Bootstrap is a framework library accessible, ergonomic and Orange branded based on Bootstrap v4.0.0-beta.3.

  Sources   Download

MIT

by Jacob Thornton
by Mark Otto
by Yves Gatesoupe
by Loรฏc Laussel

framework css responsive js web front-end mobile-first sass orange

29/12 2017

dev-beta3

dev-beta3 http://boosted.orange.com

Orange Boosted with Bootstrap is a framework library accessible, ergonomic and Orange branded based on Bootstrap v4.0.0-beta.2.

  Sources   Download

MIT

by Jacob Thornton
by Mark Otto
by Yves Gatesoupe
by Loรฏc Laussel

framework css responsive js web front-end mobile-first sass orange

07/11 2017

dev-homepage-rework

dev-homepage-rework http://boosted.orange.com

Orange Boosted with Bootstrap is a framework library accessible, ergonomic and Orange branded based on Bootstrap v4.0.0-beta.2.

  Sources   Download

MIT

by Jacob Thornton
by Mark Otto
by Yves Gatesoupe
by Loรฏc Laussel

framework css responsive js web front-end mobile-first sass orange

20/10 2017

v4.0.0-beta.2

4.0.0.0-beta2 http://boosted.orange.com

Orange Boosted with Bootstrap is a framework library accessible, ergonomic and Orange branded based on Bootstrap v4.0.0-beta.2.

  Sources   Download

MIT

by Jacob Thornton
by Mark Otto
by Yves Gatesoupe
by Loรฏc Laussel

framework css responsive js web front-end mobile-first sass orange

01/09 2017

v4.0.0-beta.1

4.0.0.0-beta1 http://boosted.orange.com

Orange Boosted with Bootstrap is a framework library accessible, ergonomic and Orange branded based on Bootstrap v4.0.0-beta.

  Sources   Download

MIT

by Jacob Thornton
by Mark Otto
by Yves Gatesoupe
by Loรฏc Laussel

framework css responsive js web front-end mobile-first sass orange

11/08 2017

v4.0.0-beta

4.0.0.0-beta http://boosted.orange.com

Orange Boosted with Bootstrap is a framework library accessible, ergonomic and Orange branded based on Bootstrap v4.0.0-beta.

  Sources   Download

MIT

by Jacob Thornton
by Mark Otto
by Yves Gatesoupe
by Loรฏc Laussel

framework css responsive js web front-end mobile-first sass orange

09/08 2017

dev-o-com

dev-o-com http://boosted.orange.com

Orange Boosted with Bootstrap is a framework library accessible, ergonomic and Orange branded based on Bootstrap v4.0.0-alpha.6.

  Sources   Download

MIT

by Jacob Thornton
by Mark Otto
by Yves Gatesoupe
by Loรฏc Laussel

framework css responsive js web front-end mobile-first sass orange

03/04 2017

v4.0.0-alpha.6.1

4.0.0.0-alpha6.1 http://boosted.orange.com

Orange Boosted with Bootstrap is a framework library accessible, ergonomic and Orange branded based on Bootstrap v4.0.0-alpha.6.

  Sources   Download

MIT

by Jacob Thornton
by Mark Otto
by Yves Gatesoupe
by Loรฏc Laussel

framework css responsive js web front-end mobile-first sass orange

10/02 2017

dev-patch-gridalpha.5

dev-patch-gridalpha.5 http://boosted.orange.com

Orange Boosted with Bootstrap is a framework library accessible, ergonomic and Orange branded based on Bootstrap v4.0.0-alpha.5.

  Sources   Download

MIT

by Jacob Thornton
by Mark Otto

framework css responsive js web front-end mobile-first sass orange

10/02 2017

v4.0.0-alpha.5.1

4.0.0.0-alpha5.1 http://boosted.orange.com

Orange Boosted with Bootstrap is a framework library accessible, ergonomic and Orange branded based on Bootstrap v4.0.0-alpha.5.

  Sources   Download

MIT

by Jacob Thornton
by Mark Otto

framework css responsive js web front-end mobile-first sass orange

16/01 2017

v4.0.0-alpha.6

4.0.0.0-alpha6 http://boosted.orange.com

Orange Boosted with Bootstrap is a framework library accessible, ergonomic and Orange branded based on Bootstrap v4.0.0-alpha.6.

  Sources   Download

MIT

by Jacob Thornton
by Mark Otto

framework css responsive js web front-end mobile-first sass orange

12/01 2017

v4.0.0-alpha.5

4.0.0.0-alpha5 http://boosted.orange.com

Orange Boosted with Bootstrap is a framework library accessible, ergonomic and Orange branded based on Bootstrap v4.0.0-alpha.5.

  Sources   Download

MIT

by Jacob Thornton
by Mark Otto

framework css responsive js web front-end mobile-first sass orange

08/09 2016

v4.0.0-alpha.4

4.0.0.0-alpha4 http://getbootstrap.com

The most popular front-end framework for developing responsive, mobile first projects on the web.

  Sources   Download

MIT

by Jacob Thornton
by Mark Otto

framework css responsive js web front-end mobile-first sass

29/07 2016

v4.0.0-alpha.3.1

4.0.0.0-alpha3.1 http://getbootstrap.com

The most popular front-end framework for developing responsive, mobile first projects on the web.

  Sources   Download

MIT

by Jacob Thornton
by Mark Otto

framework css responsive js web front-end mobile-first sass

28/07 2016

v4.0.0-alpha.3

4.0.0.0-alpha3 http://getbootstrap.com

The most popular front-end framework for developing responsive, mobile first projects on the web.

  Sources   Download

MIT

by Jacob Thornton
by Mark Otto

framework css responsive js web front-end mobile-first sass

27/06 2016

v4.0.0-alpha.2

4.0.0.0-alpha2 http://getbootstrap.com

The most popular front-end framework for developing responsive, mobile first projects on the web.

  Sources   Download

MIT

by Jacob Thornton
by Mark Otto

framework css responsive js web front-end mobile-first sass

26/05 2016

v4.0.0-alpha.1

4.0.0.0-alpha1 http://getbootstrap.com

The most popular front-end framework for developing responsive, mobile first projects on the web.

  Sources   Download

MIT

by Jacob Thornton
by Mark Otto

framework css responsive js web front-end mobile-first sass