SocialRepo
SocialRepo copied to clipboard
[FEATURE] Add Social Media logos
Add Social Media logos
Description
Adding following social media logo in assets/logos
folder.
Requirements:
- Icons should be of minimum
128x128
and maximum256x256
resolution. - Icons must be in
png
format and transparent background. - Icons should be named as
social-media-name.png
(e.g.twitter.png
,github.png
,instagram.png
, etc...). - Icon names must match the keys in
social-links.json
. - Make sure the social media app of icon must have social (public) user profile system, and exists in
social-links.json
.
Social media Icon list
The list of social media apps/website which has public user profile feature is present in social-apps.md
You can choose minimum 7 social media names which are not present in logos
folder and listed in social-links.json
.
If there are less names listed in social-links.json
, feel free to add more names with profile URLs.
Make sure to NOT to choose the apps which are already done.
How to check ❓
- Go to
logos
folder, check which are already there, if any icon which you want to work is already there, please choose another one.
Please feel free to recommend and more apps which has social (public) user profile system.
Style
{
"social_media_name": "link",
"linkedin": "https://www.linkedin.com/in/<username>",
"github": "https://www.github.com/<username>",
"medium": "https://<username>.medium.com"
}
Let's create the user life easier by adding all social media platforms logos.