This repository has been archived by the owner on May 30, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.jade
55 lines (46 loc) · 1.72 KB
/
index.jade
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
extends layout
block vars
- var title = "Welcome to Upstage";
- var author = "Reid Burke";
- var description = "Welcome!";
block slides
section.slide#title
h2= title
p.author= author
p Left arrow or swipe left to continue!
section.slide#how-it-works
h2 How Does It Work?
:markdown
Upstage is a library for making web presentations built on [YUI](http://yuilibrary.com).
ol
li
h3 Create Slides
p Slides are plain old HTML.
li
h3 Tweak Styles
p Upstage can be used with deck.js themes.
li
h3 Extend and Enjoy
p Build on YUI's rock-solid architecture.
.slide#getting-started
:markdown
### Getting Started
- Get the [Upstage](https://github.com/reid/upstage) repo.
- Copy `index.html` and the `build` directory to another directory.
- Start writing!
section.slide#architecture
h2 Architecture
p The Upstage core provides the architecture for the presentation. Make it useful by plugging in some of these:
ul
li.slide#architecture-keyboard
:markdown
**UpstageKeyboard**: Keyboard navigation.
li.slide#architecture-gesture
:markdown
**UpstageGesture**: Gesture navigation.
li.slide#architecture-blanker
:markdown
**UpstageBlanker**: Blank the screen.
li.slide#architecture-permalink
:markdown
**UpstagePermalink**: Permalinks to each slide.