-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprocLearn.html
More file actions
54 lines (44 loc) · 1.23 KB
/
Copy pathprocLearn.html
File metadata and controls
54 lines (44 loc) · 1.23 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Learning with Autism - Home</title>
<link rel="stylesheet" type="text/css" href="CSS/BigRedHacks.css"/>
<script type="text/javascript" src="nextMsg.js"></script>
</head>
<body>
<div id="ALL">
<div id="content">
<div id="header">
<a href="index.html">
<h5 id="title">A4A Learning Center</h5>
</a>
</div>
<div id="topBar">
<button id="butt0" class="procInstruct" onclick="nextMsg()">Start</button>
</div>
<div id="buttonBar">
<button id="butt1" class="msgStep" onclick="nextMsg()">Roll out the dough!</button>
<button id="butt2" class="msgStep" onclick="nextMsg()">Put on some toppings!</button>
<button id="butt3" class="msgStep" onclick="nextGame()">Bake it in the oven!</button>
</div>
<div id="topRow">
<div id="basePanel" class="comic1">
<p class="invis">B1</p>
<div id="cover1" class="cover"></div>
</div>
<div class="comic1">
<p class="invis">B2</p>
<div id="cover2" class="cover"></div>
</div>
<div class="comic1">
<p class="invis">B3</p>
<div id="cover3" class="cover"></div>
</div>
</div>
<div id="footer">
<p id="about" class="info">FOOTER</p>
</div>
</div>
</div>
</body>
</html>