Skip to content

Commit f0d4774

Browse files
committed
Housekeeping in example folder
1 parent cba4b79 commit f0d4774

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed
File renamed without changes.
File renamed without changes.

example/index.html renamed to example/hello-world/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">
5-
<title>Intro.js | Better introductions for websites and features with a step-by-step guide for your projects.</title>
5+
<title>Basic usage</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<meta name="description" content="Intro.js - Better introductions for websites and features with a step-by-step guide for your projects.">
88
<meta name="author" content="Afshin Mehrabani (@afshinmeh) in usabli.ca group">
99

1010
<!-- styles -->
11-
<link href="css/bootstrap.min.css" rel="stylesheet">
12-
<link href="css/demo.css" rel="stylesheet">
11+
<link href="../assets/css/bootstrap.min.css" rel="stylesheet">
12+
<link href="../assets/css/demo.css" rel="stylesheet">
1313

1414
<!-- Add IntroJs styles -->
15-
<link href="../introjs.css" rel="stylesheet">
15+
<link href="../../introjs.css" rel="stylesheet">
1616

17-
<link href="css/bootstrap-responsive.min.css" rel="stylesheet">
17+
<link href="../assets/css/bootstrap-responsive.min.css" rel="stylesheet">
1818
</head>
1919

2020
<body>
@@ -70,6 +70,6 @@ <h4>Developed with &lt;3</h4>
7070
</div>
7171

7272
</div>
73-
<script type="text/javascript" src="../intro.js"></script>
73+
<script type="text/javascript" src="../../intro.js"></script>
7474
</body>
7575
</html>

example/index_programmatic.html renamed to example/programmatic/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">
5-
<title>Intro.js | Better introductions for websites and features with a step-by-step guide for your projects.</title>
5+
<title>Defining with JSON configuration</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<meta name="description" content="Intro.js - Better introductions for websites and features with a step-by-step guide for your projects.">
88
<meta name="author" content="Afshin Mehrabani (@afshinmeh) in usabli.ca group">
99

1010
<!-- styles -->
11-
<link href="css/bootstrap.min.css" rel="stylesheet">
12-
<link href="css/demo.css" rel="stylesheet">
11+
<link href="../assets/css/bootstrap.min.css" rel="stylesheet">
12+
<link href="../assets/css/demo.css" rel="stylesheet">
1313

1414
<!-- Add IntroJs styles -->
15-
<link href="../introjs.css" rel="stylesheet">
15+
<link href="../../introjs.css" rel="stylesheet">
1616

17-
<link href="css/bootstrap-responsive.min.css" rel="stylesheet">
17+
<link href="../assets/css/bootstrap-responsive.min.css" rel="stylesheet">
1818
</head>
1919

2020
<body>
@@ -70,7 +70,7 @@ <h4>Developed with &lt;3</h4>
7070
</div>
7171

7272
</div>
73-
<script type="text/javascript" src="../intro.js"></script>
73+
<script type="text/javascript" src="../../intro.js"></script>
7474
<script type="text/javascript">
7575
function startIntro(){
7676
var intro = introJs();

0 commit comments

Comments
 (0)