adding web-page for project
[liquid-graphic] / www / downloads.html
diff --git a/www/downloads.html b/www/downloads.html
new file mode 100755 (executable)
index 0000000..c8ffc0f
--- /dev/null
@@ -0,0 +1,58 @@
+<html>
+<head>
+<link href="style.css" rel="stylesheet" type="text/css">
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
+<title>Liquid - Funny graphic editor.</title>
+</head>
+<body>
+<div id="layout">
+<div class="header">
+       <h1 class="logo"><a href="http://liquid-graphic.garage.maemo.org" title="Liquid">Liquid<a></h1>
+       
+</div>
+
+<div id="menu" class="box">
+       <ul>
+       <li><a href="index.html">Home</a></li>
+        <li><a href="screenshots.html">Screenshots</a></li>
+               <li><a href="downloads.html">Downloads</a></li>
+               <li><a href="development.html">Development</a></li>  
+       </ul>
+</div><br>
+
+<div id="container">
+       <div class="content">
+               <h2>Downloads</h2>
+               <p><b>Latest version of Liquid: 0.5.1</b><br>
+               <b>Changes:</b>
+               <ul>
+                       <li>Adding description of project and developers info into debian config files.</li>
+               </ul>
+               <b>Source code:</b> <a href="http://maemo.org/packages/source/view/fremantle_extras-devel_free_source/liquid/0.5.1-1/">download</a><br>
+               <b>Debian:</b> <a href="http://repository.maemo.org/extras-devel/pool/fremantle/free/l/liquid/liquid_0.5.1-1_armel.deb">ARMEL</a>, <a href="http://repository.maemo.org/extras-devel/pool/fremantle/free/l/liquid/liquid_0.5.1-1_i386.deb">i386</a> <br>
+               </p>
+               <hr>
+               <h3>Old versions:</h3>
+               <p><b>Liquid-0.5 (Initial Release)</b><br>
+               <b>Features:</b>
+               <ul>
+                       <li>drawing in accelerometer/touchscreen mode</li>
+                       <li>changing drawing mode by shaking device on Z axis</li>
+                       <li>full screen blur effect by shaking device on Y axis</li>
+                       <li>clearing screen by shaking on X axis</li>
+                       <li>creating & editing images</li>
+                       <li>basic drawing tools (brush, eraser, color tool) </li>
+                       <li>additional drawing tools (ice - local blur effect)</li>
+                       <li>popup menu for changing brush size (user must touch brush and wait some time) </li>
+               </ul>
+               <b>Source code:</b> <a href="http://maemo.org/packages/source/view/fremantle_extras-devel_free_source/liquid/0.5-1/">download</a><br>
+               <b>Debian:</b> <a href="http://repository.maemo.org/extras-devel/pool/fremantle/free/l/liquid/liquid_0.5-1_armel.deb">ARMEL</a>, <a href="http://repository.maemo.org/extras-devel/pool/fremantle/free/l/liquid/liquid_0.5-1_i386.deb">i386</a> <br>
+               </p>
+       </div>
+</div>
+<div id="footer">
+       <span class="f-right">&copy; 2010 <a href="mailto:maemo-sensors@cs.karelia.ru?subject=Liquid">Liquid</a> </span>                
+</div>
+</div>
+</body>
+</html>
\ No newline at end of file