index.html file with new design, was omitted
authoryannux <yannux@onbebop.net>
Wed, 18 Aug 2010 11:21:37 +0000 (13:21 +0200)
committeryannux <yannux@onbebop.net>
Wed, 18 Aug 2010 11:21:37 +0000 (13:21 +0200)
www/index.html

index 8d1e333..e3e4892 100644 (file)
@@ -1,9 +1,62 @@
-<html>
-       <head>
-               <title>Vlc-Remote for MAEMO - Homepage</title>
-       </head>
-
-       <body>
-               <h1>Build in progress</h1>
-       </body>
-</html>
+<!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" xml:lang="en" lang="en">
+    <!-- This template can be downloaded from www.openwebdesign.org. Just search for neuphoric -->
+    <!-- This template has been modified by mejobloggs (http://www.openwebdesign.org/userinfo.phtml?user=mejobloggs) -->
+    <!-- Please use this template according to the license on the original template (included as pleaseread.txt) -->
+    <!-- The original of this template was designed by http://www.tristarwebdesign.co.uk - please visit for more templates & information - thank you. -->
+    <head>
+        <title>Présentation VLC Remote - Projet Maemo QT - Contrôler VLC à distance</title>
+        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+        <link rel="stylesheet" type="text/css" href="styles.css" />
+    </head>
+
+    <body id="altbody">
+
+        <div id="wrapper-header">
+            <div id="header">
+                <h1>VLC Remote - Projet Maemo QT</h1>
+            </div>
+        </div>
+
+        <div id="wrapper-menu">
+            <div id="menu">
+                <ul>
+                    <li><a title="" href="#presentation">Présentation</a></li>
+                    <li><a title="" href="#installation">Installation</a></li>
+                    <li><a title="" href="#utilisation">Utilisation</a></li>
+                </ul>
+            </div>
+        </div>
+
+        <div id="content">
+            <h1>Page en construction - Mise à jour le 18 / 08 / 2010</h1>
+            <h2 id="presentation">1. Présentation</h2>
+            <p>Vlc-remote est une application pour telephone  permettant 
+                de controller <a href="http://www.videolan.org/" title="Site officiel VLC">VLC</a>
+                à distance.
+                L'application développé ici fonctionne sur les téléphones équipés de l'OS Maemo,
+                le Nokia N900 actuellement.
+                <br />
+                Cette application est l'initiative d'un groupe de personnes indépendante du <a href="http://www.videolan.org/" title="Site officiel VLC">projet VLC officiel</a>.
+            </p>
+
+            <p></p>
+
+            <p><a href="#menu">Retour menu</a></p>
+
+            <h2 id="installation">2. Installation</h2>
+
+            <p><a href="#menu">Retour menu</a></p>
+
+            <h2 id="utilisation">3. Utilisation</h2>
+
+            <p><a href="#menu">Retour menu</a></p>
+        </div>
+
+        <div id="footer">
+            This template is a modified version of <a href="http://www.oswd.org/user/profile/id/8809" title="Go to tristar&rsquo;s OSWD user page">tristar&rsquo;s</a> <a href="http://www.oswd.org/design/preview/id/2755" title="Go to the original template">original</a>
+        </div>
+
+    </body>
+
+</html>
\ No newline at end of file