-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (55 loc) · 2.3 KB
/
index.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Leaprezi - Leap Motion for your Prezi presentations</title>
<link href="css/bootstrap.css" rel="stylesheet" />
<link href="css/default.css" rel="stylesheet" />
<script src="js/leap-0.6.3.min.js"></script>
</head>
<body>
<div class="container">
<div id="content">
<div class="row">
<div class="span9">
<h1>Hello!</h1>
<p>This is the home of the Leaprezi - Leap Motion for your Web Prezi presentations</p>
<p>More details at <a target="_blank" href="https://github.com/Apidcloud/Leaprezi">GitHub</a></p>
<p class="text-warning">
<span class="label label-important">Important</span>
Please be aware that the status of the Prezi API is alpha, which may cause this demo to malfunction.
Try to disable your adblock if the presentation is not loading.
</p>
<p></p>
<p>Swipe with one hand to the left or to the right on top of the Leap Motion to navigate to the next or previous slide respectively - the hand shouldn't be totally flat.</p>
<div id="leapInfo"></div>
</div>
</div>
<div class="row">
<div class="span8">
<div id="prezi-player"></div>
</div>
<div class="span4">
<ul class="nav nav-list" id="sidebar-nav">
<li><a href="#0"><strong>Home</strong></a></li>
<li><a href="#1"><strong>Prezi Player API</strong></a></li>
<li><a href="#2"> What is it about?</a></li>
<li><a href="#3"> How to prepare?</a></li>
<li><a href="#4"> Easy to use!</a></li>
<li><a href="#5"> Should know</a></li>
<li><a href="#6"><strong>Think about</strong></a></li>
<li><a href="#7"> Non-linear storytelling</a></li>
<li><a href="#8"> Table of contents / Chatroom</a></li>
<li><a href="#9"> Syncing a prezi and a video</a></li>
<li><a href="#10"> Interact with the outside world</a></li>
<li><a href="#11"><strong>How it works?</strong></a></li>
</ul>
</div>
</div>
</div>
</div>
</body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script src="js/prezi_player.js"></script>
<script src="js/leaprezi.js"></script>
</html>