Files
OpenRA/web/index.html
Matthew Bowra-Dean 193a315f0c Tweaking Paul's changes
2010-05-03 19:54:41 +12:00

101 lines
3.8 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<title>OpenRA</title>
<link rel="Stylesheet" type="text/css" href="openra.css" />
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="ie7.css">
<![endif]-->
<script src="jquery-1.4.2.min.js" type="text/javascript"></script>
<script src="jquery.cycle.lite.1.0.min.js" type="text/javascript"></script>
<script type="text/javascript">
$(function() {
$("#screenshots").cycle();
$("#trademarktoggle").toggle(function() {
$("#trademarks").show();
$("#footer").height(145);
},
function() {
$("#trademarks").hide();
$("#footer").height(25);
});
});
</script>
</head>
<body>
<div id="header" class="bar">
<h1><img src="soviet-logo.png" alt="Logo" />OpenRA</h1>
</div>
<div id="main">
<div id="menu">
<span class="links"><a href="index.html">Home</a></span>
<span class="links">Gameplay Footage</span>
<span class="links">Mods</span>
<span class="links">Stats</span>
<span class="links"><a href="http://github.com/chrisforbes/OpenRA">Get Involved</a></span>
<span class="links"><a href="irc://irc.freenode.net/#openra">IRC</a></span>
</div>
<div id="sidebar">
<div style="margin: 0 auto; width: 100%">
<span class="stats">
<strong>30</strong><span class="desc">current players</span>
</span>
<span class="stats">
<strong>500</strong><span class="desc">total games played</span>
</span>
<span class="stats">
<strong>&gt;9000</strong><span class="desc">downloads</span>
</span>
</div>
<div id="download_win" class="rounded download" onclick="document.location='releases/windows/latest.php'">
<img src="arrow.png" alt="Download Arrow" style="float: left; margin-top: 3px" />
Download OpenRA for Windows<br />
<span class="desc">version: 1.337 size: 9001KB</span>
</div>
</div>
<div id="content">
<h2>Welcome Back, Commander</h2>
<p>
OpenRA is an Open Source reimplementation of Command & Conquer: Red Alert.
</p>
<p>
We've tried to closely follow the spirit of the original game, while modernizing the interface
and making use of today's powerful graphics processors. Our emphasis is on the multiplayer experience,
but we might support a single-player campaign at some point, too.
</p>
<p>
OpenRA should run on any modern PC running Windows, Mac OS X or Linux. Requires Microsoft .NET Framework v3.5 SP1 or
later; or an up-to-date version of Mono.
</p>
<div id="screenshots">
<img width="506" src="ss1.jpg" alt="Screenshot 1" />
<img width="506" src="ss2.jpg" alt="Screenshot 2" />
</div>
</div>
</div>
<div id="footer" class="bar">
<a id="trademarktoggle" href="#trademarks">Show/hide legal notices</a>
<p id="trademarks" style="display: none; text-align: center; margin-top: 5px">
Command &amp; Conquer and Command &amp; Conquer Red Alert are trademarks or registered trademarks of Electronic Arts Inc.in the U.S. and/or other countries.<br />
Windows is a registered trademark of Microsoft Corporation in the United States and other countries.<br />
Mac OS X is a trademark of Apple Inc., registered in the U.S. and other countries.<br />
Linux is the registered trademark of Linus Torvalds in the U.S. and other countries.<br />
Mono is a registered trademark of Novell, Inc. in the United States and other countries.<br />
<a href="license.html"><img src="gplv3-127x51.png" alt="GPLv3 Logo" style="margin-top: 5px; border: none"/></a>
</p>
</div>
</body>
</html>