All Projects → iamkevinrhodes → Goldbootstrap

iamkevinrhodes / Goldbootstrap

The latest version of Bootstrap, made beautiful with the Golden Ratio.

Projects that are alternatives of or similar to Goldbootstrap

Bootstrap Select
🚀 The jQuery plugin that brings select elements into the 21st century with intuitive multiselection, searching, and much more.
Stars: ✭ 9,442 (+8892.38%)
Mutual labels:  bootstrap
Bootstrap4 Fs Modal
A simple way to improve UX of Bootstrap 4 modals on mobile phones.
Stars: ✭ 102 (-2.86%)
Mutual labels:  bootstrap
React Bootstrap Webpack Starter
ReactJS 16.4 + new React Context API +react Router 4 + webpack 4 + babel 7+ hot Reload + Bootstrap 4 + styled-components
Stars: ✭ 103 (-1.9%)
Mutual labels:  bootstrap
React Admin
Free React Admin Template
Stars: ✭ 100 (-4.76%)
Mutual labels:  bootstrap
Frontie Webpack
Front-end Boilerplate | Gulp 4 + Webpack 4 + Babel + ITCSS Architecture + BEM Methodology + Twig.js
Stars: ✭ 102 (-2.86%)
Mutual labels:  bootstrap
Ax5ui Grid
Javascript UI Component - GRID ( Excel Grid, jqGrid, angularjs grid, jquery grid, SlickGrid, ag-grid gridify)
Stars: ✭ 102 (-2.86%)
Mutual labels:  bootstrap
Clever Bootstrap 4 Admin Template With Angularjs Angular 2 Support
Clever is Boostrap 4 Admin Template with Angular 2 and AngularJS support
Stars: ✭ 98 (-6.67%)
Mutual labels:  bootstrap
Bootstrap 4 Utilities
Bootstrap 4 utility classes in LESS CSS for Bootstrap 3 or any other projects.
Stars: ✭ 105 (+0%)
Mutual labels:  bootstrap
Next Express Bootstrap Boilerplate
⚡️ JavaScript boilerplate for a full stack app built using React.js, Next.js, Express.js, react-bootstrap, SCSS and full SSR with eslint.
Stars: ✭ 102 (-2.86%)
Mutual labels:  bootstrap
Bootstrap 4 Sass Gulp 4 Boilerplate
A Bootstrap 4.5.2 boilerplate with font-awesome, sass, gulp 4 tasks
Stars: ✭ 103 (-1.9%)
Mutual labels:  bootstrap
Ecommerce Laravel Bootstrap
Responsive, Multi-Vendor, MultiLanguage Online Store Platform (shopping cart solution)
Stars: ✭ 99 (-5.71%)
Mutual labels:  bootstrap
Coreui Angularjs
CoreUI AngularJS is free AngularJS admin template based on Bootstrap 4
Stars: ✭ 101 (-3.81%)
Mutual labels:  bootstrap
Vue Pagination
Pagination for vuejs with combination with bootstrap and Laravel's pagination
Stars: ✭ 102 (-2.86%)
Mutual labels:  bootstrap
Material Design For Bootstrap
Important! A new UI Kit version for Bootstrap 5 is available. Access the latest free version via the link below.
Stars: ✭ 9,463 (+8912.38%)
Mutual labels:  bootstrap
Vali Admin
Free Bootstrap 4 admin/dashboard template
Stars: ✭ 1,391 (+1224.76%)
Mutual labels:  bootstrap
Booklibrary
📚Simple Book library application written on flask with SQLite database.
Stars: ✭ 98 (-6.67%)
Mutual labels:  bootstrap
Weeklyreport
基于Flask的开源周报系统,快速docker部署
Stars: ✭ 102 (-2.86%)
Mutual labels:  bootstrap
Vue Cli Multipage Bootstrap
vue-cli-multipage-bootstrap demo with vue2+vue-router+vuex+bootstrap+markdown for learning vue2.0
Stars: ✭ 105 (+0%)
Mutual labels:  bootstrap
Layoutit
layoutit with bootstrap v3.3.6
Stars: ✭ 104 (-0.95%)
Mutual labels:  bootstrap
Xhp Bootstrap
Provides classes to use with XHP for common components of Twitter's Bootstrap library.
Stars: ✭ 102 (-2.86%)
Mutual labels:  bootstrap

Gold Bootstrap 3.3.6

The latest version of Bootstrap based off the golden-ratio. A simple LESS/CSS style sheet is included that overrites some attributes of Bootstrap. The full version of Bootstrap is included (and untouched) with this package, including the CSS and JS files (i.e YOU DON'T NEED TO DOWNLOAD BOOTSTRAP AS WELL!)

The Simple Setup (CSS)

Include goldbootstrap.css in your project. That's all.

// Core HTML
//...
<link rel="stylesheet" type="text/css" href="goldbootstrap/css/goldbootstrap.css"> // Add support for Gold Bootstrap

The Simple Setup (LESS)

If you want to use LESS Preprocessors, include gold-bootstrap.less after your bootstrap.less import, and that's it.

// Core LESS
//...
@import "goldbootstrap/less/goldbootstrap.less"; // Add support for Gold Bootstrap

How to use it

Use any component from the regular Bootstrap. They're all included.

What about GOLD Headings?

Extremely simple. Just use regular 'H1' through 'H6' HTML heading tags.

<h1>Heading 1</h1>
<h2>Heading 2</h2>
<h3>Heading 3</h3>
<h4>Heading 4</h4>
<h5>Heading 5</h5>
<h6>Heading 6</h6>

What about the GOLD Grid?

Like you would do with any other Bootstrap column, simply use a set of .col-gold-sm and .col-gold-lg columns:

<div class="row">
  <div class="col-gold-sm">...</div>
  <div class="col-gold-lg">...</div>
</div>

How it works

Coming soon...

Versioning

GOLD Bootstrap is always in sync with latest version of Bootstrap. If 'Bootstrap 9' comes out, we will be 'Gold Bootstrap 9' and so on.

Changelog & Support

06/30/16

  • Update to Bootstrap 3.3.6
  • Added gold-template.html to get you started easier
  • Added media queries to collapse Gold Columns on Mobile (anything under 991px)
  • Fixed Gold Columns to extend to 100%
  • Including Bootstrap Fonts Folder, so you truly don't need to download Boostrap
  • Clarified Readme to state that Bootstrap is included, and you don't need to download it seperately

06/16/15

  • Update to Bootstrap 3.3.5
  • Added Changelog to this Readme
  • Various Readme updates

06/08/15

  • Swapped out seperate Boostrap JS files for compiled Boostrap.js

04/24/15

  • Initial release using Bootstrap 3.3.4

About the Author

Kevin Rhodes is a UX Designer from San Diego who loves Photoshop and front-end coding. He also loves his cat.

License

© Copyright 2015 Kevin Rhodes

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].