Skip to content

CharithaCS/DevProfiles-lightmode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevProfiles

A place to list and showcase your developer skills and profile

Contribute

  1. Fork this Repository

  2. add the following code to HTML index.html inside the <div class="container"> </div>

        <div class="profile">
            <div class="pfp"><img src="[YOUR IMAGE URL]" 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>
            </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>
            </div>
        </div>

Note

Don't add your profile at the beginning or end of the file. Put it anywhere in between.

  1. Change/Replace the placeholders with your image and profile 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 respectively.
  2. Commit your changes.

  3. Create a Pull Request

  4. Wait for Merge

Need Help?

Join our discord server for any kind of help.

Discord Server

Thank You

Thank you to every contributor of this repository
Show some love by giving a ⭐ to this repository!

Releases

No releases published

Packages

 
 
 

Languages

  • HTML 89.4%
  • CSS 8.2%
  • JavaScript 2.4%