Skip to content

[WEBSITE] - Update FAQ Section with Official Content #315

@Yash159357

Description

@Yash159357

Prerequisites

  • I have searched existing website-related issues to avoid duplicates
  • This issue is specifically about the website (not the app)

Issue Description

Description:
The Frequently Asked Questions (FAQ) section currently contains placeholder text and generic questions. To provide accurate and helpful information to our users, we need to replace this content with the official, project-specific FAQ.

Files Likely to Change:

index.html

PR Submission Format:
Please title your Pull Request as: "Content: Update FAQ section with official project Q&A".
In the PR description, please mention which project admin provided the FAQ content and confirm that the accordion functionality has been tested.

Proposed Solution

Guidelines & Steps to Fix:

Acquire Official FAQ Content:

Step 1: Reach out to a project admin (e.g., @Yash159357) via GitHub Discussions, Discord, or by mentioning them in a comment on this issue.

Step 2: Request the document or list containing the official FAQ questions and answers for the BlyFt project.
Replace Content in HTML:
Location: The FAQ section containing elements with classes faq-card, faq-toggle, and faq-content.

Instructions:
Replace the text within the tags for each question.
Replace the text within the

tags inside each faq-content div for each answer.
Ensure that the data-target attribute on the faq-toggle buttons remains sequential (0, 1, 2, 3...) if the number of FAQs changes, the associated JavaScript may need to be updated.
You may need to add or remove FAQ items to match the number of official questions.

Ensure Functionality:

After updating the content, test that the accordion functionality (clicking a question to reveal its answer) still works correctly. The existing script.js should handle this if the HTML structure is maintained.

Metadata

Metadata

Assignees

Labels

Level 2For Medium difficulty issues.WebsiteFor website related issues.gssoc2025Label for issues raised by GSSoC' 2025 participants.hacktoberfest-accepted

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions