Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples/English_Animal_Identification/start.html
diff options
context:
space:
mode:
Diffstat (limited to 'examples/English_Animal_Identification/start.html')
-rwxr-xr-xexamples/English_Animal_Identification/start.html65
1 files changed, 0 insertions, 65 deletions
diff --git a/examples/English_Animal_Identification/start.html b/examples/English_Animal_Identification/start.html
deleted file mode 100755
index 3ee8538..0000000
--- a/examples/English_Animal_Identification/start.html
+++ /dev/null
@@ -1,65 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <title>Start Page for English Animal Identification</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
- <link type="image/ico" rel="icon" href="../../assets/image/favicon.ico" />
- <link type="text/css" rel="stylesheet" href="../../css/kStart.css" />
- <script type="text/javascript" src="../../js/jquery-1.3.2.min.js"></script>
- <script type="text/javascript" src="../../js/karma.js"></script>
-
-
-</head>
-<body id="kStart">
- <div id="top">
- <a href="../../list.html" title="Back">
- <div id='backBtn'>
- </div>
- </a>
- <div id="topMiddle">
- <div id="topDesc" class="center">साझा शिक्षा ई-पाटीद्वारा निर्मित</div>
- <div id="topE-Paath" class="center">ई-पाठ</div>
- </div>
- </div>
-
- <div id="middle">
-
- <div id="grade" class="center">
- <span id="gradeText">कक्षा:</span><span id="gradeNum">२</span>
- </div>
- <div id="subject" class="center">अँग्रेजी</div>
- <div id="lessonTitle" class="center">
- <a href="./index.html">Identifying Animals</a>
- </div>
- <div id="lessonDesc" class="center">
- This is a lesson for identifying animals
- </div>
- <div id="teachersNoteBtn" class="button">
- <a href="./kDoc.html?back=start.html&doc=teachersNote">
- <div> Teacher's Note</div>
- <div>पाठविवरण</div>
- </a>
- </div>
- <div id="lessonPlanBtn" class="button">
- <a href="./kDoc.html?back=start.html&doc=lessonPlan">
- <div>Lesson Plan</div>
- <div>पाठयोजना</div>
- </a>
- </div>
- </div>
- <div id="bottom">
- <a id="logo" href="http://www.olenepal.org">
- <!--<div id="logo" class="center">
- <div></div>
- </div>-->
- </a>
- <div id="copyright">
- Copyright <a href="http://www.olenepal.org">OLE Nepal</a> 2009,
- <a href="http://www.opensource.org/licenses/mit-license.php">MIT License</a>
- </div>
- </div>
- <script type="text/javascript">
- Karma.scaleToViewport();
- </script>
-</body>
-</html> \ No newline at end of file