Skip to content

Commit 0565b0a

Browse files
committed
Add additional social media links to profile JSON structure
1 parent 5fac5ea commit 0565b0a

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

contribution/Profile.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,30 @@
2020
"bio": "Your Bio should be 20-30 words not more than that",
2121
"avatar": "https://github.com/your-github-username.png",
2222
"portfolio": "Your Portfolio URL or Github URL",
23-
"skills": ["Your Skill 1", "Your Skill 2", "Your Skill 3", "..."],
23+
"skills": ["Your Skill 1", "Your Skill 2", "..."],
2424
"social": {
2525
"GitHub": "https://github.com/your-github-username",
2626
"Twitter": "https://twitter.com/your-twitter-username",
2727
"LinkedIn": "https://www.linkedin.com/in/your-linkedin-username",
2828
"Instagram": "https://www.instagram.com/your-instgram-username",
29-
"Email": "your-email-id"
29+
"Email": "your-email-id",
30+
"Discord": "https://discord.com/users/your-discord-id",
31+
"LeetCode": "https://leetcode.com/your-leetcode-username",
32+
"Codeforces": "https://codeforces.com/profile/your-codeforces-username",
33+
"HackerRank": "https://www.hackerrank.com/your-hackerrank-username",
34+
"StackOverflow": "https://stackoverflow.com/users/your-stackoverflow-id",
35+
"YouTube": "https://www.youtube.com/c/your-youtube-channel",
36+
"DevTo": "https://dev.to/your-dev-profile",
37+
"Hashnode": "https://hashnode.com/@your-hashnode-username",
38+
"Behance": "https://www.behance.net/your-behance-profile",
39+
"Dribbble": "https://dribbble.com/your-dribbble-profile",
40+
"Figma": "https://www.figma.com/@your-figma-profile",
41+
"Replit": "https://replit.com/@your-replit-username",
42+
"BuyMeACoffee": "https://www.buymeacoffee.com/your-coffee-profile",
43+
"ProductHunt": "https://www.producthunt.com/@your-producthunt-profile",
44+
"Medium": "https://medium.com/@your-medium-profile",
45+
"Reddit": "https://www.reddit.com/user/your-reddit-username",
46+
"Unstop": "https://unstop.com/@your-unstop-username"
3047
}
3148
}
3249
```

0 commit comments

Comments
 (0)