combatantash / catalogue-page

This is Catalogue Web Page of various products.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🎃 Hacktoberfest2022💻

Participate in Hacktoberfest and contribute to Open Source using this repository. We aim to help you get started in Open Source contribution by accepting your pull request.

Table of contents:-

  1. About Hacktober fest 2022
  2. About Project
  3. Contributing & Guidelines
  4. How to contribute
  5. Tech stack
  6. Authors
  7. End notes

About Hacktoberfest 🤖

HACKTOBERFEST IS DIGITALOCEAN’S ANNUAL EVENT THAT ENCOURAGES PEOPLE TO CONTRIBUTE TO OPEN SOURCE THROUGHOUT OCTOBER. MUCH OF MODERN TECH INFRASTRUCTURE—INCLUDING SOME OF DIGITALOCEAN’S OWN PRODUCTS—RELIES ON OPEN-SOURCE PROJECTS BUILT AND MAINTAINED BY PASSIONATE PEOPLE, WHO OFTEN DON’T HAVE THE STAFF OR BUDGETS TO DO MUCH MORE THAN KEEP THE PROJECT ALIVE. HACKTOBERFEST IS ALL ABOUT GIVING BACK TO THOSE PROJECTS, SHARPENING SKILLS, AND CELEBRATING ALL THINGS OPEN SOURCE, ESPECIALLY THE PEOPLE THAT MAKE OPEN SOURCE SO SPECIAL.

FOR THE PAST 9 YEARS, THOUSANDS OF PEOPLE—CODERS AND NON-CODERS ALIKE—HAVE PARTICIPATED IN HACKTOBERFEST TO SUPPORT THE PROJECTS THEY USE AND LOVE, LEARN AND PRACTICE SKILLS THAT WILL ENHANCE THEIR CAREERS, AND MEET NEW PEOPLE WHO LOVE OPEN SOURCE AS MUCH AS THEY DO.

About Project 🤖

This is a Catalogue web-page with various products.

Contributing & Guidelines 👀

Contributions are always welcome!

Make sure you have followed me on GitHub and starred this repository. Although this is not mandatory, doing so really motivates me to keep making more awesome content.

By contributing to this project, you adhere to this project's code of conduct. They are as follows:-

  • Your code must be properly formatted.
  • The code you contribute you must be your own.
  • Your code must be error and bug free.
  • File structure must be proper. You must write the code for a particular language in that particular folder. For example, write html code in the .html folder and CSS code in .css folder, etc.
  • Do not spam.

Note: The maintainers of this repository may not accept your changes if they do not meet our standards.

How to Contribute 👨‍💻

Before contributing, make sure you have read the contribution guidelines above. Failing to meet our standards, your contributions will not be merged. With that out of the way, let's get our hands dirty by writing some code.

Go to the folder where you want to clone this project then do the following.

Clone the project

  git clone https://github.com/combatantash/catalogue-page.git .

Open the folder in the code editor of your choice and make the changes.

Stage the changes

  git add .

Commit the changes

  git commit -m "Your commit message here"

Push the changes to github

  git push

Once you have successfully pushed the project, open GitHub and click on the dropdown next to Contribute and click on Open pull request.

After that, write a message and a comment and put the screenshot of the changes you have done. Then click on Create pull request.

Tech Stack ✨

HTML, CSS

Authors 🐱‍💻

Hi! I am Aishwarya Singh, a full stack web developer/enthusiast. I am currently in 3rd year of my Computer Science and Engineering degree.

End Notes 📝

Lastly, I would like to thank each contributor for their contributions. It is you all who made Hacktoberfest such a successful event.

Thankyou!!!🍻

About

This is Catalogue Web Page of various products.


Languages

Language:HTML 81.5%Language:CSS 18.5%