新手操作指南Demo - 使用双汇UI代码

index.html 2.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Examples, Table of Contents</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. <!-- styles -->
  10. <link href="assets/css/bootstrap.min.css" rel="stylesheet">
  11. <link href="assets/css/demo.css" rel="stylesheet">
  12. <link href="assets/css/bootstrap-responsive.min.css" rel="stylesheet">
  13. </head>
  14. <body>
  15. <div class="container-narrow">
  16. <div class="masthead">
  17. <h3 class="muted">Examples</h3>
  18. </div>
  19. <hr>
  20. <ul>
  21. <li><a href="hello-world/index.html" title='Basic usage'>Basic usage</a></li>
  22. <li><a href="hello-world/withoutBullets.html" title='Basic usage with buttons'>Basic usage with buttons</a></li>
  23. <li><a href="hello-world/withoutButtons.html" title='Basic usage with bullets'>Basic usage with bullets</a></li>
  24. <li><a href="hello-world/withProgress.html" title='Basic usage with progress-bar'>Basic usage with progress-bar</a></li>
  25. <li><a href="hello-world/withScroll.html" title='Basic usage with a scrolling element'>Basic usage with a scrolling element</a></li>
  26. <li><a href="programmatic/index.html" title='Programmatic defining using JSON'>Programmatic defining using JSON</a></li>
  27. <li><a href="multi-page/index.html" title='Multi-Page introduction'>Multi-Page introduction</a></li>
  28. <li><a href="auto-position/index.html" title='Auto-positioning'>Auto-positioning</a></li>
  29. <li><a href="disable-interaction/index.html" title='Disable interaction'>Disable interaction with elements</a></li>
  30. <li><a href="RTL/index.html" title='RTL version'>RTL version</a></li>
  31. <li><a href="html-tooltip/index.html" title='HTML in tooltip'>HTML in tooltip</a></li>
  32. <li><a href="custom-class/index.html" title='Custom CSS Class'>Custom CSS Class</a></li>
  33. <li><a href="withoutElement/index.html" title='Introduction without focusing on elements'>Introduction without focusing on elements</a></li>
  34. <li><a href="bootstrap/v3/index.html" title='Using with Bootstrap v3.0'>Using with Bootstrap v3.0</a></li>
  35. <li><a href="svg/d3.htm" title='Using Introjs with SVG Element'>Using with SVG Elements (D3)</a></li>
  36. <li><a href="hint/index.html" title='Basic hints usage'>Basic hints usage</a></li>
  37. <li><a href="hint/withElement.html" title='Basic hints usage on an element'>Basic hints usage on an element</a></li>
  38. <li><a href="programmatic/hint.html" title='Programmatic defining hints using JSON'>Programmatic defining hints using JSON</a></li>
  39. </ul>
  40. </div>
  41. </body>
  42. </html>