Added download link, stylesheet improvements
authorLuciano Montanaro <mikelima@cirulla.net>
Wed, 29 Jun 2011 20:13:11 +0000 (22:13 +0200)
committerLuciano Montanaro <mikelima@cirulla.net>
Wed, 29 Jun 2011 20:13:11 +0000 (22:13 +0200)
www/default.css
www/index.html
www/screenshots.html

index e10a907..5e3b553 100644 (file)
@@ -1,8 +1,9 @@
 div.header {
-       margin: 1em;
+       margin: 1em auto;
        padding: 1em;
        background-color: #eee;
        border-radius: 1em;
+       max-width: 80em;
 }
 div.header p {
        font-style: italic;
@@ -12,8 +13,11 @@ div.navigation {
        padding: 1em;
 }
 div.bodymatter {
-       width: 60em;
-       margin: 2em;
+       vertical-align: center;
+       text-align: justify;
+       text-justify: newspaper;
+       max-width: 60em;
+       margin: 2em auto;
 }
 #icon {
        margin: 6pt;
index 96b0053..8b26155 100644 (file)
                        <h1>Quando Parte</h1>
                        <div class="navigation">
                                <a href="./index.html">Home</a> &nbsp;
+                               <a href="https://garage.maemo.org/frs/?group_id=2194">Download</a> &nbsp;
                                <a href="./screenshots.html">Screenshots</a>
                        </div>
                        <p>Quickly check train schedules and delays at your station</p>
                </div>
                <div class="bodymatter">
-                       <p><b>Quando Parte</b> is a program designed to quickly check
+                       <p><b>Quando Parte</b> (Italian: <i>When is it leaving?</i>) is a program designed to quickly check
                        (Italian) railways timetables and delays at train stations you use. It is
                        based on the 
                        <a href="http://mobile.viaggiatreno.it/viaggiatreno/mobile">viaggiatreno.it</a>
                        service of the Trenitalia Italian railways operator, and on
                        train station data collected by 
                        <a href="http://www.openstreetmap.org">Openstreetmap</a>.</p>
-                       <p>My aim with the program is a quick tool to manage
+                       <p>The aim of the program is to be a quick tool to manage
                        your time when commuting; timetable lookup and other
                        informations may come at a later stage, but they are
                        out of the initial scope of the project.</p>
                        <p>The project is young, a few features have yet to be written. More informations are coming!</p>
+                       <p>The initial version is for the 
+                       <a href="http://en.wikipedia.org/wiki/Nokia_N900">Nokia N900</a>, 
+                       there may soon be ports to other platforms where the Qt libraries are available.</p>
                        <hr/>
                        <p>The program is maintained in the <a href="https://garage.maemo.org/projects/quandoparte/">Maemo Garage</a>.<p>       
                </div>
index f3d5d84..613a31d 100644 (file)
@@ -11,6 +11,7 @@
                        <h1>Quando Parte</h1>
                        <div class="navigation">
                                <a href="./index.html">Home</a> &nbsp;
+                               <a href="https://garage.maemo.org/frs/?group_id=2194">Download</a> &nbsp;
                                <a href="./screenshots.html">Screenshots</a>
                        </div>
                        <p>Quickly check train schedules and delays at your station</p>