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

akm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/mahout.git


The following commit(s) were added to refs/heads/main by this push:
     new 955050ed8 Removing twitter card, adding talks card
955050ed8 is described below

commit 955050ed8fa16a38a205a8da63b45529e98dcaaf
Author: Andrew Musselman <[email protected]>
AuthorDate: Wed Oct 9 11:58:39 2024 -0700

    Removing twitter card, adding talks card
---
 website/_includes/sidebar.html | 17 +++++++++++++----
 1 file changed, 13 insertions(+), 4 deletions(-)

diff --git a/website/_includes/sidebar.html b/website/_includes/sidebar.html
index 890534c41..4b3112fb8 100644
--- a/website/_includes/sidebar.html
+++ b/website/_includes/sidebar.html
@@ -21,10 +21,19 @@
     </div>
 </div>
 
-<!-- Twitter Posts Widget -->
-<div class="card">
+<!-- Talks Widget -->
+<div class="card mb-4 sidebar">
+    <div class="card-header">
+        Talks
+    </div>
     <div class="card-body">
-        <a class="twitter-timeline" data-height="500" 
href="https://twitter.com/ApacheMahout";>Tweets by ApacheMahout</a>
-        <script async src="https://platform.twitter.com/widgets.js"; 
charset="utf-8"></script>
+        <ul class="list-unstyled mb-0">
+            <li>
+                <a href="https://www.youtube.com/watch?v=tgFaUL1wYhY"; 
target="_blank">
+                    QuMat: Apache Mahout's Quantum Computing Interface
+                </a> 
+                [<a 
href="https://www.slideshare.net/slideshow/qumat_-apache-mahout-s-quantum-computing-interface-pptx/272300949";
 target="_blank">Slides</a>]
+            </li>
+        </ul>
     </div>
 </div>

Reply via email to