-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.html
59 lines (56 loc) · 1.45 KB
/
test.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
<!doctype html>
<html lang="en">
<head>
<title>reveal.js - HTML5 Presentations</title>
<link href='http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/test.css">
<script src="js/Jquery1.7.2.min.js"></script>
</head>
<body>
<div class="node reveal start">
<div class="state-background"></div>
<div class="slides">
<section>
<h2>Fight it Out</h2>
<p>
Flavor Text
</p>
<a href="#" class="navigateTo" id="goTo-adult2c">Next Question</a>
</section>
<!-- Example of nested vertical slides -->
<section>
<section class="home">
<h2>When there's an arguement, would you rather fight out out, talk it out, or keep out of it all together?</h2>
<p>
<ul>
<li>
<a href="#" class="leftAnswer">Fight it Out</a>
</li>
<li>
<a href="#" class="rightAnswer">Talk It Out</a>
</li>
<li>
<a href="#" class="downAnswer">Keep Out</a>
</li>
</ul>
</p>
</section>
<section>
<h2>Keep Out</h2>
<p>
Flavor Text
</p>
<a href="#" class="navigateTo" id="goTo-adult2b">Next Question</a>
</section>
</section>
<section>
<h2>Talk it Out</h2>
<p>
Flavor Text
</p>
<a href="#" class="navigateTo" id="goTo-adult2a">Next Question</a>
</section>
</div>
</div>
</body>
</html>