new site
[badge] / www / index.html
index 72b9918..bd1def5 100644 (file)
@@ -1,19 +1,49 @@
-<HTML>
-<BODY>
-<H1 align="center">Badge is a software to record the times of exit, entry and rests on the working day</H1>
-<br>
-<IMG src="badgemain.png" alt="main window">
-<br>
-<P> Click on day of interest to insert times</p>
-
-<IMG src="badgeinsert.png" alt="insert dialog">
-<BR/>
-<BR/>
-<P>Select search from menu to calculate total hours spent at work in the interest period</P>
-
-<IMG src="badgesearch.png" alt="search dialog">
-
-<A href="https://garage.maemo.org/frs/?group_id=1122&release_id=2980">Download</A>
-
-</BODY>
-</HTML>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
+<head>
+       <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+       <title>Badge</title>
+       <link rel="stylesheet" href="css/general.css" type="text/css" media="screen" />
+       <!--[if IE 6]>
+               <link rel="stylesheet" href="css/ie6.css" type="text/css" media="screen," />
+       <![endif]-->    
+       <script type="text/javascript" src="jquery-1.3.2.min.js"></script>
+       <script type="text/javascript" src="tabs.js"></script>
+</head>
+<body onload="load()">
+       <a id="logo" title="Go to Badge!" href="http://badge.garage.maemo.org"><img src="css/images/badge.jpg" alt="badge.garage.maemo.org" align="center"/></a>
+       
+       <div id="container">
+               <ul class="menu">
+                       <li id="home" >Home</li>
+                       <li id="news" class="active">News</li>
+                       <li id="doc">Documentation</li>
+                       <li id="download">Download</li>
+                       <li id="devel">Developers</li>
+                       <li id="links">Links</li>
+               </ul>
+               <span class="clear"></span>
+               <div class="content news">
+               </div>
+               <div class="content home">
+                       
+               </div>
+               <div class="content doc">
+                       
+               </div>
+               <div class="content download">
+                       
+               </div>
+               <div class="content devel">
+                       
+               </div>
+               <div class="content links">
+                       
+               </div>
+       </div>
+       <div id="footer"> Copyright 2009 The Badge
+       developers<br><br>
+       
+       </div>
+</body>
+</html>