Completed home page.
authorVisa Putkinen <visa.putkinen@iki.fi>
Sun, 27 Feb 2011 12:31:15 +0000 (14:31 +0200)
committerVisa Putkinen <visa.putkinen@iki.fi>
Sun, 27 Feb 2011 12:31:15 +0000 (14:31 +0200)
.gitignore [new file with mode: 0644]
www/img/WeightGraph-BigGraph.png [new file with mode: 0644]
www/img/WeightGraph-ListEdit.png [new file with mode: 0644]
www/img/WeightGraph-MainView.png [new file with mode: 0644]
www/img/WeightGraph-Settings.png [new file with mode: 0644]
www/index.html
www/style.css [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..3268211
--- /dev/null
@@ -0,0 +1 @@
+.*.sw?
diff --git a/www/img/WeightGraph-BigGraph.png b/www/img/WeightGraph-BigGraph.png
new file mode 100644 (file)
index 0000000..7e1bd94
Binary files /dev/null and b/www/img/WeightGraph-BigGraph.png differ
diff --git a/www/img/WeightGraph-ListEdit.png b/www/img/WeightGraph-ListEdit.png
new file mode 100644 (file)
index 0000000..1842ca2
Binary files /dev/null and b/www/img/WeightGraph-ListEdit.png differ
diff --git a/www/img/WeightGraph-MainView.png b/www/img/WeightGraph-MainView.png
new file mode 100644 (file)
index 0000000..635b5c3
Binary files /dev/null and b/www/img/WeightGraph-MainView.png differ
diff --git a/www/img/WeightGraph-Settings.png b/www/img/WeightGraph-Settings.png
new file mode 100644 (file)
index 0000000..df0938a
Binary files /dev/null and b/www/img/WeightGraph-Settings.png differ
index 8e2216a..37639aa 100644 (file)
@@ -1,16 +1,47 @@
-<?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 an N900 (Maemo 5) utility that helps you keep track of your
+weight. It lets you record daily weight measurements. As the name suggests,
+Weight plots a nice curve based on the weight data. WeightGraph is designed to
+be simple and easy to use.</p>
+
+<h2>Download</h2>
+
+<p>WeightGraph 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>
 </body>
 </html>
diff --git a/www/style.css b/www/style.css
new file mode 100644 (file)
index 0000000..d61285a
--- /dev/null
@@ -0,0 +1,3 @@
+td {
+  text-align: center;
+}