-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (38 loc) · 903 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>Tuition</title>
<link rel="stylesheet" type="text/css" href="css/normalize.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<body>
<header>
<div id='header_content'>
<ul>
<li>
<ul>Achievements
<li>a</li>
<li>b</li>
</ul>
</li>
<li>
<ul>Rewards
<li>c</li>
<li>d</li>
</ul>
</li>
</ul>
</div>
<div id='progressbar'><div class='progress'>80% completed</div><span id='overlap'></span><span id='right'></span></div>
<div id='menubar'><span id='logo'>t</span><span id='title'>TUITION</span></div>
</header>
<div id='slidingmenu'></div>
<button id="silly">Do It</button>
<button id="clear">Clear</button>
<div id="results"></div>
<script src="js/jquery-1.11.0.min.js"></script>
<script src="js/tuition.js"></script>
<script>
</script>
</body>
</html>