-
Notifications
You must be signed in to change notification settings - Fork 19
Update footer with social icons #9
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
Conversation
Yay, your first pull request! 👍 A contributor will be by to give feedback soon. In the meantime, please review the Layer5 Contributors' Welcome Guide and sure to join the community Slack. |
Signed-off-by: Tothagata Bhattacharjee <tothagata.bhattacharjee@gmail.com> Signed-off-by: toth2000 <tothagata.bhattacharjee@gmail.com>
41b8d40
to
7891ebe
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@toth2000 Looks good 🚀 , just some minor changes required here
profile/README.md
Outdated
<p align="center">Connect With Us</p> | ||
<p align="center"> | ||
<a href="https://discuss.layer5.io/"><img alt="discourse_logo" | ||
src="..\assets\social-icons\discourse.svg"></a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
src="..\assets\social-icons\discourse.svg"></a> | |
src="https://github.com/layer5io/.github/blob/master/assets/social-icons/discourse.svg"></a> |
profile/README.md
Outdated
src="..\assets\social-icons\discourse.svg"></a> | ||
| ||
<a href="mailto:community@layer5.io"><img alt="email_logo" | ||
src="..\assets\social-icons\email.svg"></a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
src="..\assets\social-icons\email.svg"></a> | |
src="https://github.com/layer5io/.github/blob/master/assets/social-icons/email.svg"></a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please change all the src
to call the images globally like this, otherwise the images don't seem to load on the overview page if called locally.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@debo19 yes, I will make the suggested changes.
Signed-off-by: toth2000 <tothagata.bhattacharjee@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@toth2000 Good work here. I think we can decrease this space between these two lines a little.
Also, while you're there, can you reduce the size of the icons slightly? This should be good to go after that.
It will not be possible. But the actual gap will be less than the image that I have attached check this (as the image is from a VS Code markdown preview extension).
Yes, I will make the changes. |
Signed-off-by: toth2000 <tothagata.bhattacharjee@gmail.com>
Make sure to maintain aspect ration on these images. Currently, they are skewed. |
Looking into it. |
Signed-off-by: toth2000 <tothagata.bhattacharjee@gmail.com>
….github into toth2000/update_footer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🎉 Thanks @toth2000
Thanks for your contribution to the Layer5 community! 🎉
|
@toth2000 you did some great work here. These footer icons really turned out well. |
Description
Added social icons to the footer.
This PR fixes #2
Notes for Reviewers
Signed commits