Skip to content

Commit f1a067d

Browse files
committed
update version 2.0.1 support bootstrap 3.1.1
1 parent 6c0a796 commit f1a067d

15 files changed

+145
-60
lines changed

Gruntfile.js

+46-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,21 @@ module.exports = function(grunt) {
33
grunt.initConfig({
44
uglify: {
55
options: {
6-
banner: '/*! <%= pkg.name %> <%= grunt.template.today("yyyy-mm-dd") %> */\n',
6+
banner: '/*\n * <%= pkg.name %> <%= pkg.version %>\n' +
7+
' *\n' +
8+
' * Description: <%= pkg.description %>\n' +
9+
' *\n' +
10+
' * Homepage: <%= pkg.homepage %>\n' +
11+
' *\n' +
12+
' * By @<%= pkg.author %>\n' +
13+
' *\n' +
14+
' * Last modify time: <%= grunt.template.today("yyyy-mm-dd") %>\n' +
15+
' *\n' +
16+
' * Licensed under the MIT license. Please see LICENSE for more information.\n' +
17+
' *\n' +
18+
' * Copyright 2013 FLATHEMES.\n' +
19+
' *\n' +
20+
' */\n',
721
sourceMap: true,
822
sourceMapIncludeSources: true
923
},
@@ -21,7 +35,21 @@ module.exports = function(grunt) {
2135
cssmin: {
2236
options: {
2337
keepSpecialComments: 0,
24-
banner: '/*! <%= pkg.name %> <%= grunt.template.today("yyyy-mm-dd") %> */\n',
38+
banner: '/*\n * <%= pkg.name %> <%= pkg.version %>\n' +
39+
' *\n' +
40+
' * Description: <%= pkg.description %>\n' +
41+
' *\n' +
42+
' * Homepage: <%= pkg.homepage %>\n' +
43+
' *\n' +
44+
' * By @<%= pkg.author %>\n' +
45+
' *\n' +
46+
' * Last modify time: <%= grunt.template.today("yyyy-mm-dd") %>\n' +
47+
' *\n' +
48+
' * Licensed under the MIT license. Please see LICENSE for more information.\n' +
49+
' *\n' +
50+
' * Copyright 2013 FLATHEMES.\n' +
51+
' *\n' +
52+
' */\n',
2553
},
2654
dist: {
2755
files: {
@@ -40,6 +68,21 @@ module.exports = function(grunt) {
4068
'bootflat/css/bootflat.css': 'bootflat/scss/bootflat.scss'
4169
},
4270
options: {
71+
banner: '/*\n * <%= pkg.name %> <%= pkg.version %>\n' +
72+
' *\n' +
73+
' * Description: <%= pkg.description %>\n' +
74+
' *\n' +
75+
' * Homepage: <%= pkg.homepage %>\n' +
76+
' *\n' +
77+
' * By @<%= pkg.author %>\n' +
78+
' *\n' +
79+
' * Last modify time: <%= grunt.template.today("yyyy-mm-dd") %>\n' +
80+
' *\n' +
81+
' * Licensed under the MIT license. Please see LICENSE for more information.\n' +
82+
' *\n' +
83+
' * Copyright 2013 FLATHEMES.\n' +
84+
' *\n' +
85+
' */\n',
4386
style: 'expanded',
4487
sourcemap: 'true'
4588
}
@@ -55,4 +98,4 @@ module.exports = function(grunt) {
5598
'cssmin',
5699
'uglify'
57100
]);
58-
};
101+
};

README.markdown

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
__________ __ _____.__ __
2-
\______ \ ____ _____/ |__/ ____\ | _____ _/ |_
1+
__________ __ _____.__ __
2+
\______ \ ____ _____/ |__/ ____\ | _____ _/ |_
33
| | _// _ \ / _ \ __\ __\| | \__ \\ __\
4-
| | ( <_> | <_> ) | | | | |__/ __ \| |
5-
|______ /\____/ \____/|__| |__| |____(____ /__|
6-
\/ \/
4+
| | ( <_> | <_> ) | | | | |__/ __ \| |
5+
|______ /\____/ \____/|__| |__| |____(____ /__|
6+
\/ \/
77

88
***
99

@@ -43,12 +43,13 @@ Install with [bower](http://bower.io/)?
4343

4444
`bower install Bootflat#<version>`
4545

46-
The current version is: `2.0.0`
46+
The current version is: `2.0.1`
4747

4848
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.
4949

5050
## Changelog:
5151

52+
2014/4/3 version 2.0.1
5253
2014/3/6 version 2.0.0
5354

5455
## Links:

bootflat/css/bootflat.css

+10-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bootflat/css/bootflat.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bootflat/css/bootflat.min.css

+17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bootflat/scss/bootflat.scss

-13
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
11
@charset "UTF-8";
22

3-
/*
4-
* Copyright 2013 FLATHEMES.
5-
*
6-
* Bootflat, v2.0.0
7-
* A open source Flat UI KIT based on Twitter Bootstrap 3.1.0 css framework.
8-
* http://http://bootflat.github.io/
9-
*
10-
* By @flathemes
11-
*
12-
* Licensed under the MIT license. Please see LICENSE for more information.
13-
*
14-
*/
15-
163
@import
174

185
// Variables, Extends, Mixins

css/bootstrap.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/site.min.css

+18-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

free-psd.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<title>Bootflat UI Kit Free PSD Download - Bootflat</title>
66
<!-- Sets initial viewport load and disables zooming -->
77
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
8-
<!-- SmartAddon.com Verification -->
8+
<!-- SmartAddon.com Verification -->
99
<meta name="smartaddon-verification" content="936e8d43184bc47ef34e25e426c508fe" />
1010
<link rel="shortcut icon" href="favicon_16.ico"/>
11-
<link rel="bookmark" href="favicon_16.ico"/>
11+
<link rel="bookmark" href="favicon_16.ico"/>
1212
<!-- site css -->
1313
<link rel="stylesheet" href="css/site.min.css">
1414
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,800,700,400italic,600italic,700italic,800italic,300italic" rel="stylesheet" type="text/css">
@@ -45,7 +45,7 @@
4545
<!--header-->
4646
<div class="topic">
4747
<div class="container">
48-
<h3>Bootflat UI Kit (Version 2.0.0)</h3>
48+
<h3>Bootflat UI Kit (Version 2.0.1)</h3>
4949
<h4>Bootflat UI Kit is PSD User Interface Pack including a set of beautiful and pure components, which you can use to create startup projects, websites or iOS/Android Apps.</h4>
5050
<a class="btn btn-primary" href="https://github.com/Bootflat/Bootflat.UI.Kit.PSD/archive/master.zip">Download Bootflat UI KIT PSD</a>&nbsp;&nbsp;&nbsp;&nbsp;
5151
<span class="github github-watch">

getting-started.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<title>Getting Started - Bootflat</title>
66
<!-- Sets initial viewport load and disables zooming -->
77
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
8-
<!-- SmartAddon.com Verification -->
8+
<!-- SmartAddon.com Verification -->
99
<meta name="smartaddon-verification" content="936e8d43184bc47ef34e25e426c508fe" />
1010
<link rel="shortcut icon" href="favicon_16.ico"/>
11-
<link rel="bookmark" href="favicon_16.ico"/>
11+
<link rel="bookmark" href="favicon_16.ico"/>
1212
<!-- site css -->
1313
<link rel="stylesheet" href="css/site.min.css">
1414
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,800,700,400italic,600italic,700italic,800italic,300italic" rel="stylesheet" type="text/css">
@@ -73,8 +73,8 @@ <h3>Overview</h3>
7373
<dl>
7474
<dt>OOCSS Approach</dt>
7575
<dd>Object-based coding method encourages code reuse and creates faster and more efficient style sheets, which are easier to add to and maintain.</dd>
76-
<dt>Bootstrap 3.1.0 Support</dt>
77-
<dd>Now Bootflat is supporting Bootstrap 3.1.0 as well.</dd>
76+
<dt>Bootstrap 3.1.1 Support</dt>
77+
<dd>Now Bootflat is supporting Bootstrap 3.1.1 as well.</dd>
7878
<dt>Configurable Color Scheme</dt>
7979
<dd>You can change any or all of the colors if you wish. Bootflat is easy to configure and match to your brand's color scheme.</dd>
8080
<dt>Easy Installation</dt>
@@ -89,10 +89,10 @@ <h3>Overview</h3>
8989
<h3>Download</h3>
9090
<p>Download the latest official release of Bootflat and get started!</p>
9191
<ul class="item__infos">
92-
<li>Version 2.0.0</li>
92+
<li>Version 2.0.1</li>
9393
<li>Released December 18th, 2013</li>
9494
</ul>
95-
<p><a class="btn btn-primary" href="https://github.com/bootflat/bootflat.github.io/archive/master.zip">Download Bootflat Framework (v2.0.0)</a></p>
95+
<p><a class="btn btn-primary" href="https://github.com/bootflat/bootflat.github.io/archive/master.zip">Download Bootflat Framework (v2.0.1)</a></p>
9696
<p>You can also <a href="https://github.com/bootflat/bootflat.github.io">clone it on GitHub</a> to get the bleeding edge release. </p>
9797
</div>
9898
<!-- What's included
@@ -157,7 +157,7 @@ <h3>CSS/SASS</h3>
157157
================================================== -->
158158
<div class="docs-article docs--start" id="browser-support">
159159
<h3>Browser Support</h3>
160-
<p>As such, our browser support tends to be whatever Web View API is available to native on a given platform. For Bootflat v2.0.0, that means UIWebView for E8, IE9, IE10, IE11, Firefox, Safari, Opera, Chrome.</p>
160+
<p>As such, our browser support tends to be whatever Web View API is available to native on a given platform. For Bootflat v2.0.1, that means UIWebView for E8, IE9, IE10, IE11, Firefox, Safari, Opera, Chrome.</p>
161161
</div>
162162
<!-- Free PSD
163163
================================================== -->

index.html

+11-11
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<meta charset="utf-8">
55
<title>Bootflat</title>
66
<!-- Sets initial viewport load and disables zooming -->
7-
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
8-
<!-- SmartAddon.com Verification -->
9-
<meta name="smartaddon-verification" content="936e8d43184bc47ef34e25e426c508fe" />
7+
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
8+
<!-- SmartAddon.com Verification -->
9+
<meta name="smartaddon-verification" content="936e8d43184bc47ef34e25e426c508fe" />
1010
<link rel="shortcut icon" href="favicon_16.ico"/>
11-
<link rel="bookmark" href="favicon_16.ico"/>
11+
<link rel="bookmark" href="favicon_16.ico"/>
1212
<!-- site css -->
1313
<link rel="stylesheet" href="css/site.min.css">
1414
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,800,700,400italic,600italic,700italic,800italic,300italic" rel="stylesheet" type="text/css">
@@ -47,12 +47,12 @@
4747
<h1>
4848
<img src="img/logo-index.png" alt="Bootflat: Advanced HTML5 Hybrid Mobile App Framework">
4949
</h1>
50-
<h2>BOOTFLAT is an open source Flat UI KIT based on Bootstrap 3.1.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>
50+
<h2>BOOTFLAT is an open source Flat UI KIT based on Bootstrap 3.1.1 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>
5151
<h3>Compatible Browsers: IE8, IE9, IE10, IE11, Firefox, Safari, Opera, Chrome.</h3>
5252
<p class="download-link">
53-
<a class="btn btn-primary" href="https://github.com/Bootflat/Bootflat.github.io/archive/master.zip">Download (Version 2.0.0)</a>
53+
<a class="btn btn-primary" href="https://github.com/Bootflat/Bootflat.github.io/archive/master.zip">Download (Version 2.0.1)</a>
5454
</p>
55-
<p class="version-text">MIT Licensed - Version 2.0.0</p>
55+
<p class="version-text">MIT Licensed - Version 2.0.1</p>
5656
<p class="learn-more Bootflat">
5757
<a href="#learn-more">Learn more <i class="icon" data-icon="&#xe035"></i></a>
5858
</p>
@@ -82,14 +82,14 @@ <h3>Designed for everyone, everywhere.</h3>
8282
<div class="row">
8383
<div class="col-md-6">
8484
<div class="features__photo"><img src="img/feature-bootstrap.png" /></div>
85-
<h4>Bootstrap 3.1.0</h4>
86-
<p>Bootflat is built on Bootstrap 3.1.0: the sleek, intuitive, and powerful mobile-first front-end framework for faster and easier web development.</p>
85+
<h4>Bootstrap 3.1.1</h4>
86+
<p>Bootflat is built on Bootstrap 3.1.1: the sleek, intuitive, and powerful mobile-first front-end framework for faster and easier web development.</p>
8787
</div>
8888
<div class="col-md-6">
8989
<div class="features__photo"><img src="img/feature-css.png" /></div>
9090
<h4>HTML5 &amp; CSS3</h4>
9191
<p>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.</p>
92-
</div>
92+
</div>
9393
</div>
9494
<div class="row">
9595
<div class="col-md-6">
@@ -178,7 +178,7 @@ <h3 style="margin-bottom: 15px;">Newsletter</h3>
178178
</div>
179179
</div>
180180
</div>
181-
181+
182182
</div>
183183
<script>
184184
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

js/bootstrap.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/site.min.js

+19-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/site.min.map

+1
Large diffs are not rendered by default.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "Bootflat",
33
"private": false,
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"description": "BOOTFLAT is an open source Flat UI KIT based on Bootstrap 3.1.0 CSS framework. It provides a faster, easier and less repetitive way for web developers to create elegant web apps.",
6-
"author":"Flathemes",
6+
"author":"Flathemes <[email protected]>",
77
"homepage": "http://bootflat.github.com/",
88
"keywords": [
99
"bootstrap",
@@ -27,4 +27,4 @@
2727
"grunt-contrib-sass": "~0.7.3",
2828
"load-grunt-tasks": "~0.2.0"
2929
}
30-
}
30+
}

0 commit comments

Comments
 (0)