From 73a4a394a7fdd85d3e7ed201654727f131d23f18 Mon Sep 17 00:00:00 2001 From: Amanjarngal Date: Thu, 22 Aug 2024 00:01:40 +0530 Subject: [PATCH] new --- public/README.md => README.md | 2 +- public/LEARN.md | 66 ----------------------------------- 2 files changed, 1 insertion(+), 67 deletions(-) rename public/README.md => README.md (96%) delete mode 100644 public/LEARN.md diff --git a/public/README.md b/README.md similarity index 96% rename from public/README.md rename to README.md index d1cbd21..67e1be5 100644 --- a/public/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

diff --git a/public/LEARN.md b/public/LEARN.md deleted file mode 100644 index 21c2531..0000000 --- a/public/LEARN.md +++ /dev/null @@ -1,66 +0,0 @@ -# Learn About Our Travel Website Project! 🌈 - -Welcome to our Travel Website project repository! This project is officially accepted for GSSOC'2k24. 🌟 Below, you'll find detailed information about the project and resources to help you get started. - -## Project Overview ✈️ - -**Travel Website**: This project showcases the landing page of a travel tour company website, developed using **HTML**, **CSS**, and **JavaScript**. The aim is to create an engaging and user-friendly interface that helps users plan their travels with ease. - -## Key Features 🌟 - -- **Responsive Design**: Optimized for various devices including desktops, tablets, and smartphones. -- **Interactive Elements**: Engaging user interface with interactive elements like carousels, modals, and more. -- **Modern Aesthetics**: Clean and modern design to enhance user experience. -- **Performance Optimizations**: Efficient code to ensure fast load times and smooth interactions. - -## Tech Stack Used 🛠️ - -- **HTML**: The backbone of the webpage structure. -- **CSS**: Styling the webpage to make it visually appealing. -- **JavaScript**: Adding interactivity and dynamic content. - -## Resources to Learn 📚 - -Here are some resources to help you get started with the technologies used in this project: - -- **HTML** - - [MDN Web Docs on HTML](https://developer.mozilla.org/en-US/docs/Web/HTML) - - [W3Schools HTML Tutorial](https://www.w3schools.com/html/) - -- **CSS** - - [MDN Web Docs on CSS](https://developer.mozilla.org/en-US/docs/Web/CSS) - - [W3Schools CSS Tutorial](https://www.w3schools.com/css/) - -- **JavaScript** - - [MDN Web Docs on JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript) - - [W3Schools JavaScript Tutorial](https://www.w3schools.com/js/) - -## Frequently Asked Questions (FAQ) ❓ - -### What is the purpose of this project? -The Travel Website project aims to create a visually appealing and interactive landing page for a travel tour company. It serves as a learning tool for front-end development using HTML, CSS, and JavaScript. - -### Who can contribute to this project? -Anyone with knowledge of HTML, CSS, and JavaScript can contribute to this project. We welcome contributions from beginners and experienced developers alike. - -### How can I test the project locally? -You can clone the repository to your local machine and open the `index.html` file in your web browser to see the project in action. - -### Where can I find the project documentation? -The project documentation, including setup instructions and contribution guidelines, is available in the [README.md](./README.md) and [CONTRIBUTING.md](./CONTRIBUTING.md) file. - -### Who do I contact for help or questions? -If you have any questions or need assistance, you can contact the project maintainers through their provided contact details in [README.md](./README.md) file. - -### How do I suggest new features for the project? -You can suggest new features by opening an issue in the repository. Please provide a clear description of the feature and its benefits. - -### Are there any guidelines for coding standards? -Yes, we follow standard coding practices. Please ensure your code is clean, well-documented, and adheres to the style guide mentioned in the [CONTRIBUTING.md](./CONTRIBUTING.md). - -### Can I report bugs and issues? -Absolutely! If you encounter any bugs or issues, please report them by opening an issue in the repository. Provide as much detail as possible to help us address the problem promptly. - ---- - -We hope these resources and FAQs help you get started with Our Travel Website project. Happy coding! 🌟