Skip to content

Commit 8129250

Browse files
committed
support bootstrap 3.3.0
1 parent 170b55c commit 8129250

8 files changed

+149
-139
lines changed

Gruntfile.js

100644100755
File mode changed.

README.markdown

100644100755
Lines changed: 108 additions & 106 deletions
Original file line numberDiff line numberDiff line change
@@ -1,106 +1,108 @@
1-
__________ __ _____.__ __
2-
\______ \ ____ _____/ |__/ ____\ | _____ _/ |_
3-
| | _// _ \ / _ \ __\ __\| | \__ \\ __\
4-
| | ( <_> | <_> ) | | | | |__/ __ \| |
5-
|______ /\____/ \____/|__| |__| |____(____ /__|
6-
\/ \/
7-
8-
***
9-
10-
# What is Bootflat?
11-
12-
[![Bower version](https://badge.fury.io/bo/Bootflat.png)](http://badge.fury.io/bo/Bootflat) [![NPM version](https://badge.fury.io/js/bootflat.png)](http://badge.fury.io/js/bootflat) [![Build Status](https://travis-ci.org/bootflat/bootflat.github.io.svg?branch=master)](https://travis-ci.org/bootflat/bootflat.github.io)
13-
14-
BOOTFLAT is an open source Flat UI KIT based on Bootstrap 3.2.0 CSS framework. It provides a faster, easier and less repetitive way for web developers to create elegant web apps.
15-
16-
Bootflat is built on the foundations of Bootstrap, visioned in a stunning flat design. Bootstrap itself is a trusted, reliable and proven tool for developers. Built with `Sass 3.3.9`.
17-
18-
Bootflat is compatible with the following browsers: `IE8, IE9, IE10, IE11, Firefox, Safari, Opera, Chrome`.
19-
20-
Thanks for supporting our framework, and enjoy!
21-
22-
# Preview
23-
24-
For the designers, we offer a [free PSD](https://github.com/bootflat/Bootflat.UI.Kit.PSD) file for you, it including a set of beautiful and pure components, which you can use to create startup projects, websites or iOS/Android Apps.
25-
26-
![Bootflat UI Kit](http://bootflat.github.io/img/bootflat-ui-kit.jpg "Bootflat UI Kit")
27-
28-
## Features:
29-
30-
### 1. Bootstrap 3.2.0
31-
Bootflat is built on Bootstrap 3.2.0: the sleek, intuitive, and powerful mobile-first front-end framework for faster and easier web development.
32-
33-
### 2. HTML5 & CSS3
34-
Bootflat's components are built with HTML5 and CSS3. The pages use `header`, `nav` and `section` to build the layout. Bootflat also comes with several splendid color schemes built-in, and allows for easy customization.
35-
36-
### 3. Lightweight
37-
Bootflat uses lightweight high-function plugins for maximum performance, keeping CSS and JS file sizes down.
38-
39-
### 4. Mobile first
40-
Bootflat is fully responsive, built for mobile-first in mind. It provides off screen navigation, and almost all the widgets are compatible with all screen sizes.
41-
42-
## Quick start
43-
44-
* Clone the repo: `git clone https://github.com/bootflat/bootflat.github.io.git`
45-
* Install with [npm](https://www.npmjs.org/) `npm install bootflat`
46-
* Install with [bower](http://bower.io/) `bower install Bootflat`
47-
48-
The source files are in the `bootflat/` folder. You can just grab the `bootflat/css/`, `bootflat/scss/`,`bootflat/js/` and `bootflat/img/` folders and you'll be good to go.
49-
50-
51-
<!doctype html>
52-
<html>
53-
<head>
54-
<title>Minimal Bootflat example</title>
55-
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
56-
<link rel="stylesheet" href="https://bootflat.github.io/bootflat/css/bootflat.css">
57-
</head>
58-
59-
<body>
60-
<h1>Test bootflat</h1>
61-
<a class="btn btn-primary">Flat button</a>
62-
63-
<!-- Bootstrap -->
64-
<script src="https://code.jquery.com/jquery-1.11.0.min.js"></script>
65-
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
66-
67-
<!-- Bootflat's JS files.-->
68-
<script src="https://bootflat.github.io/bootflat/js/icheck.min.js"></script>
69-
<script src="https://bootflat.github.io/bootflat/js/jquery.fs.selecter.min.js"></script>
70-
<script src="https://bootflat.github.io/bootflat/js/jquery.fs.stepper.min.js"></script>
71-
72-
</body>
73-
</html>
74-
75-
76-
## Table of contents:
77-
78-
+ [Home page](http://bootflat.github.io)
79-
+ [Getting Started](http://bootflat.github.io/getting-started.html)
80-
+ [Documentation](http://bootflat.github.io/documentation.html)
81-
+ [Flat UI Color Picker](http://bootflat.github.io/color-picker.html)
82-
+ [Free PSD](http://bootflat.github.io/free-psd.html)
83-
+ [Free Sketch](https://github.com/teracy-official/bootflat-ui-kit.sketch)
84-
85-
## Changelog:
86-
87-
2014/9/3 version 2.0.4 `add widget: TimeLine`
88-
89-
2014/8/26 add `color picker`, you can make a flat design with it
90-
91-
2014/7/9 version 2.0.3 `support bootstrap 3.2.0 and Sass 3.3.9, add wigets: Calendar, Pricing`
92-
93-
2014/6/5 version 2.0.2 `add wigets: Toggle, Selecter, Stepper`
94-
95-
2014/4/3 version 2.0.1 `support bootstrap 3.1.1`
96-
97-
2014/3/6 version 2.0.0 `support bootstrap 3.0.1`
98-
99-
## Community
100-
101-
+ Follow [@flathemes on Twitter](https://twitter.com/flathemes).
102-
+ Have a feature request or find a bug? [Submit an issue](https://github.com/bootflat/bootflat.github.io/issues).
103-
104-
## LICENSE
105-
106-
Bootflat is licensed under the MIT Open Source license. For more information, please see the LICENSE file in this repository.
1+
__________ __ _____.__ __
2+
\______ \ ____ _____/ |__/ ____\ | _____ _/ |_
3+
| | _// _ \ / _ \ __\ __\| | \__ \\ __\
4+
| | ( <_> | <_> ) | | | | |__/ __ \| |
5+
|______ /\____/ \____/|__| |__| |____(____ /__|
6+
\/ \/
7+
8+
***
9+
10+
# What is Bootflat?
11+
12+
[![Bower version](https://badge.fury.io/bo/Bootflat.png)](http://badge.fury.io/bo/Bootflat) [![NPM version](https://badge.fury.io/js/bootflat.png)](http://badge.fury.io/js/bootflat) [![Build Status](https://travis-ci.org/bootflat/bootflat.github.io.svg?branch=master)](https://travis-ci.org/bootflat/bootflat.github.io)
13+
14+
BOOTFLAT is an open source Flat UI KIT based on Bootstrap 3.3.0 CSS framework. It provides a faster, easier and less repetitive way for web developers to create elegant web apps.
15+
16+
Bootflat is built on the foundations of Bootstrap, visioned in a stunning flat design. Bootstrap itself is a trusted, reliable and proven tool for developers. Built with `Sass 3.3.9`.
17+
18+
Bootflat is compatible with the following browsers: `IE8, IE9, IE10, IE11, Firefox, Safari, Opera, Chrome`.
19+
20+
Thanks for supporting our framework, and enjoy!
21+
22+
# Preview
23+
24+
For the designers, we offer a [free PSD](https://github.com/bootflat/Bootflat.UI.Kit.PSD) file for you, it including a set of beautiful and pure components, which you can use to create startup projects, websites or iOS/Android Apps.
25+
26+
![Bootflat UI Kit](http://bootflat.github.io/img/bootflat-ui-kit.jpg "Bootflat UI Kit")
27+
28+
## Features:
29+
30+
### 1. Bootstrap 3.3.0
31+
Bootflat is built on Bootstrap 3.3.0: the sleek, intuitive, and powerful mobile-first front-end framework for faster and easier web development.
32+
33+
### 2. HTML5 & CSS3
34+
Bootflat's components are built with HTML5 and CSS3. The pages use `header`, `nav` and `section` to build the layout. Bootflat also comes with several splendid color schemes built-in, and allows for easy customization.
35+
36+
### 3. Lightweight
37+
Bootflat uses lightweight high-function plugins for maximum performance, keeping CSS and JS file sizes down.
38+
39+
### 4. Mobile first
40+
Bootflat is fully responsive, built for mobile-first in mind. It provides off screen navigation, and almost all the widgets are compatible with all screen sizes.
41+
42+
## Quick start
43+
44+
* Clone the repo: `git clone https://github.com/bootflat/bootflat.github.io.git`
45+
* Install with [npm](https://www.npmjs.org/) `npm install bootflat`
46+
* Install with [bower](http://bower.io/) `bower install Bootflat`
47+
48+
The source files are in the `bootflat/` folder. You can just grab the `bootflat/css/`, `bootflat/scss/`,`bootflat/js/` and `bootflat/img/` folders and you'll be good to go.
49+
50+
51+
<!doctype html>
52+
<html>
53+
<head>
54+
<title>Minimal Bootflat example</title>
55+
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css">
56+
<link rel="stylesheet" href="https://bootflat.github.io/bootflat/css/bootflat.css">
57+
</head>
58+
59+
<body>
60+
<h1>Test bootflat</h1>
61+
<a class="btn btn-primary">Flat button</a>
62+
63+
<!-- Bootstrap -->
64+
<script src="https://code.jquery.com/jquery-1.11.0.min.js"></script>
65+
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
66+
67+
<!-- Bootflat's JS files.-->
68+
<script src="https://bootflat.github.io/bootflat/js/icheck.min.js"></script>
69+
<script src="https://bootflat.github.io/bootflat/js/jquery.fs.selecter.min.js"></script>
70+
<script src="https://bootflat.github.io/bootflat/js/jquery.fs.stepper.min.js"></script>
71+
72+
</body>
73+
</html>
74+
75+
76+
## Table of contents:
77+
78+
+ [Home page](http://bootflat.github.io)
79+
+ [Getting Started](http://bootflat.github.io/getting-started.html)
80+
+ [Documentation](http://bootflat.github.io/documentation.html)
81+
+ [Flat UI Color Picker](http://bootflat.github.io/color-picker.html)
82+
+ [Free PSD](http://bootflat.github.io/free-psd.html)
83+
+ [Free Sketch](https://github.com/teracy-official/bootflat-ui-kit.sketch)
84+
85+
## Changelog:
86+
87+
2014/11/4 version 2.0.4 `support bootstrap 3.3.0`
88+
89+
2014/9/3 version 2.0.4 `add widget: TimeLine`
90+
91+
2014/8/26 add `color picker`, you can make a flat design with it
92+
93+
2014/7/9 version 2.0.3 `support bootstrap 3.2.0 and Sass 3.3.9, add wigets: Calendar, Pricing`
94+
95+
2014/6/5 version 2.0.2 `add wigets: Toggle, Selecter, Stepper`
96+
97+
2014/4/3 version 2.0.1 `support bootstrap 3.1.1`
98+
99+
2014/3/6 version 2.0.0 `support bootstrap 3.0.1`
100+
101+
## Community
102+
103+
+ Follow [@flathemes on Twitter](https://twitter.com/flathemes).
104+
+ Have a feature request or find a bug? [Submit an issue](https://github.com/bootflat/bootflat.github.io/issues).
105+
106+
## LICENSE
107+
108+
Bootflat is licensed under the MIT Open Source license. For more information, please see the LICENSE file in this repository.

_config.yml

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Meta data
22
name: Bootflat
33
authors: flathemes
4-
description: BOOTFLAT is an open source Flat UI KIT based on Bootstrap 3.2.0 CSS framework. And, for the designers, we offer a free PSD Download. It provides a faster, easier and less repetitive way for web developers or designers to create elegant web apps.
4+
description: BOOTFLAT is an open source Flat UI KIT based on Bootstrap 3.3.0 CSS framework. And, for the designers, we offer a free PSD Download. It provides a faster, easier and less repetitive way for web developers or designers to create elegant web apps.
55

66
# Dependencies
77
pygments: true

bower.json

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"authors": [
66
"flathemes <info@flathemes.com>"
77
],
8-
"description": "BOOTFLAT is an open source Flat UI KIT based on Bootstrap 3.2.0 CSS framework. It provides a faster, easier and less repetitive way for web developers to create elegant web apps.",
8+
"description": "BOOTFLAT is an open source Flat UI KIT based on Bootstrap 3.3.0 CSS framework. It provides a faster, easier and less repetitive way for web developers to create elegant web apps.",
99
"repository": {
1010
"type": "git",
1111
"url": "https://github.com/bootflat/bootflat.github.io.git"

composer.json

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootflat/bootflat",
3-
"description": "An open source Flat UI KIT based on Bootstrap (3.2.0). A faster, easier and less repetitive way for web developers to create elegant web apps.",
3+
"description": "An open source Flat UI KIT based on Bootstrap (3.3.0). A faster, easier and less repetitive way for web developers to create elegant web apps.",
44
"version": "2.0.4",
55
"keywords": [
66
"mobile",

getting-started.html

Lines changed: 33 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -119,49 +119,57 @@ <h3>What's included</h3>
119119
<pre><code class="bash">bootflat/
120120
├── css/
121121
│ ├── bootflat.css
122-
│ ├── bootflat.min.css
122+
│ ├── bootflat.css.map
123+
│ └── bootflat.min.css
123124
├── js/
124125
│ ├── icheck.min.js
125126
│ ├── jquery.fs.selecter.min.js
126-
│ ├── jquery.fs.stepper.min.js
127-
│ ├── jquery.collapse.js
127+
│ └── jquery.fs.stepper.min.js
128128
├── fonts/
129129
│ ├── glyphicons-halflings-regular.eot
130130
│ ├── glyphicons-halflings-regular.svg
131131
│ ├── glyphicons-halflings-regular.ttf
132-
── glyphicons-halflings-regular.woff
132+
── glyphicons-halflings-regular.woff
133133
├── sass/
134134
│ ├── bootflat.scss
135-
│ ├── bootflat/
136-
│ ├── global.scss
137-
│ ├── typography.scss
135+
│ └── bootflat/
136+
│ ├── accordion.scss
137+
│ ├── alert.scss
138+
│ ├── breadcrumb.scss
138139
│ ├── button.scss
139140
│ ├── button_group.scss
140-
│ ├── label_badge.scss
141-
│ ├── tooltip.scss
142-
│ ├── progress.scss
143-
│ ├── breadcrumb.scss
144-
│ ├── pagination.scss
145-
│ ├── pager.scss
146-
│ ├── form.scss
141+
│ ├── calendar.scss
147142
│ ├── checkbox_radio.scss
148-
│ ├── alert.scss
149-
│ ├── tab.scss
150-
│ ├── pill.scss
151-
│ ├── navbar.scss
143+
│ ├── dropdown.scss
144+
│ ├── footer.scss
145+
│ ├── form.scss
146+
│ ├── global.scss
147+
│ ├── jumbotron.scss
148+
│ ├── label_badge.scss
152149
│ ├── list.scss
153150
│ ├── media_list.scss
154151
│ ├── modal.scss
155-
│ ├── well.scss
156-
│ ├── thumbnail.scss
157-
│ ├── jumbotron.scss
152+
│ ├── navbar.scss
153+
│ ├── pager.scss
154+
│ ├── pagination.scss
158155
│ ├── panel.scss
159-
│ ├── accordion.scss
160-
│ ├── footer.scss
161-
│ ├── dropdown.scss
156+
│ ├── pill.scss
157+
│ ├── popover.scss
158+
│ ├── pricing.scss
159+
│ ├── progress.scss
160+
│ ├── selecter.scss
161+
│ ├── stepper.scss
162+
│ ├── tab.scss
163+
│ ├── thumbnail.scss
164+
│ ├── timeline.scss
165+
│ ├── toggle.scss
166+
│ ├── tooltip.scss
167+
│ ├── typography.scss
168+
│ └── well.scss
162169
└── img/
163170
└── check_flat/
164-
└── default.png
171+
├── default.png
172+
└── default.psd
165173
</code></pre>
166174
</div>
167175
<!-- CSS/SASS

index.html

100644100755
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<!-- SmartAddon.com Verification -->
99
<meta name="smartaddon-verification" content="936e8d43184bc47ef34e25e426c508fe" />
1010
<meta name="keywords" content="Flat UI Design, UI design, UI, user interface, web interface design, user interface design, Flat web design, Bootstrap, Bootflat, Flat UI colors, colors">
11-
<meta name="description" content="BOOTFLAT is an open source Flat UI KIT based on Bootstrap CSS framework.
11+
<meta name="description" content="BOOTFLAT is an open source Flat UI KIT based on Bootstrap CSS framework.
1212
And, for the designers, we offer a free PSD Download. It provides a faster, easier and less repetitive way for web developers or designers to create elegant web apps.">
1313
<link rel="shortcut icon" href="favicon_16.ico"/>
1414
<link rel="bookmark" href="favicon_16.ico"/>
@@ -51,7 +51,7 @@
5151
<h1>
5252
<img src="img/logo-index.png" alt="Bootflat: Advanced HTML5 Hybrid Mobile App Framework">
5353
</h1>
54-
<h2>BOOTFLAT is an open source Flat UI KIT based on Bootstrap 3.2.0 CSS framework. <br/>And, for the designers, we offer a <a href="free-psd.html">free PSD Download</a>. <br />It provides a faster, easier and less repetitive way for web developers or designers to create elegant web apps. </h2>
54+
<h2>BOOTFLAT is an open source Flat UI KIT based on Bootstrap 3.3.0 CSS framework. <br/>And, for the designers, we offer a <a href="free-psd.html">free PSD Download</a>. <br />It provides a faster, easier and less repetitive way for web developers or designers to create elegant web apps. </h2>
5555
<h3>Compatible Browsers: IE8, IE9, IE10, IE11, Firefox, Safari, Opera, Chrome.</h3>
5656
<p class="download-link">
5757
<a class="btn btn-primary" href="https://github.com/Bootflat/Bootflat.github.io/archive/master.zip">Download (Version 2.0.4)</a>
@@ -89,8 +89,8 @@ <h3>Designed for everyone, everywhere.</h3>
8989
<div class="row">
9090
<div class="col-md-6">
9191
<div class="features__photo"><img src="img/feature-bootstrap.png" /></div>
92-
<h4>Bootstrap 3.2.0</h4>
93-
<p>Bootflat is built on Bootstrap 3.2.0: the sleek, intuitive, and powerful mobile-first front-end framework for faster and easier web development.</p>
92+
<h4>Bootstrap 3.3.0</h4>
93+
<p>Bootflat is built on Bootstrap 3.3.0: the sleek, intuitive, and powerful mobile-first front-end framework for faster and easier web development.</p>
9494
</div>
9595
<div class="col-md-6">
9696
<div class="features__photo"><img src="img/feature-css.png" /></div>

package.json

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "bootflat",
33
"private": false,
44
"version": "2.0.4",
5-
"description": "BOOTFLAT is an open source Flat UI KIT based on Bootstrap 3.2.0 CSS framework. It provides a faster, easier and less repetitive way for web developers to create elegant web apps.",
5+
"description": "BOOTFLAT is an open source Flat UI KIT based on Bootstrap 3.3.0 CSS framework. It provides a faster, easier and less repetitive way for web developers to create elegant web apps.",
66
"author":"Flathemes <info@flathemes.com>",
77
"homepage": "http://bootflat.github.com/",
88
"keywords": [

0 commit comments

Comments
 (0)