updates to site

git-svn-id: https://svn.apache.org/repos/asf/incubator/wink/site/trunk@798791 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/site/Construction.gif b/site/Construction.gif
deleted file mode 100644
index a55ecf4..0000000
--- a/site/Construction.gif
+++ /dev/null
Binary files differ
diff --git a/site/apache-incubator-wink-white.PNG b/site/apache-incubator-wink-white.PNG
deleted file mode 100644
index d323ebb..0000000
--- a/site/apache-incubator-wink-white.PNG
+++ /dev/null
Binary files differ
diff --git a/site/index.html b/site/index.html
deleted file mode 100644
index cf8975d..0000000
--- a/site/index.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
-  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-  <meta name="keywords" content="wink, jsr311, jaxrs, rest, restful, apache, open source, jsr-311, java, MartinSnitkovskyEliBaramElmanMichaelNadavFischer">
-   <title>Apache Wink</title>
- </head>
-<body>
-<table border="0" width="100%" cellspacing="0">
-<tr>
-    <td align="left" valign="top">
-		<a href="http://www.apache.org/"><img src="apache-incubator-wink-white.PNG" alt="The Apache Software Foundation" border="0"/></a>
-    </td>
-<td align="right">
-<a href="http://incubator.apache.org/"><img src="http://incubator.apache.org/images/apache-incubator-logo.png" alt="Apache Incubator" border="0"/></a>
-</td>
-</tr>
-  </table>
-<h3><p align="center">
-Apache Wink site is currently under construction. 
-For information regarding Wink project, see the 
-<a href="http://cwiki.apache.org/confluence/display/WINK/Index" title="ASF Wink Confluence Wiki" rel="nofollow">Wink Wiki</a>
-<br><br><br><img border="0" src="Construction.gif">
-</p>
-</h3>
-</body>
-</html>
\ No newline at end of file
diff --git a/site/pom.xml b/site/pom.xml
index ce0a731..a764196 100644
--- a/site/pom.xml
+++ b/site/pom.xml
@@ -295,6 +295,14 @@
 			</roles>
 		</developer>
 	</developers>
+	<contributors>
+		<contributor>
+			<name>Mike Rheinheimer</name>
+		</contributor>
+		<contributor>
+			<name>Shiva Kumar H R</name>
+		</contributor>
+	</contributors>
 	<licenses>
 		<license>
 			<name>The Apache Software License, Version 2.0</name>
@@ -317,12 +325,8 @@
 	<distributionManagement>
 		<site>
 			<id>ssh-repository</id>
-			<url>scpexe://people.apache.org/home/elman/public_html/wink</url>
-			<!--
-				url>scpexe://people.apache.org/www/incubator.apache.org/wink</url
-			-->
+			<url>scpexe://people.apache.org/www/incubator.apache.org/wink</url>
 		</site>
 	</distributionManagement>
 	<inceptionYear>2009</inceptionYear>
-
 </project>
diff --git a/site/src/site/resources/css/site.css b/site/src/site/resources/css/site.css
index 8c94453..a9dec74 100644
--- a/site/src/site/resources/css/site.css
+++ b/site/src/site/resources/css/site.css
@@ -35,7 +35,7 @@
 
 #contentBox h3 {
   padding: 4px 4px 4px 6px;
-  color: #F9F9F9;
+  color: #FBFBFB;
   font-weight: bold;
   font-size: 15px;
   background-color: #888888;
@@ -44,7 +44,7 @@
 
 #contentBox h4 {
   padding: 4px 4px 4px 6px;
-  color: #777;
+  color: #555;
   background-color: #D8D8D8;
   font-weight: bold;
   font-size: 1.2em
@@ -56,11 +56,13 @@
 
 #contentBox h5 {
   margin-left: 10px;
+  margin-bottom: 0px;
   font-size: 1.05em
 }
 
 #contentBox h6 {
   margin-left: 10px;
+  margin-bottom: 0px;
   font-size: 1em
 }
 
@@ -92,15 +94,26 @@
   margin-left:12px;
 }
 
