Projects / Bakery Website / AboutUs.html
AboutUs.html
Raw
<!DOCTYPE html>
<header>
    <title>About us</title>
    <link rel="stylesheet" href="AboutUs-HomePage.css"/>

    <nav class="navMenu">
      <img src="logo.png" 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>
  </header>
  <body id="top">
<img src="header.png" height: auto width: auto >
<p>Golden butter bakery , where you can find the perfect baked stuff</p>
<br>
<p>Since 2021 Golden Butter bakery was created , we as a morning people would love to share our love for the special type of breakfast known as bakery . At this website we created as much services as we wish to see in other bakery websites  </p>
<br>
<p>Sometimes we sit and think about how many talented Chefs not yet shared thier tasty recipes or the passion's of individuals to learn how to made their own baked stuff , so we created in this website a special platform for those people how is willing to teach or learn , you can explore this special platform in the <a href="Courses.html"><span style=" color:#cda63c">Courses </span> </a> page  </p>
<br>
<p>Also we would like to see people communicate with each other in the special website , so that they can find what is new , therefore we have the <a href="Community.html"><span style=" color:#cda63c">Community </span></a> page  </p>
<br>
<p>As much as we love and adore the bakery stuff we were very interested in sharing a lovely media with our visitors and we care to see what they can share with us , therefore we created a nice page named <a href="ProjectGallery.html"><span style=" color:#cda63c">Gallery </span></a> </p>
<br>
<p>So we know you are looking for the marvelous smell of the delicious baked food , interested in visiting us ? hop in <a href="ProjectLocations.html"><span style=" color:#cda63c">Locations </span></a> page  </p>
<br>
<p>Thank you for your interest in our story <br> . If you find youself confused visit <a href="FAQ.html"><span style=" color:#cda63c">FAQ </span></a> page and if have an problems <a href="ContactUs.html"><span style=" color:#cda63c">Contact Us </span></a> </p>
  </body>
  <footer>
    <small><a href="#top" te>Golden Butter Bakery</a> © 2022. All rights reserved.</small>
  </footer>
</html>