Skip to content
This repository was archived by the owner on Feb 4, 2021. It is now read-only.

Commit e2e3502

Browse files
committed
Change basic example tooltip and texts
1 parent f0d4774 commit e2e3502

File tree

1 file changed

+17
-20
lines changed

1 file changed

+17
-20
lines changed

example/hello-world/index.html

Lines changed: 17 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -33,42 +33,39 @@ <h3 class="muted">Intro.js</h3>
3333
<hr>
3434

3535
<div class="jumbotron">
36-
<h1 data-step="1" data-intro="Hello all! :) This project's called Intro.js.">Intro<span style="font-weight: normal;">.js</span></h1>
37-
<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>
36+
<h1 data-step="1" data-intro="This is a tooltip!">Basic Usage</span></h1>
37+
<p class="lead" data-step="4" data-intro="Another step.">This is the basic usage of IntroJs, with <code>data-step</code> and <code>data-intro</code> attributes.</p>
3838
<a class="btn btn-large btn-success" href="javascript:void(0);" onclick="javascript:introJs().start();">Show me how</a>
3939
</div>
4040

4141
<hr>
4242

4343
<div class="row-fluid marketing">
4444
<div class="span6" data-step="2" data-intro="Ok, wasn't that fun?" data-position='right'>
45-
<h4>Easy to Use</h4>
46-
<p>Just include the js and css files and add <code>data-step</code> and <code>data-intro</code> to your code.</p>
45+
<h4>Section One</h4>
46+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis augue a neque cursus ac blandit orci faucibus. Phasellus nec metus purus.</p>
4747

48-
<h4>Fast &amp; Small</h4>
49-
<p><strong>7 KB</strong> JavaScript and <strong>3 KB</strong> CSS. That's all.</p>
48+
<h4>Section Two</h4>
49+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis augue a neque cursus ac blandit orci faucibus. Phasellus nec metus purus.</p>
5050

51-
<h4>Free &amp; Open-Source</h4>
52-
<p>Free and open-source (including commercial use). Published under MIT license.</p>
53-
</div>
51+
<h4>Section Three</h4>
52+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis augue a neque cursus ac blandit orci faucibus. Phasellus nec metus purus.</p>
53+
</div>
5454

5555
<div class="span6" data-step="3" data-intro="More features, more fun." data-position='left'>
56-
<h4>Keyboard + Mouse navigation</h4>
57-
<p>Ability to navigate with the mouse, or the keyboard - <code></code>, <code></code>, <code>ENTER</code> and <code>ESC</code> to exit.</p>
56+
<h4>Section Four</h4>
57+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis augue a neque cursus ac blandit orci faucibus. Phasellus nec metus purus.</p>
5858

59-
<h4>Browser Compatibllity</h4>
60-
<p>Better compatibility is on the roadmap, but currently it should work in recent versions of Firefox, Chrome and IE8 also.</p>
61-
<h4>Developed with &lt;3</h4>
62-
<p>With &lt;3 in <a href='http://usabli.ca/' target="_blank" title="usabli.ca group">usabli.ca</a>, Tehran.</p>
63-
</div>
64-
</div>
59+
<h4>Section Five</h4>
60+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis augue a neque cursus ac blandit orci faucibus. Phasellus nec metus purus.</p>
6561

66-
<hr>
62+
<h4>Section Six</h4>
63+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis augue a neque cursus ac blandit orci faucibus. Phasellus nec metus purus.</p>
6764

68-
<div class="footer">
69-
<p>&copy; <a href='http://usabli.ca/' target="_blank" title="usabli.ca group">usabli.ca</a> 2013 - A weekend project by <a href="http://afshinm.name/" target="_blank">Afshin Mehrabani</a></p>
65+
</div>
7066
</div>
7167

68+
<hr>
7269
</div>
7370
<script type="text/javascript" src="../../intro.js"></script>
7471
</body>

0 commit comments

Comments
 (0)