-#contentBox th {
+table.bodyTable th {
+  color: #333;
+  background-color: #ACB299;
   text-align:center;
 }
 
+table.bodyTable tr.a {
+  background-color: #E5EECC;
+}
+
+table.bodyTable tr.b {
+  background-color: #F6FFDB;
+}
+
 td {
   text-align:left;
 }
 
 table {
+  width: 98%;
   margin-left:12px;
-  margin-right:12px;
+  margin-right:15px;
 }
\ No newline at end of file
diff --git a/site/src/site/resources/images/ApacheWinkLogo.jpg b/site/src/site/resources/images/ApacheWinkLogo.jpg
deleted file mode 100644
index 55f3d2b..0000000
--- a/site/src/site/resources/images/ApacheWinkLogo.jpg
+++ /dev/null
Binary files differ
diff --git a/site/src/site/resources/images/apache-incubator-logo.PNG b/site/src/site/resources/images/apache-incubator-logo.PNG
deleted file mode 100644
index e56da1e..0000000
--- a/site/src/site/resources/images/apache-incubator-logo.PNG
+++ /dev/null
Binary files differ
diff --git a/site/src/site/resources/images/apache-incubator-wink-white.PNG b/site/src/site/resources/images/apache-incubator-wink-white.PNG
deleted file mode 100644
index d323ebb..0000000
--- a/site/src/site/resources/images/apache-incubator-wink-white.PNG
+++ /dev/null
Binary files differ
diff --git a/site/src/site/resources/images/architecture.png b/site/src/site/resources/images/architecture.png
deleted file mode 100644
index 4f2e3ae..0000000
--- a/site/src/site/resources/images/architecture.png
+++ /dev/null
Binary files differ
diff --git a/site/src/site/resources/images/favicon.ico b/site/src/site/resources/images/favicon.ico
deleted file mode 100644
index 1ed345e..0000000
--- a/site/src/site/resources/images/favicon.ico
+++ /dev/null
Binary files differ
diff --git a/site/src/site/resources/images/logo_hp.jpg b/site/src/site/resources/images/logo_hp.jpg
deleted file mode 100644
index 5cb76e2..0000000
--- a/site/src/site/resources/images/logo_hp.jpg
+++ /dev/null
Binary files differ
diff --git a/site/src/site/resources/images/wink2-adv.png b/site/src/site/resources/images/wink2-adv.png
deleted file mode 100644
index 21e91c7..0000000
--- a/site/src/site/resources/images/wink2-adv.png
+++ /dev/null
Binary files differ
diff --git a/site/src/site/resources/images/wink2-mod.png b/site/src/site/resources/images/wink2-mod.png
deleted file mode 100644
index 736051d..0000000
--- a/site/src/site/resources/images/wink2-mod.png
+++ /dev/null
Binary files differ
diff --git a/site/src/site/resources/images/wink2.JPG b/site/src/site/resources/images/wink2.JPG
deleted file mode 100644
index a3139be..0000000
--- a/site/src/site/resources/images/wink2.JPG
+++ /dev/null
Binary files differ
diff --git a/site/src/site/resources/images/wink2.ico b/site/src/site/resources/images/wink2.ico
new file mode 100644
index 0000000..d564b88
--- /dev/null
+++ b/site/src/site/resources/images/wink2.ico
Binary files differ
diff --git a/site/src/site/resources/images/wink2.png b/site/src/site/resources/images/wink2.png
deleted file mode 100644
index 713f80c..0000000
--- a/site/src/site/resources/images/wink2.png
+++ /dev/null
Binary files differ
diff --git a/site/src/site/site.xml b/site/src/site/site.xml
index 30a36b1..44c1fa7 100644
--- a/site/src/site/site.xml
+++ b/site/src/site/site.xml
@@ -32,7 +32,7 @@
 	</bannerLeft>
 	<body>
 		<head>
-			<link rel="shortcut icon" href="./images/favicon.ico" />
+			<link rel="shortcut icon" href="./images/wink2.ico" />
 			<!--
 				this style is needed to enable child modules to use the main
 				site.css