DEV Community

Cover image for Transform Your GitHub Profile From Noob to Pro ...
KARAN JAIN
KARAN JAIN

Posted on

Transform Your GitHub Profile From Noob to Pro ...

Let's goo

INTRODUCTION :

Every developer uses Github on a daily basis. GitHub is an ID card for a developer, which we show everyone every time.

Below given steps transform your GitHub profile from noob to pro ....without coding

So, Let's goo...

Step1 :

Create a new repository with the same name as your user name. Make sure the README file is included, and the repository should be PUBLIC.
(This is a special repository that you can use to your GitHub profile)

Image description

I already created a repo, so it's showing an error.

Step2:

Generate code for our cool-looking profile page, you can directly use this Link,
Here’s how:

  1. Fill in your details like your name, skills, and social media links.
  2. Choose what you want to display on your profile (e.g., badges, stats, etc.).
  3. Click Generate. Once you click Generate, the code will be ready for use!

Image description
--------------------------------------------------------------------------
Image description

copy the code and paste on Notepad

Image description

Step3:

Add an image or GIF.
Here's how:
Go to Google and search for an image or GIF you like.
Copy the image URL (right-click on the image and select Copy image address).
Paste this URL into the following code:

<img align="right" alt="Coding" width="400" src="https://media1.giphy.com/media/Ws6T5PN7wHv3cY8xy8/200.gif?cid=790b7611ko0bcvwdlohbjv0.......">
Enter fullscreen mode Exit fullscreen mode

and then Add this small code to the main code in Notepad.

Image description

step4:

Copy the whole code and paste into our README file and click on preview and here we are with your cool-looking profile.

Image description

and at last commit that code and refresh the page and BOOM....

Image description

Top comments (0)