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

dahn pushed a commit to branch staging-site
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git


The following commit(s) were added to refs/heads/staging-site by this push:
     new 2fb06e998 no older events beyond the link to see more (#366)
2fb06e998 is described below

commit 2fb06e99845012eb6f831fc2d4016cd3631e2f78
Author: dahn <daan.hoogl...@shapeblue.com>
AuthorDate: Thu Sep 18 15:52:58 2025 +0200

    no older events beyond the link to see more (#366)
    
    Co-authored-by: Daan Hoogland <d...@apache.org>
---
 src/pages/events.js | 35 -----------------------------------
 1 file changed, 35 deletions(-)

diff --git a/src/pages/events.js b/src/pages/events.js
index b1dddcb43..30af3f956 100644
--- a/src/pages/events.js
+++ b/src/pages/events.js
@@ -12,41 +12,6 @@ export default function Events() {
           <EventContents className="events"/>
         </div>
       </section>
-
-      <section className="events container">
-        <div>
-          <p>
-            older events:
-          </p>
-        </div>
-        <ul>
-          <li>
-            <a 
href="https://www.youtube.com/watch?v=Ph-NQv80j0k&list=PLnIKk7GjgFlbG2W3lRW9Evjy2Vtg_HKHX";>
-              Virtual Event for the CloudStack European User Group May 2021
-            </a>
-          </li>
-          <li>
-            <a 
href="https://www.youtube.com/watch?v=RNqK4dTjE0A&list=PLnIKk7GjgFlYfuOAl_LphJRYHcGiw0tCR";>
-              Virtual Event for the CloudStack European User Group February 
2020
-            </a>
-          </li>
-          <li>
-            <a 
src="https://www.youtube.com/playlist?list=PLU2OcwpQkYCwcPxZMKX2BFoKE0Z7g1ENH";>
-              CloudStack Collaboration Conference June 2018 in Montreal
-            </a>
-          </li>
-          <li>
-            <a 
src="https://www.youtube.com/playlist?list=PLCfLScXpEyAS4YkJpeqDriP7JcU82Tx2r";>
-              CloudStack Collaboration Conference June 2016 in Montreal
-            </a>
-          </li>
-          <li>
-            <a 
src="https://www.youtube.com/playlist?list=PLGeM09tlguZSeNyOyQKJHNX4pxgK-yoTA";>
-              CloudStack Collaboration Conference Europe 2015 in Dublin
-            </a>
-          </li>
-        </ul>
-      </section>
     </Layout>
     );
 }

Reply via email to