summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rwxr-xr-xwww/index.html5
-rw-r--r--www/style.css5
2 files changed, 9 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&#0153; Binding for the OpenCL&#0174; 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">
diff --git a/www/style.css b/www/style.css
new file mode 100644
index 00000000..7e3cfd20
--- /dev/null
+++ b/www/style.css
@@ -0,0 +1,5 @@
+/*webside theme colors*/
+#menu, #menu li, #footer {background-color:#567072;}
+#sidebar li a:hover {background-color:#EEEEEE;}
+#menu a, #footer a, #footer {color: #FFFFFF}
+#main a:hover {color:#000000;}