-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprez.html
40 lines (30 loc) · 1.15 KB
/
prez.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Impress.js</title>
<meta name="description" content="Impress.js">
<meta name="author" content="vvnt" />
<link href="css/impress.css" rel="stylesheet" />
</head>
<body>
<div class="background"></div>
<div id="hint"><a href="#">Impress.js</a> - Use a spacebar or arrow keys to navigate.</div>
<div id="impress" class="impress-not-supported">
<div class="step" data-x="0" data-y="0" data-rotate="-90" data-scale="10">
<div class="title">Impress.js</div>
<div class="subtitle">today</div>
<img src="img\icon\speech-bubble-3.png" class="img-icon"/>
</div>
<div class="step" data-x="500" data-y="0" data-rotate="0" data-scale="1">
<img src="img\icon\speech-bubble-3.png" class="img-icon"/>
<div class="light">So easy</div>
</div>
<div class="step" data-x="800" data-y="0" data-rotate="-90" data-scale=".6" data-rotate-x="-90">
<img src="img\icon\help-2.png" class="img-icon"/>
</div>
</div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script src="js/impress.js"></script>
</body>
</html>