forked from apu52/METAVERSE
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request apu52#1043 from ANKeshri/feat/faq-for-tindog-website
add faq in tindog website
- Loading branch information
Showing
2 changed files
with
140 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,6 +31,8 @@ | |
<li class="nav-item"><a class="nav-link" href="#features">Features</a></li> | ||
<li class="nav-item"><a class="nav-link" href="#pricing">Pricing</a></li> | ||
<li class="nav-item"><a class="nav-link" href="#cont">Contact</a></li> | ||
<li class="nav-item"><a class="nav-link" href="#faq">FAQ</a></li> | ||
|
||
</ul> | ||
</div> | ||
</nav> | ||
|
@@ -214,6 +216,7 @@ <h1 class="card-title pricing-card-title">$29<small class="text-body-dark fw-lig | |
</div> | ||
</div> | ||
</section> | ||
|
||
<div id="cont"> | ||
<section id="contact" class="contact-section"> | ||
<div class="container"> | ||
|
@@ -252,6 +255,77 @@ <h3>Our Location</h3> | |
</div> | ||
</section> | ||
</div> | ||
<div class="container text-center py-5"> | ||
<h1 class="display-4">Frequently Asked Questions</h1> | ||
</div> | ||
</section> | ||
|
||
<section id="faq"> | ||
<div class="container"> | ||
<div class="accordion" id="accordionExample"> | ||
<div class="accordion-item"> | ||
<h2 class="accordion-header" id="headingOne"> | ||
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" | ||
aria-expanded="true" aria-controls="collapseOne"> | ||
What is TinDog? | ||
</button> | ||
</h2> | ||
<div id="collapseOne" class="accordion-collapse collapse show" aria-labelledby="headingOne" | ||
data-bs-parent="#accordionExample"> | ||
<div class="accordion-body"> | ||
TinDog is a dating app for dogs where you can find new friends and companions for your furry friend. | ||
We aim to connect dogs with similar interests and provide a platform for them to socialize. | ||
</div> | ||
</div> | ||
</div> | ||
<div class="accordion-item"> | ||
<h2 class="accordion-header" id="headingTwo"> | ||
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTwo" | ||
aria-expanded="false" aria-controls="collapseTwo"> | ||
How do I create a profile? | ||
</button> | ||
</h2> | ||
<div id="collapseTwo" class="accordion-collapse collapse" aria-labelledby="headingTwo" | ||
data-bs-parent="#accordionExample"> | ||
<div class="accordion-body"> | ||
To create a profile, download the TinDog app from the App Store or Google Play, and follow the on-screen instructions | ||
to set up your profile by entering details about your dog and uploading a photo. | ||
</div> | ||
</div> | ||
</div> | ||
<div class="accordion-item"> | ||
<h2 class="accordion-header" id="headingThree"> | ||
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseThree" | ||
aria-expanded="false" aria-controls="collapseThree"> | ||
Is TinDog free to use? | ||
</button> | ||
</h2> | ||
<div id="collapseThree" class="accordion-collapse collapse" aria-labelledby="headingThree" | ||
data-bs-parent="#accordionExample"> | ||
<div class="accordion-body"> | ||
TinDog offers both free and premium plans. The free plan allows basic features, while the premium plans offer additional features | ||
and enhanced functionalities. You can choose a plan that suits your needs. | ||
</div> | ||
</div> | ||
</div> | ||
<div class="accordion-item"> | ||
<h2 class="accordion-header" id="headingFour"> | ||
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseFour" | ||
aria-expanded="false" aria-controls="collapseFour"> | ||
How can I contact customer support? | ||
</button> | ||
</h2> | ||
<div id="collapseFour" class="accordion-collapse collapse" aria-labelledby="headingFour" | ||
data-bs-parent="#accordionExample"> | ||
<div class="accordion-body"> | ||
For any queries or issues, you can reach out to our customer support team through the "Contact Us" section on our website or | ||
by sending an email to [email protected]. | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters