Browse Source

📝 https homepages

pull/1327/head
David DeSandro 8 years ago
parent
commit
d24baab37b
  1. 6
      README.md
  2. 2
      bower.json
  3. 2
      js/layout-modes/masonry.js
  4. 2
      package.json

6
README.md

@ -2,7 +2,7 @@
_Filter & sort magical layouts_ _Filter & sort magical layouts_
See [isotope.metafizzy.co](http://isotope.metafizzy.co) for complete docs and demos. See [isotope.metafizzy.co](https://isotope.metafizzy.co) for complete docs and demos.
## Install ## Install
@ -31,13 +31,13 @@ Bower: `bower install isotope --save`
### Commercial license ### Commercial license
If you want to use Isotope to develop commercial sites, themes, projects, and applications, the Commercial license is the appropriate license. With this option, your source code is kept proprietary. Purchase an Isotope Commercial License at [isotope.metafizzy.co](http://isotope.metafizzy.co/#commercial-license) If you want to use Isotope to develop commercial sites, themes, projects, and applications, the Commercial license is the appropriate license. With this option, your source code is kept proprietary. Purchase an Isotope Commercial License at [isotope.metafizzy.co](https://isotope.metafizzy.co/#commercial-license)
### Open source license ### Open source license
If you are creating an open source application under a license compatible with the [GNU GPL license v3](https://www.gnu.org/licenses/gpl-3.0.html), you may use Isotope under the terms of the GPLv3. If you are creating an open source application under a license compatible with the [GNU GPL license v3](https://www.gnu.org/licenses/gpl-3.0.html), you may use Isotope under the terms of the GPLv3.
[Read more about Isotope's license](http://isotope.metafizzy.co/license.html). [Read more about Isotope's license](https://isotope.metafizzy.co/license.html).
## Initialize ## Initialize

2
bower.json

@ -25,7 +25,7 @@
"test", "test",
"tests" "tests"
], ],
"homepage": "http://isotope.metafizzy.co", "homepage": "https://isotope.metafizzy.co",
"authors": [ "authors": [
"David DeSandro" "David DeSandro"
], ],

2
js/layout-modes/masonry.js

@ -1,7 +1,7 @@
/*! /*!
* Masonry layout mode * Masonry layout mode
* sub-classes Masonry * sub-classes Masonry
* http://masonry.desandro.com * https://masonry.desandro.com
*/ */
( function( window, factory ) { ( function( window, factory ) {

2
package.json

@ -37,7 +37,7 @@
"bugs": { "bugs": {
"url": "https://github.com/metafizzy/isotope/issues" "url": "https://github.com/metafizzy/isotope/issues"
}, },
"homepage": "http://isotope.metafizzy.co", "homepage": "https://isotope.metafizzy.co",
"directories": { "directories": {
"test": "test" "test": "test"
}, },

Loading…
Cancel
Save