From 46614a7c246454fb9825233c802ded9458dc965b Mon Sep 17 00:00:00 2001 From: Subhajit Ghosh <99127578+subhajit20@users.noreply.github.com> Date: Sat, 7 Oct 2023 01:42:09 +0530 Subject: [PATCH] Create carousel component for testimonials (#2394) * Create carousel component for testimonials * Update changelog --------- Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com> --- CHANGELOG.md | 1 + .../src/app/pages/landing/landing-page.html | 45 +++--- .../app/pages/landing/landing-page.module.ts | 2 + .../lib/carousel/carousel-item.directive.ts | 16 ++ .../src/lib/carousel/carousel.component.html | 34 ++++ .../src/lib/carousel/carousel.component.scss | 34 ++++ .../ui/src/lib/carousel/carousel.component.ts | 147 ++++++++++++++++++ libs/ui/src/lib/carousel/carousel.module.ts | 14 ++ libs/ui/src/lib/carousel/index.ts | 1 + 9 files changed, 274 insertions(+), 20 deletions(-) create mode 100644 libs/ui/src/lib/carousel/carousel-item.directive.ts create mode 100644 libs/ui/src/lib/carousel/carousel.component.html create mode 100644 libs/ui/src/lib/carousel/carousel.component.scss create mode 100644 libs/ui/src/lib/carousel/carousel.component.ts create mode 100644 libs/ui/src/lib/carousel/carousel.module.ts create mode 100644 libs/ui/src/lib/carousel/index.ts diff --git a/CHANGELOG.md b/CHANGELOG.md index d03655ff8..40c7e843e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added support for notes in the activities import - Added the application version to the endpoint `GET api/v1/admin` +- Introduced a carousel component for the testimonial section on the landing page ### Fixed diff --git a/apps/client/src/app/pages/landing/landing-page.html b/apps/client/src/app/pages/landing/landing-page.html index 5795a4fb3..96d5c4f7a 100644 --- a/apps/client/src/app/pages/landing/landing-page.html +++ b/apps/client/src/app/pages/landing/landing-page.html @@ -320,31 +320,36 @@