DEV Community

Ryoichi Homma
Ryoichi Homma

Posted on • Updated on

How to Customize GitHub Profile: Part 2

Welcome back to the second part of my series on customizing your GitHub profile! In this part, we'll cover how to effectively showcase your social media links and media section, followed by highlighting your tech stack. These sections help visitors quickly understand your skills, interests, and how to connect with you. Here's the Part 1 if you're interested.
Media and Tech sections

Add Batches of Social Link

Your social media links are crucial for building your professional network and showcasing your online presence. I used badges to link my social media platforms, but you can also showcase several kinds of skills, including programming languages. You can find a variety of badges from repository by Alexandre Sanlim or Ileriayo Adebiyi.
Badges list To make badges clickable and directly link to various platforms, the syntax should be like this:

[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/your-custom-URL/)
Enter fullscreen mode Exit fullscreen mode

Add Skill Icons

Next, I highlighted the technologies I'm proficient in. This section helps recruiters and collaborators quickly assess my skill set. I used Skill Icons by Thijs to display my skills.
Skill Icons For skills not available in the repository, I simply added the corresponding skill icon image. If you don't know how to display images on the README.md file, check out How to Add Images to README.md File on GitHub Repository.

Wrapping Up

In this part, we covered how to set up your media and tech stack sections. These sections are essential for making a strong first impression and showcasing your technical skills. Stay tuned for the next part, where we'll dive into showcasing project demo videos effectively.

Feel free to ask any questions or share your GitHub profiles in the comments below. Let's connect and grow together!🌱

Happy coding!💻

References

Badges by Alexandre Sanlim
Markdown Badges by Ileriayo Adebiyi
Skill Icons by Thijs

Top comments (0)