Skip to content

Commit

Permalink
Correct document
Browse files Browse the repository at this point in the history
  • Loading branch information
kombai committed Apr 26, 2016
1 parent b80e052 commit b54e65a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "freewall",
"version": "1.0.5",
"version": "1.0.6",
"description": "Amazing grid layout.",
"homepage": "http://vnjs.net/www/project/freewall",
"main": "freewall.js",
Expand Down
8 changes: 4 additions & 4 deletions example/metro-style.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>Window 8 metro style</title>
<title>Window metro style</title>
<meta content="text/html; charset=utf-8" http-equiv="content-type">
<meta name="description" content="Window 8 metro style" />
<meta name="keywords" content="javascript, dynamic, grid, layout, jquery plugin, nested grid, metro style, window 8 metro style"/>
<meta name="description" content="Window metro style" />
<meta name="keywords" content="javascript, dynamic, grid, layout, jquery plugin, nested grid, metro style, window metro style"/>
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="stylesheet" type="text/css" href="css/metro-style.css" />
Expand Down Expand Up @@ -41,7 +41,7 @@
<div id="freewall" class="free-wall">
<div class="item size21 level1">
<div class="padding">
<h2>Window 8 metro style</h2>
<h2>Window metro style</h2>
<div>Freewall is a cross-browser and responsive jQuery plugin to help you create many types of grid layouts.</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion freewall.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// created by Minh Nguyen;
// version 1.05;
// version 1.0.6;

(function($) {

Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h3>Flex layout</h3>
<li>
<a href="example/metro-style.html" target="_blank">
<img src="i/metro.png" width=98 height=98 />
<h3>Window 8</h3>
<h3>Window style</h3>
</a>
</li>
<li>
Expand Down Expand Up @@ -194,7 +194,7 @@ <h2>Features</h2>
<li> Fit container </li>
<li> Vertical grid/layout </li>
<li> Horizontal grid/layout </li>
<li> Window 8 metro style </li>
<li> Window metro style </li>
<li> Pinterest like grid/layout </li>
</ul>
</div>
Expand Down Expand Up @@ -658,7 +658,7 @@ <h2>Example</h2>
<div class='cover'>
<a class="float-left" href="example/metro-style.html" target="_blank">
<h2>Example </h2>
<div>Window 10 style</div>
<div>Window style</div>
<div class="read-more">View detail ...</div>
</a>
</div>
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ _Freewall is a cross-browser and responsive jQuery plugin to help you create man
##### [Pinterest-like](http://vnjs.net/www/project/freewall/example/pinterest-layout.html)
<br>
<img src='https://raw.github.com/kombai/freewall/master/i/metro.png'>
##### [Window 8 style](http://vnjs.net/www/project/freewall/example/metro-style.html)
##### [Window style](http://vnjs.net/www/project/freewall/example/metro-style.html)

## Features
* [Draggable support](http://vnjs.net/www/project/freewall/example/draggable.html)
Expand All @@ -32,7 +32,7 @@ _Freewall is a cross-browser and responsive jQuery plugin to help you create man
* [Fit container](http://vnjs.net/www/project/freewall/example/fit-zone.html)
* [Vertical grid/layout](http://vnjs.net/www/project/freewall/)
* [Horizontal grid/layout](http://vnjs.net/www/project/freewall/example/fit-height.html)
* [Window 10 style](http://vnjs.net/www/project/freewall/example/metro-style.html)
* [Window style](http://vnjs.net/www/project/freewall/example/metro-style.html)
* [Pinterest like grid/layout](http://vnjs.net/www/project/freewall/example/pinterest-layout.html)

## Supports
Expand Down

0 comments on commit b54e65a

Please sign in to comment.