forked from jmpressjs/jmpress.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.notes.html
66 lines (53 loc) · 1.88 KB
/
index.notes.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>jmpress.js | a jQuery plugin to build a website on the infinite canvas</title>
<meta name="description" content="jmpress.js is a jQuery plugin to build a website on the infinite canvas">
<meta name="author" content="Kyle Robinson Young @shama & Tobias Koppers @sokra" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta http-equiv="expires" content="0">
<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.17/themes/start/jquery-ui.css" rel="stylesheet" />
</head>
<body>
<div id="home" class="step">
<h1>introducing jmpress.js</h1>
<p>a jQuery plugin to build a website on the infinite canvas</p>
</div>
<div id="about" class="step">
<h1>started as jQuery port of impress.js</h1>
<p>and blah blah blah...</p>
</div>
<div id="about-jquery" class="step">
<h1>why jQuery?</h1>
<p>more info here...</p>
</div>
<div id="about-impress" class="step">
<h1>why not contribute to the original?</h1>
<p>We have contributed and will continue to send pull requests :)<br/>
@bartaz has a very specific vision for impress.js which we respect.</p>
</div>
<div id="download" class="step">
<h1>download</h1>
<p>yeah it is downloadable...</p>
</div>
<div id="docs" class="step">
<h1>docs</h1>
<p>we have docs</p>
</div>
<div id="showcase" class="step">
<h1>some cool features</h1>
<p>The list of features is long...</p>
</div>
<div id="showcase-nested" class="step">
<h1>nested step</h1>
<p>This step is nested in another step so it's position is relative to parent (view the html/css).
This can make it really easy to position the steps. You can group steps and move that group together.</p>
</div>
<div id="showcase-jmpress-nested" class="step">
<h1>jmpress also nested</h1>
<p>Really cool that this is possible, but usecases are rar.</p>
</div>
<div style="height: 1000px"></div>
</body>
</html>