Coder Social home page Coder Social logo

gyanthakur / dev_profiles Goto Github PK

View Code? Open in Web Editor NEW
15.0 1.0 40.0 540 KB

Home Page: https://dev-profile-smoky.vercel.app

License: The Unlicense

HTML 86.22% JavaScript 2.62% CSS 11.16%
gsoc-2023 hacktoberfest hactoberfest-accepted hactoberfest2023 ssoc2023

dev_profiles's Introduction

DevProfiles

A place to list and shocase your developer skills and profile

Contribute.

  1. Give Star on the repo

  2. Follow Account

  3. Fork this Repository

  4. add following code to HTML index.html between another <!--Profiles--> comment

  5. before adding profile or project, update or sync your branch by clicking Sync forkbutton

image

5.and keep in mind don't add in top and bottom your profile, add in between.

        <div class="profile">
            <!-- 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.

  1. 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="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>
  1. Commit your changes.

  2. Push the changes.

  3. Create a Pull Request.

  4. Wait for Merge.

Thank You

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

dev_profiles's People

Contributors

1lav1 avatar abrehan2 avatar aditya4567uk avatar ankitjhagithub21 avatar anurag-327 avatar ashish-bazad avatar bhishekprajapati avatar coderadityakumar avatar githubjerin avatar gyanthakur avatar hanzalahwaheed avatar harrishdev avatar invibeast avatar jazxii avatar kingcoolvikas avatar kiransala avatar lucky-89 avatar mrdracs avatar nicksahu avatar nk101sharma1 avatar okenhaha avatar pavan-sai-padavala avatar sai-kumar0 avatar seabebop avatar shaikhmudassir7 avatar shivam-batham avatar vikas-parmar avatar yashraj-sherke avatar yaten2302 avatar yube01 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

dev_profiles's Issues

fixing social media icons hovering issue

when we hover over social media icons, whole page transforms to adapt to new height for scaled icon, but now i have assigned fixed height to the profile div i.e. 448 px, so that it doesn't expand the whole div when hovering.
Screenshot 2023-10-15 at 10 40 55 PM

work with me

use WhatsApp: 8957818597

directly assign issue to you

chore: Refactor of index.html

Problem: index.html file is getting lengthier due to code duplication. As more dev profiles keeps on increasing the html file size will increase. Which can also affect the page load speed and maintainability of the project.

Solution: We can take a component based approach and abstract the component in vanilla js and separate the dev profile data. This will make the project more clean and a lot more maintainable with other benefits like reduced file sizes.

I'd like to work on this issue.

Bug: Dark and light theme toggle.

When we toggle to the light theme the text for the smaller screen gets overlaps to it.
Image 1:
image

Image2:
image

Also, in the dark theme, the name of the profile holder is not visible:

image

Improve Footer Design

Some Padding and Margins can be given to the Footer to improve the aesthetics of the website.
This is how it looks right now:
image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.