Skip to content

Commit

Permalink
Update FAQ accordion HTML structure
Browse files Browse the repository at this point in the history
  • Loading branch information
harjasae2001 committed Dec 18, 2023
1 parent 60ee8b6 commit 0fb0b05
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions faq-accordion-main/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,34 +21,34 @@
<h1>
<img src="./assets/images/icon-star.svg"> FAQs
</h1>
<h2>
<h2 class="toggleBtn" >
What is Frontend Mentor, and how will it help me?
<img class="toggleBtn" src="./assets/images/icon-plus.svg">
<img src="./assets/images/icon-plus.svg">
</h2>
<p class="hide">
Frontend Mentor offers realistic coding challenges to help developers improve their
frontend coding skills with projects in HTML, CSS, and JavaScript. It's suitable for
all levels and ideal for portfolio building.
</p>
<h2>
<h2 class="toggleBtn">
Is Frontend Mentor free?
<img class="toggleBtn" src="./assets/images/icon-plus.svg">
<img src="./assets/images/icon-plus.svg">
</h2>
<p class="hide">
Yes, Frontend Mentor offers both free and premium coding challenges, with the free
option providing access to a range of projects suitable for all skill levels.
</p>
<h2>
<h2 class="toggleBtn">
Can I use Frontend Mentor projects in my portfolio?
<img class="toggleBtn" src="./assets/images/icon-plus.svg">
<img src="./assets/images/icon-plus.svg">
</h2>
<p class="hide">
Yes, you can use projects completed on Frontend Mentor in your portfolio. It's an excellent
way to showcase your skills to potential employers!
</p>
<h2>
<h2 class="toggleBtn">
How can I get help if I'm stuck on a Frontend Mentor challenge?
<img class="toggleBtn" src="./assets/images/icon-plus.svg">
<img src="./assets/images/icon-plus.svg">
</h2>
<p class="hide">
The best place to get help is inside Frontend Mentor's Discord community. There's a help
Expand Down

1 comment on commit 0fb0b05

@vercel
Copy link

@vercel vercel bot commented on 0fb0b05 Dec 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

faq-accordion – ./faq-accordion-main

faq-accordion-harjasae2001.vercel.app
faq-accordion-pearl-chi.vercel.app
faq-accordion-git-main-harjasae2001.vercel.app

Please sign in to comment.