adding web-page for project
[liquid-graphic] / www / index.html
old mode 100644 (file)
new mode 100755 (executable)
index 10ddd6d..a898edc
@@ -1 +1,40 @@
-Hello!
+<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>What is Liquid?</h2>
+               <p>Liquid is a funny graphic editor, in which control of brush is implemented by accelerometer or touchscreen of a tablet. In our graphic editor there are realized basic drawing tools (brush, eraser, color tool) and additional (ice - local blur effect). Shaking device on one from three axises provides different effects: </p>
+               <ul>
+                       <li><b>X</b> - clearing workspace</li>
+                       <li><b>Y</b> - full screen blur effect (<i>There are some problems with its optimization</i>)</li>
+                       <li><b>Z</b> - switching beetween accelerometer/touchscreen mode</li>
+               </ul>
+       <p>To draw in accelerometer mode you must touch a screen in right bottom corner. And to change brush size you must touch a brush and wait for some time, then popup menu will appear.</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