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

szetszwo pushed a commit to branch asf-site-source
in repository https://gitbox.apache.org/repos/asf/ratis-hadoop-projects.git

commit 4cdfc035d3c16cd4c9aaad8fe6605ade6cc420ab
Author: Márton Elek <[email protected]>
AuthorDate: Mon Nov 5 13:30:35 2018 +0100

    RATIS-257. Publish ratis related presentations on the ratis web site. 
Contributed by Sandeep Nemuri.
---
 layouts/index.html           | 21 +++++++++++++++++----
 layouts/partials/header.html |  1 +
 2 files changed, 18 insertions(+), 4 deletions(-)

diff --git a/layouts/index.html b/layouts/index.html
index faa24dd..8c78c5d 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -196,10 +196,23 @@
     </div>
 </div>
 
-<a name="source"></a>
-
-
-
+<a name="resources"></a>
+<div class="main-section">
+    <div class="container">
+        <div class="row header">
+            <h2>Resources</h2>
+            <p>Are you interested in learning more about Apache Ratis? 
Excellent! Here are some resources.</p>
+            <ul>
+            <li>Apache Ratis - In Search of a Usable Raft Library<br/>
+            <iframe 
src="http://home.apache.org/~szetszwo/presentations/20171115brown_bag.pdf";
+            width="595" height="485"></iframe></li><br/>
+
+            <li> <a 
href="//www.slideshare.net/Hadoop_Summit/high-throughput-data-replication-over-raft"
 title="High throughput data replication over RAFT" target="_blank">High 
throughput data replication over RAFT</a> from DataWorks Summit</a> 
+            <iframe 
src="//www.slideshare.net/slideshow/embed_code/key/40nJZyfhrysXeK" width="595" 
height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" 
style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 
100%;" allowfullscreen> </iframe> 
+            <div style="margin-bottom:5px"></div></li>
+        </div>
+    </div>
+</div>
 
 
 {{ partial "footer.html" . }}
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 90dc132..8b19869 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -75,6 +75,7 @@
                     <li><a href="#gettingstarted">Getting started</a></li>
                     <li><a href="#source">Source</a></li>
                     <li><a href="#community">Community</a></li>
+                    <li><a href="#resources">Resources</a></li>
                 </ul>
             </div>
 

Reply via email to