add web page
authorXizhi Zhu <xizhi.zhu@gmail.com>
Fri, 27 Nov 2009 12:52:42 +0000 (14:52 +0200)
committerXizhi Zhu <xizhi.zhu@gmail.com>
Fri, 27 Nov 2009 12:52:42 +0000 (14:52 +0200)
www/img/screenshot.png [new file with mode: 0644]
www/img/screenshot2.png [new file with mode: 0644]
www/index.html [new file with mode: 0644]

diff --git a/www/img/screenshot.png b/www/img/screenshot.png
new file mode 100644 (file)
index 0000000..709ae89
Binary files /dev/null and b/www/img/screenshot.png differ
diff --git a/www/img/screenshot2.png b/www/img/screenshot2.png
new file mode 100644 (file)
index 0000000..055fce1
Binary files /dev/null and b/www/img/screenshot2.png differ
diff --git a/www/index.html b/www/index.html
new file mode 100644 (file)
index 0000000..f4c0a68
--- /dev/null
@@ -0,0 +1,42 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Flip</title>
+</head>
+<body>
+
+<h1 align="center">Flip - a simple puzzle game</h1>
+<p align="center">&copy; 2009 <a href="http://xizhizhu.blogspot.com/">Xizhi Zhu (Steven)</a></p>
+<hr>
+
+<p>
+<b>Flip</b> is a simple puzzle game. All you need to do is to flip all the chessmen
+from the white to the black side. To make it more interesting, when you flip one
+chessman, the four surrounding chessmen will also be flipped. It's based on Qt 4, and
+can be used on Maemo 5 or future releases.
+</p>
+
+<h2>License</h2>
+<p>Flip is published under the terms of <a href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html">
+GNU Lesser General Public License version 2.1</a> as published by the Free Software
+Foundation.</p>
+
+<h2>Download</h2>
+Sorry, currently it's still under development. But you can check out the source code
+from the <a href="https://garage.maemo.org/scm/?group_id=1142">repository</a>.
+
+<h2>Screenshot</h2>
+<img src="img/screenshot.png" width="400"><br><br>
+<img src="img/screenshot2.png" width="400">
+
+<h2>More</h2>
+Please submit the bugs you come across and request the features you want from the
+<a href="https://garage.maemo.org/tracker/?group_id=1142">tracking system</a>. Other
+issues can be found at the project <a href="https://garage.maemo.org/projects/flip/">page</a>.
+
+<hr>
+<p align="center">Last updated: 27.11.2009</p>
+
+</body>
+</html>