Author: jacques
Date: Mon Jun 17 21:31:11 2013
New Revision: 1493948

URL: http://svn.apache.org/r1493948
Log:
CMS commit to drill by jacques

Modified:
    incubator/drill/site/trunk/content/drill/index.html

Modified: incubator/drill/site/trunk/content/drill/index.html
URL: 
http://svn.apache.org/viewvc/incubator/drill/site/trunk/content/drill/index.html?rev=1493948&r1=1493947&r2=1493948&view=diff
==============================================================================
--- incubator/drill/site/trunk/content/drill/index.html (original)
+++ incubator/drill/site/trunk/content/drill/index.html Mon Jun 17 21:31:11 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html lang="en" >
+<html lang="en">
   <head>
     <meta charset="utf-8">
     <title>Apache Drill</title>
@@ -61,6 +61,12 @@
       padding: 15px 20px;
     }
 
+    .navbar .nav > li > form {
+      padding: 0px 20px;
+      margin-top: 10px;
+      margin-bottom: 0px;
+    }
+
     /* Offset the responsive button for proper vertical alignment */
     .navbar .btn-navbar {
       margin-top: 10px;
@@ -305,14 +311,19 @@ background-image: -webkit-gradient(
             <!-- Responsive Navbar Part 2: Place all navbar contents you want 
collapsed withing .navbar-collapse.collapse. -->
             <div class="nav-collapse collapse">
               <ul class="nav">
-                <li><a href="drill_overview.html">Project Overview</a></li>
+                <li><a href="drill_overview.html">Overview</a></li>
                 <li><a href="team.html">Team</a></li>
                 <li><a href="index.html#get_involved">Get Involved</a></li>
                 <li><a href="index.html#resources">Resources</a></li>
                 <li><a 
href="https://issues.apache.org/jira/browse/DRILL";>Issue Tracking</a></li>
                 <li><a 
href="https://github.com/apache/incubator-drill";>Source</a></li>
-                <li><a 
href="https://cwiki.apache.org/confluence/display/DRILL/Apache+Drill+Wiki";>Wiki</a></li>
+                <!--<li><a 
href="https://cwiki.apache.org/confluence/display/DRILL/Apache+Drill+Wiki";>Wiki</a></li>-->
                 <li><a 
href="http://apache.org/licenses/LICENSE-2.0.html";>License</a></li>
+                <li>
+                  <form method="GET" action="http://search-hadoop.com/";>Search 
&nbsp; &nbsp
+                    <input type="text" name="q" style="width:120px"></input>
+                    <input type="hidden" name="fc_project" value="Drill">
+                    <input type="submit" style="margin-left:6px; 
margin-bottom:8px" value="Go"></input></li>
               </ul>
             </div><!--/.nav-collapse -->
           </div><!-- /.navbar-inner -->
@@ -384,7 +395,6 @@ background-image: -webkit-gradient(
 
       <div class="featurette" id="get_involved">  
         <h2 class="featurette-heading" >Get Involved!<span 
class="muted"></span></h2>
-               <p class="lead"><a rel="nofollow" 
href="https://plus.google.com/hangouts/_/ef3abafa7fa601a5208bee4c26fdeade3fd19bc6";>Weekly
 Google Hangout Meeting - Tuesdays 9:00am PDT</a></p>
         <p class="lead">Twitter: <a 
href="https://twitter.com/ApacheDrill";>@ApacheDrill</a></p>
         <p class="lead">Source Code: <a 
href="https://github.com/apache/incubator-drill"; rel="nofollow">Github</a></p>
         <p class="lead"><a 
href="https://cwiki.apache.org/confluence/display/DRILL/Contributing";>How to 
contribute to Drill</a></p>
@@ -425,7 +435,6 @@ background-image: -webkit-gradient(
 
       <div class="featurette" id="resources">
         <h2 class="featurette-heading">Resources<span 
class="muted"></span></h2>
-                 
         <p class="lead"><a rel="nofollow" 
href="https://docs.google.com/document/d/1QTL8warUYS2KjldQrGUse7zp8eA72VKtLOHwfXy6c7I/edit#";>Logical
 and Physical Plan Language Design Document (in progress)</a></p>
         <p class="lead"><a rel="nofollow" 
href="https://docs.google.com/document/d/1zaxkcrK9mYyfpGwX1kAV80z0PCi8abefL45zOzb97dI/edit#bookmark=id.iip15ful18mm";>Value
 Vector Design Document</a></p>
         <p class="lead"><a 
href="http://wiki.apache.org/incubator/DrillProposal";>Drill Proposal Wiki Page 
</a></p>


Reply via email to