Author: buildbot
Date: Tue Jun 11 20:59:36 2013
New Revision: 865334

Log:
Staging update by buildbot for drill

Added:
    websites/staging/drill/trunk/content/drill/team.html
Modified:
    websites/staging/drill/trunk/content/   (props changed)

Propchange: websites/staging/drill/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Jun 11 20:59:36 2013
@@ -1 +1 @@
-1491666
+1491954

Added: websites/staging/drill/trunk/content/drill/team.html
==============================================================================
--- websites/staging/drill/trunk/content/drill/team.html (added)
+++ websites/staging/drill/trunk/content/drill/team.html Tue Jun 11 20:59:36 
2013
@@ -0,0 +1,419 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <title>Apache Drill</title>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta name="description" content="">
+    <meta name="author" content="">
+
+    <!-- Le styles -->
+    <link href="css/bootstrap.css" rel="stylesheet">
+    <link href="css/bootstrap-responsive.css" rel="stylesheet">
+    <style>
+
+    /* GLOBAL STYLES
+    -------------------------------------------------- */
+    /* Padding below the footer and lighter body text */
+
+    body {
+      padding-bottom: 40px;
+      color: #5a5a5a;
+    }
+
+
+
+    /* CUSTOMIZE THE NAVBAR
+    -------------------------------------------------- */
+
+    /* Special class on .container surrounding .navbar, used for positioning 
it into place. */
+    .navbar-wrapper {
+      position: absolute;
+      top: 0;
+      left: 0;
+      right: 0;
+      z-index: 10;
+      margin-top: 20px;
+      margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is 
roughly margins and height of navbar. */
+    }
+    .navbar-wrapper .navbar {
+
+    }
+
+    /* Remove border and change up box shadow for more contrast */
+    .navbar .navbar-inner {
+      border: 0;
+      -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
+         -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
+              box-shadow: 0 2px 10px rgba(0,0,0,.25);
+    }
+
+    /* Downsize the brand/project name a bit */
+    .navbar .brand {
+      padding: 14px 20px 16px; /* Increase vertical padding to match navbar 
links */
+      font-size: 16px;
+      font-weight: bold;
+      text-shadow: 0 -1px 0 rgba(0,0,0,.5);
+    }
+
+    /* Navbar links: increase padding for taller navbar */
+    .navbar .nav > li > a {
+      padding: 15px 20px;
+    }
+
+    /* Offset the responsive button for proper vertical alignment */
+    .navbar .btn-navbar {
+      margin-top: 10px;
+    }
+
+
+
+    /* CUSTOMIZE THE CAROUSEL
+    -------------------------------------------------- */
+
+    /* Carousel base class */
+    .carousel {
+      margin-bottom: 60px;
+    }
+
+    .carousel .container {
+      position: relative;
+      z-index: 9;
+    }
+
+    .carousel-control {
+      height: 80px;
+      margin-top: 0;
+      font-size: 120px;
+      text-shadow: 0 1px 1px rgba(0,0,0,.4);
+      background-color: transparent;
+      border: 0;
+      z-index: 10;
+    }
+
+    .carousel .item {
+      height: 500px;
+    }
+    .carousel img {
+      position: absolute;
+      top: 0;
+      left: 0;
+      min-width: 100%;
+      height: 500px;
+    }
+
+    .carousel-caption {
+      background-color: transparent;
+      position: static;
+      max-width: 550px;
+      padding: 0 20px;
+      margin-top: 200px;
+    }
+    .carousel-caption h1,
+    .carousel-caption .lead {
+      margin: 0;
+      line-height: 1.25;
+      color: #fff;
+      text-shadow: 0 1px 1px rgba(0,0,0,.4);
+    }
+    .carousel-caption .btn {
+      margin-top: 10px;
+    }
+
+
+
+    /* MARKETING CONTENT
+    -------------------------------------------------- */
+
+    /* Center align the text within the three columns below the carousel */
+    .marketing .span4 {
+      text-align: center;
+    }
+    .marketing h2 {
+      font-weight: normal;
+    }
+    .marketing .span4 p {
+      margin-left: 10px;
+      margin-right: 10px;
+    }
+
+
+    /* Featurettes
+    ------------------------- */
+
+    .featurette-divider {
+      margin: 40px 0; /* Space out the Bootstrap <hr> more */
+    }
+    .featurette {
+      padding-top: 80px; /* Vertically center images part 1: add padding above 
and below text. */
+      overflow: hidden; /* Vertically center images part 2: clear their 
floats. */
+    }
+    .featurette-image {
+      margin-top: -120px; /* Vertically center images part 3: negative margin 
up the image the same amount of the padding to center it. */
+    }
+
+    /* Give some space on the sides of the floated elements so text doesn't 
run right into it. */
+    .featurette-image.pull-left {
+      margin-right: 40px;
+    }
+    .featurette-image.pull-right {
+      margin-left: 40px;
+    }
+
+    /* Thin out the marketing headings */
+    .featurette-heading {
+      font-size: 50px;
+      font-weight: 300;
+      line-height: 1;
+      letter-spacing: -1px;
+    }
+
+
+
+    /* RESPONSIVE CSS
+    -------------------------------------------------- */
+
+    @media (max-width: 979px) {
+
+      .container.navbar-wrapper {
+        margin-bottom: 0;
+        width: auto;
+      }
+      .navbar-inner {
+        border-radius: 0;
+        margin: -20px 0;
+      }
+
+      .carousel .item {
+        height: 500px;
+      }
+      .carousel img {
+        width: auto;
+        height: 500px;
+      }
+
+      .featurette {
+        height: auto;
+        padding: 0;
+      }
+      .featurette-image.pull-left,
+      .featurette-image.pull-right {
+        display: block;
+        float: none;
+        max-width: 40%;
+        margin: 0 auto 20px;
+      }
+    }
+
+
+    @media (max-width: 767px) {
+
+      .navbar-inner {
+        margin: -20px;
+      }
+
+      .carousel {
+        margin-left: -20px;
+        margin-right: -20px;
+      }
+      .carousel .container {
+
+      }
+      .carousel .item {
+        height: 300px;
+      }
+      .carousel img {
+        height: 300px;
+      }
+      .carousel-caption {
+        width: 65%;
+        padding: 0 70px;
+        margin-top: 100px;
+      }
+      .carousel-caption h1 {
+        font-size: 30px;
+      }
+      .carousel-caption .lead,
+      .carousel-caption .btn {
+        font-size: 18px;
+      }
+
+      .marketing .span4 + .span4 {
+        margin-top: 40px;
+      }
+
+      .featurette-heading {
+        font-size: 30px;
+      }
+      .featurette .lead {
+        font-size: 18px;
+        line-height: 1.5;
+      }
+
+    }
+
+        #blue_box{
+background-image: linear-gradient(left top, #17283B 31%, #0E3B6A 65%, #0E3B6A 
81%);
+background-image: -o-linear-gradient(left top, #17283B 31%, #0E3B6A 65%, 
#0E3B6A 81%);
+background-image: -moz-linear-gradient(left top, #17283B 31%, #0E3B6A 65%, 
#0E3B6A 81%);
+background-image: -webkit-linear-gradient(left top, #17283B 31%, #0E3B6A 65%, 
#0E3B6A 81%);
+background-image: -ms-linear-gradient(left top, #17283B 31%, #0E3B6A 65%, 
#0E3B6A 81%);
+
+background-image: -webkit-gradient(
+    linear,
+    left top,
+    30% 80%,
+    color-stop(0.31, #17283B),
+    color-stop(0.75, #0E3B6A),
+    color-stop(0.81, #0E3B6A)
+);
+    }
+    </style>
+
+    <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
+    <!--[if lt IE 9]>
+      <script src="js/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Fav and touch icons -->
+    <link rel="apple-touch-icon-precomposed" sizes="144x144" 
href="ico/apple-touch-icon-144-precomposed.png">
+    <link rel="apple-touch-icon-precomposed" sizes="114x114" 
href="ico/apple-touch-icon-114-precomposed.png">
+      <link rel="apple-touch-icon-precomposed" sizes="72x72" 
href="ico/apple-touch-icon-72-precomposed.png">
+                    <link rel="apple-touch-icon-precomposed" 
href="ico/apple-touch-icon-57-precomposed.png">
+                                   <link rel="shortcut icon" 
href="ico/favicon.png">
+  </head>
+
+  <body>
+  <!-- NAVBAR
+    ================================================== -->
+    <div class="navbar-wrapper">
+      <!-- Wrap the .navbar in .container to center it within the absolutely 
positioned parent. -->
+      <div class="container">
+
+        <div class="navbar navbar-inverse">
+          <div class="navbar-inner">
+            <!-- Responsive Navbar Part 1: Button for triggering responsive 
navbar (not covered in tutorial). Include responsive CSS to utilize. -->
+            <button type="button" class="btn btn-navbar" 
data-toggle="collapse" data-target=".nav-collapse">
+              <span class="icon-bar"></span>
+              <span class="icon-bar"></span>
+              <span class="icon-bar"></span>
+            </button>
+            <a class="brand" href="index.html">Apache Drill</a>
+            <!-- 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="team.html">Team</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="http://apache.org/licenses/LICENSE-2.0.html";>License</a></li>
+              </ul>
+            </div><!--/.nav-collapse -->
+          </div><!-- /.navbar-inner -->
+        </div><!-- /.navbar -->
+
+      </div> <!-- /.container -->
+    </div><!-- /.navbar-wrapper -->
+    
+    <!-- Carousel
+    ================================================== -->
+    <div id="myCarousel" class="carousel slide" style="height:10px">
+      
+    </div><!-- /.carousel -->
+
+
+
+    <!-- Marketing messaging and featurettes
+    ================================================== -->
+    <!-- Wrap the rest of the page in another container to center all the 
content. -->
+
+    <div class="container marketing">
+
+
+      <!-- START THE FEATURETTES -->
+
+      <div class="featurette">
+        <div style="float:left;margin-right:80px">
+        <h2 class="featurette-heading"> Mentors <span 
class="muted"></span></h2>
+                 <table>
+<tr> <td> </td> <td> <h3> Ted Dunning </h3> [email protected] <br>  MapR 
Technologies </td></tr>
+<tr> <td> </td> <td> <h3> Grant Ingersoll </h3> [email protected]  
<br>  Lucid Works </td></tr>
+<tr> <td> </td> <td> <h3> Isabel Drost  </h3> [email protected] <br>  Nokia 
</td></tr>
+                 </table>
+</div>
+ <div style="float:left;margin-right:80px">
+              <h2 class="featurette-heading"> Commiters <span 
class="muted"></span></h2>
+      <table>
+<tr> <td> </td> <td> <h3> Chris Wensel  </h3> [email protected] <br>  
Concurrent  </td></tr>
+<tr> <td> </td> <td> <h3> Gera Shegalov </h3> [email protected] <br>  Oracle  
</td></tr>
+<tr> <td> </td> <td> <h3> Jacques Nadeau  </h3> [email protected]  <br>  MapR 
Technologies </td></tr>
+<tr> <td> </td> <td> <h3> Jason Frantz  </h3> [email protected]  <br>    
</td></tr>
+<tr> <td> </td> <td> <h3> Keys Botzum </h3> [email protected]  <br>  MapR 
Technologies </td></tr>
+<tr> <td> </td> <td> <h3> MC Srivas </h3> [email protected] <br>  MapR 
Technologies </td></tr>
+<tr> <td> </td> <td> <h3> Ryan Rawson </h3> [email protected]  <br>  Ohm Data  
</td></tr>
+<tr> <td> </td> <td> <h3> Tomer Shiran  </h3> [email protected]  <br>  MapR 
Technologies </td></tr>
+      </table>
+    </div>
+        <div style="float:left;margin-right:80px">       
+               <h2 class="featurette-heading"> Contributors <span 
class="muted"></span></h2>
+                 <table>
+                         
+<tr> <td> </td> <td> <h3> Ben Becker  </h3> [email protected] <br>  
MapR Technologies </td></tr>
+<tr> <td> </td> <td> <h3> David Alves </h3> [email protected] <br>  UT 
Austin </td></tr>
+<tr> <td> </td> <td> <h3> Ellen Friedman  </h3> [email protected]  
<br>    </td></tr>
+<tr> <td> </td> <td> <h3> Jason Altekruse </h3> [email protected]  <br> 
 MapR Technologies </td></tr>
+<tr> <td> </td> <td> <h3> Julian Hyde </h3> [email protected]  <br>  
Pentaho </td></tr>
+<tr> <td> </td> <td> <h3> Lisen Mu  </h3> [email protected]  <br>    </td></tr>
+<tr> <td> </td> <td> <h3> Michael Hausenblaus </h3> 
[email protected]  <br>  MapR Technologies </td></tr>
+<tr> <td> </td> <td> <h3> Sree V  </h3> [email protected] <br>    
</td></tr>
+<tr> <td> </td> <td> <h3> Timothy Chen  </h3> [email protected] <br>  
Microsoft </td></tr>
+                 </table>
+</div>
+    </div>
+      <hr class="featurette-divider">
+      <!-- FOOTER -->
+    <footer>
+      <div class="container-fluid">
+        <div class="row span12">Copyright &copy; 2012
+          <a href="http://www.apache.org/";>The Apache Software Foundation</a>,
+          licensed under the <a 
href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>.
+    <p><small>Apache Incubator, Apache, and the Apache feather logo 
+    are trademarks of The Apache Software Foundation.
+    Other names appearing on the site may be trademarks of their
+    respective owners.</small></p>
+        </div>
+      </div>
+    </footer>
+
+    </div><!-- /.container -->
+
+
+
+    <!-- Le javascript
+    ================================================== -->
+    <!-- Placed at the end of the document so the pages load faster -->
+    <script src="js/jquery.js"></script>
+    <script src="js/bootstrap-transition.js"></script>
+    <script src="js/bootstrap-alert.js"></script>
+    <script src="js/bootstrap-modal.js"></script>
+    <script src="js/bootstrap-dropdown.js"></script>
+    <script src="js/bootstrap-scrollspy.js"></script>
+    <script src="js/bootstrap-tab.js"></script>
+    <script src="js/bootstrap-tooltip.js"></script>
+    <script src="js/bootstrap-popover.js"></script>
+    <script src="js/bootstrap-button.js"></script>
+    <script src="js/bootstrap-collapse.js"></script>
+    <script src="js/bootstrap-carousel.js"></script>
+    <script src="js/bootstrap-typeahead.js"></script>
+    <script>
+      !function ($) {
+        $(function(){
+          // carousel demo
+          //$('#myCarousel').carousel()
+        })
+      }(window.jQuery)
+    </script>
+    <script src="js/holder/holder.js"></script>
+  </body>
+</html>


Reply via email to