Skip to content

Commit

Permalink
added links to superscrollorama
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpolacek committed May 20, 2012
1 parent 738b3cf commit ad4aec9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
@@ -1,8 +1,9 @@
#Scrollorama

The jQuery plugin for doing cool scrolly stuff
The jQuery plugin for doing cool scrolly stuff.

Want to do super-scrolly stuff? Check out [Scrollorama2: SuperScrollorama](http://johnpolacek.github.com/superscrollorama/)

Check out the [Project Page](http://johnpolacek.github.com/scrollorama) for more information.

## License

Expand Down
2 changes: 1 addition & 1 deletion css/style.css
Expand Up @@ -164,7 +164,7 @@ code {

#download {
position: absolute;
top: 320px;
top: 380px;
font-size: 18px;
width: 100%;
line-height: 1.8;
Expand Down
3 changes: 2 additions & 1 deletion index.html
Expand Up @@ -27,7 +27,8 @@ <h1 id="title">scrollorama</h1>
<a href="https://twitter.com/johnpolacek" class="twitter-follow-button" data-show-count="false" data-size="large">Follow @johnpolacek</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</p>
<p id="desc">The jQuery plugin for doing cool scrolly stuff</p>
<p id="desc">The jQuery plugin for doing cool scrolly stuff<br />
<small>Want to do super-scrolly stuff?<br />Check out <a href="http://johnpolacek.github.com/superscrollorama/">Scrollorama2: SuperScrollorama</a></small></p>
<p id="download">
<span class="accent">&#9733;</span> DOWNLOAD <span class="accent">&#9733;</span><br />
<a class="download" href="https://github.com/johnpolacek/scrollorama/zipball/master">zip</a>
Expand Down

0 comments on commit ad4aec9

Please sign in to comment.