-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
163 lines (140 loc) · 7.62 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<!DOCTYPE html>
<!--[if lt IE 7 ]> <html class="ie ie6 no-js"> <![endif]-->
<!--[if IE 7 ]> <html class="ie ie7 no-js"> <![endif]-->
<!--[if IE 8 ]> <html class="ie ie8 no-js"> <![endif]-->
<!--[if IE 9 ]> <html class="ie ie9 no-js"> <![endif]-->
<!--[if gt IE 9]><!--><html class="no-js"><!--<![endif]-->
<head id="">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Carys Maths</title>
<meta name="title" content="Carys Maths">
<meta name="description" content="A quick iPad app for maths learning.">
<meta name="google-site-verification" content="">
<meta name="author" content="Tom Morgan - morganesque.com">
<meta name="Copyright" content="Copyright Tom Morgan 2012. All Rights Reserved.">
<meta name="DC.title" content="Carys Maths">
<meta name="DC.subject" content="A quick iPad app for maths learning.">
<meta name="DC.creator" content="Tom Morgan - morganesque.com">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<script src="js/modernizr.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript" src="//use.typekit.net/wfx0uok.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<!-- <link href='http://fonts.googleapis.com/css?family=Days+One' rel='stylesheet' type='text/css'> -->
<!-- <link href='http://fonts.googleapis.com/css?family=Kite+One' rel='stylesheet' type='text/css'> -->
<!-- <link href='http://fonts.googleapis.com/css?family=Coming+Soon' rel='stylesheet' type='text/css'> -->
<!-- <link href='http://fonts.googleapis.com/css?family=Delius+Unicase:400,700' rel='stylesheet' type='text/css'> -->
<!-- <link href='http://fonts.googleapis.com/css?family=Loved+by+the+King' rel='stylesheet' type='text/css'> -->
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8">
</head>
<body>
<div class="ipad">
<div id="settings" class="pane">
<div class="numbers">
<a class="option chosen" href="#">2</a>
<a class="option" href="#">3</a>
<a class="option" href="#">4</a>
<a class="option" href="#">5</a>
<a class="option" href="#">6</a>
<a class="option" href="#">7</a>
<a class="option" href="#">8</a>
<a class="option" href="#">9</a>
<a class="option" href="#">10</a>
<a class="option chosen" href="#">11</a>
<a class="option" href="#">12</a>
</div><!-- .numbers -->
<div class="operations">
<a class="option" href="#" data-operation="add">+</a>
<a class="option" href="#" data-operation="sub">-</a>
<a class="option chosen" href="#" data-operation="mul">×</a>
<a class="option" href="#" data-operation="div">÷</a>
</div><!-- .numbers -->
<div class="instructions">
<div class="name">Mister Maths</div>
<p class="head">Instructions</p>
<p>Use the controls on either side to control what kind of quesitons you'll get.</p>
<p>A question will appear below. Use the numbers to type the answer. Then click the green button for another question</p>
<a id="start-button" href="#">start</a>
</div>
</div><!-- .settings -->
<div id="game" class="pane">
<!-- The drawings of Mister Maths -->
<div class="characters">
<div class="char1"></div><!-- .char1 -->
<div class="char2"></div><!-- .char2 -->
<div class="char3"></div><!-- .char3 -->
<div class="char4"></div><!-- .char4 -->
<div class="char5"></div><!-- .char5 -->
<div class="char6"></div><!-- .char6 -->
<div class="char7"></div><!-- .char7 -->
<div class="char8"></div><!-- .char8 -->
<div class="char9"></div><!-- .char9 -->
<div class="char10"></div><!-- .char10 -->
<div class="char11"></div><!-- .char11 -->
<div class="char12"></div><!-- .char12 -->
<div class="char13"></div><!-- .char13 -->
<div class="char14"></div><!-- .char14 -->
<div class="char15"></div><!-- .char15 -->
<div class="char16"></div><!-- .char16 -->
<div class="char17"></div><!-- .char17 -->
<div class="char18"></div><!-- .char18 -->
<div class="char19"></div><!-- .char19 -->
<div class="char20"></div><!-- .char20 -->
</div><!-- .characters -->
<div class="qa">
<p id="question" class="question"></p>
<p id="answer" class="answer"></p>
</div><!-- .qa -->
<p class="time"><span id="time">0:00</span></p>
<p id="feedback" class="feedback red hidden"></p>
<div class="keyboard">
<a href="#" class="key" id="one">1</a><!-- .key
--><a href="#" class="key" id="two">2</a><!-- .key
--><a href="#" class="key" id="tre">3</a><!-- .key
--><a href="#" class="key" id="for">4</a><!-- .key
--><a href="#" class="key" id="fiv">5</a><!-- .key
--><a href="#" class="key" id="six">6</a><!-- .key
--><a href="#" class="key" id="sev">7</a><!-- .key
--><a href="#" class="key" id="eig">8</a><!-- .key
--><a href="#" class="key" id="nin">9</a><!-- .key
--><a href="#" class="key again" id="again"><img src="img/again.png" width="27" height="23" alt="Again"></a><!-- .key
--><a href="#" class="key" id="zer">0</a><!-- .key
--><a href="#" class="key" id="del"><</a><!-- .key -->
</div><!-- .keyboard -->
</div><!-- .game -->
<div id="bottom-right">
<p class="item num answered"><span id="answered">0</span><br />answers</p>
<p class="item num score"><span id="score">0</span><br />score</p>
<a class="item button cog" href="#" id="cog">settings</a><!-- .help -->
<a class="item button save" href="#" id="save">save</a><!-- .save -->
</div>
</div><!-- .ipad -->
<div id="orient" class="pane">
<p class="center-message"><img src="img/rotate.png" width="136" height="135" alt="Rotate"><br /><br /><span></span></p>
</div><!-- .orient -->
<div id="loading" class="pane">
<p class="center-message"><img src="img/loading.gif" width="31" height="31" alt="Loading"><br /><br />Loading...</p>
</div><!-- .orient -->
<pre class="debug">DEBUG!</pre><!-- .debug -->
<script type="text/javascript" src="js/all.min.js"></script>
<script type="text/javascript" src="js/orientation_error.js"></script>
<script type="text/javascript" src="js/game.js"></script>
<script type="text/javascript" src="js/app.js"></script>
<!-- <script>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-REPLACE-THIS']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>-->
<!--[if (lt IE 9) & (!IEMobile)]>
<script src="js/ie/DOMAssistantCompressed-2.8.js"></script>
<script src="js/ie/selectivizr-1.0.1.js"></script>
<script src="js/ie/respond.min.js"></script>
<![endif]-->
</body>
</html>