diff options
author | DemoscenePassivist <[email protected]> | 2010-09-03 21:13:28 +0800 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-09-04 22:45:19 +0800 |
commit | 710cefdd380882fcf73d87f580650826274fbd99 (patch) | |
tree | 49e8f83e62904494ab5edb3d91b9c26f1e9ad36b /planet2/config/planet-template.html | |
parent | 225d8a60d178522826ce31e219bc79d4a0438b4a (diff) |
A couple of small changes for the website
Diffstat (limited to 'planet2/config/planet-template.html')
-rw-r--r-- | planet2/config/planet-template.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/planet2/config/planet-template.html b/planet2/config/planet-template.html index dd6d44d..9af9d2b 100644 --- a/planet2/config/planet-template.html +++ b/planet2/config/planet-template.html @@ -5,6 +5,7 @@ <meta content="java, jogl, jocl, joal, opengl, opencl, openal, libraries" name="keywords"/> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="stylesheet" href="../style.css" type="text/css"> + <link href="http://jogamp.org/SocialCoding/logo_symbol_finals/website_final_blue_favicon_symbol_16x16pel.ico" rel="shortcut icon"> <#list feedlinks as feed> <link rel="alternate" href="${planet.link}/${feed.fileName}" type="application/${feed.feedType}+xml"> </#list> @@ -15,8 +16,8 @@ <div id="container"> <!-- header --> <div id="header"> - <div id="slogan">graphics, audio, media and processing libraries</div> - <div id="logo"><a href="http://jogamp.org/">Planet JogAmp</a></div> + <div id="slogan"><img src="../images/jogamp_symbols/website_final_sideslogan_weblogsandfeeds_404x20pel.png" alt="streams and feeds"/></div> + <div id="logo"><img src="../images/jogamp_symbols/website_final_blue_jogamp_346x70pel.png" alt="JogAmp symbol"/></div> </div> <div id="menu"> |