Update web page
[weightgraph] / www / index.html
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml">
5 <head>
6   <title>WeightGraph</title>
7   <link rel="stylesheet" type="text/css" href="style.css" />
8   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9 </head>
10 <body>
11 <h1>WeightGraph</h1>
12 <p>WeightGraph is a Nokia N900 utility that helps you keep track of your weight.
13 It lets you record daily weight measurements. As the name suggests, WeightGraph
14 plots a nice curve based on the weight data. WeightGraph is designed to be
15 simple and easy to use.</p>
16
17 <h2>Getting WeightGraph</h2>
18
19 <p>WeightGraph can be installed through App Manager.</p>
20
21 <p>WeightGraph and its source code is available for download <a
22   href="https://garage.maemo.org/frs/?group_id=2089">here</a>.</p>
23
24 <h2>Screenshots</h2>
25
26 <table>
27   <tr>
28     <td>
29 <p><strong>Main view</strong><br />
30 <img src="img/WeightGraph-MainView.png" alt="Screenshot of the main view." /></p>
31     </td>
32     <td>
33 <p><strong>List/edit view</strong><br />
34 <img src="img/WeightGraph-ListEdit.png" alt="Screenshot of the list/edit view." /></p>
35     </td>
36   </tr>
37   <tr>
38     <td>
39 <p><strong>Settings view</strong><br />
40 <img src="img/WeightGraph-Settings.png" alt="Screenshot of the settings view." /></p>
41     </td>
42     <td>
43 <p><strong>Big graph view</strong><br />
44 <img src="img/WeightGraph-BigGraph.png" alt="Screenshot of the big graph view." /></p>
45     </td>
46   </tr>
47 </table>
48
49 <p>Copyright &copy; 2011-2012 Visa Putkinen</p>
50 </body>
51 </html>