Skip to content

Commit

Permalink
Whitespace formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
biilmann committed Mar 21, 2013
1 parent bd56e4a commit dca3d35
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h2 class="sub">Make your stuff stick!</h2>
<p class="lead">
Ever wanted to <strong>pin</strong> something to the side of a text? Ever needed a subtle sticky element to quietly hang around as you scroll down?
</p>

<p>
<strong>jQuery.Pin</strong> is here to help! Pin any element to the top of a container. Easily <strong>disable</strong> it for smaller screen-sizes where there's no room for that kind of shenanigans.
</p>
Expand Down Expand Up @@ -76,7 +76,7 @@ <h4>Its a cat!</h4>
</div>

</section>

<section class="left-nav">
<div class="container clearfix">
<div class="row">
Expand All @@ -100,7 +100,7 @@ <h2>Want a sticky left menu?</h2>
</div>
</section>
</div>

<div class="wrapper text-center">
<a href="https://github.com/webpop/jquery.pin" class="button">Get it now!</a>
<small>What are you waiting for?</small>
Expand All @@ -118,14 +118,15 @@ <h2>Want a sticky left menu?</h2>
</div>
</div>
</footer>

<a href="https://github.com/webpop/jquery.pin"><img style="position: absolute; top: 0; left: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_left_gray_6d6d6d.png" alt="Fork me on GitHub"></a>


<!-- Include jQuery and jquery.pin -->
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="jquery.pin.js"></script>



<!-- PIN ALL THE THINGS! -->
<script>
$(".pinned").pin({containerSelector: ".container", minWidth: 940});
Expand Down

0 comments on commit dca3d35

Please sign in to comment.