Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hoverable Team Social Icons #4939

Closed
SrishtiSonam opened this issue Oct 10, 2023 · 4 comments
Closed

Hoverable Team Social Icons #4939

SrishtiSonam opened this issue Oct 10, 2023 · 4 comments
Labels
Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect

Comments

@SrishtiSonam
Copy link

Description

Currently, when we scroll over the 'meet the team' section, we immediately see the links icon, which doesn't create an appealing visual effect.

For this my alternative idea:

Before hovering over the image, only the image itself will be visible.
However, upon hovering, the image will reveal social icons overlaid on top of it.
Clicking on these icons will direct users to the respective team member's social media profiles.

Steps to reproduce

Basically an example of my idea.
Before hover, over the image =>
only the image will be visible.
After Hover =>
image will have social icons in front of them, which will on click move to their handles.

Screenshots

Before:
image
After:
image

Code Sample

This is the example of code of my past here.
In this adding css and js results in the required changes as shown in the image above.
          <div class="MemberContainer">
            <div class="Member">
              <div class="MemberImg"><img src="assets/img/team/memberName1" alt="" />
                <div class="Social">
                  <div class="SocialLinks">
                    <ul>
                      <li><a href="..." target="_blank"><span class="fab fa-internet-explorer" data-fa-transform="grow-3"></span></a></li>
                      <li><a href="..." target="_blank"><span class="fab fa-wpexplorer" data-fa-transform="grow-3"></span></a></li>
                      <li><a href="..." target="_blank"><span class="fab fa-linkedin-in" data-fa-transform="grow-3"></span></a></li>
                    </ul>
                  </div>
                </div>
              </div>
              <h5 class="memberName">Prof. Shizoka Nohara</h5>
              <h6 class="memberPosition">Major Contributor</h6>
              <h6 class="memberProf">SDE4 at abc</h6>
            </div>
          </div>

Setup

  • Mermaid version:
  • Browser and Version: [Chrome, Edge, Firefox]

Suggested Solutions

No response

Additional Context

Please assign this issue to me under hacktoberfest.

@SrishtiSonam SrishtiSonam added Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect labels Oct 10, 2023
@SrishtiSonam SrishtiSonam changed the title Display of social links. Hoverable Team Social Icons Oct 10, 2023
@surajvast1
Copy link

Hey @SrishtiSonam Can you assign me this I would Love to work on this

@surajvast1
Copy link

I think its a good idea though i can implement in much effective way

@surajvast1
Copy link

I have some issues in setting up the project can you help me with it

@SrishtiSonam
Copy link
Author

@surajvast1 I appreciate your willingness to help, but I believe I am well-equipped to handle this task on my own.

@jgreywolf jgreywolf added include and removed include labels Nov 16, 2023
@SrishtiSonam SrishtiSonam closed this as not planned Won't fix, can't repro, duplicate, stale Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect
Projects
None yet
Development

No branches or pull requests

3 participants