Inital web page
authorSakari Poussa <sakari.poussa@nokia.com>
Mon, 9 Nov 2009 22:32:06 +0000 (00:32 +0200)
committerSakari Poussa <sakari.poussa@nokia.com>
Mon, 9 Nov 2009 22:32:06 +0000 (00:32 +0200)
www/index.html

index 7aa9e34..dc5e280 100644 (file)
@@ -7,7 +7,39 @@
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 </head>
 <body>
-<strong>ScoreCard test page</strong>
 
+<h1>ScoreCard for N900</h1>
+
+ScoreCard is N900 application that keeps track of your golf scores. Written in Qt, it also demostrates how to write Qt GUI programs in Fremantle/Maemo5/N900.
+
+<h2>Features</h2>
+<ul>Browse scores with colors indicating birdies, pars, bogeys and more</ul>
+<ul>Enter new scores - No keyboard needed</ul>
+<ul>Enter new courses - No keyboard needed</ul>
+<ul>Edit scores and courses</ul>
+<ul>Automatically saves scores and courses you add</ul>
+
+<h2>Screenshots</h2>
+<p>Below are few screen shots of the Scorecard running on N900</p>
+
+<IMG src="screenshots/Screenshot-20090301-075249.png" alt="Main Window" width="800" height="480" align="left" border="4">
+<p>Main Window</p>
+&nbsp;
+
+<IMG src="screenshots/Screenshot-20090301-075308.png" width="800" height="480" align="left" border="0">
+<p>Main Menu</p>
+&nbsp;
+
+<IMG src="screenshots/Screenshot-20090301-075334.png" alt="New Score" width="800" height="480" align="left" border="0">
+<p>New Score - Select course and date</p>
+&nbsp;
+
+<IMG src="screenshots/Screenshot-20090301-075343.png" width="800" height="480" align="left" border="0">
+<p>Enter your score</p>
+&nbsp;
+
+<h2>Installation</h2>
+
+<p>Coming soon</p>
 </body>
 </html>