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

Add link icons #7

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Add link icons #7

wants to merge 2 commits into from

Conversation

ky28059
Copy link
Member

@ky28059 ky28059 commented Nov 11, 2020

No description provided.

Copy link
Member

@SheepTester SheepTester left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LTGM!

Comment on lines +48 to +51
<a href="https://github.com/Sordamente">
<img src="./images/github.svg" alt="github-logo">
GitHub
</a>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What icon will be used for personal websites? Will we link to personal websites?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, maybe the grey globe icon which is the default for websites?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah that should suffice

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup that sounds good 👍🏼

margin: 5px;
background-color: rgba(white, 0.6);
transition: background-color 400ms ease;
border-bottom: solid 5px $theme-primary;
box-shadow: 0 5px 0 $theme-primary;

&:hover {
background-color: white;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hover effect nonideal if the card doesn't do anything when clicked

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can keep the hover, and add a popover to each card where the person can have a bio. Sort of like when you click on a person in discord? Keep the hover, either way - it adds dimension. Example is here, I think it looks good?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, still seems to me that something should happen when clicked, but I guess we can add that in another PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants