HrutvikKhatkar / Tourism-website_Hacktoberfest

1 stars 3 forks source link
hacktoberfest

PCCOE-ACM-HACKTOBERFEST-2023

Tourism-website-hacktoberfest

I am excited to welcome contributions from anyone interested in participating in Hacktoberfest 2023.

Project Description

These is a static webpage created using HTML and CSS.Here we can get explore or an overview of an some famous tourist places.Click on get started(button) to explore places and by clicking above it you can get detailed overview of that particular place.

Take a look at the : https://hrutvikkhatkar.github.io/Tourism-website_Hacktoberfest/

Tourism Website, a HacktoberFest Project for Beginners πŸ•ΆοΈ

Whether you are a coder πŸ‘¨πŸΎβ€πŸ’» or non-coder πŸ‘©β€πŸŽ¨, newbie πŸ‘Ά or more experienced πŸ‘΄, your contribution is welcome!

Let's build a website and join the revolution!

Thanks in advance for your help! 😎

HacktoberFest-img

Hacktoberfest Summary

Hacktoberfest is an event on GitHub or GitLab that encourages everyone to participate in open-source software development. To complete the challenge, you need to make four or more pull requests during the month of October. Successful pull requests earn you digital badges and provide an opportunity to learn more about git, GitHub or GitLab, and in this project's case, web development, JavaScript, HTML, and CSS.

Visit hacktoberfest.com β†— for more information.

Getting Started

Clone the project

  git clone https://github.com/your_username/Tourism-website-hacktoberfest.git

Create branch

  git checkout -b "<your branch name>"
    git add .
    git commit -m 'commit message'
    git push origin <your branch name>