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~')
-rw-r--r--examples/English_Animal_Identification/start.html~63
1 files changed, 63 insertions, 0 deletions
diff --git a/examples/English_Animal_Identification/start.html~ b/examples/English_Animal_Identification/start.html~
new file mode 100644
index 0000000..46565c6
--- /dev/null
+++ b/examples/English_Animal_Identification/start.html~
@@ -0,0 +1,63 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title>Launch 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/kLaunch.css" />
+ <script type="text/javascript" src="../../js/jquery-1.3.2.min.js"></script>
+
+</head>
+<body id="kLaunch">
+ <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">E-Paath</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">
+ English
+ </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="#">
+ <div>Teacher's Note</div>
+ <div>Nepali translation</div>
+ </a>
+ </div>
+ <div id="lessonPlanBtn" class="button">
+ <a href="#">
+ <div>Lesson Plan</div>
+ <div>Nepali translation</div>
+ </a>
+ </div>
+ </div>
+ <div id="bottom">
+ <div id="logo" class="center"><div></div></div>
+ </div>
+ <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>
+ <script type="text/javascript">
+ if (window.innerWidth !== 1200){
+ $('#kLaunch').css({width:'800px', height:'600px'});
+ }
+ </script>
+</body>
+</html> \ No newline at end of file