Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/start_en.html
diff options
context:
space:
mode:
authorBryan Berry <bryan@olenepal.org>2010-02-17 11:09:22 (GMT)
committer Bryan Berry <bryan@olenepal.org>2010-02-17 11:09:22 (GMT)
commit83f0d6502b25b71ea6d663f1e561123c15cc23d5 (patch)
treec5bff4e689c4e7af8814be45cb136b6c37293f71 /start_en.html
parentaeb50aa30708c04cd816172753ea4972815b207c (diff)
create english version of the start page
Diffstat (limited to 'start_en.html')
-rw-r--r--start_en.html60
1 files changed, 60 insertions, 0 deletions
diff --git a/start_en.html b/start_en.html
new file mode 100644
index 0000000..ec1d38a
--- /dev/null
+++ b/start_en.html
@@ -0,0 +1,60 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title>Start Page for My First Karma Lesson</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="#" title="Back">
+ <div id='backBtn'>
+ </div>
+ </a>
+ <div id="topMiddle">
+ <div id="topDesc" class="center">OLE Nepal</div>
+ <div id="topE-Paath" class="center">Karma</div>
+ </div>
+ </div>
+
+ <div id="middle">
+
+ <div id="grade" class="center">
+ <span id="gradeText">Grade:</span><span id="gradeNum">2</span>
+ </div>
+ <div id="subject" class="center">Subject</div>
+ <div id="lessonTitle" class="center">
+ <a href="./index.html">My First Karma Lesson</a>
+ </div>
+ <div id="lessonDesc" class="center">
+ This is a lesson that teaches something
+ </div>
+ <div id="teachersNoteBtn" class="button">
+ <a href="./kDoc.html?back=start.html&doc=teachersNote">
+ <div> Teacher's Note</div>
+ </a>
+ </div>
+ <div id="lessonPlanBtn" class="button">
+ <a href="./kDoc.html?back=start.html&doc=lessonPlan">
+ <div>Lesson Plan</div>
+ </a>
+ </div>
+ </div>
+ <div id="bottom">
+ <a id="logo" href="http://www.olenepal.org">
+ </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