Added WWW
[ubi] / www / index.html
1 <html>
2 <head>
3 <title>Ubi</title>
4 <style type="text/css">
5 body {
6   background-color: #dd4814;
7   color: white;
8   margin: 0;
9   font-family: "Ubuntu", Arial, sans-serif;
10 }
11 img {
12   border: 1px solid black;
13   margin: 10px
14 }
15 div#head {
16   height: 110px;
17   font-size:40px;
18   /*border-bottom: 2px solid black;
19   background-color: #77216f;*/
20 }
21 #head img {
22   border: 0;
23   margin: 10px;
24   vertical-align:middle;
25 }
26 div#content {
27   margin: 20px;
28 }
29 </style>
30 </head>
31 <body>
32 <div id="head">
33 <img src="ubi120.png"/> Ubi
34 </div>
35 <div id="content">
36 <p>An unofficial Ubuntu One app for Maemo 5 and other Qt-enabled platforms.</p>
37 <div>
38 <br/>
39 <img src="screenshot00.png"/>
40 <img src="screenshot04.png"/>
41 <img src="screenshot05.png"/>
42 <img src="screenshot06.png"/>
43 <img src="screenshot09.png"/>
44 <img src="screenshot10.png"/>
45 <img src="screenshot11.png"/>
46 <img src="screenshot12.png"/>
47 <img src="screenshot13.png"/>
48 <img src="screenshot14.png"/>
49 </div>
50 </div>
51 </body>
52 </html>