Skip to content

Commit

Permalink
portfolio demo complete
Browse files Browse the repository at this point in the history
  • Loading branch information
navilan committed Oct 20, 2011
1 parent 7139a78 commit 74f7815
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions content/demos/combine/portfolio/index.html
Expand Up @@ -10,22 +10,29 @@
{% endblock %}

{% block demo %}
<div class="blurb">

<h1 class="teaser title">{{ resource.meta.title }}</h1>

<p>
This demo shows you some of the possibilities you have when you
start combining the jQuery Tools. This demo uses the scrollable,
overlay, tooltip and expose tools together. Click on the thumbnails
to see larger versions of the flower images.
</p>

{{ standalone.body }}
<div class="box full">
{{standalone.body}}
</div>
<a class="standalone" href="index.htm">standalone demo</a>

<p>
All tools are "skin free" and they only provide the necessary
functionality. For that reason you have full control over their
appearance. You'll also be surprised how little JavaScript coding
this setup requires. The possibilities are endless.
</p>

</div>
<h3>HTML for the thumbnail scrollable</h3>

<p>
Expand Down Expand Up @@ -180,11 +187,4 @@ <h3>Thumbnail reflections</h3>
As you can see, there are no problems using the Tools and other
jQuery plugins together.
</p>

<div class="box petrol">
Here is the <a href="index.htm">standalone version</a> of this
demo. You can freely study and copy its source code.
</div>
{% endblock %}


{% endblock %}

0 comments on commit 74f7815

Please sign in to comment.