diff --git a/assets/faq/faq.js b/assets/faq/faq.js index fcd1045e7..c07f4e95c 100644 --- a/assets/faq/faq.js +++ b/assets/faq/faq.js @@ -8,8 +8,7 @@ document.addEventListener("DOMContentLoaded", function () { const faq = [ { question: "What is CalcDiverse?", - answer: - "CalcDiverse is a collection of customized calculators for various mathematical aspects. It allows individuals with basic web development knowledge to create unique calculators and contribute through pull requests.", + answer: "CalcDiverse is a collection of customized calculators for various mathematical aspects. It allows individuals with basic web development knowledge to create unique calculators and contribute through pull requests.", }, { question: "What technologies are used in CalcDiverse?", @@ -17,38 +16,31 @@ const faq = [ }, { question: "How can I access the live project?", - answer: - 'The live project is accessible at CalcDiverse', + answer: 'The live project is accessible at CalcDiverse', }, { question: "How can I get started with contributing to CalcDiverse?", - answer: - 'To contribute, you can fork the repository, clone it to your local system, and open the `index.html` file in your browser. Detailed contribution steps are provided in the "Getting Started" section.', + answer: 'To contribute, you can fork the repository, clone it to your local system, and open the `index.html` file in your browser. Detailed contribution steps are provided in the "Getting Started" section.', }, { question: "What should I do if I find a bug or want to add a feature?", - answer: - 'You can raise an issue, and after it\'s assigned to you, you can proceed to make the changes. Follow the steps outlined in the "Getting Started" section for contributing.', + answer: 'You can raise an issue, and after it\'s assigned to you, you can proceed to make the changes. Follow the steps outlined in the "Getting Started" section for contributing.', }, { question: "How can I add a new calculator to CalcDiverse?", - answer: - "To add a new calculator, create a folder in the Calculators directory, put your calculator's code files in it, and add a README.md file with a description, tech stacks, and screenshots. Update the main `index.html` file to include your calculator's link in the box section.", + answer: "To add a new calculator, create a folder in the Calculators directory, put your calculator's code files in it, and add a README.md file with a description, tech stacks, and screenshots. Update the main `index.html` file to include your calculator's link in the box section.", }, { question: "What are the contributing guidelines for CalcDiverse?", - answer: - 'You can find the contributing guidelines in the "Contributing Guidelines" section. It covers the development process, bug fixes, improvements, and how to build for Click-The-Edible-Game.', + answer: 'You can find the contributing guidelines in the "Contributing Guidelines" section. It covers the development process, bug fixes, improvements, and how to build for Click-The-Edible-Game.', }, { question: "Is there a Code of Conduct for contributors?", - answer: - 'Yes, this project follows a Code of Conduct. All contributors are expected to uphold this code, and it can be found in the "Code Of Conduct" section.', + answer: 'Yes, this project follows a Code of Conduct. All contributors are expected to uphold this code, and it can be found in the "Code Of Conduct" section.', }, { question: "Has CalcDiverse been part of any Open Source Programs?", - answer: - "Yes, CalcDiverse has been part of Open Source Programs, including IWOC2024, JWOC2024, SWOC2024 and GSSOC2024.", + answer: "Yes, CalcDiverse has been part of Open Source Programs, including IWOC2024, JWOC2024, SWOC2024 and GSSOC2024.", }, { question: "Who is the Project Admin for CalcDiverse?", @@ -56,13 +48,11 @@ const faq = [ }, { question: "Can anyone contribute to CalcDiverse?", - answer: - 'Yes, contributions of any kind from anyone are always welcome, as mentioned in the "Contributing is fun" section.', + answer: 'Yes, contributions of any kind from anyone are always welcome, as mentioned in the "Contributing is fun" section.', }, { question: "How can I celebrate my successful pull request?", - answer: - 'After your pull request is merged successfully, you are encouraged to celebrate your success, as mentioned in the "Celebrate your success" section.', + answer: 'After your pull request is merged successfully, you are encouraged to celebrate your success, as mentioned in the "Celebrate your success" section.', }, ]; @@ -80,20 +70,8 @@ faq.forEach((item) => {