not actually text
[naja.git] / sources / website / index.html
diff --git a/sources/website/index.html b/sources/website/index.html
new file mode 100644 (file)
index 0000000..432076d
--- /dev/null
@@ -0,0 +1,46 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+   "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+    <title>Robolock II</title>
+    <style>
+        body {
+            background: black;
+            color: #93d6bf;
+            font-weight: bolder;
+            font-variant: small-caps;
+        }
+        a:link {color:#bfb4f8; text-decoration: none;}
+        a:visited {color:#403578; text-decoration: none;}
+        a:hover {color:#d9680f; text-decoration: none;}
+        div#outer { text-align: center; }
+        div#description {
+            text-align: left;
+            padding: 20px 50px 0 250px;
+            width: 500px;
+            margin: 0 auto;
+            position: relative;
+            bottom: 120px;
+        }
+    </style>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <link href="favicon.ico" rel="shortcut icon" />
+</head>
+
+<body>
+    <div id="outer">
+        <img src="web_title.png" />
+        <div id="description">
+            <p>A game about a robot by Simon Cross, Neil Muller, Adrianna PiƄska, Stefano Rivera, David Sharpe and Jeremy Thurgood.</p>
+            <p><a href="https://pyweek.org/e/naja/">PyWeek page</a></p>
+            <h1>Latest release:</h1>
+            <p><em>Forthcoming</em></p>
+            <!--<ul>
+                <li><a href="">Unix (gzipped tarball)</a></li>
+                <li><a href="">Windows (zip)</a></li>
+                <li><a href="">OSX (dmg)</a></li>
+            </ul>-->
+        </div>
+    </div>
+</body>
+</html>