ctubbsii closed pull request #69: Add GitHub button to main page
URL: https://github.com/apache/accumulo-website/pull/69
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/index.html b/index.html
index 9f89e636..54d57c33 100644
--- a/index.html
+++ b/index.html
@@ -7,7 +7,8 @@
   <div class="col-md-8">
     <div class="jumbotron" style="text-align: center">
       <h3>Apache Accumulo&reg; is a sorted, distributed key/value store that 
provides robust, scalable data storage and retrieval.</h3>
-      <a class="btn btn-success" href="downloads/" role="button"><i class="fa 
fa-download fa-lg"></i> Download</a>
+      <a style="margin-right: 20px" class="btn btn-success" href="downloads/" 
role="button"><i class="fa fa-download fa-lg"></i> Download</a>
+      <a class="btn btn-primary" href="https://github.com/apache/accumulo"; 
role="button"><i class="fa fa-github fa-lg"></i> GitHub</a>
     </div>
     <p id="home-description">With Apache Accumulo, users can store and manage 
large data sets across a cluster. Accumulo uses <a 
href="https://hadoop.apache.org";>Apache Hadoop</a>'s HDFS to store its data and 
<a href="https://zookeeper.apache.org";>Apache ZooKeeper</a> for consensus. 
While many users interact directly with Accumulo, several <a 
href="/related-projects">open source projects</a> use Accumulo as their 
underlying store.</p>
     <p id="home-description">To learn more about Accumulo, take the <a 
href="/tour">Accumulo tour</a>, read the <a href="/{{ site.latest_minor_release 
}}/accumulo_user_manual.html">user manual</a> and run the Accumulo <a 
href="https://github.com/apache/accumulo-examples";>example code</a>. Feel free 
to <a href="/contact-us">contact us</a> if you have any questions.


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to