r213 - in trunk/web: . images

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Nov 1 23:56:07 EST 2005


Author: floam
Date: 2005-11-01 23:56:06 -0500 (Tue, 01 Nov 2005)
New Revision: 213

Added:
   trunk/web/images/
   trunk/web/images/quake3.jpg
   trunk/web/images/w3ccss.gif
   trunk/web/images/w3cxhtml.gif
Removed:
   trunk/web/quake3.jpg
Modified:
   trunk/web/index.html
   trunk/web/ioq3.css
Log:
* Moved things around, added footer.
* CSS now doesn't give warnings in W3C's validator.


Added: trunk/web/images/quake3.jpg
===================================================================
(Binary files differ)


Property changes on: trunk/web/images/quake3.jpg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/web/images/w3ccss.gif
===================================================================
(Binary files differ)


Property changes on: trunk/web/images/w3ccss.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/web/images/w3cxhtml.gif
===================================================================
(Binary files differ)


Property changes on: trunk/web/images/w3cxhtml.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: trunk/web/index.html
===================================================================
--- trunk/web/index.html	2005-11-02 03:49:34 UTC (rev 212)
+++ trunk/web/index.html	2005-11-02 04:56:06 UTC (rev 213)
@@ -17,7 +17,7 @@
 	pie-rat, or borrow Quake 3/Team Arena data. Do not file bugs or show your face in
 	the <acronym title="Internet Relay Chat">IRC</acronym> channel if you've acquired
 	the game data illegally!</p>
-	<p><img src="quake3.jpg" alt="Quake3" /></p>
+	<p><img src="images/quake3.jpg" alt="Quake3 Screenshot" class="right"/></p>
 
 
 	<h2>What works:</h2>
@@ -25,7 +25,7 @@
 		<li>Everything.</li>
 		<li>x86_64 support (including movies, native and interpreted vm mods!)</li>
 		<li>PowerPC, we think.</li>
-		<li><a href="http://www.libsdl.org/" title="Simple DirectMedia Layer">SDL</a> input/joysticks/window handling/etc</li>
+		<li><a href="http://www.libsdl.org/" title="Simple DirectMedia Layer">SDL</a> input, joysticks, window handling, etc.</li>
 		<li><a href="http://www.libsdl.org/" title="Simple DirectMedia Layer">SDL</a> sound, so <a href="http://alsa-project.org" title="Advanced Linux Sound Architecture">ALSA</a> should work now.</li>
 		<li>Win32 compiles and runs fine with current <acronym title="Subversion">SVN</acronym>.</li>
 		<li>mingw support.</li>
@@ -49,7 +49,7 @@
 		mods that use Quake 3 maps/textures/models/etc.)</li>
 		<li>Security fixes.</li>
 		<li>Bug fixes.</li>
-		<li>New architectures (x86-64/AmigaOS/BeOS/DOS/PSP, whatever.)</li>
+		<li>New architectures (x86-64, AmigaOS, BeOS, DOS, PSP, whatever.)</li>
 		<li><a href="http://www.openal.org/">OpenAL</a> (for better support of
 		<a href="http://alsa-project.org" title="Advanced Linux Sound Architecture">ALSA</a>
 		and such) at some point</li>
@@ -104,5 +104,15 @@
 		Do NOT contact us for copies of the game.
 		Otherwise, if you aren't sending us patches, or good feedback, don't contact us at all.
 	</p>
-	</body>
+	<div id="footer">
+		<a href="http://jigsaw.w3.org/css-validator/validator?uri=http://icculus.org/quake3/ioq3.css">
+			<img src="images/w3ccss.gif" alt="Valid CSS" />
+		</a>
+		<a href="http://validator.w3.org/check?uri=http://icculus.org/quake3">
+			<img src="images/w3cxhtml.gif" alt="Valid XHTML 1.0 Strict"/>
+		</a>
+		<br />
+		Website Design by <a href="http://floam.sh.nu" title="floam">Aaron Gyes</a>
+	</div>
+</body>
 </html>

Modified: trunk/web/ioq3.css
===================================================================
--- trunk/web/ioq3.css	2005-11-02 03:49:34 UTC (rev 212)
+++ trunk/web/ioq3.css	2005-11-02 04:56:06 UTC (rev 213)
@@ -1,30 +1,50 @@
 body, html {
 	font-family: "Trebuchet Sans MS", "Bitstream Vera Sans", sans-serif;
 	font-size: 10pt;
+	color: black;
 	background-color: #888;
 }
 
-:link, :visited { 
+#footer {
+	color: #aaa;
+	background-color: transparent;
+	border-top: .1em dashed #222;
+	padding-top: .3em;
+	font-size: .8em;
+}
+
+#footer a {
+	color: #aaa;
+	background-color: transparent;
+}
+
+:link, :visited {
 	color: black;
+	background-color: transparent;
 	font-weight: bold;
 	text-decoration: underline;
 }
 
-:link:hover, :visited:hover {
+h1, :link:hover, :visited:hover {
 	color: maroon;
+	background-color: transparent;
 }
 
 h1 {
-	color: maroon;
 	font-size: 1.75em;
 }
 
 h2 {
 	color: #440000;
+	background-color: transparent;
 	font-size: 1.25em;
 }
 
 img {
+	border: 0;
+}
+
+.right {
 	float: right;
 }
 
@@ -33,6 +53,7 @@
 }
 
 .angryzakk {
+	color: black;
 	background-color: #aaa;
 	font-style: italic;
 	font-size: 1.2em;

Deleted: trunk/web/quake3.jpg
===================================================================
(Binary files differ)




More information about the quake3-commits mailing list