You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -33,8 +33,7 @@ <h3 class="muted">Intro.js</h3>
33
33
34
34
<divclass="jumbotron">
35
35
<h1data-step="1" data-intro="Hello all! :) This project's called Intro.js.">Intro<spanstyle="font-weight: normal;">.js</span></h1>
36
-
<pclass="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>
37
-
36
+
<pclass="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>
38
37
<aclass="btn btn-large btn-success" href="javascript:void(0);" onclick="javascript:introJs().start();">Show me how</a>
39
38
40
39
<divstyle="margin-top: 30px;">
@@ -60,7 +59,7 @@ <h1 data-step="1" data-intro="Hello all! :) This project's called Intro.js.">Int
60
59
<hr>
61
60
62
61
<divclass="row-fluid marketing">
63
-
<divclass="span6" data-step="2" data-intro="Ok, wasn't that fun?">
62
+
<divclass="span6" data-step="2" data-intro="Ok, wasn't that fun?"data-position='right'>
64
63
<h4>Easy to Use</h4>
65
64
<p>Just include the js and css files and add <code>data-step</code> and <code>data-intro</code> to your code.</p>
66
65
@@ -71,9 +70,9 @@ <h4>Free & Open-Source</h4>
71
70
<p>Free and open-source (including commercial use). Published under MIT license.</p>
72
71
</div>
73
72
74
-
<divclass="span6" data-step="3" data-intro="More features, more fun.">
73
+
<divclass="span6" data-step="3" data-intro="More features, more fun."data-position='left'>
75
74
<h4>Keyboard + Mouse navigation</h4>
76
-
<p>Ability to navigate with the mouse, or the keyboard - <code>←</code>, <code>→</code> and <code>ESC</code> to exit.</p>
75
+
<p>Ability to navigate with the mouse, or the keyboard - <code>←</code>, <code>→</code>, <code>ENTER</code> and <code>ESC</code> to exit.</p>
77
76
78
77
<h4>Browser Compatibllity</h4>
79
78
<p>Better compatibility is on the roadmap, but currently it should work in recent versions of Firefox and Chrome (probably IE10, too!)</p>
0 commit comments