Current state
This commit is contained in:
36
public/legacy/assets/plugins/intro/example/index.html
Normal file
36
public/legacy/assets/plugins/intro/example/index.html
Normal file
@@ -0,0 +1,36 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Examples, Table of Contents</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="Intro.js - Better introductions for websites and features with a step-by-step guide for your projects.">
|
||||
<meta name="author" content="Afshin Mehrabani (@afshinmeh) in usabli.ca group">
|
||||
|
||||
<!-- styles -->
|
||||
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="assets/css/demo.css" rel="stylesheet">
|
||||
<link href="assets/css/bootstrap-responsive.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container-narrow">
|
||||
<div class="masthead">
|
||||
<h3 class="muted">Examples</h3>
|
||||
</div>
|
||||
|
||||
<hr>
|
||||
<ul>
|
||||
<li><a href="hello-world/index.html" title='Basic usage'>Basic usage</a></li>
|
||||
<li><a href="hello-world/withoutBullets.html" title='Basic usage with buttons'>Basic usage with buttons</a></li>
|
||||
<li><a href="hello-world/withoutButtons.html" title='Basic usage with bullets'>Basic usage with bullets</a></li>
|
||||
<li><a href="programmatic/index.html" title='Programmatic defining using JSON'>Programmatic defining using JSON</a></li>
|
||||
<li><a href="multi-page/index.html" title='Multi-Page introduction'>Multi-Page introduction</a></li>
|
||||
<li><a href="RTL/index.html" title='RTL version'>RTL version</a></li>
|
||||
<li><a href="html-tooltip/index.html" title='HTML in tooltip'>HTML in tooltip</a></li>
|
||||
<li><a href="custom-class/index.html" title='Custom CSS Class'>Custom CSS Class</a></li>
|
||||
<li><a href="withoutElement/index.html" title='Introduction without focusing on elements'>Introduction without focusing on elements</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user