Giter VIP home page Giter VIP logo

contributorspage's Introduction

logo

OPEN SOURCE FTW 2020

Status Platform GitHub Issues GitHub Pull Requests License


An HTML delivered via express to show contributors for the Open Source FTW 2020/ Hacktober 2020 Pull Requests.

๐ŸŽˆ Creating a pull request

To create a pull request to show your name on the website, first find the file:

/public/index.html

Please be careful while editing the file.

Find the following comments:

<!-- one profile block goes here-->
        <div class="profile-box">
        <img src="%image url%" alt="profile pic">
        <h3>Your Name</h3>
        <h4><a href="https://www.github.com/%username%" target="_blank">Your Github Username</a></h4>
      </div>
<!-- profile block ends here-->

Replace the fields with your information:

  • Go to your Github, right-click on your Github profile and click Copy image address. This will be

img src = "url you just copied"

  • Add your username in place of %username% in

href = "https://www.github.com/%username%"

  • Add your name and github username in <h3> and <h4> tags respectively.

Example:

<!-- one profile block goes here-->
        <div class="profile-box">
        <img src="https://avatars3.githubusercontent.com/u/55389335?s=460&u=25493fd6332774036935e723c524c4ccbc0e1d0c&v=4" alt="profile pic">
        <h3>Sahil</h3>
        <h4><a href="https://www.github.com/SahilKr24" target="_blank">SahilKr24</a></h4>
      </div>
<!-- profile block ends here-->

๐Ÿ Final Steps

Place this entire code on the line empty line above

<!-- insert your block of code here and please leave 2 lines empty above for others to navigate easily -->

Also follow the instruction as written in the line of comment.

Save the file and create a PR, sit back and wait until we approve your PR, ofc, if it fits the instructions.

Check out if your name shows up at

HF 2K20 Contributors

โœ๏ธ Authors

contributorspage's People

Contributors

aayush-vats avatar abhisht23 avatar anishkashukla avatar arunima-28 avatar ayushi673 avatar hopansh avatar ishwari-kumari avatar kanishkguptagit avatar masters-akt avatar mhaider110 avatar mukesh2309 avatar mundraroshan avatar nikhilxomkar avatar rbiswas-mirp avatar ronitnayak25 avatar sahilkr24 avatar santaknew avatar sc10 avatar shikhargupta-in avatar souvikinator avatar sumankumari13 avatar wahidari avatar

Stargazers

 avatar

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.