updated website with releases
[naja.git] / sources / website / index.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2    "http://www.w3.org/TR/html4/loose.dtd">
3 <html>
4 <head>
5     <title>Robolock II</title>
6     <style>
7         body {
8             background: black;
9             color: #93d6bf;
10             font-weight: bolder;
11             font-variant: small-caps;
12         }
13         a:link {color:#bfb4f8; text-decoration: none;}
14         a:visited {color:#403578; text-decoration: none;}
15         a:hover {color:#d9680f; text-decoration: none;}
16         div#outer { text-align: center; }
17         div#description {
18             text-align: left;
19             padding: 20px 50px 0 250px;
20             width: 500px;
21             margin: 0 auto;
22             position: relative;
23             bottom: 120px;
24         }
25     </style>
26     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
27     <link href="favicon.ico" rel="shortcut icon" />
28 </head>
29
30 <body>
31     <div id="outer">
32         <img src="web_title.png" />
33         <div id="description">
34             <p>A game about a robot by Simon Cross, Neil Muller, Adrianna PiƄska, Stefano Rivera, David Sharpe and Jeremy Thurgood.</p>
35             <p><a href="https://pyweek.org/e/naja/">PyWeek page</a></p>
36             <h1>Latest release (0.1):</h1>
37             <ul>
38                 <li><a href="releases/0.1/robolock-II-0.1.tar.gz">Unix (gzipped tarball)</a></li>
39                 <li><a href="releases/0.1/robolock-ii_0.1_all.deb">Debian/Ubuntu (.deb)</a></li>
40                 <li><a href="releases/0.1/robolock-ii_0.1.exe">Windows (.exe)</a></li>
41                 <li><a href="releases/0.1/robolock-II-0.1.dmg">OSX (.dmg)</a></li>
42             </ul>
43         </div>
44     </div>
45 </body>
46 </html>