Skip to content

Commit 4643290

Browse files
committed
upload bootflat 2.0.3
1 parent 4800167 commit 4643290

22 files changed

+733
-103
lines changed

README.markdown

+8-6
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
[![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)
1313

14-
BOOTFLAT is an open source Flat UI KIT based on Bootstrap 3.1.1 CSS framework. It provides a faster, easier and less repetitive way for web developers to create elegant web apps.
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.
1515

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.5`.
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`.
1717

1818
Bootflat is compatible with the following browsers: `IE8, IE9, IE10, IE11, Firefox, Safari, Opera, Chrome`.
1919

@@ -27,8 +27,8 @@ For the designers, we offer a [free PSD](https://github.com/bootflat/Bootflat.UI
2727

2828
## Features:
2929

30-
### 1. Bootstrap 3.1.1
31-
Bootflat is built on Bootstrap 3.1.1: the sleek, intuitive, and powerful mobile-first front-end framework for faster and easier web development.
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.
3232

3333
### 2. HTML5 & CSS3
3434
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.
@@ -52,7 +52,7 @@ The source files are in the `bootflat/` folder. You can just grab the `bootflat/
5252
<html>
5353
<head>
5454
<title>Minimal Bootflat example</title>
55-
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
55+
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
5656
<link rel="stylesheet" href="https://bootflat.github.io/bootflat/css/bootflat.css">
5757
</head>
5858

@@ -62,7 +62,7 @@ The source files are in the `bootflat/` folder. You can just grab the `bootflat/
6262

6363
<!-- Bootstrap -->
6464
<script src="https://code.jquery.com/jquery-1.11.0.min.js"></script>
65-
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
65+
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
6666

6767
<!-- Bootflat's JS files.-->
6868
<script src="https://bootflat.github.io/bootflat/js/icheck.min.js"></script>
@@ -82,6 +82,8 @@ The source files are in the `bootflat/` folder. You can just grab the `bootflat/
8282

8383
## Changelog:
8484

85+
2014/7/9 version 2.0.3 `support bootstrap 3.2.0 and Sass 3.3.9, add wigets: Calendar, Pricing`
86+
8587
2014/6/5 version 2.0.2 `add wigets: Toggle, Selecter, Stepper`
8688

8789
2014/4/3 version 2.0.1 `support bootstrap 3.1.1`

_config.yml

+2-2
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.1.1 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.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.
55

66
# Dependencies
77
pygments: true
@@ -15,5 +15,5 @@ url: http://bootflat.github.io
1515
encoding: UTF-8
1616

1717
# Custom vars
18-
current_version: 2.0.2
18+
current_version: 2.0.3
1919
repo: https://github.com/bootflat/bootflat.github.io

0 commit comments

Comments
 (0)