-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathslides.html
31 lines (29 loc) · 1.34 KB
/
slides.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
<!doctype html>
<html lang="en">
<head>
<link rel="stylesheet" type="text/css" href="css/index.css">
<link rel="stylesheet" type="text/css" href="css/slides.css">
<script type="text/javascript" src="https://code.jquery.com/jquery-1.10.1.js"></script>
<script type="text/javascript" src="js/slides.js"></script>
</head>
<body>
<div id="content">
<section id="main"><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<div class="target" id="ballot1">TARGET 1<br><br><br><br><br><br><br><br><br><br><br><br><br><br></div>
<div class="target" id="ballot2">TARGET 2<br><br><br><br><br><br><br><br><br><br><br><br><br><br></div>
<div class="target" id="ballot3">TARGET 3<br><br><br><br><br><br><br><br><br><br><br><br><br><br></div>
<div class="target" id="ballot4">TARGET 4<br><br><br><br><br><br><br><br><br><br><br><br><br><br></div>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
</section>
<aside id="nav">
<nav>
<a href="#ballot1" class="active">Ballot 1</a>
<a href="#ballot2">Ballot 2</a>
<a href="#ballot3">Ballot 3</a>
<a href="#ballot4">Ballot 4</a>
</nav>
<iframe id="fixedbox" src="sandbox/fixedbox.html" scrolling="yes"></iframe>
</aside>
</div>
</body>
</html>