A place to list and shocase your developer skills and profile
-
Give Star on the repo
-
Follow Account
-
Fork this Repository
-
Create Issue
-
add following code to HTML
index.html
between another<!--Profiles-->
comment -
before adding profile or project, update or sync your branch by clicking
Sync fork
button
<div class="profile">
<div class="lines"></div>
<!-- change './default.png' to your profile image url -->
<div class="pfp"><img src="./default.png" alt="User Image"></div>
<h3 class="name">Your Name</h3>
<div class="skills">
<span class="skill">[SKILL-1]</span>
<span class="skill">[SKILL-2]</span>
<span class="skill">[SKILL-3]</span>
<span class="skill">[SKILL-3]</span>
<span class="skill">[SKILL-3]</span>
</div>
<div class="social">
<a href="[YOUR GITHUB URL]" target="_blank"><i class="fa-brands fa-github"></i></a>
<a href="[YOUR X/TWITTER URL]" target="_blank"><i class="fa-brands fa-x-twitter"></i></a>
<a href="[YOUR LINKEDIN URL]" target="_blank"><i class="fa-brands fa-linkedin-in"></i></a>
<a href="[YOUR FACEBOOK URL]" target="_blank"><i class="fa-brands fa-facebook"></i></a>
</div>
</div>
Note: Do not add your profile in top.
- Change/Replace the placeholders with your image and profiles urls
- [IMAGE-URL] with your image URL
- [YOUR_NAME] with your name
- [SKILL-1], [SKILL-2], [SKILL-3] with your skills
- [YOUR GITHUB URL], [YOUR X/TWITTER URL] & [YOUR LINKEDIN URL] with your Github, X/Twitter & LinkedIn profile URL repectively.
and your project in project.html
as follows and keep in mind don't add in top and bottom your project, add in between another project.
<div class="profile">
<div class="lines"></div>
<div class="pfp"><img src="https://avatars.githubusercontent.com/u/98226958?v=4" alt="User Image"></div>
<h3 class="name">Gyan Pratap Singh</h3>
<div class="project">
<a href="[Your Github URL]" target="_blank"><i class="fa-brands fa-github"></i></a>
<a href="[Your Github Repository URL]" target="_blank"><i class="fa-solid fa-money-bill-transfer"></i></a>
<a href="[Project Deploy URL(If applicable)]" target="_blank"><i class="fa-brands fa-octopus-deploy"></i></a>
</div>
<div class="projectNam">
<span >Your Project Title</span>
<!-- Do not change Repo URl and Dploy Link given under two line -->
<span >Repo Url</span>
<span >Deploy Link</span>
</div>
<div class="skills">
<span class="skill">Skill-1</span>
<span class="skill">Skill-2</span>
<span class="skill">Skill-3</span>
<span class="skill">Skill-4</span>
</div>
<div class="social">
<a href="[YOUR GITHUB URL]" target="_blank"><i class="fa-brands fa-github"></i></a>
<a href="[YOUR X/TWITTER URL]" target="_blank"><i class="fa-brands fa-x-twitter"></i></a>
<a href="[YOUR LINKEDIN URL]" target="_blank"><i class="fa-brands fa-linkedin-in"></i></a>
<a href="[YOUR FACEBOOK URL]" target="_blank"><i class="fa-brands fa-facebook"></i></a>
</div>
</div>
-
Commit your changes.
-
Push the changes.
-
Create a Pull Request.
-
Wait for Merge.
If you have any query or confusion, you can WhatsApp me by clicking the button below:
Or reach me directly at this whatsapp number: +91 895-7818-597
Thank you to every contributor of this repository
Show some love by giving a star ⭐ to this repository!