Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples/2_English_directionOfArrows/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'examples/2_English_directionOfArrows/index.html')
-rwxr-xr-xexamples/2_English_directionOfArrows/index.html41
1 files changed, 41 insertions, 0 deletions
diff --git a/examples/2_English_directionOfArrows/index.html b/examples/2_English_directionOfArrows/index.html
new file mode 100755
index 0000000..a3b264d
--- /dev/null
+++ b/examples/2_English_directionOfArrows/index.html
@@ -0,0 +1,41 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <title>English_Direction of Arrows</title>
+ <meta name="keywords" content="karma,javascript,html5,sugar,sugarlabs,gsoc,ole,nepal,arrows direction" />
+ <link type="text/css" rel="stylesheet" href="css/lesson.css" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+ <link type="image/ico" rel="icon" href="../../assets/default/images/favicon.ico" />
+ <link type="text/css" rel="stylesheet" href="css/lesson.css" />
+ <script type="text/javascript" src="js/jquery-1.3.2.js"></script>
+ <script type="text/javascript" src="js/lesson.js"></script>
+</head>
+<body>
+
+
+
+ <div id="gameArea">
+ <div id="questionBox">
+ <img class = "imageBox" id="imgObject" src="" alt="">
+
+ </div>
+ <div id="options">
+ <a href="#" id="anchorOpt0"><img class="optImg" id="option0" src="" alt=""></a>
+ <a href="#" id="anchorOpt1"><img class="optImg" id="option1" src="" alt=""></a>
+ <a href="#" id="anchorOpt2"><img class="optImg" id="option2" src="" alt=""></a>
+ <a href="#" id="anchorOpt3"><img class="optImg" id="option3" src="" alt=""></a>
+ </div>
+ <img class="checkedOption" id="check" src="" alt="">
+ <div id ="scoreArea">
+ <form name="scoreDisplay">
+ <b>Score:</b> <input type="text" size="1" name="score">
+ <b>Total:</b> <input type="text" size="1" name="total">
+ </form>
+ </div>
+ <a href="#" id="anchorPlayAgain"><img class="playAgain" src="assets/images/play_again.jpg" alt=""></a>
+ <div id="gameOver" style= "display:none">
+ Game Over
+ </div>
+ </div>
+</body>
+</html> \ No newline at end of file