diff options
author | DemoscenePassivist <[email protected]> | 2010-09-04 00:00:40 +0800 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-09-04 04:21:42 +0800 |
commit | e514dac43453cbd82ae80bad853e5a1fbf539351 (patch) | |
tree | 392596adbec364da42e50540866640804e3240a6 /www/index.html | |
parent | 35da0bfcb126c8b296a64274dcf5b757daa723d3 (diff) |
Fixed a couple of small glitches in the jogl-demos website
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 52 |
1 files changed, 48 insertions, 4 deletions
diff --git a/www/index.html b/www/index.html index cf37c35..4fe13dd 100644 --- a/www/index.html +++ b/www/index.html @@ -3,13 +3,14 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="../../style.css" rel="stylesheet" type="text/css"/> - <title></title> + <link href="http://jogamp.org/SocialCoding/logo_symbol_finals/website_final_blue_favicon_symbol_16x16pel.ico" rel="shortcut icon"/> + <title>JOGL Demos</title> </head> <body> <div id="container"> <div id="header"> - <div id="slogan">Java™ Binding for the OpenGL® API</div> - <div id="logo"><a href="http://jogamp.org/">JOGL Demos</a></div> + <div id="slogan"><img src="../../images/jogamp_symbols/website_final_sideslogan_jogl_404x20pel.png" alt="Java™ Binding for the OpenGL® API"/></div> + <div id="logo"><a href="http://jogamp.org/"><img src="../../images/jogamp_symbols/website_final_blue_jogl_346x70pel.png" alt="JOGL Symbol"/></a></div> </div> <div id="menu"> <ul> @@ -20,7 +21,49 @@ <li><a href="../../wiki/index.php/Jogl_FAQ">Wiki</a></li> </ul> </div> - <div id="main" class="fill"> + <div id="main"> + <div id="sidebar"> + <h3>Sponsors</h3> + <ul> + <li> + <a href="http://c3d.com/"> + <img src="images/CCT-logo.png" border="0" vspace="8" width="160" align="left" alt="CCC/CCT"/> + </a> + </li> + <li> + <a href="http://www.fh-landshut.de/"> + <img src="images/fh-landshut.png" border="0" vspace="8" width="160" align="left" alt="University of Applied Sciences Landshut"/> + </a> + </li> + </ul> + <h3>Community</h3> + <ul> + <li><a href="forum.html">Forum/Mailing Lists</a></li> + <li><a href="stream/">Streams</a></li> + <li><a href="blog/">Blogs</a></li> + </ul> + <h3>Featured</h3> + <ul> + <li> + <a href="http://volumeviewer.kenai.com/"> + <img src="http://volumeviewer.kenai.com/thumbnail.png" width="160" height="120" align="left" alt=""/> + </a> + </li> + <li> + <a href="http://chronotext.org/"> + <img src="http://download.java.net/media/jogl/www/chronotext.jpg" width="160" height="120" align="left" alt="chronotext"/> + </a> + </li> + <li> + <a href="http://bytonic.de/html/jake2.html"> + <img src="http://download.java.net/media/jogl/www/jake2.jpg" width="160" height="120" align="left" alt="jake2"/> + </a> + </li> + </ul> + </div> + + <div id="text"> + <table border="0" cellpadding="0" cellspacing="1" width="100%"> <tbody> <tr> @@ -1065,6 +1108,7 @@ </tr> </tbody> </table> + </div> </div> <div id="footer"> <div id="footer_left"> |