You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by ja...@apache.org on 2019/03/19 05:28:17 UTC

[samza] branch master updated: Link Video tutorials from the Apache Samza homepage

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

jagadish pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/samza.git


The following commit(s) were added to refs/heads/master by this push:
     new 9d0b9a6  Link Video tutorials from the Apache Samza homepage
9d0b9a6 is described below

commit 9d0b9a6f12e5e2d34553cf43b2fa2baf5fb1d223
Author: Jagadish <jv...@linkedin.com>
AuthorDate: Mon Mar 18 22:28:10 2019 -0700

    Link Video tutorials from the Apache Samza homepage
    
    - link video tutorials
    - adjust default button-sizes for prettier display
    
    Author: Jagadish <jv...@linkedin.com>
    
    Reviewers: Jagadish<ja...@apache.org>
    
    Closes #957 from vjagadish1989/samza-video-link
---
 docs/_layouts/default.html | 5 ++++-
 docs/css/main.new.css      | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
index a3fa44b..90b664d 100644
--- a/docs/_layouts/default.html
+++ b/docs/_layouts/default.html
@@ -67,6 +67,9 @@
           <a class="button" href="/case-studies/">
             Case studies
           </a>
+          <a class="button" href="https://www.youtube.com/playlist?list=PLZDyxA22zzGyNgtBMUIXAgIaO5Ok3PR-x" target="_blank">
+            Video Tutorial
+          </a>
         </div>
       </div>
 
@@ -226,4 +229,4 @@
 
 </body>
 
-</html>
\ No newline at end of file
+</html>
diff --git a/docs/css/main.new.css b/docs/css/main.new.css
index 035fc7c..77b3d0f 100644
--- a/docs/css/main.new.css
+++ b/docs/css/main.new.css
@@ -135,7 +135,7 @@ a.side-navigation__group-title:hover::after {
 
 .button {
   background: #eb1c23;
-  padding: 20px 40px;
+  padding: 15px 15px;
   color: #fff;
   font-weight: bold;
   text-transform: uppercase;