Skip to content

Commit

Permalink
added the FAQs section
Browse files Browse the repository at this point in the history
  • Loading branch information
devxMani committed Oct 24, 2024
1 parent dc133f6 commit c2e598e
Showing 1 changed file with 52 additions and 1 deletion.
53 changes: 52 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
</div>

<header style="width: 100.8%;">
Expand Down Expand Up @@ -372,6 +373,56 @@ <h3>Community Support</h3>
</div>
</div>
</section>

<!-- FAQ Section -->
<section class="faq" style="width: 100.8%;">
<div class="container">
<h2>Frequently Asked Questions</h2>
<div class="faq-item">
<h3>What is ML Fusion Lab?</h3>
<p>ML Fusion Lab is a community-driven platform that provides free, accessible, and high-quality machine learning tutorials, projects, and resources for all.</p>
</div>
<div class="faq-item">
<h3>Who can benefit from ML Fusion Lab?</h3>
<p>Whether you are a beginner or an experienced professional, ML Fusion Lab has something to offer for everyone.</p>
</div>
<div class="faq-item">
<h3>Are the courses free?</h3>
<p>Yes, all our courses and resources are free to access.</p>
</div>
<div class="faq-item">
<h3>How can I contact support?</h3>
<p>You can reach out to us through the Contact Us page for any inquiries or support.</p>
</div>
</div>
</section>

<!-- CSS for FAQ Section -->
<style>
.faq {
padding: 20px;
background-color: #f9f9f9;
}

.faq h2 {
text-align: center;
margin-bottom: 20px;
}

.faq-item {
margin: 15px 0;
}

.faq-item h3 {
cursor: pointer;
color: #007bff;
}

.faq-item p {
margin: 5px 0 15px 0;
}
</style>

<!-- Newsletters Section -->
<div class="container newsletter d-flex flex-column p-5">
<div class="align-items-center justify-content-between w-100">
Expand Down Expand Up @@ -1020,4 +1071,4 @@ <h2>Get Free Machine Learning Resources</h2>
<script src="visi.js"></script>
</body>

</html>
</html>

0 comments on commit c2e598e

Please sign in to comment.