Web page added.
[jspeed] / www / index.html
diff --git a/www/index.html b/www/index.html
new file mode 100644 (file)
index 0000000..df75e0a
--- /dev/null
@@ -0,0 +1,88 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r
+\r
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fi">\r
+\r
+<head>\r
+\r
+<title>jSpeed - Highly customizable speedometer application</title>\r
+<meta http-equiv="content-type" content="text/html; charset=utf-8" />\r
+<script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.min.js"></script>\r
+<script type="text/javascript" src="fancybox/jquery.mousewheel-3.0.2.pack.js"></script>\r
+<script type="text/javascript" src="fancybox/jquery.fancybox-1.3.1.js"></script>\r
+<script type="text/javascript" src="js/script.js"></script>\r
+<link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox-1.3.1.css" media="all" />\r
+<link rel="stylesheet" href="css/style.css" media="all" type="text/css" />\r
+\r
+</head>\r
+       \r
+<body>\r
+\r
+<h1 id="top"><a href="http://jspeed.garage.maemo.org/">jSpeed</a></h1>\r
+\r
+<ul id="mainmenu">\r
+       <li class="selected"><a href="http://jspeed.garage.maemo.org/">Info</a></li>\r
+       <li><a href="#download">Download</a></li>\r
+       <li><a href="http://jspeed.garage.maemo.org/themes.html">Themes</a></li>\r
+       <li><a href="http://jspeed.garage.maemo.org/theme-howto.html">Theme howto</a></li>\r
+</ul>\r
+\r
+<div id="info">\r
+\r
+<div id="info-content">\r
+\r
+<p><strong>jSpeed</strong> is a free Maemo 5 speedometer application featuring</p>\r
+\r
+<ul>\r
+       <li>Auto rotation support</li>\r
+       <li>High customizability using themes</li>\r
+       <li>Support for both kilometers and miles</li>\r
+       <li>Screen flipping feature allowing the speedometer to be reflected on a car’s windshield</li>\r
+</ul>\r
+\r
+</div>\r
+\r
+</div>\r
+\r
+<div id="bottom">\r
+\r
+<div id="bottom-content">\r
+\r
+<div class="bottom-box">\r
+\r
+<h3 id="download">Download</h3>\r
+\r
+<p>jSpeed can be downloaded from Maemo extras-devel repository.</p>\r
+\r
+</div>\r
+\r
+<div class="bottom-box">\r
+\r
+<h3>License</h3>\r
+\r
+<p>jSpeed is licensed under the terms of the <a href="http://www.gnu.org/licenses/gpl.txt">GNU General Public License</a>.</p>\r
+\r
+</div>\r
+\r
+<div class="bottom-box">\r
+\r
+<h3>Links</h3>\r
+\r
+<ul>\r
+       <li><a href="https://garage.maemo.org/projects/jspeed/">Project page</a></li>\r
+       <li><a href="http://maemo.org/packages/view/jspeed/">Package overview and changelog</a></li>\r
+       <li><a href="https://garage.maemo.org/tracker/?atid=6134&amp;group_id=1756&amp;func=browse">Bug tracker</a></li>\r
+</ul>\r
+\r
+</div>\r
+\r
+<div id="copyright">\r
+Copyright © 2010 Jesse Hakanen | <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#106;&#101;&#115;&#115;&#101;&#104;&#97;&#107;&#97;&#110;&#101;&#110;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;">Contact</a>\r
+</div>\r
+\r
+</div>\r
+\r
+</div>\r
+\r
+</body>\r
+       \r
+</html>
\ No newline at end of file