diff options
author | athomas <[email protected]> | 2003-11-15 07:33:25 +0000 |
---|---|---|
committer | athomas <[email protected]> | 2003-11-15 07:33:25 +0000 |
commit | 07cd2683262f2d9aa133ac0e8dee3169c5c35881 (patch) | |
tree | 29d83f4cb62f3ef32d8959d17e30b00836748c87 /www | |
parent | 6a4f4129d09ec58ec405b388eca5115c51790cef (diff) |
new navbar to match color scheme. Not so fruity as the purple nav bar (sorry Chris!)
git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@58 e343933a-64c8-49c5-92b1-88f2ce3e89e8
Diffstat (limited to 'www')
-rw-r--r-- | www/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/index.html b/www/index.html index 9b5f440..a527889 100644 --- a/www/index.html +++ b/www/index.html @@ -1,5 +1,5 @@ <html> - <body> + <body bgcolor="f5f5f5"> <div Align=center> <img ID="NavBar" WIDTH=800 HEIGHT=66 SRC="http://games.dev.java.net/images/navbar2.gif" VSPACE=0 HSPACE=0 ALIGN="TOP" BORDER=0 USEMAP="#NavBar_MAP" NOFINSIDE="~! ~!" > </div> <MAP NAME="NavBar_Map"><AREA SHAPE="rect" ALT="Projects" COORDS="347,15,452,46" HREF="http://games.dev.java.net" TARGET="_self"> @@ -20,7 +20,7 @@ <td width="589" valign="top" bgcolor="#6E94B7"><div align="left"><font color="#FFFFFF"><strong>Overview</strong></font></div></td> </tr> <tr> - <td valign="top" bgcolor="#FFFFFF"><div align="justify"> + <td valign="top" bgcolor="#F8F8F8"><div align="justify"> <p>The JInput Project hosts an implementation of an API for game controller discovery and polled input. It is part of a suite of open-source technologies initiated by the Game Technology Group at Sun Microsystems with intention of @@ -44,7 +44,7 @@ Status</strong></font></div></td> </tr> <tr> - <td bgcolor="#FFFFFF"><div align="justify">The intial implementation + <td bgcolor="#F8F8F8"><div align="justify">The intial implementation of the Java Input API is available for download from <a href=" http://jinput.dev.java.net/source/browse/jinput/ ">CVS</a>. The initial release only contains a plug-in for Win32. @@ -62,7 +62,7 @@ Started </strong></font></div></td> </tr> <tr> - <td valign="top" bgcolor="#FFFFFF"><p>This project has been built + <td valign="top" bgcolor="#F8F8F8"><p>This project has been built in the following environment:</p> <ul> <li> Win32 (Win 2000 in the case of our machine)</li> @@ -104,7 +104,7 @@ <tr> <td valign="top" bgcolor="#6E94B7"><div align="left"><font color="#FFFFFF"><strong>Useful Links</strong></font></div></td></tr> - <tr><td valign="top" bgcolor="#FFFFFF"> + <tr><td valign="top" bgcolor="#F8F8F8"> <a href="http://games-core.dev.java.net/sun_contrib_051903_javagames.pdf"> Developer Agreement </a></td> |