Bump version number
[weightgraph] / www / index.html
index 8e2216a..657a7ff 100644 (file)
@@ -1,16 +1,51 @@
-<?xml version="1.0" encoding="ISO-8859-1" ?>
+<?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
-<title>WeightGraph</title>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+  <title>WeightGraph</title>
+  <link rel="stylesheet" type="text/css" href="style.css" />
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 </head>
 <body>
 <h1>WeightGraph</h1>
-<p>WeightGraph is a Maemo 5 utility that helps you keep track of your weight. It
-lets you record weight measurements daily and as the name suggests, it plots a
-nice curve based on the weight data. WeightGraph is designed to be simple and
-easy to use.</p>
+<p>WeightGraph is a Nokia N900 utility that helps you keep track of your weight.
+It lets you record daily weight measurements. As the name suggests, WeightGraph
+plots a nice curve based on the weight data. WeightGraph is designed to be
+simple and easy to use.</p>
+
+<h2>Getting WeightGraph</h2>
+
+<p>WeightGraph can be installed through App Manager.</p>
+
+<p>WeightGraph and its source code is available for download <a
+  href="https://garage.maemo.org/frs/?group_id=2089">here</a>.</p>
+
+<h2>Screenshots</h2>
+
+<table>
+  <tr>
+    <td>
+<p><strong>Main view</strong><br />
+<img src="img/WeightGraph-MainView.png" alt="Screenshot of the main view." /></p>
+    </td>
+    <td>
+<p><strong>List/edit view</strong><br />
+<img src="img/WeightGraph-ListEdit.png" alt="Screenshot of the list/edit view." /></p>
+    </td>
+  </tr>
+  <tr>
+    <td>
+<p><strong>Settings view</strong><br />
+<img src="img/WeightGraph-Settings.png" alt="Screenshot of the settings view." /></p>
+    </td>
+    <td>
+<p><strong>Big graph view</strong><br />
+<img src="img/WeightGraph-BigGraph.png" alt="Screenshot of the big graph view." /></p>
+    </td>
+  </tr>
+</table>
+
+<p>Copyright &copy; 2011-2012 Visa Putkinen</p>
 </body>
 </html>