Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rwxr-xr-xindex.html13
1 files changed, 3 insertions, 10 deletions
diff --git a/index.html b/index.html
index 0e163b2..46ebb45 100755
--- a/index.html
+++ b/index.html
@@ -1,24 +1,17 @@
-<!doctype html>
+<!DOCTYPE html>
<html>
<head>
<title>Chakra (Alpha)</title>
<meta name="keywords" content="karma javascript html5 sugar sugarlabs gsoc ole nepal"/>
<meta charset="UTF-8"/>
-
+<link type="image/ico" rel="icon" href="assets/default/images/favicon.ico" />
<link rel="stylesheet" href="css/chakra.css" type="text/css"/>
<script src="js/jquery-1.3.2.min.js"></script>
-
-<link type="image/ico" rel="icon" href="assets/default/images/favicon.ico" />
+<script src="js/knavbar.js"></script>
</head>
<body>
<section id="navigation">
- <nav id="knavbar">
- <img src="assets/images/chakra_logo.png" alt="Home" title="Home" class="topNav floatLeft"/>
- <img src="assets/images/help.png" alt="Help" title="Help" class="topNav floatRight"/>
- <img src="assets/images/karma_logo.png" alt="Karma icon" title="About Karma" class="topNav floatRight"/>
- </nav>
-
</section>