Skip to content

Commit

Permalink
Project home section in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
desandro committed Jun 13, 2010
1 parent fc04788 commit f9fc946
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion index.html
Expand Up @@ -235,6 +235,12 @@ <h2 id="options">All options</h2>

<p>No need to worry about how many columns, or width of gutters, or how big the container is. Thanks to the wonders of jQuery’s <code>outerWidth()</code> and <code>innerWidth()</code> methods, Masonry appropriately accounts for the space of any margin, padding, and border-width set with CSS. </p>

<h2 id="project-home">Project Home</h2>

<p>This project lives on GitHub at <a href="http://github.com/desandro/masonry">github.com/desandro/masonry</a>, where you can follow progress and download all these demos and documentation, and grab the latest version of the script.</p>

<p>There you can find an <a href="http://github.com/desandro/masonry/issues">issue tracker</a> where you can look through other people's <a href="http://github.com/desandro/masonry/issues/closed">resolved issues</a> or submit a new one for yourself. If you're still having trouble, try <a href="http://wiki.github.com/desandro/masonry/">looking over the FAQ</a>.</p>

<h2 id="resizing">Window Resizing</h2>

<p>By default, Masonry binds a call to the browser window for resizing. But the rearrangement script is triggered only when the layout adds or loses a column, so you don&rsquo;t have to worry about Masonry slowing down window resizes, or with fixed layouts.</p>
Expand Down Expand Up @@ -284,7 +290,9 @@ <h2>Examples in the Wild</h2>
<h2 id="changelog">Changelog</h2>

<dl>
<dt>v1.1.0: 29 Apr 2010</dt>
<dt>v1.2 12 Jun 2010</dt>
<dd>Support for filtering added</dd>
<dt>v1.1: 29 Apr 2010</dt>
<dd>Add animation</dd>
<dt>v1.0: 7 Dec 2009</dt>
<dd>Multi-column width support</dd>
Expand Down

0 comments on commit f9fc946

Please sign in to comment.