diff options
author | Michael Bien <[email protected]> | 2010-07-05 03:12:52 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-07-05 03:12:52 +0200 |
commit | 2fa8a8543563f2fd80277b74a4528fcf74e4beca (patch) | |
tree | 1ab01471e777893734679f1b8bc11df87855e2c2 /www/index.html | |
parent | a81e907b30364b1abc2a75d446772f066fbf74ff (diff) |
updated webside. logo, favicon, style.
Diffstat (limited to 'www/index.html')
-rwxr-xr-x | www/index.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html index 07baf43f..45f77146 100755 --- a/www/index.html +++ b/www/index.html @@ -3,13 +3,15 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="../../style.css" rel="stylesheet" type="text/css"/> + <link href="style.css" rel="stylesheet" type="text/css"/> + <link href="http://jogamp.org/SocialCoding/logo_symbol_finals/website_final_blue_favicon_symbol_16x16pel.ico" rel="shortcut icon"/> <title>Java Bindings for the OpenCL API</title> </head> <body> <div id="container"> <div id="header"> <div id="slogan"><img src="../../images/jogamp_symbols/website_final_sideslogan_jocl_404x20pel.png" alt="Java™ Binding for the OpenCL® API"/></div> - <div id="logo"><a href="http://jogamp.org/"><img src="../../images/jogamp_symbols/website_final_blue_jocl_346x70pel.png" alt="JOCL Symbol"/></a></div> + <div id="logo"><a href="http://jogamp.org/"><img src="../../images/jogamp_symbols/website_final_magenta_jocl_346x70pel.png" alt="JOCL Symbol"/></a></div> </div> <div id="menu"> <ul> @@ -41,6 +43,7 @@ <li><a href="http://developer.amd.com/documentation/videos/OpenCLTechnicalOverviewVideoSeries/Pages/default.aspx">ATI Stream OpenCL Technical Overview Video Series</a></li> <li><a href="http://www.macresearch.org/opencl">Mac Research OpenCL Tutorials</a></li> </ul> + <a href="http://www.khronos.org/opencl/"><img src="http://www.khronos.org/opencl/images/opencl_100px.png" alt="OpenCL"/></a> </div> <div id="text"> |