http://git-wip-us.apache.org/repos/asf/drill/blob/59bc9151/css/syntax.css
----------------------------------------------------------------------
diff --git a/css/syntax.css b/css/syntax.css
deleted file mode 100644
index 2774b76..0000000
--- a/css/syntax.css
+++ /dev/null
@@ -1,60 +0,0 @@
-.highlight  { background: #ffffff; }
-.highlight .c { color: #999988; font-style: italic } /* Comment */
-.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
-.highlight .k { font-weight: bold } /* Keyword */
-.highlight .o { font-weight: bold } /* Operator */
-.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */
-.highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
-.highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */
-.highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* 
Comment.Special */
-.highlight .gd { color: #000000; background-color: #ffdddd } /* 
Generic.Deleted */
-.highlight .gd .x { color: #000000; background-color: #ffaaaa } /* 
Generic.Deleted.Specific */
-.highlight .ge { font-style: italic } /* Generic.Emph */
-.highlight .gr { color: #aa0000 } /* Generic.Error */
-.highlight .gh { color: #999999 } /* Generic.Heading */
-.highlight .gi { color: #000000; background-color: #ddffdd } /* 
Generic.Inserted */
-.highlight .gi .x { color: #000000; background-color: #aaffaa } /* 
Generic.Inserted.Specific */
-.highlight .go { color: #888888 } /* Generic.Output */
-.highlight .gp { color: #555555 } /* Generic.Prompt */
-.highlight .gs { font-weight: bold } /* Generic.Strong */
-.highlight .gu { color: #aaaaaa } /* Generic.Subheading */
-.highlight .gt { color: #aa0000 } /* Generic.Traceback */
-.highlight .kc { font-weight: bold } /* Keyword.Constant */
-.highlight .kd { font-weight: bold } /* Keyword.Declaration */
-.highlight .kp { font-weight: bold } /* Keyword.Pseudo */
-.highlight .kr { font-weight: bold } /* Keyword.Reserved */
-.highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */
-.highlight .m { color: #009999 } /* Literal.Number */
-.highlight .s { color: #d14 } /* Literal.String */
-.highlight .na { color: #008080 } /* Name.Attribute */
-.highlight .nb { color: #0086B3 } /* Name.Builtin */
-.highlight .nc { color: #445588; font-weight: bold } /* Name.Class */
-.highlight .no { color: #008080 } /* Name.Constant */
-.highlight .ni { color: #800080 } /* Name.Entity */
-.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */
-.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */
-.highlight .nn { color: #555555 } /* Name.Namespace */
-.highlight .nt { color: #000080 } /* Name.Tag */
-.highlight .nv { color: #008080 } /* Name.Variable */
-.highlight .ow { font-weight: bold } /* Operator.Word */
-.highlight .w { color: #bbbbbb } /* Text.Whitespace */
-.highlight .mf { color: #009999 } /* Literal.Number.Float */
-.highlight .mh { color: #009999 } /* Literal.Number.Hex */
-.highlight .mi { color: #009999 } /* Literal.Number.Integer */
-.highlight .mo { color: #009999 } /* Literal.Number.Oct */
-.highlight .sb { color: #d14 } /* Literal.String.Backtick */
-.highlight .sc { color: #d14 } /* Literal.String.Char */
-.highlight .sd { color: #d14 } /* Literal.String.Doc */
-.highlight .s2 { color: #d14 } /* Literal.String.Double */
-.highlight .se { color: #d14 } /* Literal.String.Escape */
-.highlight .sh { color: #d14 } /* Literal.String.Heredoc */
-.highlight .si { color: #d14 } /* Literal.String.Interpol */
-.highlight .sx { color: #d14 } /* Literal.String.Other */
-.highlight .sr { color: #009926 } /* Literal.String.Regex */
-.highlight .s1 { color: #d14 } /* Literal.String.Single */
-.highlight .ss { color: #990073 } /* Literal.String.Symbol */
-.highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */
-.highlight .vc { color: #008080 } /* Name.Variable.Class */
-.highlight .vg { color: #008080 } /* Name.Variable.Global */
-.highlight .vi { color: #008080 } /* Name.Variable.Instance */
-.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */

http://git-wip-us.apache.org/repos/asf/drill/blob/59bc9151/css/video-box.css
----------------------------------------------------------------------
diff --git a/css/video-box.css b/css/video-box.css
deleted file mode 100644
index f343730..0000000
--- a/css/video-box.css
+++ /dev/null
@@ -1,55 +0,0 @@
-div#video-box{
-  position:relative;
-  float:right;
-  width:320px;
-  height:160px;
-}
-
-div#video-box div.background {
-  position:absolute;
-  background-color:#fff;
-  height:100%;
-  width:100%;
-  opacity:.15;
-}
-
-div#video-box div.row {
-  position:absolute;
-  height:40px;
-  width:100%;
-  border-bottom:dotted 1px #999;
-  top:0px;
-  font-size:12px;
-  color:black;
-  line-height:40px;
-  
-}
-
-div#video-box div.row.r1 {
-  top:40px;
-}
-
-div#video-box div.row.r2 {
-  top:80px;
-}
-
-div#video-box div.row.r3 {
-  top:120px;
-  border-bottom:none;
-}
-
-div#video-box div.row div {
-  overflow: hidden;
-  margin:5px;
-  height:30px;
-  float:left;
-}
-
-div#video-box div.row div img {
-  height:40px;
-  margin:-5px 0;
-}
-
-div#video-box a {
-  color:#006;
-}

http://git-wip-us.apache.org/repos/asf/drill/blob/59bc9151/css/video-slider.css
----------------------------------------------------------------------
diff --git a/css/video-slider.css b/css/video-slider.css
deleted file mode 100644
index e80ece7..0000000
--- a/css/video-slider.css
+++ /dev/null
@@ -1,34 +0,0 @@
-div#video-slider{
-  width:260px;
-  float:right;
-}
-
-div.slide{
-  position:relative;
-  padding:0px 0px;
-}
-
-img.thumbnail {
-  width:100%;
-  margin:0 auto;
-}
-
-img.play{
-  position:absolute;
-  width:40px;
-  left:110px;
-  top:60px;
-}
-
-div.title{
-  layout:block;
-  bottom:0px;
-  left:0px;
-  width:100%;
-  line-height:20px;
-  color:#000;
-  opacity:.4;
-  text-align:center;
-  font-size:12px;
-  background-color:#fff;
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/drill/blob/59bc9151/images/home-json.png
----------------------------------------------------------------------
diff --git a/images/home-json.png b/images/home-json.png
index b6cccea..bfe3f91 100644
Binary files a/images/home-json.png and b/images/home-json.png differ

http://git-wip-us.apache.org/repos/asf/drill/blob/59bc9151/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index 8494f54..6637183 100755
--- a/index.html
+++ b/index.html
@@ -1,12 +1,14 @@
 ---
 layout: default
 ---
-<link href="{{ site.baseurl }}/static/fancybox/jquery.fancybox.css" 
rel="stylesheet" type="text/css">
-<link href="{{ site.baseurl }}/css/video-slider.css" rel="stylesheet" 
type="text/css">
-<script language="javascript" type="text/javascript" src="{{ site.baseurl 
}}/static/fancybox/jquery.fancybox.pack.js"></script>
-<link rel="stylesheet" type="text/css" 
href="//cdn.jsdelivr.net/jquery.slick/1.5.0/slick.css"/>
-<link rel="stylesheet" type="text/css" 
href="//cdn.jsdelivr.net/jquery.slick/1.5.0/slick-theme.css"/>
-<script type="text/javascript" 
src="//cdn.jsdelivr.net/jquery.slick/1.5.0/slick.min.js"></script>
+<link 
href="//cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.css" 
rel="stylesheet" type="text/css"/>
+<link 
href="//cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.5.4/slick.min.css" 
rel="stylesheet" type="text/css"/>
+<link 
href="//cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.5.4/slick-theme.min.css"
 rel="stylesheet" type="text/css"/>
+
+<script 
src="//cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.js" 
language="javascript" type="text/javascript"></script>
+<script 
src="//cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.5.4/slick.min.js" 
language="javascript" type="text/javascript"></script>
+
+<link href="{{ site.baseurl }}/css/home.css" rel="stylesheet" type="text/css"/>
 
 <script type="text/javascript">
 
@@ -109,13 +111,13 @@ SELECT timestamp
 </div>
 
 <div class="home-row">
-  <div class="big"><img src="{{ site.baseurl }}/images/home-json.png" 
style="width:250px" /></div>
+  <div class="big"><img src="{{ site.baseurl }}/images/home-json.png" 
style="width:300px" /></div>
   <div class="description">
     <h1>Treat your data like a table even when it’s not</h1>
     <p>Drill features a JSON data model that enables it to query 
complex/nested data and rapidly evolving structure commonly seen in modern 
applications and non-relational datastores. Drill also provides intuitive 
extensions to SQL so that the user can easily query complex data.
     <p>Drill is the only columnar query engine that supports complex data. It 
features an in-memory shredded columnar representation for complex data which 
allows Drill to achieve columnar speed with the flexibility of an internal JSON 
document model.</p>
   </div>
-  <div class="small"><img src="{{ site.baseurl }}/images/home-json.png" 
style="width:250px" /></div>
+  <div class="small"><img src="{{ site.baseurl }}/images/home-json.png" 
style="width:300px" /></div>
 </div>
 
 <div class="home-row">

http://git-wip-us.apache.org/repos/asf/drill/blob/59bc9151/js/drill.js
----------------------------------------------------------------------
diff --git a/js/drill.js b/js/drill.js
index b484955..b17f31a 100644
--- a/js/drill.js
+++ b/js/drill.js
@@ -49,10 +49,10 @@ Drill.Site = {
   watchSearchBarMouseEnter: function() {
     $("#menu .search-bar input[type=text]").on({
       focus: function(){
-        $(this).animate({ width: '125px' });
+        $(this).animate({ width: '130px' });
       },
       blur: function() {
-        $(this).animate({ width: '44px' });
+        $(this).animate({ width: '50px' });
       }
     })
   },

Reply via email to