Skip to content

more adjustments #89

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 15 additions & 5 deletions faq-accordion-card-main/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,24 +33,34 @@ <h1>FAQ</h1>
<div class="card-body">
<div class="card-body-item">
<h2>How many team members can I invite?<span><img src="./images/icon-arrow-down.svg" alt="arrow image"></span></h2>
<p>You can invite up to 2 additional users on the Free plan. There is no limit on team members for the Premium plan.</p>
<div class="accordion-item">
<p>You can invite up to 2 additional users on the Free plan. There is no limit on team members for the Premium plan.</p>
</div>
</div>
<div class="card-body-item">
<h2>What is the maximum file upload size?<span><img src="./images/icon-arrow-down.svg" alt="arrow image"></span></h2>
<p>No more than 2GB. All files in your account must fit your allotted storage space.</p>
<div class="accordion-item">
<p>No more than 2GB. All files in your account must fit your allotted storage space.</p>
</div>
</div>
<div class="card-body-item">
<h2>How do I reset my password?<span><img src="./images/icon-arrow-down.svg" alt="arrow image"></span></h2>
<p>Click “Forgot password” from the login page “Change password” from your profile page. A reset link will be emailed to you.</p>
<div class="accordion-item">
<p>Click “Forgot password” from the login page “Change password” from your profile page. A reset link will be emailed to you.</p>
</div>
</div>
<div class="card-body-item">
<h2> Can I cancel my subscription? <span><img src="./images/icon-arrow-down.svg" alt="arrown image"></span>
</h2> <span>
<p>Yes! Send us a message and we’ll process your request no questions asked.</p>
<div class="accordion-item">
<p>Yes! Send us a message and we’ll process your request no questions asked.</p>
</div>
</div>
<div class="card-body-item">
<h2>Do you provide additional support?<span><img src="./images/icon-arrow-down.svg" alt="arrown image"></span></h2>
<p>Chat and email support is available 24/7. Phone lines are open during normal business hours.</p>
<div class="accordion-item">
<p>Chat and email support is available 24/7. Phone lines are open during normal business hours.</p>
</div>
</div>
</div>
</div>
Expand Down