add new release
[liquid-graphic] / www / screenshots.html
1 <html>
2 <head>
3 <link href="style.css" rel="stylesheet" type="text/css">
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
5 <title>Liquid - Funny graphic editor.</title>
6 </head>
7 <body>
8 <div id="layout">
9 <div class="header">
10         <h1 class="logo"><a href="http://liquid-graphic.garage.maemo.org" title="Liquid">Liquid<a></h1>
11         
12 </div>
13
14 <div id="menu" class="box">
15         <ul>
16         <li><a href="index.html">Home</a></li>
17         <li><a href="screenshots.html">Screenshots</a></li>
18                 <li><a href="downloads.html">Downloads</a></li>
19                 <li><a href="development.html">Development</a></li>  
20         </ul>
21 </div><br>
22
23 <div id="container">
24         <div class="content">
25                 <h2>Screenshots</h2>
26                 <p>Below you can see few screenshots from Liquid. Click on image to scale it.</p>
27                 <p><b>Main window: </b></p>
28                 <center><a href="img/liquid.png"><img border="0" src="img/liquid.png" width="400" ></a></center>
29                 <p><b>Open File Dialog: </b></p>
30                 <center><a href="img/file.png"><img border="0" src="img/file.png" width="400" ></a></center>
31                 <p><b>Drop tool:</b></p>
32                 <center><a href="img/drop.png"><img border="0" src="img/drop.png" width="400" ></a></center>
33                 <p><b>Color tool:</b></p>
34                 <center><a href="img/color.png"><img border="0" src="img/color.png" width="400" ></a></center>
35                 <br>
36         </div>
37 </div>
38 <div id="footer">
39         <span class="f-right">&copy; 2010 <a href="mailto:maemo-sensors@cs.karelia.ru?subject=Liquid">Liquid</a> </span>                
40 </div>
41 </div>
42 </body>
43 </html>