Projects / Bakery Website / faq.html
faq.html
Raw
<!DOCTYPE html>
<html lang="en">
<header>
    <title>FAQ</title>
    <link rel="stylesheet" href="FAQ.css"/>

    <nav class="navMenu">
      <img src="logo.jpeg" id="logo-image">
      <a href="HomePage.html">Home</a>
      <a href="AboutUs.html">About Us</a>
      <a href="courseType.html">Courses</a>
      <a href="Comments.html">Community</a>
      <a href="ProjectGallery.html">Gallery</a>
      <a href="contact us.html">Contact Us</a>
      <a href="faq.html">FAQ</a>
      <a href="ProjectLocations.html">Locations</a>
      <div class="dot"></div>
    </nav>

  <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>FAQ PAGE</title>
    <link href="https://fonts.googleapis.com/css2?family=Work+Sans&display=swap" rel="stylesheet">
    <link rel="stylesheet" href="stelyqus.css">

  </header>
  <body id="top">


  <main>
        <h1 class="faq-heading">FAQ'S</h1>
        <section class="faq-container">
            <div class="faq-one">
                <!-- faq question -->
                <h1 class="faq-page">What courses do you offer?</h1>
                <!-- faq answer -->
                <div class="faq-body">
                   <ul>
                   <li>How to make macarons</li>
                  <li>How to bake croissants</li>
                  <li>How to bake cookies</li>
                  </ul>
                </div>
            </div>
            <hr class="hr-line">
            <div class="faq-two">
                <!-- faq question -->
                <h1 class="faq-page">Do I have to bring my cooking utensils?</h1>
                <!-- faq answer -->
                <div class="faq-body">
                    <p>In each course, we will provide cooking utensils for each trainee </p>
                </div>
            </div>
            <hr class="hr-line">
            <div class="faq-three">
                <!-- faq question -->
<h1 class="faq-page">Why is not possible to access my account?</h1>
                <!-- faq answer -->
                <div class="faq-body">
                    <p>If you don't see any error, but for some reason you are still unable to access your account, please clear your cache memory and re-try or <a class="link" href="contact us.html"> contact us </a></p>
                </div>
            </div>
              
           <hr class="hr-line">
            <div class="faq-forth">
                <!-- faq question -->
                <h1 class="faq-page">Where is your location?</h1>
                <!-- faq answer -->
                <div class="faq-body">
                    <p> Makkah Chamber </p>
                </div>
            </div>


        </section>
    </main>
    <script src="main.js"></script>



  </body>
  <footer>
    <small><a href="#top" te>Golden Butter Bakery</a> © 2022. All rights reserved.</small>
  </footer>
</html>