From d587cd19bb334fd6c0e5f1bb0636d85704ad60d7 Mon Sep 17 00:00:00 2001 From: Sam Freund Date: Sat, 2 May 2026 01:47:32 -0500 Subject: [PATCH] Add presentation from CMP to website (#2453) --- website/src/App.vue | 73 ++++++------------ website/src/components/PresentationCard.vue | 63 +++++++++++++++ .../src/components/PresentationCarousel.vue | 77 +++++++++++++++++++ 3 files changed, 162 insertions(+), 51 deletions(-) create mode 100644 website/src/components/PresentationCard.vue create mode 100644 website/src/components/PresentationCarousel.vue diff --git a/website/src/App.vue b/website/src/App.vue index 8c08f8ca8..34cddc505 100644 --- a/website/src/App.vue +++ b/website/src/App.vue @@ -1,6 +1,7 @@