Beginnings of websitesite redo.

This commit is contained in:
Matthew Bowra-Dean
2010-04-28 21:05:57 +12:00
committed by Chris Forbes
parent c7db8bee90
commit 45e9b0f689
8 changed files with 22 additions and 22 deletions

BIN
web/background.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 386 KiB

BIN
web/banner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 264 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

1
web/ie7.css Normal file
View File

@@ -0,0 +1 @@
a:hover { text-decoration: underline }

View File

@@ -1,31 +1,30 @@
<!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>
<style>
body { background-color: black; margin: 0px }
div#main { width: 1024px;
height:768px;
background-image: url("openra.png");
margin: 0px auto;
text-align: center }
div#links { text-align: left; padding-top: 585px }
a { display: inline-block;
width: 140px;
height: 45px;
border-bottom: 4px solid black }
a:hover { border-bottom: 4px solid red }
a#download { margin-left: 222px }
a#contrib { margin-left: 108px }
a#discuss { margin-left: 108px }
</style>
<link rel="Stylesheet" type="text/css" href="openra.css" />
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="ie7.css">
<![endif]-->
</head>
<body>
<div id="main">
<div id="links">
<a id="download" href="http://open-ra.org/releases/windows/latest.php"></a>
<a id="contrib" href="http://github.com/chrisforbes/OpenRA"></a>
<a id="discuss" href="irc://irc.freenode.org/openra"></a>
</div>
<div id="header">
<h1><img src="soviet-logo.png" alt="Logo" style="vertical-align: middle; margin: -30px 0px" />OpenRA</h1>
</div>
<div id="menu" style="margin-top: 10px; margin-left: auto; width: 90%">
<span class="links"><a href="index.html">Home</a></span>
<span class="links">Screenshots & Footage</span>
<span class="links">Download</span>
<span class="links">Stats</span>
<span class="links">Get Involved</span>
<span class="links"><a href="irc://irc.freenode.net/#openra">IRC</a></span>
</div>
<div id="content">
</div>
</div>
</body>
</html>

0
web/openra.css Normal file
View File

BIN
web/soviet-logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB