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:38:38 UTC

[samza] branch 1.0.0 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 1.0.0
in repository https://gitbox.apache.org/repos/asf/samza.git


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

commit f3d9920fa4000cbf3cd543a9be4b8c18fa27f734
Author: Jagadish <jv...@linkedin.com>
AuthorDate: Mon Mar 18 22:26:23 2019 -0700

    Link Video tutorials from the Apache Samza homepage
---
 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;