Ramyashrihebbar / hacktoberfest-2020

A public repository open for contribution for hacktoberfest 2020

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hacktoberfest-2020

A PUBLIC REPOSITORY OPEN TO BE CONTRIBUTED FOR HACKTOBERFEST 2020

If you are participating in hacktoberfest for the first time this repo is for you

What to do?

  1. Fork this repo
  2. Edit main.js
  3. Add you photo into /images folder
  4. Add your name in contributers.txt
  5. Commit and push
  6. Send a Pull Request

After the Pull Request has been accepted your name will be displayed here View

Steps to Contribute

  1. You can find the below line at the beginning of main.js
let contributers=[
    
]
  1. There will be information inside those brackets
let contributers=[
  {
    details of contributer 1
  },
  {
    details of contributer 2
  }
]
  1. Fill your info in the following format just after the previous contributer by putting a comma
{
  "name" : "YOUR NAME",
  "college" : "YOUR COLLEGE NAME or POSITION",
  "image" : "images/YOUR_NAME.[jpg/png]",
  "github" : "YOUR_GITHUB_LINK",
  "linkedin" : "YOUR_LINKEDIN_LINK",
  "instagram" : "YOUR_INSTAGRAM_LINK"
}
  1. Put your image with the name specified in "image" : "images/YOUR_NAME.[jpg/png]" into images folder.

    Image must be in Square format

    Preferably under 1 mb

  2. Add your name in Contributers.txt

  3. Send Pull Request

Happy Hacking !!

About

A public repository open for contribution for hacktoberfest 2020


Languages

Language:JavaScript 68.4%Language:CSS 23.7%Language:HTML 7.9%