Skip to content

feat: add standalone FAQ page and remove FAQ from index#513

Open
C4aZy wants to merge 1 commit into
steam-bell-92:mainfrom
C4aZy:feat/faq-page
Open

feat: add standalone FAQ page and remove FAQ from index#513
C4aZy wants to merge 1 commit into
steam-bell-92:mainfrom
C4aZy:feat/faq-page

Conversation

@C4aZy
Copy link
Copy Markdown
Contributor

@C4aZy C4aZy commented May 20, 2026

📝 Description

Moved the FAQ section from index.html into a dedicated standalone page (faq.html) to keep the main page focused on projects and the playground.

Changes Made

New File

  • web-app/faq.html — standalone FAQ page with:
    • Sticky header with logo and theme toggle
    • Hero section with title and subtitle
    • All 8 FAQ accordion cards (keyboard accessible)
    • Dark/light theme synced with localStorage
    • Footer with GitHub link
    • Full SEO meta tags, OG/Twitter cards, JSON-LD FAQPage schema

Modified Files

  • web-app/index.html

    • Removed <section class="faq-section"> block
    • Removed dead FAQ accordion IIFE from inline JS
    • Added faq.html link to footer Quick Links
    • Added faq.html link to footer-bottom-links
  • web-app/sitemap.xml

    • Added faq.html URL entry

Why

The FAQ section was cluttering the main projects dashboard. Moving it to its own page gives the playground section more focus and makes the FAQ easier to find and link to directly.

Screenshot 2026-05-21 at 12 54 14 AM Screenshot 2026-05-21 at 12 54 03 AM Screenshot 2026-05-21 at 12 53 57 AM

🔗 Linked Issue

Closes #508


📋 Contribution Checklist

  • My code strictly adheres to the project guidelines (Standard library only, procedural code, clean spacing).
  • I have verified that my files are placed in the correct directory.
  • I have tested my changes thoroughly on my local machine.
  • I have included interactive emojis and clean console/UI outputs.
  • GSSoC 2026: I have been formally assigned to this issue and noted it above.

@vercel
Copy link
Copy Markdown

vercel Bot commented May 20, 2026

@C4aZy is attempting to deploy a commit to the Anuj's projects Team on Vercel.

A member of the Team first needs to authorize it.

@C4aZy
Copy link
Copy Markdown
Contributor Author

C4aZy commented May 20, 2026

@steam-bell-92 Please review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

💡 [Feature]: FAQ section different from Playground

1 participant