|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <title>Intro.js | Better introductions for websites and features with a step-by-step guide for your projects.</title> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 7 | + <meta name="description" content="Intro.js - Better introductions for websites and features with a step-by-step guide for your projects."> |
| 8 | + <meta name="author" content="Afshin Mehrabani (@afshinmeh) in usabli.ca group"> |
| 9 | + |
| 10 | + <!-- styles --> |
| 11 | + <link href="css/bootstrap.min.css" rel="stylesheet"> |
| 12 | + <link href="css/demo.css" rel="stylesheet"> |
| 13 | + |
| 14 | + <!-- Add IntroJs style --> |
| 15 | + <link href="introjs.css" rel="stylesheet"> |
| 16 | + <link href="css/bootstrap-responsive.min.css" rel="stylesheet"> |
| 17 | + </head> |
| 18 | + |
| 19 | + <body> |
| 20 | + |
| 21 | + <div class="container-narrow"> |
| 22 | + |
| 23 | + <div class="masthead"> |
| 24 | + <ul class="nav nav-pills pull-right" data-step="5" data-intro="Get it, use it."> |
| 25 | + <li><a href="https://github.com/usablica/intro.js/tags"><i class='icon-black icon-download-alt'></i> Download</a></li> |
| 26 | + <li><a href="https://github.com/usablica/intro.js">Github</a></li> |
| 27 | + <li><a href="https://twitter.com/usablica">@usablica</a></li> |
| 28 | + </ul> |
| 29 | + <h3 class="muted">Intro.js</h3> |
| 30 | + </div> |
| 31 | + |
| 32 | + <hr> |
| 33 | + |
| 34 | + <div class="jumbotron"> |
| 35 | + <h1 data-step="1" data-intro="Hello all! :) This project's called Intro.js.">Intro<span style="font-weight: normal;">.js</span></h1> |
| 36 | + <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> |
| 37 | + <a class="btn btn-large btn-success" href="javascript:void(0);" onclick="javascript:introJs().start();">Show me how</a> |
| 38 | + </div> |
| 39 | + |
| 40 | + <hr> |
| 41 | + |
| 42 | + <div class="row-fluid marketing"> |
| 43 | + <div class="span6" data-step="2" data-intro="Ok, wasn't that fun?"> |
| 44 | + <h4>Easy to Use</h4> |
| 45 | + <p>Just include the js and css files and add <code>data-step</code> and <code>data-intro</code> to your code.</p> |
| 46 | + |
| 47 | + <h4>Fast & Small</h4> |
| 48 | + <p><strong>4 KB</strong> JavaScript and <strong>2 KB</strong> CSS. That's all.</p> |
| 49 | + |
| 50 | + <h4>Free & Open-Source</h4> |
| 51 | + <p>Free and open-source (including commercial use). Published under MIT license.</p> |
| 52 | + </div> |
| 53 | + |
| 54 | + <div class="span6" data-step="3" data-intro="More features, more fun."> |
| 55 | + <h4>Keyboard + Mouse navigation</h4> |
| 56 | + <p>Ability to navigate with the mouse, or the keyboard - <code>←</code>, <code>→</code> and <code>ESC</code> to exit.</p> |
| 57 | + |
| 58 | + <h4>Browser Compatibllity</h4> |
| 59 | + <p>Better compatibility is on the roadmap, but currently it should work in recent versions of Firefox and Chrome (probably IE10, too!)</p> |
| 60 | + <h4>Developed with <3</h4> |
| 61 | + <p>With <3 in <a href='http://usabli.ca/' target="_blank" title="usabli.ca group">usabli.ca</a>, Tehran.</p> |
| 62 | + </div> |
| 63 | + </div> |
| 64 | + |
| 65 | + <hr> |
| 66 | + |
| 67 | + <div class="footer"> |
| 68 | + <p>© <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> |
| 69 | + </div> |
| 70 | + |
| 71 | + </div> |
| 72 | + <script type="text/javascript" src="intro.js"></script> |
| 73 | + </body> |
| 74 | +</html> |
0 commit comments