aurocodes / Hacktoberfest2023

A Webpage for your valuable contribution to Hacktoberfest 2023!

Home Page:https://hackbysarthak03.github.io/Hacktoberfest2023/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸš€ Hacktoberfest 2023

A Simple Webpage, to add your github profile. UI can also be fixed, all depends on you ! So, try out this repo 🀩 and win exciting rewards from Hacktoberfest 2023 ! ✨

Every PR will be Merged πŸ™‚

We are excited to have you as a contributor 🀩🀩

Make a Simple Contribution :

  • Open the index.html file
  • You will see a block of code in the comment section
  • Just add that code with YOUR NAME and YOUR GITHUB PROFILE link to make a simple contribution

And that's all ! πŸš€

How to Contribute

To make Contribution :

  1. Fork this repository to your GitHub account.
  2. Clone the forked repository to your local machine:
   git clone https://github.com/hackbysarthak03/Hacktoberfest2023.git
  1. Create a new branch for your contribution:
    git checkout -b feature/your-feature-name
  2. Make your changes ( See below Section on What to Contribute? )
  3. Commit your changes and push them to your forked repository:
    git add .
    git commit -m "Add your meaningful commit message here"
    git push origin feature/your-feature-name
  4. Create a Pull Request (PR) from your forked repository to this main repository.
  5. Your PR will be reviewed and merged if everything is in order.

Contribution Guidelines

  • Ensure your code follows the project's coding standards and conventions.
  • Make sure to document your code and add comments where necessary.
  • Test your changes to ensure they work as expected.
  • Please be respectful and considerate of others in your interactions on this repository.

Happy Hacking!

Thank you for your interest in contributing to this project and for participating in Hacktoberfest. We appreciate your contributions and look forward to seeing your amazing work!

Happy coding!

About

A Webpage for your valuable contribution to Hacktoberfest 2023!

https://hackbysarthak03.github.io/Hacktoberfest2023/


Languages

Language:HTML 62.5%Language:CSS 37.2%Language:JavaScript 0.3%