You are viewing a plain text version of this content. The canonical link for it is here.
Posted to s4-commits@incubator.apache.org by df...@apache.org on 2013/02/21 13:57:06 UTC

svn commit: r1448640 [3/3] - in /incubator/s4/site: contrib/index.html download/index.html index.html style/ie.css style/nav.css style/print.css style/screen.css style/style.css team/index.html

Modified: incubator/s4/site/style/style.css
URL: http://svn.apache.org/viewvc/incubator/s4/site/style/style.css?rev=1448640&r1=1448639&r2=1448640&view=diff
==============================================================================
--- incubator/s4/site/style/style.css (original)
+++ incubator/s4/site/style/style.css Thu Feb 21 13:57:06 2013
@@ -17,7 +17,7 @@ body {
 a {
   color: #000;
   text-decoration: none;
-  border-bottom: 1px dotted #222;
+  border-bottom: 1px dotted #222222;
 }
 
 /* line 24, content/style/style.scss */
@@ -34,8 +34,8 @@ a:visited {
 
 /* line 27, content/style/style.scss */
 #wrapper {
-  border-top: 1px solid #bbb;
-  border-bottom: 1px solid #bbb;
+  border-top: 1px solid #bbbbbb;
+  border-bottom: 1px solid #bbbbbb;
   background: #fff;
   padding-bottom: 3em;
   padding-top: 3em;
@@ -138,14 +138,14 @@ a:visited {
 
 /* line 119, content/style/style.scss */
 span.copyright {
-  text-shadow: 1px 1px 0 #FFFFFF;
+  text-shadow: 1px 1px 0 white;
   color: #999;
 }
 
 /* line 128, content/style/style.scss */
 .titleheader {
   font-size: 25px;
-  text-shadow: #fff 0px 1px 0;
+  text-shadow: white 0px 1px 0;
   /*	color: #C17878; */
   color: #7e2217;
   margin-bottom: 20px;
@@ -154,7 +154,7 @@ span.copyright {
 /* line 136, content/style/style.scss */
 .secheader {
   font-size: 20px;
-  text-shadow: #fff 0px 1px 0;
+  text-shadow: white 0px 1px 0;
   /*	color: #C17878; */
   color: #7e2217;
   margin-top: 20px;
@@ -163,7 +163,7 @@ span.copyright {
 /* line 144, content/style/style.scss */
 .subsecheader {
   font-size: 14px;
-  text-shadow: #fff 0px 1px 0;
+  text-shadow: white 0px 1px 0;
   /*	color: #C17878; */
   color: #7e2217;
   margin-top: 20px;
@@ -177,7 +177,7 @@ span.copyright {
 /* line 156, content/style/style.scss */
 .horrule {
   margin-top: 30px;
-  border-top: 1px solid #DDDDDD;
+  border-top: 1px solid #dddddd;
   clear: both;
 }
 
@@ -189,7 +189,7 @@ span.copyright {
 
 /* line 167, content/style/style.scss */
 .sidetext {
-  border-left: 4px solid #ddd;
+  border-left: 4px solid #dddddd;
   padding-left: 4px;
 }
 
@@ -200,13 +200,13 @@ span.copyright {
   -moz-border-radius: 3px;
   border-radius: 3px;
   text-align: center;
-  border: 1px dotted #ddd;
+  border: 1px dotted #dddddd;
 }
 
 /* line 181, content/style/style.scss */
 #latest_head {
   font-size: 14px;
-  text-shadow: #fff 0px 1px 0;
+  text-shadow: white 0px 1px 0;
   margin: 0;
   color: #7e2217;
 }
@@ -244,7 +244,7 @@ span.copyright {
 
 /* line 215, content/style/style.scss */
 .greybar {
-  border-left: 4px solid #ddd;
+  border-left: 4px solid #dddddd;
   padding-left: 10px;
 }
 
@@ -282,7 +282,7 @@ ul.greybar {
 /* line 235, content/style/style.scss */
 .tabular table {
   background: #fff;
-  border: 1px solid #ddd;
+  border: 1px solid #dddddd;
 }
 
 /* line 240, content/style/style.scss */
@@ -295,7 +295,7 @@ input[type="text"], input[type="password
   padding: 5px;
   font-size: 14px;
   background-color: #fff;
-  border: 1px solid #bbb;
+  border: 1px solid #bbbbbb;
   color: #222;
 }
 

Modified: incubator/s4/site/team/index.html
URL: http://svn.apache.org/viewvc/incubator/s4/site/team/index.html?rev=1448640&r1=1448639&r2=1448640&view=diff
==============================================================================
--- incubator/s4/site/team/index.html (original)
+++ incubator/s4/site/team/index.html Thu Feb 21 13:57:06 2013
@@ -1,17 +1,16 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html>
-  <head>
-    <title>S4: Team</title>
-    <meta content='text/html; charset=utf-8' http-equiv='Content-Type' />
-    <meta content='A general-purpose distributed stream computing platform' name='description' />
-    <link href='../style/screen.css' media='screen' rel='stylesheet' type='text/css' />
-    <link href='../style/print.css' media='print' rel='stylesheet' type='text/css' />
-    <!--[if lt IE 9]>
-      <link href='../style/ie.css' media='screen' rel='stylesheet' type='text/css' />
-    <![endif]-->
-    <link href='../style/style.css' rel='stylesheet' type='text/css' />
-    <link href='../style/nav.css' rel='stylesheet' type='text/css' />
-    <script type='text/javascript'>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>S4: Team</title>
+<meta content="A general-purpose distributed stream computing platform" name="description">
+<link href="../style/screen.css" media="screen" rel="stylesheet" type="text/css">
+<link href="../style/print.css" media="print" rel="stylesheet" type="text/css">
+<!--[if lt IE 9]>
+      <link href="../style/ie.css" media="screen" rel="stylesheet" type="text/css">
+    <![endif]--><link href="../style/style.css" rel="stylesheet" type="text/css">
+<link href="../style/nav.css" rel="stylesheet" type="text/css">
+<script type="text/javascript">
         var _gaq = _gaq || [];
         _gaq.push(['_setAccount', 'UA-19490961-1']);
         _gaq.push(['_setDomainName', '.s4.io']);
@@ -22,98 +21,99 @@
           var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
         })();
       </script>
-  </head>
-  <body>
-    <div id='header'>
-      <div class='container'>
-        <div id='logo'>
-          <a href='../'>
-            <img src='../images/s4_test.png' />
-          </a>
-        </div>
-        <div id='navbar'>
-          <ul id='nav'>
-            <li>
-              <a href='../'>home</a>
-            </li>
-            <li>
-              <a href='https://cwiki.apache.org/confluence/display/S4/S4+Wiki'>docs</a>
-            </li>
-            <li>
-              <a href='http://git-wip-us.apache.org/repos/asf?p=incubator-s4.git' onClick="_gaq.push(['_trackEvent', 'External', 'Apache Git', 'http://github.com/s4']);">code</a>
-            </li>
-            <li>
-              <a href='http://people.apache.org/~mmorel/apache-s4-0.5.0-incubating-doc/javadoc/'>API</a>
-            </li>
-            <li>
-              <a href='../contrib'>get involved</a>
-            </li>
-            <li>
-              <a href='http://blog.s4.io'>blog</a>
-            </li>
-            <li>
-              <a href='.'>team</a>
-            </li>
-            <li>
-              <a href='../download'>download</a>
-            </li>
-          </ul>
+</head>
+<body>
+    <div id="header">
+      <div class="container">
+        <div id="logo">
+          <a href="../">
+            <img src="../images/s4_test.png"></a>
         </div>
+        <div id="navbar"><ul id="nav">
+<li>
+    <a href="../">home</a>
+  </li>
+  <li>
+    <a href="https://cwiki.apache.org/confluence/display/S4/S4+Wiki">docs</a>
+  </li>
+  <li>
+    <a href="http://git-wip-us.apache.org/repos/asf?p=incubator-s4.git" onclick="_gaq.push(['_trackEvent', 'External', 'Apache Git', 'http://github.com/s4']);">code</a>
+  </li>
+  <li>
+    <a href="http://people.apache.org/~mmorel/apache-s4-0.5.0-incubating-doc/javadoc/">API</a>
+  </li>
+  <li>
+    <a href="../contrib">get involved</a>
+  </li>
+  <li>
+    <a href="http://blog.s4.io">blog</a>
+  </li>
+  <li>
+    <a href=".">team</a>
+  </li>
+  <li>
+    <a href="../download">download</a>
+  </li>
+</ul></div>
       </div>
     </div>
-    <div id='wrapper'>
-      <div class='container' id='container'>
-        <div id='maintainers'>
-          <h2 class='secheader'>maintainers</h2>
-          <p>Committers:</p>
-          <div class='tabular'>
-            <table>
-              <tr>
-                <th>name</th>
-                <th>affiliation</th>
-              </tr>
-              <tr>
-                <td>Kishore Gopalakrishna</td>
-                <td>LinkedIn</td>
-              </tr>
-              <tr>
-                <td>Flavio Junqueira</td>
-                <td>Yahoo!</td>
-              </tr>
-              <tr>
-                <td>Matthieu Morel</td>
-                <td>Yahoo!</td>
-              </tr>
-              <tr>
-                <td>Anish Nair</td>
-                <td>A9</td>
-              </tr>
-              <tr>
-                <td>Leo Neumeyer</td>
-                <td>QuantBench</td>
-              </tr>
-              <tr>
-                <td>Bruce Robbins</td>
-                <td>Yahoo!</td>
-              </tr>
-            </table>
-          </div>
-          <h2 class='secheader'>former contributors</h2>
-          <div class='tabular'>
-            <table>
-              <tr>
-                <td>Anand Kesari</td>
-                <td>Yahoo!</td>
-              </tr>
-            </table>
-            <!-- %p= "We ask that you please do not send us emails privately asking for support. We are non-paid volunteers who help out with the project and we do not necessarily have the time or energy to help people on an individual basis. Instead, we have setup a mailing list for the project which can contain a wider range of individuals who will help answer detailed requests for help. The benefit of using mailing lists over private communication is that it is a shared resource where others can also learn from common mistakes and as a community we all grow together." -->
+    <div id="wrapper">
+      <div class="container" id="container">
+          <div id="maintainers">
+            <h2 class="secheader">maintainers</h2>
+            <p>Committers:</p>
+            <div class="tabular">
+              <table>
+<tr>
+<th>name</th>
+                  <th>affiliation</th>
+                </tr>
+<tr>
+<td>Kishore Gopalakrishna</td>
+                  <td>LinkedIn</td>
+                </tr>
+<tr>
+<td>Flavio Junqueira</td>
+                  <td>Yahoo!</td>
+                </tr>
+<tr>
+<td>Matthieu Morel</td>
+                  <td>Yahoo!</td>
+                </tr>
+<tr>
+<td>Leo Neumeyer</td>
+                  <td>QuantBench</td>
+                </tr>
+<tr>
+<td>Bruce Robbins</td>
+                  <td>Yahoo!</td>
+                </tr>
+<tr>
+<td>Daniel Gómez Ferro</td>
+                  <td>Yahoo!</td>
+                </tr>
+</table>
+</div>
+            <h2 class="secheader">former contributors</h2>
+            <div class="tabular">
+              <table>
+<tr>
+<td>Anish Nair</td>
+                  <td>A9</td>
+                </tr>
+<tr>
+<td>Anand Kesari</td>
+                  <td>Yahoo!</td>
+                </tr>
+</table>
+<!-- %p= "We ask that you please do not send us emails privately asking for support. We are non-paid volunteers who help out with the project and we do not necessarily have the time or energy to help people on an individual basis. Instead, we have setup a mailing list for the project which can contain a wider range of individuals who will help answer detailed requests for help. The benefit of using mailing lists over private communication is that it is a shared resource where others can also learn from common mistakes and as a community we all grow together." -->
+</div>
           </div>
         </div>
-      </div>
     </div>
-    <div id='footer'>
-      <div class='container'>
-        <span class='copyright'>Apache S4 - Copyright 2012 The Apache Software Foundation</span>
+    <div id="footer">
+      <div class="container">
+        <span class="copyright">Apache S4 - Copyright 2012 The Apache Software Foundation</span>
       </div>
     </div>
   </body>