Skip to content

Commit

Permalink
A little changes in the example file
Browse files Browse the repository at this point in the history
  • Loading branch information
afshinm committed Mar 27, 2013
1 parent e5dda90 commit c02abb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h3 class="muted">Intro.js</h3>

<div class="jumbotron">
<h1 data-step="1" data-intro="Hello all! :) This project's called Intro.js.">Intro<span style="font-weight: normal;">.js</span></h1>
<p class="lead" data-step="4" data-intro="Let's try it. It's free and open-source." data-position='top'>Better introductions for websites and features with a step-by-step guide for your projects.</p>
<p class="lead" data-step="4" data-intro="Let's try it. It's free and open-source.">Better introductions for websites and features with a step-by-step guide for your projects.</p>
<a class="btn btn-large btn-success" href="javascript:void(0);" onclick="javascript:introJs().start();">Show me how</a>
</div>

Expand All @@ -49,7 +49,7 @@ <h4>Easy to Use</h4>
<p>Just include the js and css files and add <code>data-step</code> and <code>data-intro</code> to your code.</p>

<h4>Fast &amp; Small</h4>
<p><strong>4 KB</strong> JavaScript and <strong>2 KB</strong> CSS. That's all.</p>
<p><strong>7 KB</strong> JavaScript and <strong>3 KB</strong> CSS. That's all.</p>

<h4>Free &amp; Open-Source</h4>
<p>Free and open-source (including commercial use). Published under MIT license.</p>
Expand All @@ -60,7 +60,7 @@ <h4>Keyboard + Mouse navigation</h4>
<p>Ability to navigate with the mouse, or the keyboard - <code></code>, <code></code>, <code>ENTER</code> and <code>ESC</code> to exit.</p>

<h4>Browser Compatibllity</h4>
<p>Better compatibility is on the roadmap, but currently it should work in recent versions of Firefox and Chrome (probably IE10, too!)</p>
<p>Better compatibility is on the roadmap, but currently it should work in recent versions of Firefox, Chrome and IE8 also.</p>
<h4>Developed with &lt;3</h4>
<p>With &lt;3 in <a href='http://usabli.ca/' target="_blank" title="usabli.ca group">usabli.ca</a>, Tehran.</p>
</div>
Expand Down

0 comments on commit c02abb3

Please sign in to comment.