Beginnings of websitesite redo.
This commit is contained in:
committed by
Chris Forbes
parent
c7db8bee90
commit
45e9b0f689
BIN
artsrc/ra/website-background.psd
Normal file
BIN
artsrc/ra/website-background.psd
Normal file
Binary file not shown.
BIN
web/background.png
Normal file
BIN
web/background.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 386 KiB |
BIN
web/banner.png
Normal file
BIN
web/banner.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.3 KiB |
BIN
web/favicon.ico
BIN
web/favicon.ico
Binary file not shown.
|
Before Width: | Height: | Size: 264 KiB After Width: | Height: | Size: 4.2 KiB |
1
web/ie7.css
Normal file
1
web/ie7.css
Normal file
@@ -0,0 +1 @@
|
|||||||
|
a:hover { text-decoration: underline }
|
||||||
@@ -1,30 +1,29 @@
|
|||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||||
|
"http://www.w3.org/TR/html4/loose.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
|
||||||
<title>OpenRA</title>
|
<title>OpenRA</title>
|
||||||
<style>
|
<link rel="Stylesheet" type="text/css" href="openra.css" />
|
||||||
body { background-color: black; margin: 0px }
|
<!--[if IE 7]>
|
||||||
div#main { width: 1024px;
|
<link rel="stylesheet" type="text/css" href="ie7.css">
|
||||||
height:768px;
|
<![endif]-->
|
||||||
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>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="main">
|
<div id="main">
|
||||||
<div id="links">
|
<div id="header">
|
||||||
<a id="download" href="http://open-ra.org/releases/windows/latest.php"></a>
|
<h1><img src="soviet-logo.png" alt="Logo" style="vertical-align: middle; margin: -30px 0px" />OpenRA</h1>
|
||||||
<a id="contrib" href="http://github.com/chrisforbes/OpenRA"></a>
|
</div>
|
||||||
<a id="discuss" href="irc://irc.freenode.org/openra"></a>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
0
web/openra.css
Normal file
0
web/openra.css
Normal file
BIN
web/soviet-logo.png
Normal file
BIN
web/soviet-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
Reference in New Issue
Block a user