Coder Social home page Coder Social logo

anuradha0501 / hacktoberfest_practice_contribution Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sahityaroy/hacktoberfest_practice_contribution

0.0 0.0 0.0 1.83 MB

Hacktoberfest is a month long event where people are awarded for contributing to open source projects ๐Ÿ™Œ, and we're joining the party .Hosted by DigitalOcean for the 8th year in a row, Hacktoberfest encourages participation in giving back to the open source community by completing pull requests, participating in events, and donating to open source projects.

Home Page: https://sahityaroy.github.io/Hacktoberfest_Practice_Contribution/

License: MIT License

HTML 35.37% CSS 44.27% JavaScript 20.35%

hacktoberfest_practice_contribution's Introduction

Hacktoberfest_Practice_Contribution

Hacktoberfest is a month long event where people are awarded for contributing to open source projects ๐Ÿ™Œ, and we're joining the party .Hosted by DigitalOcean for the 8th year in a row, Hacktoberfest encourages participation in giving back to the open source community by completing pull requests, participating in events, and donating to open source projects.

This repo is not included in the Hacktoberfest event, as it is for practice only

We have other repositories in the organisation you can contribute to. If you would like to join our GitHub organisation, raise an issue on this repo.


Hacktoberfest

Watch The Video

Hacktoberfest Practice Pull Requests

Repo for you to raise a Pull Request for practice.

Just add your name, Linkedin url, or other social media link on HTML file

How to contribute

  1. Fork the project
  2. Make any changes in your forked repo
  3. On this repo, click Pull Requests and raise a Pull Request selecting your fork on the right drop down

Questions can be asked by raising an Issue.

How to clone repo and make changes locally

  click on the clone button (green in colour). This gives you a copy of the project. Its now yours to play around with
  • Using git on your local machine. Do this to download the forked copy of this repo to your computer
  git clone https://github.com/yourGithubUsername/Hacktoberfest_Practice_Contribution
  • switch to the cloned folder. This can be done with Gitbash or the integrated terminal in the VSCode editor
  cd Hacktoberfest_Practice_Contribution
  • Make a new branch. Your name would make a good branch because it's unique
  git checkout -b <name of new branch>
  • Open the file index.html

  • Open images file and add your photo

  • Add your name linkedin or other url according to he code please read it carefully.

  • For example , - <div class="contentBx"> <h4>Sahitya Roy</h4> <h5>Founder Of Eduhub community</h5> </div> <div class="sci"> <a href="https://linkedin.com/in/sahitya-roy-244b941a2/"><i class="fa fa-linkedin" aria-hidden="true"></i></a> <a href="https://twitter.com/SahityaRoy07"><i class="fa fa-twitter" aria-hidden="true"></i></a> <a href="https://www.youtube.com/channel/UCqXTIC8hmyigUtYGVykQsug"><i class="fa fa-youtube" aria-hidden="true"></i></a> </div> </div> </div>

  • Stage your changes

  git add index.html

or

  git add .
  • Commit the changes
  git commit -m "Add <your-github-username>"
  • Check the status of your repository
  git status
  • Pushing your repository to github
  git push origin <name of your branch>

or

  git branch -M main
  git push -u origin main
  git push origin main --force
  • Navigate to your fork, on the top of the files section you'll notice a new section containing, a contribute button!

  • Click on the contribute button, it will open a drop down, click the pull request button on the drop down Note: A pull request allows your changes to be merged with the original project.

  • Wait for your changes to be merged

Hurray! You successfully made a contribution!


If You don't know HTML then Simply Add Your Name and GitHub Url Over README.md file

Hacktoberfest community

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.