This is an automated email from the ASF dual-hosted git repository.

bridgetb pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/drill.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new 73029ae  Drill website update : * Apache page * Drill book download 
link * Checksum links
73029ae is described below

commit 73029aeeebda048a76a6dd87a14abffe561cfa27
Author: Aashreya Shankar <[email protected]>
AuthorDate: Mon Aug 27 13:05:56 2018 -0700

    Drill website update :
    * Apache page
    * Drill book download link
    * Checksum links
---
 _includes/menu.html |  3 +++
 apacheASF.html      | 15 +++++++++++++++
 download.html       | 10 ++++++++++
 index.html          | 22 +++++++++++++---------
 4 files changed, 41 insertions(+), 9 deletions(-)

diff --git a/_includes/menu.html b/_includes/menu.html
index cdf0ba8..3632ace 100755
--- a/_includes/menu.html
+++ b/_includes/menu.html
@@ -10,6 +10,9 @@
   <a href="javascript:void(0);"><span class='menu-text'>Menu</span><span 
class='expand-icon'><i class="fa fa-bars"></i></span></a>
   </li>
   <li class='clear-float'></li>
+  <li class="apache-link">
+    <a href="{{ site.baseurl }}/apacheASF/">Apache</a>
+  </li>
   <li class="documentation-menu">
     <a href="{{ site.baseurl }}/docs/">Documentation</a>
     <ul>
diff --git a/apacheASF.html b/apacheASF.html
new file mode 100755
index 0000000..40822b9
--- /dev/null
+++ b/apacheASF.html
@@ -0,0 +1,15 @@
+---
+layout: page
+title: "Apache Software Foundation"
+---
+<p>
+    Drill is an Apache Software Foundation project that has benefited from a 
large community of developers and
+    users.Thank you to everyone that has worked on the project and to the 
Apache Software Foundation sponsors.
+</p>
+
+<p> For information about project</p>
+<ul>
+    <li><a 
href="http://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li>
+    <li><a href="http://www.apache.org/licenses/";>Licensing</a></li>
+    <li><a href="http://www.apache.org/security/";>Report Security 
Vulnerabilities</a></li>
+</ul>
diff --git a/download.html b/download.html
index 9651e43..bdc2eea 100755
--- a/download.html
+++ b/download.html
@@ -20,6 +20,16 @@ title: Download
 {% if site.data.version.blog_post %}<li><a href="{{ site.baseurl }}{{ 
site.data.version.blog_post }}">Blog post</a></li>{% endif %}
 {% if site.data.version.release_notes %}<li><a href="{{ 
site.data.version.release_notes }}">Release notes (JIRA)</a></li>{% endif %}
 <li><a href="https://github.com/apache/drill/tree/{{ 
site.data.version.full_version }}">Source code</a></li>
+    <li>Verification Links:
+        <ul>
+            <li>
+                <a href="http://www.apache.org/dyn/closer.cgi/drill/drill-{{ 
site.data.version.full_version }}/apache-drill-{{ 
site.data.version.full_version }}.tar.gz.sha512">SHA</a>
+            </li>
+            <li>
+                <a href="http://www.apache.org/dyn/closer.cgi/drill/drill-{{ 
site.data.version.full_version }}/apache-drill-{{ 
site.data.version.full_version }}.tar.gz.asc">ACS</a>
+            </li>
+        </ul>
+    </li>
 </ul>
 
 <p>If you're looking for an older release, see the <a href="{{ site.baseurl 
}}/docs/release-notes/">release notes</a>.
diff --git a/index.html b/index.html
index a5327be..b314b1e 100755
--- a/index.html
+++ b/index.html
@@ -59,7 +59,19 @@ $(document).ready(function() {
 
 </div><!-- header -->
 <div class="alertbar">
-  <div class="news">News:</div>{% assign post = site.categories.blog[0] 
%}<div><a href="{{ post.url | prepend: site.baseurl }}">{% if post.news_title 
%}{{ post.news_title }}{% else %}{{ post.title }}{% endif %}</a><br/><span>({% 
include authors.html %})</span></div>{% assign post = site.categories.blog[1] 
%}<div><a href="{{ post.url | prepend: site.baseurl }}">{% if post.news_title 
%}{{ post.news_title }}{% else %}{{ post.title }}{% endif %}</a><br/><span>({% 
include authors.html %})</sp [...]
+  <div class="bookRelease">
+    <div><i class="fa fa-book fa-lg"></i>
+      <a 
href="https://urldefense.proofpoint.com/v2/url?u=https-3A__amzn.to_2N6FvPy&d=DwMFaQ&c=cskdkSMqhcnjZxdQVpwTXg&r=JHIio7I3eUbbe91YRxcNOw&m=FVOxmSwXwRbEACbYa-aH38YvJ5_op8yng62tr8g-dOQ&s=gKK9ct8VGg0pm2BRRpLzx2sXXxhW0r3i32wugQwJwdI&e=";>&nbsp;Learning
+        Apache Drill</a></div>
+  </div>
+  <div class="news">News:
+  </div>
+  {% assign post = site.categories.blog[0] %}
+  <div><a href="{{ post.url | prepend: site.baseurl }}">{% if post.news_title 
%}{{ post.news_title }}{% else %}{{
+    post.title }}{% endif %}</a><br/><span>({% include authors.html 
%})</span></div>
+  {% assign post = site.categories.blog[1] %}
+  <div><a href="{{ post.url | prepend: site.baseurl }}">{% if post.news_title 
%}{{ post.news_title }}{% else %}{{
+    post.title }}{% endif %}</a><br/><span>({% include authors.html 
%})</span></div>
 </div>
 
 <div class="mw introWrapper">
@@ -155,12 +167,4 @@ $ bin/drill-embedded</pre></div>
 <li>Advanced cost-based optimizer that pushes processing into the datastore 
when possible</li></ul></p>
   </div>
   <div class="small big"><img src="{{ site.baseurl }}/images/home-coffee.jpg" 
style="width:300px" /></div>
-</div> 
-
-<div class="home-row">
-  <div class="description">
-    <h1>Apache Software Foundation</h1>
-    <p>Drill is an <a href="http://www.apache.org/"; target="_blank">Apache 
Software Foundation</a> project that has benefited from a large community of 
developers and users. <a href="http://www.apache.org/foundation/thanks.html"; 
target="_blank">Thank you</a> to everyone that has worked on the project and to 
the Apache Software Foundation sponsors. For information about project 
sponsorship, go to <a href="http://www.apache.org/foundation/sponsorship.html"; 
target="_blank">http://www.apache [...]
-    </p>
-  </div>  
 </div>

Reply via email to