81292503 by bootflat

support bootstrap 3.3.0

1 parent 170b55c5
File mode changed
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
11 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) 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 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. 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 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`. 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 17
...@@ -27,8 +27,8 @@ For the designers, we offer a [free PSD](https://github.com/bootflat/Bootflat.UI ...@@ -27,8 +27,8 @@ For the designers, we offer a [free PSD](https://github.com/bootflat/Bootflat.UI
27 27
28 ## Features: 28 ## Features:
29 29
30 ### 1. Bootstrap 3.2.0 30 ### 1. Bootstrap 3.3.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. 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 32
33 ### 2. HTML5 & CSS3 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. 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.
...@@ -52,7 +52,7 @@ The source files are in the `bootflat/` folder. You can just grab the `bootflat/ ...@@ -52,7 +52,7 @@ The source files are in the `bootflat/` folder. You can just grab the `bootflat/
52 <html> 52 <html>
53 <head> 53 <head>
54 <title>Minimal Bootflat example</title> 54 <title>Minimal Bootflat example</title>
55 <link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> 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"> 56 <link rel="stylesheet" href="https://bootflat.github.io/bootflat/css/bootflat.css">
57 </head> 57 </head>
58 58
...@@ -62,7 +62,7 @@ The source files are in the `bootflat/` folder. You can just grab the `bootflat/ ...@@ -62,7 +62,7 @@ The source files are in the `bootflat/` folder. You can just grab the `bootflat/
62 62
63 <!-- Bootstrap --> 63 <!-- Bootstrap -->
64 <script src="https://code.jquery.com/jquery-1.11.0.min.js"></script> 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> 65 <script src="https://netdna.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
66 66
67 <!-- Bootflat's JS files.--> 67 <!-- Bootflat's JS files.-->
68 <script src="https://bootflat.github.io/bootflat/js/icheck.min.js"></script> 68 <script src="https://bootflat.github.io/bootflat/js/icheck.min.js"></script>
...@@ -84,6 +84,8 @@ The source files are in the `bootflat/` folder. You can just grab the `bootflat/ ...@@ -84,6 +84,8 @@ The source files are in the `bootflat/` folder. You can just grab the `bootflat/
84 84
85 ## Changelog: 85 ## Changelog:
86 86
87 2014/11/4 version 2.0.4 `support bootstrap 3.3.0`
88
87 2014/9/3 version 2.0.4 `add widget: TimeLine` 89 2014/9/3 version 2.0.4 `add widget: TimeLine`
88 90
89 2014/8/26 add `color picker`, you can make a flat design with it 91 2014/8/26 add `color picker`, you can make a flat design with it
......
1 # Meta data 1 # Meta data
2 name: Bootflat 2 name: Bootflat
3 authors: flathemes 3 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.
5 5
6 # Dependencies 6 # Dependencies
7 pygments: true 7 pygments: true
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 "authors": [ 5 "authors": [
6 "flathemes <info@flathemes.com>" 6 "flathemes <info@flathemes.com>"
7 ], 7 ],
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.",
9 "repository": { 9 "repository": {
10 "type": "git", 10 "type": "git",
11 "url": "https://github.com/bootflat/bootflat.github.io.git" 11 "url": "https://github.com/bootflat/bootflat.github.io.git"
......
1 { 1 {
2 "name": "bootflat/bootflat", 2 "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.",
4 "version": "2.0.4", 4 "version": "2.0.4",
5 "keywords": [ 5 "keywords": [
6 "mobile", 6 "mobile",
......
...@@ -119,49 +119,57 @@ ...@@ -119,49 +119,57 @@
119 <pre><code class="bash">bootflat/ 119 <pre><code class="bash">bootflat/
120 ├── css/ 120 ├── css/
121 │ ├── bootflat.css 121 │ ├── bootflat.css
122 │ ├── bootflat.min.css 122 │ ├── bootflat.css.map
123 │ └── bootflat.min.css
123 ├── js/ 124 ├── js/
124 │ ├── icheck.min.js 125 │ ├── icheck.min.js
125 │ ├── jquery.fs.selecter.min.js 126 │ ├── jquery.fs.selecter.min.js
126 │ ├── jquery.fs.stepper.min.js 127 │ └── jquery.fs.stepper.min.js
127 │ ├── jquery.collapse.js
128 ├── fonts/ 128 ├── fonts/
129 │ ├── glyphicons-halflings-regular.eot 129 │ ├── glyphicons-halflings-regular.eot
130 │ ├── glyphicons-halflings-regular.svg 130 │ ├── glyphicons-halflings-regular.svg
131 │ ├── glyphicons-halflings-regular.ttf 131 │ ├── glyphicons-halflings-regular.ttf
132 ── glyphicons-halflings-regular.woff 132 ── glyphicons-halflings-regular.woff
133 ├── sass/ 133 ├── sass/
134 │ ├── bootflat.scss 134 │ ├── bootflat.scss
135 │ ├── bootflat/ 135 │ └── bootflat/
136 │ ├── global.scss 136 │ ├── accordion.scss
137 │ ├── typography.scss 137 │ ├── alert.scss
138 │ ├── breadcrumb.scss
138 │ ├── button.scss 139 │ ├── button.scss
139 │ ├── button_group.scss 140 │ ├── button_group.scss
140 │ ├── label_badge.scss 141 │ ├── calendar.scss
141 │ ├── tooltip.scss
142 │ ├── progress.scss
143 │ ├── breadcrumb.scss
144 │ ├── pagination.scss
145 │ ├── pager.scss
146 │ ├── form.scss
147 │ ├── checkbox_radio.scss 142 │ ├── checkbox_radio.scss
148 │ ├── alert.scss 143 │ ├── dropdown.scss
149 │ ├── tab.scss 144 │ ├── footer.scss
150 │ ├── pill.scss 145 │ ├── form.scss
151 │ ├── navbar.scss 146 │ ├── global.scss
147 │ ├── jumbotron.scss
148 │ ├── label_badge.scss
152 │ ├── list.scss 149 │ ├── list.scss
153 │ ├── media_list.scss 150 │ ├── media_list.scss
154 │ ├── modal.scss 151 │ ├── modal.scss
155 │ ├── well.scss 152 │ ├── navbar.scss
156 │ ├── thumbnail.scss 153 │ ├── pager.scss
157 │ ├── jumbotron.scss 154 │ ├── pagination.scss
158 │ ├── panel.scss 155 │ ├── panel.scss
159 │ ├── accordion.scss 156 │ ├── pill.scss
160 │ ├── footer.scss 157 │ ├── popover.scss
161 │ ├── dropdown.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
162 └── img/ 169 └── img/
163 └── check_flat/ 170 └── check_flat/
164 └── default.png 171 ├── default.png
172 └── default.psd
165 </code></pre> 173 </code></pre>
166 </div> 174 </div>
167 <!-- CSS/SASS 175 <!-- CSS/SASS
......
...@@ -51,7 +51,7 @@ And, for the designers, we offer a free PSD Download. It provides a faster, easi ...@@ -51,7 +51,7 @@ And, for the designers, we offer a free PSD Download. It provides a faster, easi
51 <h1> 51 <h1>
52 <img src="img/logo-index.png" alt="Bootflat: Advanced HTML5 Hybrid Mobile App Framework"> 52 <img src="img/logo-index.png" alt="Bootflat: Advanced HTML5 Hybrid Mobile App Framework">
53 </h1> 53 </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>
55 <h3>Compatible Browsers: IE8, IE9, IE10, IE11, Firefox, Safari, Opera, Chrome.</h3> 55 <h3>Compatible Browsers: IE8, IE9, IE10, IE11, Firefox, Safari, Opera, Chrome.</h3>
56 <p class="download-link"> 56 <p class="download-link">
57 <a class="btn btn-primary" href="https://github.com/Bootflat/Bootflat.github.io/archive/master.zip">Download (Version 2.0.4)</a> 57 <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 @@ And, for the designers, we offer a free PSD Download. It provides a faster, easi ...@@ -89,8 +89,8 @@ And, for the designers, we offer a free PSD Download. It provides a faster, easi
89 <div class="row"> 89 <div class="row">
90 <div class="col-md-6"> 90 <div class="col-md-6">
91 <div class="features__photo"><img src="img/feature-bootstrap.png" /></div> 91 <div class="features__photo"><img src="img/feature-bootstrap.png" /></div>
92 <h4>Bootstrap 3.2.0</h4> 92 <h4>Bootstrap 3.3.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> 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>
94 </div> 94 </div>
95 <div class="col-md-6"> 95 <div class="col-md-6">
96 <div class="features__photo"><img src="img/feature-css.png" /></div> 96 <div class="features__photo"><img src="img/feature-css.png" /></div>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "name": "bootflat", 2 "name": "bootflat",
3 "private": false, 3 "private": false,
4 "version": "2.0.4", 4 "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.",
6 "author":"Flathemes <info@flathemes.com>", 6 "author":"Flathemes <info@flathemes.com>",
7 "homepage": "http://bootflat.github.com/", 7 "homepage": "http://bootflat.github.com/",
8 "keywords": [ 8 "keywords": [
......