Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/start.html
diff options
context:
space:
mode:
authorBryan Berry <bryan@olenepal.org>2010-03-15 08:43:52 (GMT)
committer Bryan Berry <bryan@olenepal.org>2010-03-15 08:43:52 (GMT)
commitd03552a31d2b63b42084ae506fc94e6149a5440a (patch)
tree76608ccbe04fb941c9e4b69a205c957d29ac4b95 /start.html
initial commit
Diffstat (limited to 'start.html')
-rwxr-xr-xstart.html65
1 files changed, 65 insertions, 0 deletions
diff --git a/start.html b/start.html
new file mode 100755
index 0000000..3ee8538
--- /dev/null
+++ b/start.html
@@ -0,0 +1,65 @@
+<!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