How do i make my GitHub profile look "clean"? #171459
-
Select Topic AreaQuestion BodyI use GitHub for a few months at this point i've seen many profiles who have so cool about me pages with interactive stuff but i dont know how to even make an about me. Can someone please give me help and assistance about how can i achive that profile look? Thanks in advance for everyone who helps Also, my current GitHub profile: https://github.com/Petrovicooos |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
Hey Petrovicooos 👋 You're definitely not alone—lots of people wonder how to make their GitHub profile stand out. The cool “About Me” pages you’ve seen are actually just custom README files. Here’s how you can make one for yourself: ✅ Step 1: Create a Profile Repository Check the box that says “Add a README file” Once created, GitHub will automatically display the README on your profile page ✨ Step 2: Customize Your README A short bio (who you are, what you're learning) Technologies you use (with icons or badges) GitHub stats (using widgets) Links to your socials or portfolio Here’s a simple template to get you started: Hi there 👋 I'm Petrovicooos🚀 About Me
🛠️ Tools & Tech📈 GitHub StatsYou can explore cool widgets like: GitHub Readme Stats Profile Trophy 📌 Step 3: Pin Your Best Repos Hope this helps! Feel free to reach out if you want help writing your README or adding widgets. Happy coding 🚀 |
Beta Was this translation helpful? Give feedback.
-
see my .md (markdown file) as a example of what you could go onto!! https://github.com/ModuleMaster64/ModuleMaster64 |
Beta Was this translation helpful? Give feedback.
-
Welcome to the GitHub Community, @Petrovicooos, we're happy you're here! You are more likely to get a useful response if you are posting your question(s) in the applicable category. Check out this Guide on how to post in the right category. It'll ensure your questions and discussions reach the right people faster! This particular discussion belongs in the |
Beta Was this translation helpful? Give feedback.
-
For good looking github profile first create readme of you username repo then add then keep contributing to the repo that you have created each day ,cause that's what real impression everyone love , you can use the code in your readme file and include some visualisation also you can check my github and use the code from there https://github.com/prabhatadvait https://github.com/prabhatadvait |
Beta Was this translation helpful? Give feedback.
Hey Petrovicooos 👋
You're definitely not alone—lots of people wonder how to make their GitHub profile stand out. The cool “About Me” pages you’ve seen are actually just custom README files. Here’s how you can make one for yourself:
✅ Step 1: Create a Profile Repository
Go to GitHub and create a new repository named exactly like your username: Petrovicooos
Check the box that says “Add a README file”
Once created, GitHub will automatically display the README on your profile page
✨ Step 2: Customize Your README
You can add sections like:
A short bio (who you are, what you're learning)
Technologies you use (with icons or badges)
GitHub stats (using widgets)
Links to your socials or portfolio
H…