DEV Community

Cover image for How to make your github profile more captivating
Devster
Devster

Posted on

How to make your github profile more captivating

Hey guys so inspired by this post i made this article do give it a read.

so based on that i thought of making this little post about make your github page look smart. here is the screenshot of my page.

So yeah i am gonna tell you guys how i made that thing so lets start with basics make a repo and name it exactly as you github username now just add a README to it

NOTE: keep the repo public

so when u will create it on the top right corner a option will appear

Alt Text

now press on share to profile and your readme will be available on ur profile Yay now lets edit it

Here is a basic format you can try

Alt Text

but if you want to make your profile like mine then u can see the source code of my read me on my github

Thanks for reading if you find this usefull drop a like ^-^

Top comments (12)

Collapse
 
radualexandrub profile image
Radu-Alexandru B • Edited

Hello, yesterday I've spent some hours in building mine. That dev.to post inspired me as well. I approached a minimalistic profile, because I want a better showcase to my pinned repositories.

So, I researched lots of other profiles to find minimalistic icons, and I've stumbled on:

  • these for the Social Media ones, which can be integrated like this:

    <a href="https://www.mixcloud.com/radu-alexandru7" target="_blank"><img align="center" src="https://cdn.jsdelivr.net/npm/simple-icons@3.0.1/icons/mixcloud.svg" alt="RaduAlexandru" height="28" width="28" /></a>&nbsp;

  • and Shields.io for technologies... however it's easier to generate a badge by writing in the link directly, like:

    ![Sublime Text](https://img.shields.io/badge/-Sublime-555555?style=flat&logo=sublime-text)

    where the first field is the name, then the 555555 color, and the logo name (which can be found here).

Maybe someone will like this style. Have a nice day!
My github profile

Collapse
 
lukeswitz profile image
Luke Switzer

Nicely done, lots of overloaded markdown files out there. Solid compromise here 👍

Collapse
 
devster profile image
Devster

Hey thx awsome

Collapse
 
michaelcurrin profile image
Michael Currin • Edited

Thanks for sharing.

I was disappointed that you didn't share your link but here it is for anyone else interested.

github.com/devloves/devloves

By the way, is there any point in setting style="display: flex; justify-content: space-between; part? GitHub ignores CSS styles in markdown. If you inspect the DOM you'll see the styles disappear from your HTML and from the applied element styles.

Collapse
 
devster profile image
Devster

Haha Thx

Collapse
 
jaysn profile image
Jason Maurer

nice post, just updated my profile-repository at github and right no stumpled upon your post here describing exactly these changes.
also i see that you're using shield.io for the badges as well :D.

Great idea to put a label in front of the brands like [Tool | bootstrap] and [Code | PHP] way better than mines ^^'

Great Idea, think i'm gonna use it for my badges as well.

Collapse
 
devster profile image
Devster

glad you found it helpful

Collapse
 
corentinbettiol profile image
Corentin Bettiol

I just put a bigger version of my avatar, some useful links of what I do, a list of my blog posts on dev.to (using the great blog-post-workflow github action), and a small view counter using github-profile-views-counter :)

Collapse
 
arki7n profile image
Akhilesh Yadav

thanks

Collapse
 
devster profile image
Devster

anytime mate :)

Collapse
 
ryoma profile image
ryo-ma

Hello! I recommend this.
github.com/ryo-ma/github-profile-t...
If you like this, please try this 😄

Collapse
 
dhanushnehru profile image
Dhanush N

A feature to be added in your github profile
Check this 👇

dev.to/dhanushxeno/github-profile-...