Skip to content

Newapp #63

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 2 commits into from
Nov 22, 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
35 changes: 35 additions & 0 deletions faq-accordion-card-main/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,41 @@
<title>Frontend Mentor | FAQ Accordion Card</title>
</head>
<body>
<div class="container">
<div class="bg-paterns">
<img src="./images/bg-pattern-mobile.svg" alt="background-cover image">
<img src="./images/illustration-woman-online-mobile.svg" alt="background mock-up image">
</div>
<div class="card">
<div class="card-header">
<h1>FAQ</h1>
</div>
<div class="card-body">
<div class="card-body-item">
<h2>How many team members can I invite?</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>
<div class="card-body-item">
<h2>What is the maximum file upload size?</h2>
<p>No more than 2GB. All files in your account must fit your allotted storage space.</p>
</div>
<div class="card-body-item">
<h2>How do I reset my password?</h2>
<p>Click “Forgot password” from the login page or “Change password” from your profile page.
A reset link will be emailed to you.</p>
</div>
<div class="card-body-item">
<h2>Can I cancel my subscription?</h2>
<p>Yes! Send us a message and we’ll process your request no questions asked.</p>
</div>
<div class="card-body-item">
<h2>Do you provide additional support?</h2>
<p>Chat and email support is available 24/7. Phone lines are open during normal business hours.</p>
</div>
</div>
</div>
</div>
main
How many team members can I invite?
You can invite up to 2 additional users on the Free plan. There is no limit on
Expand Down