Update WWW
authorMuki <mkiol@o2.pl>
Sat, 28 Apr 2012 15:55:20 +0000 (17:55 +0200)
committerMuki <mkiol@o2.pl>
Sat, 28 Apr 2012 15:55:20 +0000 (17:55 +0200)
www/index.html
www/index.html~ [new file with mode: 0644]

index 8ad0c22..68d9b23 100644 (file)
@@ -8,6 +8,9 @@ body {
   margin: 0;
   font-family: "Ubuntu", Arial, sans-serif;
 }
+p {
+  margin: 10;
+}
 img {
   border: 1px solid black;
   margin: 10px
@@ -33,7 +36,10 @@ div#content {
 <img src="ubi120.png"/> Ubi
 </div>
 <div id="content">
-<p>An unofficial Ubuntu One app for Maemo 5 and other Qt-enabled platforms.</p>
+<p><strong>An unofficial Ubuntu One app for Maemo 5 and other Qt-enabled platforms.</strong></p>
+<p><strong>Ubi</strong> provides access to Ubuntu One cloud service. Initial version supports simple storage management tasks like: file Download, Upload and Deletion, but the plan is to provide other cloud features i.e. Notes editing and Contact synchronization.</p>
+<p>At the moment <strong>Ubi</strong> is available only for Nokia N900.</p>
+<p>The application can be downloaded via the application manager under the Network section if you have the <i>extras-devel</i> repository enabled.</p>
 <div>
 <br/>
 <img src="screenshot00.png"/>
@@ -47,6 +53,8 @@ div#content {
 <img src="screenshot13.png"/>
 <img src="screenshot14.png"/>
 </div>
+<div id="foot">
+<div>
 </div>
 </body>
 </html>
diff --git a/www/index.html~ b/www/index.html~
new file mode 100644 (file)
index 0000000..226e0dd
--- /dev/null
@@ -0,0 +1,61 @@
+<html>
+<head>
+<title>Ubi</title>
+<style type="text/css">
+body {
+  background-color: #dd4814;
+  color: white;
+  margin: 0;
+  font-family: "Ubuntu", Arial, sans-serif;
+}
+p {
+  margin: 10;
+}
+img {
+  border: 1px solid black;
+  margin: 10px
+}
+div#head {
+  height: 110px;
+  font-size:40px;
+  /*border-bottom: 2px solid black;
+  background-color: #77216f;*/
+}
+#head img {
+  border: 0;
+  margin: 10px;
+  vertical-align:middle;
+}
+div#content {
+  margin: 20px;
+}
+</style>
+</head>
+<body>
+<div id="head">
+<img src="ubi120.png"/> Ubi
+</div>
+<div id="content">
+<p><strong>An unofficial Ubuntu One app for Maemo 5 and other Qt-enabled platforms.</strong></p>
+<p><strong>Ubi</strong> provides access to Ubuntu One cloud service. Initial version supports simple storage management tasks like: file Download, Upload and Deletion, but the plan is to provide other cloud features i.e. Notes editing and Contact synchronization.</p>
+<p>At the moment <strong>Ubi</strong> is available only for Nokia N900.</p>
+<p>The application can be downloaded via the application manager under the Network section if you have the <i>extras-devel</i> repository enabled.</p>
+<div>
+<br/>
+<img src="screenshot00.png"/>
+<img src="screenshot04.png"/>
+<img src="screenshot05.png"/>
+<img src="screenshot06.png"/>
+<img src="screenshot09.png"/>
+<img src="screenshot10.png"/>
+<img src="screenshot11.png"/>
+<img src="screenshot12.png"/>
+<img src="screenshot13.png"/>
+<img src="screenshot14.png"/>
+</div>
+<div id="foot">
+<p>&copy; 2012 Michal Kosciesza</p>
+<div>
+</div>
+</body>
+</html>