devvsakib / realmate

Participate in Hacktoberfest by contributing to any Open Source project on GitHub! Here is a starter project for first time contributors. #hacktoberfest
https://realmate.vercel.app
GNU General Public License v3.0
5 stars 12 forks source link

Featured profile section #26

Closed NegativE333 closed 11 months ago

NegativE333 commented 11 months ago

Pull Request Summary

This pull request addresses the issue #21 , which required adding Swiper.js for a featured profile section. The changes in this pull request include:

Closes #21

Changes Made

  1. Added Swiper.js for Featured Profiles:

    • Integrated Swiper.js to create an interactive featured profile section.
    • Utilized Swiper's navigation functionality for seamless profile navigation.
  2. Profile Card Hover Effect:

    • Added a hover effect to profile cards, enhancing user engagement.
    • Profile cards change appearance on hover, providing a more interactive user experience.

Screenshot

image

vercel[bot] commented 11 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
realmate ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 11, 2023 0:55am
devvsakib commented 11 months ago

why did you delete this branch?

NegativE333 commented 11 months ago

In the deployed version of the application, an issue has been observed where the profile cards within the featured profile section are overlapping on top of each other. image

devvsakib commented 11 months ago

not responsive thats why

On Wed, Oct 11, 2023, 9:39 PM Om Tekade @.***> wrote:

In the deployed version of the application, an issue has been observed where the profile cards within the featured profile section are overlapping on top of each other.

— Reply to this email directly, view it on GitHub https://github.com/devvsakib/realmate/pull/26#issuecomment-1757982085, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVB7I4KST2NRF62YDEQPJVDX624TPANCNFSM6AAAAAA535ZFZE . You are receiving this because you commented.Message ID: @.***>

NegativE333 commented 11 months ago

I will try to resolve this issue and create another pull request.